biomedical_id_resolver
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -70,2 +70,19 @@ exports.CURIE = { | ||
}, | ||
"DiseaseOrPhenotypicFeature": { | ||
"id_ranks": ["MONDO", "DOID", "OMIM", "ORPHANET", "EFO", "UMLS", "MESH", "HP", "name"], | ||
"semantic": "Disease", | ||
"api_name": "mydisease.info", | ||
"url": "https://mydisease.info/v1/query", | ||
"mapping": { | ||
"MONDO": ["mondo.mondo"], | ||
"DOID": ["mondo.xrefs.doid"], | ||
"UMLS": ['mondo.xrefs.umls', "disgenet.xrefs.umls"], | ||
"name": ["mondo.label", "disgenet.xrefs.disease_name"], | ||
"MESH": ["mondo.xrefs.mesh", "disease_ontology.xrefs.mesh", "ctd.mesh"], | ||
"OMIM": ["mondo.xrefs.omim", "hpo.omim"], | ||
"EFO": ["mondo.xrefs.efo"], | ||
"ORPHANET": ["hpo.orphanet", "mondo.xrefs.orphanet"], | ||
"HP": ["mondo.xrefs.hp"] | ||
} | ||
}, | ||
"PhenotypicFeature": { | ||
@@ -72,0 +89,0 @@ "id_ranks": ["UMLS", "SNOMEDCT", "HP", "MEDDRA", "EFO", "NCIT", "MESH", "MP", "name"], |
{ | ||
"name": "biomedical_id_resolver", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "js library for converting biomedical entity ids in batch", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
145210
1115