callArmCna | R Documentation |
Wrapper around CallWcna() that calls chromosome arm aneuploidies
callArmCna(segs, chr, threshold = 0.95, arms)
segs |
data frame with CNA length, chromosome and direction ("gain","loss","normal") columns |
chr |
the chromosome of interest. must match the format of the segment table |
threshold |
float, the fraction of the chromosome needed to be in a direction to call. Default = 0.9 |
arms |
a table with the list of p and q arm location |
a named vector with the arm and "gain", "loss", "normal" or NA.
This assumes that there is a gap around the centromere and that no segment can ever overlaps it.
for full documentation see callWcna.
This function estimates the length of the genome from the length of all segments in the table
callWcna
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.