Description Usage Arguments Value Examples
View source: R/hot.spot.samples.R
Collects sample ids with shattered regions detected at hot-spots based on certain p-value cutoff
1 | hot.spot.samples(chromo.regs.obj, freq.cut)
|
chromo.regs.obj |
(chromo.regs) An object of class chromo.regs |
freq.cut |
(numeric) the hot spot threshold above which peaks are defined for sample ID retrieval |
a list comprising two lists: peakRegions, peakRegionsSamples
1 2 3 4 5 6 7 8 9 10 11 | # validate input data.frames
cnv <- validate.cnv(segdat_lung_ccle)
svc <- validate.svc(svdat_lung_ccle)
chromo.regs.obj <- shattered.regions(cnv,svc)
mat<-hbd.mat(chromo.regs.obj)
pcut.obj <- freq.p.test(mat,plot=FALSE)
pcut <- freq.threshold(pcut.obj)
res <- hot.spot.samples(chromo.regs.obj,pcut)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.