num_cell_scExp {ChromSCape}R Documentation

Table of cells

Description

Table of cells

Usage

num_cell_scExp(annot, datamatrix)

Arguments

annot

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

datamatrix

A matrix of cells per regions before filtering.

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.2.62 Index]