Description Usage Arguments Value Author(s) References Examples
Displays statistics of a given database, such as number of entries, version, release date, and source.
1 | keggInfo(database)
|
database |
Either a KEGG database (list available via |
A character vector containing statistics about database
.
Dan Tenenbaum
https://www.kegg.jp/kegg/docs/keggapi.html
1 2 3 4 5 6 7 8 | 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.