Map snps to its genes
2
2
Entering edit mode
7.6 years ago
forever ▴ 80

How to map snps in my ped file to their genes using plink? I need to group these snps based on their belong genes. such as x, y and z snps belong to gene w.

Regards

SNP gene • 2.3k views
ADD COMMENT
0
Entering edit mode
7.6 years ago
biocyberman ▴ 860

It's good idea to give some rows of data. Without it, I can only suggest reading this page:

http://pngu.mgh.harvard.edu/~purcell/plink/grep.shtml

The basic idea is:

  1. have chromosome and base position for the SNPs
  2. have a gene list with chromosome, start, end position, and gene names
  3. run the ./plink --gene-report command
ADD COMMENT
0
Entering edit mode
7.5 years ago
vakul.mohanty ▴ 270

You can convert the ped file to vcf using plink, input the vcf file to ANNOVAR and obtain the genes that the SNPs map to.

ADD COMMENT

Login before adding your answer.

Traffic: 2127 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