Step #1: Download GWAS Catalog Data
- There should be a link on the main GWAS catalog website to download the full catalog. As of today, you can click this link to view / download the annotations.
- For most internet browsers, you can download the data as a tab-delimited file by right-clicking on the link and then left-clicking "save target as...".
- Please no not copy and paste the table from your browser. This may not preserve the proper formatting
- Please save the GWAS annotations in the same folder as your 23andMe data
- The file is currently saved as gwascatalog.txt. If the name of this file changes in the future, please rename the file gwascatalog.txt
Step #2: Find Overlapping SNPs
- Download the perl script 23andME_GWAS_catalog.pl
- There is one parameter that you need to enter:
- genome = raw data file from 23andMe
- The resulting output file with have _GWAS.txt appended to the name of the genome file
- PC Users
- Open a terminal window (type "cmd" in Run, for example)
- Move to the folder where your 23andMe data is saved.
- Basic commands:
- cd = change folder
- If the data is not in your C:\ drive, you can type "cd \d D:"
- .. = move up one folder
- Type in "perl 23andMe_GWAS_catalog.pl" and enter the required genome parameter. See example below (click to enlarge) .
- Mac Users
- Open Terminal (in Applications/Utilities, for example)
- Basic commands:
- cd = change folder
- .. = move up one folder
- Type in "perl 23andMe_GWAS_catalog.pl" and enter the required genome parameter. See example below (click to enlarge) .
- You can open and manipulate the resulting file in Excel (or OpenOffice Calc)
None of the scripts are available at "Find 23andMe SNPs with GWAS Catalog Annotations".
ReplyDeleteDo they no longer function?
Thanks,
Nigel
Sorry about that - I've updated the 23andMe_GWAS_catalog.pl link for the new Google Drive location.
ReplyDeleteHowever, I've also saved those files in GitHub, which should have fewer problems with changing file locations:
https://github.com/cwarden45/DNAseq_templates/tree/master/My_Veritas_WGS/23andMe