u12BoxplotNb | R Documentation |
boxplot U12 introns and (Up/Down)stream U2 introns in
SummarizedExperiment
objects.
u12BoxplotNb(x, sampleAnnoCol=2, intExCol="int_ex",
intTypeCol="int_type", intronExon, strandCol="strand", geneIdCol,
col=c(), names=c(), lasNames=1, outline=FALSE, plotLegend=TRUE,
cexLegend=1, xLegend="topright", yLegend=NULL, bgLegend="transparent",
legend=c(), addGrid=FALSE, ...)
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 |
strandCol |
Column name (or number) that represents the strand of each row of assays in
|
geneIdCol |
Column name (or number) that represents the gene ID of each row of assays in
|
col |
Vector containing box colours. It is either of size 1 or the same size as the
number of boxes resulted based on the grouping of the samples defined by
|
names |
Names to write under group of boxes. |
lasNames |
Orientation of the box names. |
outline |
If outline is TRUE the outlier points are drawn otherwise if FALSE (default) they are not. |
plotLegend |
Whether show legend (TRUE by default). |
cexLegend |
Size of the text in legend . |
xLegend , yLegend |
Position of legend in the plot. For more info see |
bgLegend |
Bakcground colour of the legend box. It is "transparent" by default. |
legend |
The replacement texts to be used in legend. |
addGrid |
Whether add a grid under the boxplots (FALSE by default). |
... |
Other arguments to pass to the |
Returns NULL
Ali Oghabian
u12Boxplot
u12BoxplotNb(mdsChr22Obj, sampleAnnoCol="type", lasNames=1,
intExCol="int_ex", intTypeCol="intron_type", intronExon="intron",
boxplotNames=c(), outline=FALSE, plotLegend=TRUE,
geneIdCol="collapsed_transcripts_id", xLegend="topleft",
col=c("pink", "lightblue", "lightyellow"), ylim=c(0,600000),
ylab="FPKM", cex.axis=0.8)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.