plotExpressionProfiles | R Documentation |
Beanplot of distribution of normalized expression across CAGE experiments for individual expression classes, colored and labeled according to the information set when expression clustering was performed.
plotExpressionProfiles(object, what)
## S4 method for signature 'CAGEexp'
plotExpressionProfiles(object, what = c("CTSS", "consensusClusters"))
object |
A |
what |
|
The beanplots are shown in one labeled box per expression class. Each beanplot represents one CAGE experiment. The vertical axis represents scaled normalized expression. The color of each class is determined by the labels returned by expression clustering.
Vanja Haberle
Charles Plessy
Other CAGEr plot functions:
TSSlogo()
,
hanabiPlot()
,
plotAnnot()
,
plotCorrelation()
,
plotInterquantileWidth()
,
plotReverseCumulatives()
Other CAGEr expression clustering functions:
expressionClasses()
,
getExpressionProfiles()
plotExpressionProfiles(exampleCAGEexp, what = "CTSS")
exampleCAGEexp |> plotExpressionProfiles("consensusClusters")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.