Description Usage Arguments Value Examples
Obtain a matrix with the weighted average CN per chromosome arm
1 | chr.arm.cnv(cnv, genome.v = "hg19", verbose = TRUE)
|
cnv |
(S4) an object of class svcnvio containing data type 'cnv' validated by validate.cnv |
genome.v |
('hg19' or 'hg38') reference genome version to draw chromosome limits and centromeres |
verbose |
(logical) |
a matrix of chromosome arms (rows) versus samples (cols) with average segment logRs per cell
1 2 | cnv <- validate.cnv(segdat_lung_ccle)
chr.arm.cnv(cnv, genome.v="hg19")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.