Skip to content
tursynay edited this page Dec 13, 2023 · 3 revisions

Description: RTX-KG2 (Reasoning Tool X, Knowledge Graph Generation Two) is the second-generation knowledge graph for the ARAX biomedical reasoning system. Knowledge sources: A list of knowledge sources, including descriptions of each, can be found here.

Technical details: This Github repository contains all of the code for building KG2 as well as all of the documentation about how to build, host, access, and use KG2. The KG2 build system produces knowledge graphs in a Biolink model standard-compliant JSON format and in a tab-separated value (TSV) format that can be imported into a Neo4j graph database system. Through additional scripts in the ARAX kg2c subdirectory, the build system can produce a "canonicalized" knowledge graph where synonym concepts (nodes) are identified. Through additional scripts in the mediKanren subdirectory, the build system can produce an export of the KG2 knowledge graph that is suitable for importing into the mediKanren biomedical reasoning system.

Example edge:

Additional Links:

Clone this wiki locally