GWAS summary file including risk allele, protective allele and disease
1
0
Entering edit mode
6.1 years ago
Shicheng Guo ★ 9.4k

Hi All,

I hope to find a summary table including risk allele, protective allele and disease to summary the previous all GWAS studies. I download a summary file from GWAS catalog, however, this summary is not so good. No labelled risk allele and protective allele.

I think actually when the authors submit GWAS or association study, they should explicitly provide these information to database, right?

Thanks.

gwas risk protective allele disease • 2.2k views
ADD COMMENT
1
Entering edit mode

No, the authors not always provide this information to the journal or make it available through supplementary materials. I'd have thought that some of the info you are after is available Ensembl, known as "associated allele" in the "Phenotype data" table for a given rsID.

ADD REPLY
3
Entering edit mode
5.7 years ago
btsui ▴ 300

NCBI dbSNP provides an VCF (https://ftp.ncbi.nlm.nih.gov/snp/organisms/human_9606_b151_GRCh38p7/VCF/All_20180418.vcf.gz ) that summarizes each variant. For example, F7 bit 8 denote whether it is linked to the disease as shown in the following snapshot: enter image description here

Full characteristics of dbSNP variant are listed here: https://ftp.ncbi.nlm.nih.gov/snp/specs/dbSNP_BitField_latest.pdf

I also have written some code on parsing and doing basic stats on the dbSNP VCF before: https://github.com/brianyiktaktsui/Skymap/blob/master/XGS_WGS/CheckVCF.ipynb

Hope this answer your question.

ADD COMMENT

Login before adding your answer.

Traffic: 1575 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6