Workflows
What is a Workflow?Filters
Query
Created At
Updated At
Workflow type
Jupyter1
Submitter
Marvin Martens1
Space
Independent Teams1
Creator
Marvin Martens1
Maturity
Work-in-progress1
1
Workflow visible to you, out of a total of 1
Work-in-progress
BridgeDb tutorial: Gene HGNC name to Ensembl identifier
This tutorial explains how to use the BridgeDb identifier mapping service to translate HGNC names to Ensembl identifiers. This step is part of the OpenRiskNet use case to link Adverse Outcome Pathways to WikiPathways.
First we need to load the Python library to allow calls to the BridgeDb REST webservice:
import requests
Let's assume we're interested ...