View source: R/preprocessing_filtering_reduction.R
num_cell_after_QC_filt_scExp | R Documentation |
Table of cells before / after QC
num_cell_after_QC_filt_scExp(scExp, annot, datamatrix)
scExp |
A SingleCellExperiment object. |
annot |
A raw annotation data.frame of cells before filtering. |
datamatrix |
A matrix of cells per regions before filtering. |
A formatted kable in HTML.
raw <- create_scDataset_raw()
scExp = create_scExp(raw$mat, raw$annot)
scExp_filtered = filter_scExp(scExp)
## Not run: num_cell_after_QC_filt_scExp(
scExp_filtered,as.data.frame(SingleCellExperiment::colData(scExp)), counts(scExp))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.