Welcome to the BioCypher Meta-Graph!

This database is an overview of the components (pipelines and the adapters they use) available in BioCypher, as collected on the GitHub projects board. It is simultaneously a demonstration of the output of a Docker Compose setup with a build stage using BioCypher and a deploy stage using the official Neo4j Docker image, as available via our project template.

How to read the meta-graph


You can bring up the entire graph by querying every node in the graph:

MATCH (n)
RETURN n