num_cell_after_QC_filt_scExp: Table of cells before / after QC

Description Usage Arguments Value Examples

View source: R/preprocessing_filtering_reduction.R

Description

Table of cells before / after QC

Usage

1

Arguments

scExp

A SingleCellExperiment object.

annot

A raw annotation data.frame of cells before filtering.

Value

A formatted kable in HTML.

Examples

1
2
3
4
5
scExp = create_scExp(create_scDataset_raw()$mat,create_scDataset_raw()$annot)
scExp_filtered = filter_scExp(scExp)
## Not run:  num_cell_after_QC_filt_scExp(
scExp_filtered,SingleCellExperiment::colData(scExp))
## End(Not run)

ChromSCape documentation built on Nov. 8, 2020, 6:57 p.m.