View source: R/interconvertMutationBurdens.R
mutationCopyNumberToMutationBurden | R Documentation |
Function to convert mutation copy number to mutation burden
mutationCopyNumberToMutationBurden(
copyNumber,
totalCopyNumber,
cellularity,
normalCopyNumber = rep(2, length(copyNumber))
)
copyNumber |
A vector containing mutation copy number |
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 burdens
dw9
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.