How to download intronic positions from Ensembl
2
1
Entering edit mode
8.2 years ago
Ati ▴ 40

I want to know how I could download all intronic regions from Ensembl for mice? (mm10)

genome ensembl • 4.3k views
ADD COMMENT
0
Entering edit mode

Hi,

This does not refer to Ensembl, but might be interesting : How To Download All The Introns From Ucsc

ADD REPLY
0
Entering edit mode

Thanks, I need chromosome positions of introne.

ADD REPLY
2
Entering edit mode
8.2 years ago
Emily 23k

There's no file of all the introns available. To get this you would need to use the Perl API. You can use the TranscriptAdaptor to fetch all transcripts, then for each transcript, get all Introns. You can then use the intron module to print whatever information you need.

ADD COMMENT
2
Entering edit mode
8.2 years ago
abascalfederico ★ 1.2k

Another possibility is to download: 1) gene coordinates, 2) exon coordinates, 3) chromosome bed

Then, you can use bedtools to subtract 3-1 to get intergenic regions (4). Subtract 1-2 to get introns+intergenic (5). And finally, subtract 5-4 to get introns.

Depending on what do you want to do with introns this may help you.

ADD COMMENT

Login before adding your answer.

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