Description Usage Arguments Value Examples
Generates a series of plots comparing an un-normalised and a normalised
EMSet
.
1 | plotNormQC(object, gene_list = list())
|
object |
A normalised |
gene_list |
OPTIONAL: A list of genes to plot expression levels for. If not defined, ascend will select GAPDH and MALAT1, or choose two genes at random. |
A list containing the following plots:
Library size histograms.
Scatter boxplots for selected genes.
Scatter boxplots for each gene.
1 2 3 4 5 | # Load normalised EMSet
EMSet <- ascend::analyzed_set
# Plot normalisation
norm_qc <- plotNormQC(EMSet, gene_list = c("GAPDH", "MALAT1"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.