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