R/scmat_10x.r
mcell_import_scmat_10x.Rd
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
)
the name of the new matrix in scdb
a directory with data files - if this is specified, the matrix,gene and cells file names are determined by defulat
if base_dir is missing, this must define the matrix file name to be imported
if base_dir is missing this must define the genes file name to be imported
if base_dir is missing, this must define the cells file name to be imported
- if true, will import from 10x files even when the matrix is present in the DB