plotQC {BaalChIP} | R Documentation |
Method plotQC
Produces different plots of QC results.
plotQC(.Object, what = "barplot_per_group", addlegend = TRUE, plot = TRUE) ## S4 method for signature 'BaalChIP' plotQC(.Object, what = "barplot_per_group", addlegend = TRUE, plot = TRUE)
.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
data('BaalObject') plotQC(BaalObject, what = 'overall_pie') plotQC(BaalObject, what = 'boxplot_per_filter', addlegend=FALSE) plotQC(BaalObject, what = 'barplot_per_group')