Description Usage Arguments Value Author(s) See Also Examples
Method adjustmentBaalPlot
Produces a density plot of the distribution of allelic ratios (REF/TOTAL) before and after BaalChIP adjustment for RM and RAF biases.
1 2 3 4 | 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
1 2 3 | data('BaalObject')
adjustmentBaalPlot(BaalObject)
adjustmentBaalPlot(BaalObject, col=c('blue','pink'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.