mitochodria isCircular equals to FALSE in EnsDb.Hsapiens.v86 and EnsDb.Mmusculus.v79
0
0
Entering edit mode
foehn ▴ 100
@foehn-16281
Last seen 2.6 years ago
United States

Hi there,

I'm using R annotation packages EnsDb.Hsapiens.v86 and  EnsDb.Mmusculus.v79. I notice that both of them annotate mitochondrial DNA to non-circular, which seems contrary to the biology

> as.data.frame(seqinfo(EnsDb.Hsapiens.v86))["M", ]
   seqlengths isCircular genome
MT      16569      FALSE GRCh38
> as.data.frame(seqinfo(EnsDb.Mmusculus.v79))["M", ]
   seqlengths isCircular genome
MT      16299      FALSE GRCm38

Does anyone know the reason it is so? Thanks.

R annotation ensembldb • 2.8k views
ADD COMMENT
0
Entering edit mode

Thanks for pointing this out. I'll have to check the perl routines that fetch the data from the Ensembl databases. Something might be wrong there. I posted an issue at the ensembldb repo (https://github.com/jotsetung/ensembldb/issues/86)

 

ADD REPLY
0
Entering edit mode

In the perl function that I'm using to create the EnsDbs I'm using the Ensembl Perl API and in fact calling is_circular on each chromosome (slice). Seems that even for chromosome MT this returns 0 (i.e. FALSE). I did contact the Ensembl support to ask for details on that. I'll keep you updated.

ADD REPLY
0
Entering edit mode

Thanks a lot @Johannes!

ADD REPLY
0
Entering edit mode

Got a reply from the Ensembl support: they are aware of this inconsistency but did not solve it so far. They are working on it, but it won't happen before the next release.
 

ADD REPLY
0
Entering edit mode

Got it. Thanks for probing into this issue.

ADD REPLY

Login before adding your answer.

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