scm_new_matrix | R Documentation |
Constract a tgScMat gene expression matrix object
scm_new_matrix(mat, cell_metadata, stat_type = "umi")
mat |
A matrix containing the expression data (will be stored as a sparse matrix) |
cell_metadata |
dataframe with metadata on the cells. Rownames correspond to the cell names. |
stat_type |
Type of statistic. ("umi", "rpkm", "tpm" etc.). Default: "umi" |
A tgScMat gene expression matrix object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.