Description Usage Arguments Value Author(s) See Also Examples
A boxplot method for U12 and U2-type introns of SummarizedExperiment
objects.
1 2 3 |
x |
Object of type |
sampleAnnoCol |
Which colummn of |
intExCol |
Column name (or number) that represents whether each row of |
intTypeCol |
Column name (or number) that represents what type of intron each row of
|
intronExon |
Whether plot intron retention (set |
col |
Vector showing box colours. It is either of size 1 or the same size as the number of groups to be plotted. |
boxplotNames |
Names to write under boxes. If not defined, as names, it pastes U12/U2 (intron annotation) to the sample group annotations separated by a space " ". |
lasNames |
Orientation of the box names. |
outline |
If outline is TRUE the outlier points are drawn otherwise if FALSE (default) they are not. |
addGrid |
Whether add a grid under the boxplots (FALSE by default). |
... |
Other arguments to pass to the |
A SummarizedExperiment
object.
Ali Oghabian
1 2 3 4 | u12Boxplot(mdsChr22Obj, sampleAnnoCol="type",
intExCol="int_ex", intTypeCol="intron_type", intronExon="intron",
col=rep(c("orange", "yellow"),3) , lasNames=3,
outline=FALSE, ylab="FPKM", cex.axis=0.8)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.