Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

biomedical_id_resolver

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

biomedical_id_resolver - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

17

config.js

@@ -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"],

2

package.json
{
"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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc