plotNormQC: plotNormQC

Description Usage Arguments Value Examples

View source: R/ascend_plots.R

Description

Generates a series of plots comparing an un-normalised and a normalised EMSet.

Usage

1
plotNormQC(object, gene_list = list())

Arguments

object

A normalised EMSet.

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.

Value

A list containing the following plots:

Examples

1
2
3
4
5
# Load normalised EMSet
EMSet <- ascend::analyzed_set

# Plot normalisation
norm_qc <- plotNormQC(EMSet, gene_list = c("GAPDH", "MALAT1"))

IMB-Computational-Genomics-Lab/ascend documentation built on Aug. 29, 2019, 4:10 a.m.