This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Comparing coordinates in different ensembl annotation version

Hello all!

So I have two experiments done on GRCh38, however, my collaborator and I used different ensembl gene annotation version to obtain our coordenates of interest. He used ensembl version 98 and I used ensembl version 95. So, we have this:

grep "ENSG00000237491" Homo_sapiens.GRCh38.98.chr.gtf | grep -P '\bgene\b' (Him)
1   havana  gene    778747  810065  .   +   .   gene_id "ENSG00000237491"; gene_version "10"; gene_name "LINC01409"; gene_source "havana"; gene_biotype "lncRNA";

and this:

$ grep "ENSG00000237491" Homo_sapiens.GRCh38.95.chr.gtf | grep -P '\bgene\b' (Me)
1   havana  gene    778770  810060  .   +   .   gene_id "ENSG00000237491"; gene_version "8"; gene_name "AL669831.5"; gene_source "havana"; gene_biotype "lincRNA";

My question is how can I compare these regions to find out if they correspond to the same thing? We are looking for differences in splicing pattern (so, intron retention, exon skipping, alternative 5' and/or 3' end usage, these stuff). Only the ensembl version is different, the paired-end illumina read alignment is the same.

Thanks in advance!

Best!

ensembl gene annotation

no expert in human stuff but are there no conversion tables between different version available? (that links ID from version X to version Y)

I know some conversion software but that's when the annotations are in different genome versions. I don't know any table when they are on the same genome version.

Sorry! i gave a bad example. I updated for a better one

Even with ENSG00000237491, I get no hits from Jan2019 archival site but do from Sept2019 Archival site.

I think the difference may be because these genes are from havana annotation. They may have deprecated the older annotation after a newer version came out.

While Ensembl help desk people stop by Biostars periodically you may want to put a ticket in with their helpdesk to see what the official explanation is. Post it here as an answer when you do.

Please use the formatting bar (especially the code option) to present your post better. You can use backticks for inline code (`text` becomes text), or select a chunk of text and use the highlighted button to format it as a code block. I've done it for you this time.
code_formatting

0 answers

No answers yet.

Log in to answer this question.