any tools for annotating "canonical splice site variants"
1
0
Entering edit mode
9.1 years ago
CrazyB ▴ 280

Similar posts have been put up in the past by other users but I haven't yet found any helpful answers.

Are there annotation tools out there that annotate variants located in the canonical splice sites? SnpEff seems to annotate them only as "intronic". Ensembl Variant effect predictor shows some annotation as "missense_variant&splice_region_variant" , but spot-checked variants do not always fall in splice regions - the documentation does not provide more info either on splice region designation.

I have a VCF with a list of 50000 variants, so am hoping to find some tools for higher-throughput annotation. Any suggestion ? Great many thanks.

splice site annotation • 2.6k views
ADD COMMENT
0
Entering edit mode
9.1 years ago

For canonical splice site, I suppose you mean anything within a few basepairs of an exon. Then it's easy to compute.

Get a reference of all exons (maybe from UCSC Table Browser). Reformat it to a BED file, and then with bedtools' slopBed you can make another BED file that is extended in both directions by three bp. Subtract the two (also with bedtools or bedops) and you've got now a BED file of all regions adjacent to exons. Filter your VCF to this BED by any of a thousand simple tools and you're done.

ADD COMMENT

Login before adding your answer.

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