This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Difference between USCS exon coordinates and ensembl

Hello,

I am trying to extract the coordinates for the exons in numerous genes.

For example, APC using the MANE transcript: NM_000038.6

When downloading the USCS table browser for just exons from HG38 I get these coordinates for the exons (example exon 1):

chr5 112737884 112737925

However, when I look on ensembl https://www.ensembl.org/Homo_sapiens/Transcript/Exons?db=core;g=ENSG00000134982;r=5:112707498-112846239;t=ENST00000257430 the coordinates are one base off - does anyone know why or which coordinates I should use?

chr5 112737885 112737925

Thanks! Amy

exons ensembl

What did you download from UCSC? 1-off usually means one file is zero-based and the other 1-based. BED files from UCSC are 0-based, Ensembl viewers are 1-based.

Yes, BED file, so this is zero-based and on Ensembl Viewer it is 1-based. So that is the reason.

Great thank you, I want to use the coordinates in bedtools to work out the coverage of some genes over those regions - do you think use the UCSC 0-based coordinates? Thanks! Amy

0 answers

No answers yet.

Log in to answer this question.