adjustmentBaalPlot {BaalChIP} | R Documentation |
Method adjustmentBaalPlot
Produces a density plot of the distribution of allelic ratios (REF/TOTAL) before and after BaalChIP adjustment for RM and RAF biases.
adjustmentBaalPlot(.Object, col = c("green3", "gray50")) ## S4 method for signature 'BaalChIP' adjustmentBaalPlot(.Object, col = c("green3", "gray50"))
.Object |
An object of the |
col |
A character vector indicating the colours for the density plot ( default is c( 'green3','gray50') ). |
A plot
Ines de Santiago
data('BaalObject') adjustmentBaalPlot(BaalObject) adjustmentBaalPlot(BaalObject, col=c('blue','pink'))