scm_sub_mat | R Documentation |
Extract sub-matrix. This return a matrix object on a subset of the genes and cells.
scm_sub_mat(scmat, genes = NULL, cells = NULL)
scmat |
A tgScMat object. |
genes |
Genes range. NULL implies the entire gene set |
cells |
Cells range. NULL implies the entire cell set |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.