load_counts | R Documentation |
Load counts from datapath and return a seurat object
load_counts(datapath, datatype = 0)
datapath |
character, indicating data path of counts, if it is 10X data, please input the path of folder which containing matrix.mtx.gz, features.tsv.gz and barcodes.tsv.gz |
datatype |
10X:datatype = 0, counts:datatype = 1, sparse matrix:datatype = 2 |
return a seurat object
## Not run: load_counts('D:/scRNA/10X',datatype=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.