Description Usage Arguments Details See Also
Compute the aneuploidy score for a given chromosome
1 2 | getAneuploidy(seq.dat, ploidy.dat, chr, ref = "grch37",
max.brk.len = 3e+06)
|
seq.dat |
the data.frame of sequencing data |
ploidy.dat |
the data.frame of ploidy data |
chr |
the chromosome of interest |
Aneuploidy status is defined as amplified if main copynumber > ploidy; neutral if main copy number and ploidy are equal; and deleted if main copy number < ploidy. Segments are combined if the aneuploidy status of two adjacent segments is equal, and the segments do not cross the centromere.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.