Entering edit mode
7.5 years ago
cmharro
•
0
Hello,
I have downloaded a list of SNPs from the GWAS Catalog, and I want to compare the positions of these SNPs to see if they overlap with peaks called in MACs from sequencing data. What is the best way for somebody with limited bioinformatics experience of doing this?
You can use
intersectBed
feature frombedtools
. Prepare your SNP file in bed format and follow thisvenu - I want to do this also, but map human GWAS to mouse peaks....suggestions?