Skip to content

Commit

Permalink
feat: expand disease ontologies
Browse files Browse the repository at this point in the history
  • Loading branch information
ireneisdoomed authored May 21, 2024
1 parent 9f866f8 commit a640220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/disease_target_evidence.json
Original file line number Diff line number Diff line change
Expand Up @@ -1860,7 +1860,7 @@
"diseaseFromSourceMappedId": {
"type": "string",
"description": "Identifier of the disease in the EFO ontology",
"pattern": "(^NCIT_C\\d+$|^Orphanet_\\d+$|^GO_\\d+$|^HP_\\d+$|^EFO_\\d+$|^MONDO_\\d+$|^DOID_\\d+$|^MP_\\d+$|^OTAR_\\d+$|^PATO_\\d+$|^CHEBI_\\d+$|^OBI_\\d+$|^OBA_\\d+$|^OGMS_\\d+$)",
"pattern": "(^NCIT_C\\d+$|^Orphanet_\\d+$|^GO_\\d+$|^HP_\\d+$|^EFO_\\d+$|^MONDO_\\d+$|^DOID_\\d+$|^MP_\\d+$|^OTAR_\\d+$|^PATO_\\d+$|^CHEBI_\\d+$|^OAE_\\d+$|^MS_\\d+$|^OMIT_\\d+$|^SNOMED_\\d+$|^OBI_\\d+$|^NBO_\\d+$|^OBA_\\d+$|^OGMS_\\d+$)",
"examples": [
"EFO_0005537"
]
Expand Down

0 comments on commit a640220

Please sign in to comment.