query BiomaRt for the coordinates of the coding regions within individual exons?
0
0
Entering edit mode
Paul Shannon ★ 1.1k
@paul-shannon-578
Last seen 9.6 years ago
I use BiomaRt to build a table of the coordinates of all the exons in a gene transcript: colnames = c ("ensembl_exon_id", "rank", "exon_chrom_start", "exon_chrom_end", "strand") queryFields = 'entrezgene' queryValues = geneID tbl.exons = getBM (colnames, queryFields, queryValues, mart=human.mart) Since not all bases in an exon (even interior exons) are in fact coding, I now discover that I actually want the coordinates of the coding regions within each of the exons, not just the exon boundaries. Sometimes, maybe often (except for 3' and 5' UTRs) these coordinates are the same. Can anyone tell me how to query BiomaRt for the per-exon coding boundary coordinates? Thanks! - Paul
biomaRt biomaRt • 1.1k views
ADD COMMENT

Login before adding your answer.

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