Description Usage Arguments Value Examples
View source: R/preprocessing_filtering_reduction.R
Table of cells before / after QC
1 | num_cell_after_QC_filt_scExp(scExp, annot)
|
scExp |
A SingleCellExperiment object. |
annot |
A raw annotation data.frame of cells before filtering. |
A formatted kable in HTML.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.