Hi everyone!
I have a list of VEP somatic variants related to cancer data and I would like to query the COSMIC database by HGSVc name in order to programmatically retrieve the FATHMM prediction and tumour origin via Python script. Hi have several questions about it and I´m open to any kind of suggestion: 1) Which is the best way to access the database? By downloading the COSMIC data or is there an API? 2) In the first case, which download file would be best for my purpose? (I´ve already downloaded the "CosmicMutantExport.tsv" file but I´m not sure this is the most appropriate) 3) How to access this huge file? Do you know if there is a Python library ?
Thank you in advance.
Do you need to do it via
python
? Is something like this enough?That´s good! Thank you for posting it, iraun! Yes, it could be an option!