#!/usr/bin/env python # coding: utf-8 # # Table of Contents #

# In[2]: from bioservices import ensembl e = ensembl.Ensembl() # In[3]: # In[4]: res = e.get_lookup_by_id('ENSG00000157764', expand=True) # In[5]: res.keys() # In[6]: e.get_regulatory_by_id('ENSR00001348195', 'human') # In[10]: e.get_regulatory_by_id('ENSR00000099113', 'homo_sapiens') # In[ ]: