sequenceQualityHist {R453Plus1Toolbox} | R Documentation |
This function creates a histogram of the mean qualities of the sequences.
sequenceQualityHist(object, xlab="Mean of quality scores per sequence", ylab="Number of sequences", col="firebrick1", ...)
object |
An object of class QualityScaledDNAStringSet, ShortReadQ or SFFContainer. |
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