Usage
CNV.genomeplot(object, ...)
"CNV.genomeplot"(object, chr = "all", chrX = TRUE, chrY = TRUE, centromere = TRUE, detail = TRUE, main = NULL, ylim = c(-1.25, 1.25), set_par = TRUE, cols = c("red", "red", "lightgrey", "green", "green"))
"plot"(x, y = NULL, ...)
Arguments
object
CNV.analysis object.
...
Additional parameters supplied to CNV.genomeplot.
chr
character vector. Which chromomsomes to plot. Defaults to 'all'.
chrX
logical. Plot values for chrX? Defaults to TRUE. Set CNV.create_anno(chrXY = FALSE) if chrX and Y should not be included at all.
chrY
logical. Plot values for chrY? Defaults to TRUE.
centromere
logical. Show dashed lines at centromeres? Defaults to TRUE.
detail
logical. If available, include labels of detail regions? Defaults to TRUE.
main
character. Title of the plot. Defaults to sample name.
ylim
numeric vector. The y limits of the plot. Defaults to c(-1.25, 1.25).
set_par
logical. Use recommended graphical parameters for oma and mar? Defaults to TRUE. Original parameters are restored afterwards.
cols
character vector. Colors to use for plotting intensity levels of bins. Centered around 0. Defaults to c('red', 'red', 'lightgrey', 'green', 'green').
x
CNV.analysis object (defined by plot generic).
y
NULL (defined by plot generic).