read.10x.matrices | R Documentation |
Quick loading of 10X CellRanger count matrices
read.10x.matrices(matrixPaths, version = "V3", n.cores = 1, verbose = TRUE)
matrixPaths |
a single path to the folder containing matrix.mtx, genes.tsv and barcodes.tsv files, OR a named list of such paths |
version |
string Version of 10x output to read (default='V3'). Must be one of 'V2' or 'V3'. |
n.cores |
numeric Cores to utilize in parallel (default=1) |
verbose |
boolean Whether to output verbose output (default=TRUE) |
a sparse matrix representation of the data (or a list of sparse matrices if a list of paths was passed)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.