Entering edit mode
5.3 years ago
agicict
▴
200
I used SomaticSignatures package in R and got some mutation signatures.
I usually designated specific signatures by comparing my signatures and listed signatures in COSMIC site through my eye. https://cancer.sanger.ac.uk/cosmic/signatures_v2
I would like to know whether there are more statistically reasonable method to match the most similar signature to each of my signature.
You should be able to download a VCF (or similar file) from COSMIC and use that to automate your lookup operation.
Thank you for your comment. Do you mean that I should identify mutation signature from the VCF files and then compare it with my data?
What do you mean by signatures? I'm just saying that you should be able to automate what you're doing manually using either downloadable files or querying APIs or a combination of both.