Description Usage Arguments Value Examples
Convert relative copy numbers to absolute copy numbers based on the given ploidy and cellularity.
1 | relative_to_absolute_copy_number(relative_copy_numbers, ploidy, cellularity)
|
relative_copy_numbers |
a numeric vector containing relative copy numbers, i.e. ratios of copy numbers to the average copy number. |
ploidy |
the tumour ploidy. |
cellularity |
the cellularity, i.e. the fraction of cells that are from the tumour. |
a numeric vector of absolute copy numbers.
1 | relative_to_absolute_copy_number(c(0.98, 1.6, 1.23), 4.01, 0.77)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.