Description Usage Arguments Details Value Examples
View source: R/analysisWGS_fitMutSigs.R
Performs optimal fitting of the contribution of mutational signatures.
1 | fitMutSigs(dataMuts, restrictiveFit = FALSE)
|
dataMuts |
(VRanges): VRanges containing the mutations which will used as input. |
restrictiveFit |
(logical): Should restrictive (strict) fitting be performed instead of using all signatures, see fit_to_signatures_bootstrapped? |
Performs mutational signature fitting against the COSMIC / Alexandrov signatures (v3.1/June 2020). It does this for SNV, InDels and MNV patterns.
(list) Returns a list of relevant mutational signature output.
1 2 | data.Cohort <- R2CPCT::importWGSOfCohort(<cpctIds>, <combinedData>)
data.MutSigs <- R2CPCT::fitMutSigs(data.Cohort$somaticVariants)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.