snp annotation using BiomaRt
1
0
Entering edit mode
6.0 years ago
Huichen03 ▴ 20

Hi,

I want to get the gene names from 2400000 snps using BiomaRt in R. But since the snps size is huge, I could not get the result of these snps' annotation for one time. Do you guys have any other suggestions?

Thank you in advance!

SNP R gene bioMart • 2.5k views
ADD COMMENT
2
Entering edit mode

And it has to be biomaRt in R? Because for example VEP would be the most commonly used tool for snp annotation from Ensembl.

Also, it's not clear in which format your data is, please add an example to your post.

ADD REPLY
0
Entering edit mode

Possible duplicate, related posts:

Snp Annotation Tool

ADD REPLY
4
Entering edit mode
6.0 years ago
Emily 23k

As Wouter says, BioMart is not really a suitable tool for this as it cannot handle that much data. The Variant Effect Predictor (or VEP) can, however take millions of variants and output for you which genes they hit and what effects they have. It will also allow you to filter your list by consequences, frequency, gene names etc, so that you can prioritise variants for further study. For your number of variants I would recommend using the standalone script with a cache, all of which is documented.

ADD COMMENT

Login before adding your answer.

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