Class KeggAPIService
java.lang.Object
de.ipk_gatersleben.ag_nw.graffiti.plugins.databases.kegg.KeggAPIService
public class KeggAPIService extends Object
A Kegg API REST accessor class
It will retrieve (VATEND-)supported database objects from the KEGG database.
The supported databases are listed in the enum object: KeggDatabases.
The common URL for that is e.g.: http://rest.kegg.jp/get/ko:K00001 This
retrieves the KEGG Orthology (ko) entry (K number) K00001 -----
This accessor class also supports the 'link' operation of the REST service
which translates an ID to a target ID givent the target database.
http://rest.kegg.jp/link/compound/enzyme:1.1.1.1
This will find all connected KEGG compounds, given the EC ID from the KEGG
enyzme database
- Author:
- matthiak
-
Constructor Summary
Constructors Constructor Description KeggAPIService()
-
Method Summary
-
Constructor Details
-
KeggAPIService
public KeggAPIService()
-