A Seurat Object contain both the Cell Bender corrected counts ("RNA" assay) and uncorrected
counts ("RAW" assay; or other name specified to raw_assay_name).
Arguments
raw_cell_bender_matrix
matrix file containing the cell bender correct counts.
raw_counts_matrix
matrix file contain the uncorrected Cell Ranger (or other) counts.
raw_assay_name
a key value to use specifying the name of assay. Default is "RAW".
min_cells
value to supply to min.cells parameter of CreateSeuratObject.
Default is 5.
min_features
value to supply to min.features parameter of CreateSeuratObject.
Default is 200.