plotGenome plot normalized ratio and optionally segmented and/or smoothed
normalized ratio values in Package `CNAnorm'. It also shows annotation.
"plotGenome"(object, maxRatio = 8, minRatio = -1, superimpose = character(0), gPar = NULL, numHorLables = 10, colorful = FALSE, show.centromeres = TRUE, idiogram = NULL, fixVAxes = FALSE, supLineColor = character(0), supLineCex = character(0), dot.cex = .2, ...)"CNAnorm""smooth", "DNACopy"first superimposed line, second superimposed line,
normalized ratio dots. If none is provided, defaults are:
c("black", "cyan", "grey60") cex valeus to be
used for width of first superimposed line and second
superimposed line. If none is provided, defaults are: c(0.5, 0.5) plot"CNAnorm"plot, par, peakPloidy,
gPar, hg19_hs_ideogr
data(CN)
# see peakPloidy documentation to know how object CN is created
CN <- addDNACopy(CN)
CN <- validation(CN)
CN <- discreteNorm(CN)
plotGenome(CN, superimpose = 'DNACopy')
Run the code above in your browser using DataLab