im3sanger / dndscv

dN/dS methods to quantify selection in cancer and somatic evolution
GNU General Public License v3.0
211 stars 48 forks source link

hg38 ref files #50

Closed alhafidzhamdan closed 4 years ago

alhafidzhamdan commented 4 years ago

Hi there,

Sorry if i missed this but i'm struggling to generate my own hg38 refcds and covariate files. I wonder if you have already done this and if not where can i get "reference transcript table" and the rest of the epigenomic annotations (and do you have examples for in hg19 that use so that I could cross check formats)?

Al Edinburgh

im3sanger commented 4 years ago

Hello,

I would recommend following this tutorial for buildref. This contains details on the input formats and where to find these files: http://htmlpreview.github.io/?http://github.com/im3sanger/dndscv/blob/master/vignettes/buildref.html

You can also find a precomputed RefCDS in the link below: https://github.com/im3sanger/dndscv_data/tree/master/data

I do not have covariates for GRCh38 yet, but you can use "cv=NULL" when running dndscv, as covariates can help sensitivity, but they are optional.

Best wishes, Inigo