Description Usage Arguments Details Value Examples
View source: R/analysisWGS_fitCustomMutSigs.R
Performs mutational signature fitting against a pre-defined list of (custom) motif matrixes.
1 | fitCustomMutSigs(dataMuts, motifMatrix, sigType = "SBS")
|
dataMuts |
(VRanges): VRanges containing the mutations which will used as input. |
motifMatrix |
(tibble): Mutational motif matrix, with a column termed 'Motif' and then x columns designating the signatures. |
sigType |
(character): What type of signature should be looked for (motif matrix should match). |
Users need to supply a motif matrix (SNV-only), the names of the columns (signatures) will be used a aetiology.
(list) Returns a list of relevant mutational signature output.
1 2 | data.Cohort <- R2CPCT::importWGSOfCohort(<cpctIds>, <combinedData>)
data.MutSigs <- R2CPCT::fitMutSigs(data.Cohort$somaticVariants, motifMatrix)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.