Description Usage Arguments Author(s)
Creates a boxplot of the quality scores over all sequences at each position.
1 2 3 | positionQualityBoxplot(object, range, binsize=10,
xlab=paste("Read position in bp (Bin size: ", binsize, "bp)", sep=""), ylab="Quality score",
col="firebrick1", ...)
|
object |
An object of class QualityScaledDNAStringSet, ShortReadQ or SFFContainer. |
range |
A numeric vector of length one or two. If length one only bases from the first until this position are plotted. If two all bases between these two positions are plotted. |
binsize |
Number of positions to summarize in one box in the plot. |
xlab |
The X axis label. |
ylab |
The Y axis label. |
col |
The plotting color. |
... |
Arguments to be passed to methods, such as graphical parameters (see ‘par’). |
Christian Ruckert
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.