Scout: Inheritance pattern (OMIM) wrong in SCOUT

Created on 23 Mar 2018  路  10Comments  路  Source: Clinical-Genomics/scout

https://scout.scilifelab.se/cust002/F0016063/c82efc7cc7d258cccea13b53a9a937b6

According to OMIM this disease is AD but in SCOUT annotated as AR

All 10 comments

Hi! I've changed the OMIM inheritance for id: 211750 from "AR" to "AD".

@moonso, to fix this issue I've made changes to the database, specifically:
1) db.disease_term.updateOne({_id:"OMIM:211750"}, { $set:{"inheritance":["AD"]}})
2) db.hgnc_gene.updateOne({omim_id:606037}, { $set:{"phenotypes.0.inheritance_models":["AD"]}})
3) db.hgnc_gene.updateOne({omim_id:606037}, { $set:{inheritance_models:["AD"]}})

In all 3 cases the inheritance was ["AR"], but it was wrong.

Nice! Any idea what brought this one about in the first place? Error in a particular OMIM morbid snapshot or sth else?

I was checking if the entry was modified in OMIM lately but I haven't found any "history" option so far. But I'll let you know if I find out!

Naaa it hasn't been modified since 2011, so the error must be by our side!

Still, what is on the OMIM pages and what is in their exported files is not 100% identical. Otherwise a parse error on load?

I don't know, but I've registered to omim to be able to download all files, not just "mim2gene.txt" from here https://www.omim.org/downloads/. Once they approve me I'll check if there is an error in their files (I really hope so!!)

The error is in their file (genemap2), where under phenotypes there is written "autosomal recessive" instead of dominant. This is the line:

chr3 | 111542078 | 111665995 | 3q13.13 | 3q13.1-q13.2 | 606037 | CD96, TACTILE | CD96 antigen | CD96 | 10225 | ENSG00000153283 | 聽 | C syndrome, 211750 (3), Autosomal recessive | Cd96 (MGI:1934368)
-- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | --

I'll write them an email so they can fix the error. Thanks @hassanfa for the omim files!

馃憤

phew Ahem, as suspected! Thanks - good job!

I just got a reply from OMIM confirming that the new version of genemap2 doesn't have the error, so when we update the OMIM definitions is fine!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ielvers picture ielvers  路  3Comments

ViktorHy picture ViktorHy  路  4Comments

mhkc picture mhkc  路  3Comments

hassanfa picture hassanfa  路  3Comments

northwestwitch picture northwestwitch  路  3Comments