Description Usage Arguments Details Author(s) See Also Examples
A function for visualizing the number of reads per amplicon or per MID / pico titer plate.
1 2 |
avaSet |
An instance of AVASet. |
type |
A character vector specifying the type of plot. |
bothDirections |
A logical value determining whether the plot sums forward and reverse reads or shows them separately. |
cex.names |
Font size of the amplicon name labels. |
cex.axis |
Font size of axes' labels. |
las |
Orientation of amplicon name labels. |
col |
Colors used in the plot. |
... |
Arguments to be passed to methods, such as graphical parameters (see ‘par’). |
If the argumnet type is “amplicon”, the number of reads for each amplicon are visualized. In case of a AVASet with one sample, a barplot with one bar for each amplicon is created. In case of more than one sample, a boxplot with one box for each amplicon is plotted. If type is “mid”, a boxplot with one box for each MID is created. If type is “ptp”, a boxplot with one box for each pico titer plate is created.
Hans-Ulrich Klein
1 2 3 4 | ## Not run: data(avaSetExample)
plotAmpliconCoverage(avaSetExample)
plotAmpliconCoverage(avaSetExample[,1])
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.