Skip to content

Commit

Permalink
Fix incorrect OMIM xrefs on PRAAS diseases
Browse files Browse the repository at this point in the history
Resolves #1272
  • Loading branch information
allenbaron committed Dec 1, 2023
1 parent 85a13e6 commit bd3f302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ontology/doid-edit.owl
Original file line number Diff line number Diff line change
Expand Up @@ -40437,7 +40437,7 @@ SubClassOf(obo:DOID_0060913 obo:DOID_225)
# Class: obo:DOID_0060914 (proteosome-associated autoinflammatory syndrome 2)

AnnotationAssertion(Annotation(dc:type obo:ECO_0007645) Annotation(oboInOwl:hasDbXref "url:https://pubmed.ncbi.nlm.nih.gov/29805043/") obo:IAO_0000115 obo:DOID_0060914 "A proteasome-associated autoinflammatory syndrome that is characterized by severe inflammatory neutrophilic dermatitis, autoimmunity, and variable immunodeficiency and that has_material_basis_in heterozygous mutation in the POMP gene on chromosome 13q12.")
AnnotationAssertion(oboInOwl:hasDbXref obo:DOID_0060914 "OMIM:109720")
AnnotationAssertion(oboInOwl:hasDbXref obo:DOID_0060914 "OMIM:618048")
AnnotationAssertion(oboInOwl:hasExactSynonym obo:DOID_0060914 "PRAAS2")
AnnotationAssertion(oboInOwl:hasOBONamespace obo:DOID_0060914 "disease_ontology")
AnnotationAssertion(oboInOwl:id obo:DOID_0060914 "DOID:0060914")
Expand Down Expand Up @@ -40495,7 +40495,7 @@ SubClassOf(obo:DOID_0060918 ObjectSomeValuesFrom(obo:IDO_0000664 obo:GENO_000093
# Class: obo:DOID_0060919 (proteosome-associated autoinflammatory syndrome 5)

AnnotationAssertion(Annotation(dc:type obo:ECO_0007645) Annotation(oboInOwl:hasDbXref "url:https://pubmed.ncbi.nlm.nih.gov/31783057/") obo:IAO_0000115 obo:DOID_0060919 "A proteasome-associated autoinflammatory syndrome that is characterized by recurrent, polymorphic disseminated cutaneous rash with annular lesions, non-specific lymphocytic infiltration, fever, failure to thrive, persistent hepatosplenomegaly, emaciated face, long slender fingers, levated acute-phase reactants and microcytic anemia and that has_material_basis_in homozygous mutation in the PSMB10 gene on chromosome 16q22.")
AnnotationAssertion(oboInOwl:hasDbXref obo:DOID_0060919 "OMIM:619183")
AnnotationAssertion(oboInOwl:hasDbXref obo:DOID_0060919 "OMIM:619175")
AnnotationAssertion(oboInOwl:hasExactSynonym obo:DOID_0060919 "PRAAS5")
AnnotationAssertion(oboInOwl:hasOBONamespace obo:DOID_0060919 "disease_ontology")
AnnotationAssertion(oboInOwl:id obo:DOID_0060919 "DOID:0060919")
Expand Down

0 comments on commit bd3f302

Please sign in to comment.