mutational-normalization {SomaticSignatures} | R Documentation |
Normalize somatic motifs, to correct for biases between samples.
normalizeMotifs(x, norms)
x |
Matrix, as returned by 'motifMatrix' [required] |
norms |
Vector with normalization factors [required]. The names must match the base sequence names in 'x'. |
A matrix as 'x' with normalized counts.