Information

Pathway Tools Overview Pathway Tools Testimonials
Publications
Release Note History
Contributions
Pathway Tools Blog
Technical Datasheet
Fact Sheet
Pathway Tools Testimonials
Contact Us

Licensing

Academic Licenses Commercial Licenses

Technical Specs

Web Services
Pathway Tools APIs
Installation Guide
Ontologies
Operations
File Formats

Support

Submitting Bug Reports
Tutorials
FAQs
Webinars
Querying Pathway/Genome Databases

Querying Pathway/Genome Databases

This page summarizes approaches to querying information in Pathway/Genome Databases (PGDBs) maintained by Pathway Tools. Although the Pathway/Genome Navigator graphical user interface provides a number of fixed queries, those queries are of limited complexity. To write more comprehensive and sophisticated queries, the user will need to perform some amount of programming.

There are several approaches to writing programs that query PGDBs:

  • Write a program that uses an API (application program interface) to dynamically query and/or edit a PGDB while it resides within Pathway Tools. Such programs can be written in Python, Perl, Java, and Common Lisp.

  • Export a PGDB to a set of flat files, and:

    • Use Perl or another language to parse the data in those flat files directly
    • Use BioWarehouse to load the flat files into another database management system (DBMS), such as a relational DBMS, and query them there using SQL.

The next section describes the API options in more detail.

The Pathway Tools API

Please read the Pathway Tools API document to get an overview of how to access Pathway Tools programmatically.

Pathway Tools is written in Common Lisp, so the most powerful and recommended way to interact with Pathway Tools is via the Common Lisp API. For programmers who are not familiar with Common Lisp, a more limited set of functionality is available using Perl,Java or Python.

API-Based Queries to Pathway/Genome Databases

Querying Flat File Pathway/Genome Databases

In some cases, the flat file versions of a PGDB will be present in your Pathway Tools distribution under the directories for each organism that are in the aic-export/ecocyc directory, such as in directory aic-export/ecocyc/metacyc/released/data/.

However, you can also generate flat file versions of any PGDB by invoking the Pathway/Genome Navigator command Special / Misc / File Export / Dump KB to flat files.

The format of Pathway Tools flat files is described in detail in this Web page. The meaning of the fields in the flat files is described in Appendix I of the first volume of the Pathway Tools User's Guide.