Description Usage Arguments Value Author(s) See Also Examples
Produces different plots of QC results.
1 2 3 4 |
.Object |
An object of the |
what |
A single character value indicating the type of plot. Options:
|
addlegend |
A logical value indicating if legend should be included in the plot (default TRUE). |
plot |
a logical value to whether it should plot (TRUE) or not (FALSE). Default is TRUE. |
A plot
Ines de Santiago
1 2 3 4 | data('BaalObject')
plotQC(BaalObject, what = 'overall_pie')
plotQC(BaalObject, what = 'boxplot_per_filter', addlegend=FALSE)
plotQC(BaalObject, what = 'barplot_per_group')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.