import_mtx | R Documentation |
Read in 10x Genomics Cell Ranger Matrix Market format data.
import_mtx(data_path, gene_column = 2, log_file = NULL)
data_path |
Path to directory that holds the files output from 10x. |
gene_column |
The column with the gene names. |
log_file |
Filename for the log file. |
Named list of matrices. One matrix for each data type as specified in the third column of the features.tsv file. As of Oct 3rd 2019, the two options are 'Gene Expression' and 'Antibody Capture'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.