mcell_import_scmat_10x | R Documentation |
Load a matrix from a 10x dataset. The scdb version of mcell_read_multi_scmat_10x
mcell_import_scmat_10x(
mat_nm,
base_dir = NULL,
matrix_fn = NULL,
genes_fn = NULL,
cells_fn = NULL,
force = FALSE
)
mat_nm |
the name of the new matrix in scdb |
base_dir |
a directory with data files - if this is specified, the matrix,gene and cells file names are determined by defulat |
matrix_fn |
if base_dir is missing, this must define the matrix file name to be imported |
genes_fn |
if base_dir is missing this must define the genes file name to be imported |
cells_fn |
if base_dir is missing, this must define the cells file name to be imported |
force |
- if true, will import from 10x files even when the matrix is present in the DB |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.