Skip to content

KEGGSearch v0.1.1

Latest
Compare
Choose a tag to compare
@Gabriele-Conti Gabriele-Conti released this 21 Jan 11:40

The KEGGSearch package provides an extensive toolkit for retrieving KEGG (Kyoto Encyclopedia of Genes and Genomes) information from multiple sources, enabling flexible and comprehensive access to biological pathway and module data. It includes functions to query KEGG IDs via the official KEGG REST API and alternative sources such as Bio2RDF, as well as a manually curated dataset for enhanced coverage of KEGG modules. The package facilitates efficient data extraction and integration for bioinformatics analysis.

Key Functions:

  • KEGGList() – Retrieves KEGG entity names (pathways, compounds, etc.) using the official KEGG REST API.
  • GETKEGGNames() – Fetches KEGG entity names via the Bio2RDF API as an alternative data source.
  • GETKEGG_Module() – Combines Bio2RDF data with a manually curated KEGG module table to enhance data availability.

This package is useful for researchers and bioinformaticians needing reliable and extensive access to KEGG resources for biological analysis and pathway enrichment studies.