Description Usage Arguments Value Examples
View source: R/analysisWGS_determineTiTv.R
Determine the number of Ti and Tv contexts and Ti/Tv ratio per sample.
1 | determineTiTv(mutMatrix.SNV)
|
mutMatrix.SNV |
(matrix): Mutational motif matrix derived from the fitMutSigs function. |
(tibble) Returns a tibble of the Ti/Tv number and ratio per sample.
1 2 | mutSigs <- R2CPCT::fitMutSigs(data.Cohort$somaticVariants, restrictiveFit = FALSE)
determineTiTv(mutSigs$SNV$mutMatrix)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.