Description Usage Arguments Value See Also Examples
View source: R/pct.genome.changed.r
Calculate the percentage of genome changed by CNV
1 | pct.genome.changed(cnv, fc.pct = 0.2, discard.sex = TRUE)
|
cnv |
(S4) an object of class svcnvio containing data type 'cnv' validated by validate.cnv |
fc.pct |
(numeric) percentage CNV gain/loss for a segment to be considered changed (i.e. 0.2 = 20 percent change 0.8 < segmean && segmean > 1.2) |
discard.sex |
(logical) whether sex chromosomes should be included |
(numeric) vector containing percent genome changed values (0-1)
Additional data format information in the man pages of validate.cnv
1 2 3 4 | ## validate input data.frames
cnv <- validate.cnv(segdat_lung_ccle)
pct.genome.changed(cnv)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.