Uses of Class
de.ipk_gatersleben.ag_nw.graffiti.plugins.databases.kegg.KoEntry
Package | Description |
---|---|
de.ipk_gatersleben.ag_nw.graffiti.plugins.databases.kegg |
-
Uses of KoEntry in de.ipk_gatersleben.ag_nw.graffiti.plugins.databases.kegg
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.databases.kegg that return types with arguments of type KoEntry Modifier and Type Method Description List<KoEntry>
KeggAPIServiceHelper. getEntriesByEC(String ecId)
Retrieves an array of KO entries for a given EC numberList<KoEntry>
KeggAPIServiceHelper. getEntriesByEC(List<String> listEC)
Algorithm to retrieve KO entries from EC numbers 2 step process 1.List<KoEntry>
KeggAPIServiceHelper. getEntriesByKO(String koId)
Retrieves an array of KO entries for a given KO idList<KoEntry>
KeggAPIServiceHelper. getEntriesByKO(List<String> listKOids)
returns List of koEntry objects matching the given KO ids (K numbers)Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.databases.kegg with parameters of type KoEntry Modifier and Type Method Description int
KoEntry. compareTo(KoEntry o)