Description Usage Arguments Value Examples
View source: R/shattered.map.plot.r
Plots a genome wide map of shattered region frequencies
1 2 3 4 5 6 7 8  | shattered.map.plot(
  chromo.regs.obj,
  conf = "hc",
  genome.v = "hg19",
  chrlist = NULL,
  freq.cut = NULL,
  add.legend = "top"
)
 | 
chromo.regs.obj | 
 (chromo.regs) An object of class chromo.regs  | 
conf | 
 (character) either 'hc' for high confidence objects or else all included  | 
genome.v | 
 (character) reference genome version to draw chromosome limits and centromeres either hg19 or hg38 accepted  | 
chrlist | 
 (character) vector containing chromosomes to include in the analysis; if NULL all chromosomes available in the input will be included  | 
freq.cut | 
 the value to draw an horizontal line; use 'freq.p.test' to obtain a threshold for statisticaly significant hot spots  | 
add.legend | 
 the position of the legend in the plot; if null, no legend will be draw  | 
a plot into open device
1 2 3 4 5 6 7 8  | ## validate input data.frames
cnv <- validate.cnv(segdat_lung_ccle)
svc <- validate.svc(svdat_lung_ccle)
## obtain shattered regions
chromo.regs.obj <- shattered.regions(cnv,svc)
shattered.map.plot(chromo.regs.obj)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.