plot {cn.mops} | 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