Skip to content

Process the raw data-files for ingestion into the Neo4j database

License

Notifications You must be signed in to change notification settings

MetabolicAtlas/data-generation

Repository files navigation

Data generator for Metabolic Atlas

Prerequisites

Generating data

Neo4j data can be generated by running the following command

$ ./generate <PATH TO DATA FILES>

This will install NPM packages and create the folders neo4j, dataOverlay, and gemRepository under the current directory. <PATH TO DATA FILES> should point to data files from this repository.

The folder neo4j contains CSV files along with the Cypher instructions to import the data.

The folder dataOverlay contains TSV and JSON files that can be served directly in Metabolic Atlas.

The folder gemRepository contains a timeline chart for integrated models that can be served in Metabolic Atlas.

Please note that while the aforementioned commands can be run on their own, the output is meaningful only for the deployment pipeline of Metabolic Atlas.

About

Process the raw data-files for ingestion into the Neo4j database

Resources

License

Stars

Watchers

Forks