plot | R Documentation |
Plots read counts, call values and CNV calls in an identified CNV region.
## S4 method for signature 'CNVDetectionResult,missing'
plot(x,
which,margin=c(10,10),toFile=FALSE)
x |
An instance of "CNVDetectionResult" |
which |
The index of the CNV region to be plotted. |
margin |
Vector of two positive integers that states how many segments left and right of the CNV region should be included in the plot. Default = c(10,10). |
toFile |
Logical value whether the output should be plotted to a file. Default = FALSE. |
Generates a CNV calling plot.
Guenter Klambauer klambauer@bioinf.jku.at
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.