num_cell_scExp {ChromSCape}R Documentation

Table of cells

Description

Table of cells

Usage

num_cell_scExp(annot)

Arguments

annot

An annotation of cells. Can be obtain through 'colData(scExp)'.

Value

A formatted kable in HTML.

Examples

scExp = create_scExp(create_scDataset_raw()$mat,create_scDataset_raw()$annot)
## Not run: num_cell_scExp(SingleCellExperiment::colData(scExp))

[Package ChromSCape version 1.0.0 Index]