Description Usage Arguments Details Value Examples
This function generates a series of plots that can be used to assess the present quality of an EMSet.
1 | plotGeneralQC(object)
|
object |
An |
The plots are as follows:
Library Size per Cell: A series of barplots depicting the library size of each cell in descending order.
Library Size: A histogram depicting the distribution of library sizes across the dataset.
Average Gene Count: A histogram depicting number of cells vs mean gene expression.
Average Gene Count (Log2): A histogram depicting number of cells vs Log2 mean gene expression.
Average Gene Count (Log10): A histogram depicting number of cells vs Log2 mean gene expression.
Log 10 Average Gene Count (Smooth Scatter): Smooth scatter plot of number of cells vs Log10 mean gene expression.
Top Genes Per Sample: Violin/beehive plots depicting proportion of top genes to total cell expression per sample.
Top Gene Expression: Boxplots depicting top 25 genes in terms of expression.
If controls are defined, two additional plots are generated:
Percentage Control Expression: Histograms depicting number of cells with the contribution of control genes as a percentage of total counts.
Proportion of Control Expression: Violin/beehive plots for each sample and control, depicting the proportion of controls to total expression.
A list of plot objects.
1 2 3 4 5 | # Load EMSet
EMSet <- ascend::raw_set
# Plot general QC
general_qc_plots <- plotGeneralQC(EMSet)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.