readscRNAseq | R Documentation |
Read the single cell RNA sequencing data measured on scRNA sequencing platform as a Seurat object.
readscRNAseq(mtx, cells, features, ...)
mtx |
a string, ame or remote URL of the mtx file |
cells |
a string, Name or remote URL of the cells/barcodes file |
features |
a string, Name or remote URL of the features/genes file |
... |
the arguments passing to ReadMtx |
Nothing
return a Seurat object including expression matrix.
nothing
Wei Liu
None
None
## Not run:
### set the file directory, then read it.
seu <- readscRNAseq(mtx="GSM3755564_16_Liver_Treg_matrix.mtx.gz",
features='GSM3755564_16_Liver_Treg_genes.tsv.gz',
cells='GSM3755564_16_Liver_Treg_barcodes.tsv.gz' )
seu
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.