Annotating Every Snp With A Conservation Score Value
4
2
Entering edit mode
12.8 years ago
Abdel ▴ 150

I have a large set of SNPs ,do any one know a fast way to annotate every SNP with a conservation score value ?

conservation snp • 5.2k views
ADD COMMENT
3
Entering edit mode
12.8 years ago

Ensembl provides GERP conservation scores for a variety of taxonomic levels. They can be accessed through the Perl API and there are ftp dumps here: ftp://ftp.ensembl.org/pub/current_emf/ensembl-compara/

ADD COMMENT
1
Entering edit mode

Avilella: Do you have link to documentation/manuscript about GERP scores ?

ADD REPLY
1
Entering edit mode

Thanks a lot !!!

ADD REPLY
3
Entering edit mode
12.8 years ago
Abdel ▴ 150

Thanks guys I found an automated way to do that :

ANNOVAR uses phastCons 46-way alignments to annotate variants that fall within conserved genomic regions. the --regionanno argument need to be supplied so that the program knows what to do. In addition, the --dbtype need to be specified so that the program knows which annotation database file to interrogate. Make sure that the annotation database is already downloaded (the command is " annotate_variation.pl -downdb mce46way humandb/ ").

http://www.openbioinformatics.org/annovar/annovar_region.html#conserved

ADD COMMENT
2
Entering edit mode
12.8 years ago

UCSC provides a mammalian conservation score via Conservation Track.

ADD COMMENT
1
Entering edit mode
12.8 years ago
Chris ★ 1.6k

In case you wanna do this by yourself, psi-blast your sequence against uniprot, grab the pssm matrix and parse for the mutant position. This way you get the score for the wildtype and mutant residue. The same could be done for the percentage matrix in case you prefer that. Of course this approach is applicable if you're talking about nsSNPs on protein level.

Chris

ADD COMMENT

Login before adding your answer.

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