This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How To Confirm A Disease Gene Based On Snp Data?

Hi All,

I have shortlisted few genes to be associated with a disease and done a targeted sequencing of the coding regions of those genes in 500 case and 500 control. Now I have two independent SNP file for both case and controls for the same genes. Based on these dataset how can confirm that certain gene is related to the disease? Is there any way to calculate the significance of each SNP?

Thanks and regards

snp

1 answer

ClinVar should be a good start (which you can annotate with programs like ANNOVAR).

I think there is some room for improvement in terms of having access to the data to support those claims (and specific examples of evidence indicating the disease association in independent cohorts / families), but I think this should be a good way to start doing your own research to develop your opinion.

Also, it is nice that you have cases and controls in your own dataset (to control for differences in sample collection, sequencing design, and analysis).

That said, you may want to be careful amount formatting and compatibility of programs. For example, I am a cystic fibrosis carrier, and I had reports from some companies that falsely identified me as not being a carrier (even though you could verify the variant in the raw data):

https://github.com/cwarden45/DTC_Scripts/tree/master/Helix_Mayo_GeneGuide

https://github.com/cwarden45/DTC_Scripts/tree/master/Genos_Exome (please scroll to the bottom for alignment screenshot: also true for GET-Evidence report for Veritas WGS data)

In that example, that variant was an indel, and freebayes has a different format for indels (and 23andMe has a "D" and "I" notation in their raw format, rather than the sequence - even though the report within 23andMe was how I knew that I was a carrier).

BTW, I guess somebody liked that comment on the question recently, since the original question was actually posted quite a while ago.

So, I may unfortunately not be so much help for the original person, but I think my points are relevant for people who currently have similar questions.

Log in to answer this question.