frequencize: Convert Mutation COunts to PerMille Frequencies.
Description
Convert Mutation COunts to frequencies. Typically, a permille frequence is returned.
In other words, the resulting number indicates the expected mutation count if the genome hat a
total of 1000 mutations. This way, the MutSignatures analysis will be
less biased toward the hyper-mutator samples.
Usage
frequencize(countMatrix, permille = TRUE)
Arguments
countMatrix
numeric matrix of mutation counts
permille
ligucal, shall the permille conversion be used instead of the standard frequency
Value
list including colSums (mutation burden of each sample) and freqs (matrix of frequencies)
Details
This function is part of the user-interface set of tools included in mutSignatures. This is an exported function.
References
More information and examples about mutational signature analysis can be found here: