Description Usage Arguments Value
Takes a .seg data-frame and finds out for each CN interval, what fraction of the chromosomal arm or chromosome does it occupy. It calculates this metric across all covered regions in (NA- excluded) or the entire chromosomal-arm/chromosome (NA-included). It also supports the Shukla et al. method of removing segments that overlap the centromere.
1 2 3 4 5 6 7 8 9 10 |
segf |
.Seg Data [Data frame] |
cytoarm |
Output of cytobandToArm() function [List of Data frames] |
tcn_col |
Column ID for CN value [String] |
filter_centromere |
Whether to include or exclude segments |
classifyCN |
classify arm-CN into Loss/Neut/Gain [Boolean] |
ploidy |
base-ploidy for Loss/Neut/Gain estimation [Default=0] |
threshold |
Threshold around ploidy (+/- threshold) [Default=0.2] |
... |
Parameters for .classifyCN() function (ploidy, threshold, verbose) |
A GRangesList split by chromosome with each interval representing a reduced chromosomal aberration and its associated chromosomal_arm and chromosome fraction with and without NAs factored in
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.