View source: R/modalities_load.R
modalities_load_cellranger_count | R Documentation |
Load Cell Ranger data and divide by modality
modalities_load_cellranger_count(
path,
modalities = c("RNA", "ADT", "HTO"),
folder = "outs/raw_feature_bc_matrix",
hto.pattern = "^hto",
gex.listname = "Gene Expression",
adt.listname = "Antibody Capture"
)
path |
Path to cellranger output (outs) folder |
modalities |
Vector of modalities to be extracted from Cell Ranger output |
folder |
Folder containing count matrix (raw_feature_bc_matrix or filtered_feature_bc_matrix) |
hto.pattern |
Pattern in feature name distinguishing hastag (HTOs) from other antibody derived tags (ADTs) |
gex.listname |
Name of dataframe containing gene expression counts (after Seurat::Read10X) |
adt.listname |
Name of dataframe containing ADT counts (after Seurat::Read10X) |
list of modality count matrices
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.