num_cell_scExp {ChromSCape} | 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.
scExp = create_scExp(create_scDataset_raw()$mat,create_scDataset_raw()$annot) ## Not run: num_cell_scExp(SingleCellExperiment::colData(scExp))