plotExpressionProfiles: Plotting expression profiles derived from CAGE data

Description Usage Arguments Details Author(s) See Also Examples

Description

Creates a chart with beanplots representing distribution of normalized expression across CAGE experiments for individual expression classes. Different expression classes are shown in different colors and are labeled according to the labels returned by expression clustering.

Usage

1
2
3
4
plotExpressionProfiles(object, what)

## S4 method for signature 'CAGEset'
plotExpressionProfiles(object, what)

Arguments

object

A CAGEset object.

what

Which level of expression clustering should be used. Can be either "CTSS" to plot expression profiles of individual CTSSs or "consensusClusters" to plot expression profiles of consensus clusters.

Details

The created file contains beanplots representing distribution of normalized expression across CAGE experiments for individual expression classes shown in separate boxes. Each labeled box represents one expression class and contains a set of beanplots - one per CAGE experiment. Individual CAGE experiments are shown on X-axis and scaled normalized expression on Y-axis. Individual beanplots show distribution of normalized expression values of elements belonging to specific expression class in particular CAGE experiment, and the entire box represents single expression profile. Different expression classes (boxes) are plotted in different colors and are labeled with labels returned by expression clustering.

Author(s)

Vanja Haberle

See Also

getExpressionProfiles, expressionClasses, extractExpressionClass.

Other CAGEr plot functions: hanabiPlot, plotAnnot, plotCorrelation, plotInterquantileWidth, plotReverseCumulatives

Examples

1
plotExpressionProfiles(object = exampleCAGEset, what = "CTSS")

CAGEr documentation built on Jan. 17, 2021, 2 a.m.