unannotated SNP ids
2
0
Entering edit mode
8.3 years ago
m_02 ▴ 20

Hi all,

I have a list of unannotated SNPs, I want to find those genes which are present 10kb upstream and downstream of that unannotated SNP.

Thanks in advance

SNP • 1.6k views
ADD COMMENT
1
Entering edit mode
ADD REPLY
1
Entering edit mode
8.3 years ago
iraun 6.2k

If I've understood correctly your question, I'd suggest you the following workflow:

  1. Take the positions of those unannotated SNP.
  2. Create a bed file with:

    SNP_chromosome    SNP_position-10000    SNP_position+10000
    
  3. Create gene .bed|.gtf|.gff3 file with gene coordinates.
  4. Intersect (bedtools intersect) these two files.
ADD COMMENT
0
Entering edit mode
8.3 years ago
Emily 23k

You can use the Ensembl VEP for this. To get variants 10kb up and downstream you'll need to alter the upstream/downstream distance to 10kb, which you'll find in the options.

ADD COMMENT

Login before adding your answer.

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