Description Usage Arguments Value
Takes the Arm and Seg level CN classification (Loss (-1), Neut (0), Gain(1)) from the getCAA() function and reduces this data into a single matrix of chromosomal-arm level value (e.g. chr1p: 1)
1 2 3 4 5 6 7 | reduceArms(
segf_caa,
caa_method = c("arm", "seg"),
threshold = NA,
arm_ids = c("p", "q"),
verbose = FALSE
)
|
segf_caa |
Output from getCAA(), GRanges of individual chromosomes [GRangesList] |
caa_method |
The chromosomal-arm aneuploidy scoring metric to use: [Vector] - 'arm': Reduces the arm-level CN classifications (classified from the Weighted Median of the chr-arm CN) to a single value - 'seg': Uses a threshold (or weighted median if no threshold given) on the chr-arm CN classifications across all arm-level segs |
threshold |
For 'seg' caa_method, how much of a chr-arm must be gained or lost to get -1 or 1 score |
arm_ids |
[Default c("p", "q")] |
verbose |
verbose statement |
A matrix of aneuploidy scores [chr-arms x caa_methods]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.