Palimpsest icon indicating copy to clipboard operation
Palimpsest copied to clipboard

Visualising the results of mutation origin

Open beginner984 opened this issue 3 years ago • 1 comments

Hello

I was able to run origin function but I don't know how to visualise that or any possible plot (if already produced by function) goes where

This is the code

vcf <- signature_origins(input = vcf, Type = "SBS",
                          input_signatures = SBS_liver_sigs,
                          signature_contribution = SBS_signatures_exp)

Thanks for any help

beginner984 avatar Jul 28 '20 11:07 beginner984

Hi,

Please see section 5.6 of the package vignette and our 2017 paper for examples of how we used the origins function to study and plot the distribution of signatures in driver mutations. The code to generate these plots is in section 6 of the test script.

However, the output of the origin function is in no way limited to the study of driver mutations, thats just what we found most interesting in our liver tumours!

Benedict

FunGeST avatar Jul 31 '20 16:07 FunGeST