Skip to content

Demo of how to build a transcription factor KG using the KG UI

Notifications You must be signed in to change notification settings

MaayanLab/TranscriptionNetwork-Demo

 
 

Repository files navigation

Knowledge Graph Demo

Running Neo4j on docker

cp .env.example .env
docker-compose up neo4j

open http://localhost:7474

Dumping your neo4j DB

docker-compose stop neo4j
docker-compose run neo4j neo4j-admin database dump neo4j

Importing a Dump File

docker-compose run neo4j neo4j-admin database load --from-path=/data/dumps/ --overwrite-destination=true neo4j

About

Demo of how to build a transcription factor KG using the KG UI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 90.5%
  • Python 9.5%