Description Usage Arguments Details Value Examples
Calculates the following values for quality control:
1 2 3 4 | calculateQC(object)
## S4 method for signature 'EMSet'
calculateQC(object)
|
object |
An EMSet |
Total number of counts per cell
Number of genes expressed by a cell
Total counts per gene
Number of cells expressing gene
Mean expression of the gene
Rank in most abundant gene expression
Proportion of gene expression to total expression
If users have defined controls, the following metrics are also calculated:
Number of reads from non-control genes (feature) for each cell
Percentage of features to total expression
This function is called when changes are made to the count matrix.
QC values stored in an EMSet's rowData and colData slots
1 2 3 4 5 | # Load example dataset
object <- ascend::raw_set
# Recalculate quality control metrics
object <- calculateQC(object)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.