View source: R/SingleCellRNASeq.R
load_matrices_from_cellranger | R Documentation |
Load 10X sparse data matrices provided by the Cell Ranger software
load_matrices_from_cellranger(
object,
cellranger.version = 3,
isMultiFeatures = FALSE,
selectedFeature = "Gene Expression"
)
object |
The SingCellaR object. |
cellranger.version |
is the version of the Cell Ranger software used to generate input matrices. |
isMultiFeatures |
is logical |
selectedFeature |
SingCellaR supports two features 'Gene Expression' and 'Antibody Capture' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.