View source: R/arm-level-changes.R
arm_level_changes | R Documentation |
Get the altered chromosome arms in sample. Does not include the acrocentric p arms of chromosomes 12, 14, 15, 31, and 22.
arm_level_changes(segs, ploidy, genome = c("hg19", "hg18", "hg38"), algorithm = c("em", "cncf"))
segs |
FACETS segmentation output. |
ploidy |
Sample ploidy. |
genome |
Genome build. |
algorithm |
Choice between FACETS |
List of items, containing:
data.frame
for all genes mapping onto a segment in the output segmentation, with the columns:
genome_doubled
: Boolean indicating whether sample genome is doubled.
fraction_cna
: Fraction of genome altered.
weighted_fraction_cna
: A weighted version of fraction_cna
where only altered chromosomes are counted and weighted according to their length relative to total genome.
aneuploidy_scores
: Count of the number of altered arms, see source URL.
full_output
: Full per-arm copy-number status.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.