num_cell_scExp: Table of cells

View source: R/preprocessing_filtering_reduction.R

num_cell_scExpR 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

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

vallotlab/ChromSCape documentation built on Oct. 15, 2023, 1:47 p.m.