How to locate a locus on the genome and get the Exon/Intron No.
1
0
Entering edit mode
6.9 years ago
shiyang93 ▴ 70

HI, I have a set of locus: chr2:123456-234567......,now I want to know if this locus is on a gene, if it is, then on which exon/intron? Because there are too many locus, viewing on the genomebrowser one by one is not practical. I also have tried softwares such as ANNOVAR, ONCOTATOR, but they only tell me whether it is exonic or intronic..., without the exon/intron No. (It is possible they tell me but I do not find.) I also try to find this in a gtf download from gencode, but also have no answer. Could anyone recommend some software? Or other methods? Thanks!

genome SNP sequence • 2.0k views
ADD COMMENT
0
Entering edit mode

Try any genome browser like ensembl, NCBI, UCSC (online) or IGV (standalone)

ADD REPLY
0
Entering edit mode

But there are too many locus, need a lot lot lot of time to view them one by one.

ADD REPLY
0
Entering edit mode

Use EnsEMBL's perl API.

ADD REPLY
0
Entering edit mode
6.9 years ago
EagleEye 7.5k

I will recommend you to

1) Use bedtools to get overlapping transcripts using GFF as reference gene annotation (use the same as your required genome version)

2) For those transcripts check number of exons and introns, Example: A: How to get the number of exon within genes from GRCH37 reference (For introns per transcript, number of exons minus 1).

ADD COMMENT

Login before adding your answer.

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