Description Usage Arguments Details Author(s) See Also Examples
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.
1 2 3 4 | plotExpressionProfiles(object, what)
## S4 method for signature 'CAGEset'
plotExpressionProfiles(object, what)
|
object |
A |
what |
Which level of expression clustering should be used. Can be either
|
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.
Vanja Haberle
getExpressionProfiles
, expressionClasses
,
extractExpressionClass
.
Other CAGEr plot functions: hanabiPlot
,
plotAnnot
, plotCorrelation
,
plotInterquantileWidth
,
plotReverseCumulatives
1 | plotExpressionProfiles(object = exampleCAGEset, what = "CTSS")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.