num_cell_scExp {ChromSCape} | R Documentation |
Table of cells
num_cell_scExp(annot)
annot |
An annotation of cells. Can be obtain through 'colData(scExp)'. |
A formatted kable in HTML.
scExp = create_scExp(create_scDataset_raw()$mat,create_scDataset_raw()$annot) ## Not run: num_cell_scExp(SingleCellExperiment::colData(scExp))