Possible bug: outdated result from listDatabases()
1
0
Entering edit mode
olj23 • 0
@olj23-13714
Last seen 6.0 years ago

Possibly outdated result from listDatabases()

According to the KEGG API docs (which are linked in the function's documentation), the following databases are available:

pathway | brite | module | ko | genome | <org> | vg | ag | compound |
glycan | reaction | rclass | enzyme | disease | drug | dgroup | environ |
genes | ligand | kegg | <medicus> | <outside>

Indeed, calls can be made to any of these databases using keggFind, keggGet etc.

However, listDatabases() returns the following list instead:

 [1] "pathway"  "brite"    "module"   "disease"  "drug"     "environ"  "ko"       "genome"   "compound"
[10] "glycan"   "reaction" "rclass"   "enzyme"   "organism"

Note that:

  • vg, ag, dgroup, genes, ligand are available but not listed
  • organism is listed but not available

The function output may require updating.

KEGGREST bug • 1.4k views
ADD COMMENT
2
Entering edit mode
@danielvantwisk-13028
Last seen 3.8 years ago

Thanks for the notice!  I've made the fix.  The output to listDatabases() now returns the appropriate results in the current release version of KEGGREST(v1.16.1).

ADD COMMENT

Login before adding your answer.

Traffic: 565 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6