View source: R/preprocessing_filtering_reduction.R
num_cell_scExp | R Documentation |
Table of cells
num_cell_scExp(annot, datamatrix)
annot |
An annotation of cells. Can be obtain through 'colData(scExp)'. |
datamatrix |
A matrix of cells per regions before filtering. |
A formatted kable in HTML.
raw <- create_scDataset_raw()
scExp = create_scExp(raw$mat, raw$annot)
## Not run: num_cell_scExp(SingleCellExperiment::colData(scExp))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.