You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DESCRIPTION
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
-
Package: KEGGPackage
2
-
Title: KEGG database Tools
3
-
Version: 0.0.1.000
1
+
Package: KEGGSearch
2
+
Title: KEGGSearch: Comprehensive KEGG Data Retrieval Using Multiple Sources
3
+
Version: 0.1.1.000
4
4
Authors@R:
5
5
person("Gabriele", "Conti", , "conti.gabriele@outlook.com", role = c("aut", "cre"),
6
6
comment = c(ORCID = "0000-0002-4623-043X"))
7
-
Description: Useful function to query the KEGG databses using KEGG API
7
+
Description: 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.
Copy file name to clipboardExpand all lines: README.Rmd
+32-3
Original file line number
Diff line number
Diff line change
@@ -13,21 +13,32 @@ knitr::opts_chunk$set(
13
13
)
14
14
```
15
15
16
-
# KEGGPackage
16
+
# KEGGSearch: Comprehensive KEGG Data Retrieval Using Multiple Sources
17
17
18
18
<!-- badges: start -->
19
19
<!-- badges: end -->
20
20
21
-
The goal of KEGGPackage is to provide useful function to quering the KEGG databases using KEGG API
21
+
## Description
22
+
23
+
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.
24
+
25
+
## Key Functions
26
+
27
+
**KEGGList()* – Retrieves KEGG entity names (pathways, compounds, etc.) using the official KEGG REST API.
28
+
**GETKEGGNames()* – Fetches KEGG entity names via the Bio2RDF API as an alternative data source.
29
+
**GETKEGG_Module()* – Combines Bio2RDF data with a manually curated KEGG module table to enhance data availability.
30
+
31
+
This package is useful for researchers and bioinformaticians needing reliable and extensive access to KEGG resources for biological analysis and pathway enrichment studies.
22
32
23
33
## Installation
24
34
25
-
You can install the development version of KEGGPackage from [GitHub](https://github.com/) with:
35
+
You can install the development version of KEGGSearch from [GitHub](https://github.com/) with:
Conti, G. (2025) KEGGSearch: Comprehensive KEGG Data Retrieval Using Multiple Sources (v0.0.1). Available on Github: https://github.com/Gabriele-Conti/KEGGSearch<br/>
0 commit comments