Table of Contents¶
- About ComptoxAI
- Installing and Building
- What parts of ComptoxAI should I install?
- “I just want to explore the data and/or the graph database”
- “I need to run some Cypher queries on the graph database”
- “I want to perform machine learning using data from ComptoxAI”
- “I want to run a few Python analyses using some of ComptoxAI’s data”
- “I want to create a similar data infrastructure, but for a different purpose”
- Installing the
comptox_ai
Python package - Installing Neo4j and importing the ComptoxAI graph database
- Building and accessing the website
- What parts of ComptoxAI should I install?
- 8. Adverse Outcome Pathways
- 1. Computational Toxicology
- 7. Data Schema
- 6. Source Databases
- 2. Database Queries
- 5. Entity Types in ComptoxAI
- 4. Graphs
- 3. Graph Databases
- User Guide
- Video Tutorials
- 9. Useful Cypher queries
- REST Web API
- ComptoxAI Databases
GraphDB
GraphDB.build_graph_cypher_projection()
GraphDB.build_graph_native_projection()
GraphDB.convert_ids()
GraphDB.drop_all_existing_graphs()
GraphDB.drop_existing_graph()
GraphDB.export_graph()
GraphDB.fetch()
GraphDB.fetch_chemical_list()
GraphDB.fetch_node_type()
GraphDB.fetch_nodes()
GraphDB.fetch_relationships()
GraphDB.find_node()
GraphDB.find_nodes()
GraphDB.find_relationships()
GraphDB.find_shortest_paths()
GraphDB.get_graph_statistics()
GraphDB.get_metagraph()
GraphDB.list_existing_graphs()
GraphDB.run_cypher()
GraphDB.stream_named_graph()
GraphExporter
Node
- Graph
- Graph Algorithms
- API Reference
- Miscellaneous tools and utilities
- Machine Learning library
- Contact Us