Skip to content

Commit

Permalink
fix: add MEDDRA id mapping for Disease semantic type
Browse files Browse the repository at this point in the history
  • Loading branch information
colleenXu committed Jul 19, 2021
1 parent 09c0706 commit e914976
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export const APIMETA: MetaDataItemsObject = {
},
},
Disease: {
id_ranks: ['MONDO', 'DOID', 'OMIM', 'ORPHANET', 'SNOMEDCT', 'NCIT', 'EFO', 'UMLS', 'MESH', 'HP', 'GARD', 'name'],
id_ranks: ['MONDO', 'DOID', 'OMIM', 'ORPHANET', 'SNOMEDCT', 'NCIT', 'EFO', 'UMLS', 'MESH', 'HP', 'GARD', 'MEDDRA', 'name'],
semantic: 'Disease',
api_name: 'mydisease.info',
url: 'https://mydisease.info/v1/query',
Expand All @@ -207,7 +207,8 @@ export const APIMETA: MetaDataItemsObject = {
GARD: ['mondo.xrefs.gard', 'disease_ontology.xrefs.gard'],
HP: ['mondo.xrefs.hp'],
SNOMEDCT: ['mondo.xrefs.sctid', 'umls.snomed.preferred', 'umls.snomed.non-preferred'],
NCIT: ['mondo.xrefs.ncit', 'disease_ontology.xrefs.ncit']
NCIT: ['mondo.xrefs.ncit', 'disease_ontology.xrefs.ncit'],
MEDDRA: ['mondo.xrefs.meddra', 'disease_ontology.xrefs.meddra'],
},
},
MolecularActivity: {
Expand Down

0 comments on commit e914976

Please sign in to comment.