Description Usage Arguments Value Author(s) References See Also Examples
This function is used to reduce copy number regions.
1 2 |
seg |
DNAcopy CBS segmentation output. |
epsilon |
the maximum Euclidean distance between adjacent probes tolerated for denying a nonredundant region. epsilon=0 is equivalent to taking the union of all unique break points across the n samples. |
adaptive |
Vector of length-m lasso penalty terms. |
rmCNV |
If TRUE, remove germline CNV. |
cnv |
A data frame containing germline CNV data. |
frac.overlap |
A parameter needed to be explain. |
rmSmallseg |
If TRUE, remove small segment. |
nProbes |
The segment length threshold below which the segment will be removed if rmSmallseq = TRUE. |
A matrix with reduced copy number regions.
Ronglai Shen shenr@mskcc.org
Qianxing Mo, Sijian Wang, Venkatraman E. Seshan, Adam B. Olshen, Nikolaus Schultz, Chris Sander, R. Scott Powers, Marc Ladanyi, and Ronglai Shen. (2013). Pattern discovery and cancer gene identification in integrated cancer genomic data. Proc. Natl. Acad. Sci. USA.
breast.chr17
,plotiCluster
, compute.pod
,iCluster
,iClusterPlus
1 2 3 4 5 | #data(gbm)
#library(GenomicRanges)
#library(cluster)
#reducedM=CNregions(seg,epsilon=0,adaptive=FALSE,rmCNV=TRUE,cnv=NULL,
# frac.overlap=0.5, rmSmallseg=TRUE,nProbes=5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.