keggInfo {KEGGREST} | R Documentation |
Displays the current statistics of a given database
Description
Displays statistics of a given database, such as number of entries, version, release date, and source.
Usage
keggInfo(database)
Arguments
database |
Either a KEGG database (list available via |
Value
A character vector containing statistics about database
.
Author(s)
Dan Tenenbaum
References
https://www.kegg.jp/kegg/docs/keggapi.html
Examples
res <- keggInfo("kegg") ## displays the current statistics of the KEGG database
cat(res)
res <- keggInfo("pathway") ## displays the number pathway entries including both
## the reference and organism-specific pathways
cat(res)
res <- keggInfo("hsa") ## displays the number of gene entries for the
## KEGG organism Homo sapiens
cat(res)
[Package KEGGREST version 1.36.3 Index]