Skip to content

Create jupyter notebook to show enrichment of graph #12

@cthoyt

Description

@cthoyt

Use the statin graph as an example (there are lots of neat statin inhibitors)

from pybel.examples import statin_graph

Use pybel_jupyter to stick it all in a jupyter notebook

from pybel.examples import statin_graph
from pybel_jupyter import to_jupyter

# Enrich it here!

to_jupyter(statin_graph)

Make a notebooks/ folder in the root of this repo to hold this notebook

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions