View source: R/interconvertMutationBurdens.R
mutationBurdenToMutationCopyNumber | R Documentation |
Function to convert mutation burdens into mutation copy number
mutationBurdenToMutationCopyNumber(
burden,
totalCopyNumber,
cellularity,
normalCopyNumber = rep(2, length(burden))
)
burden |
A vector containing mutation burdens |
totalCopyNumber |
A vector with total tumour copynumber |
cellularity |
Float with the cellularity of this sample |
normalCopyNumber |
A vector with the total copy number of the normal |
A vector with mutation copy number
dw9
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.