KEGGApi
01 Syntax
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| GetInformation | 2 | This operation displays the database release information with statistics for the databases shown in Table 1. |
| List | 1 | This operation can be used to obtain a list of all entries in each database. |
| Find | 1 | This is a search operation. |
| GetObject | 1 |
03 Members
database)This operation displays the database release information with statistics for the databases shown in Table 1. Except for kegg, genes and ligand, this operation also displays the list of linked databases that can be used in the link operation.
| Name | Type | Description |
|---|---|---|
database | database | - |
String)This operation displays the database release information with statistics for the databases shown in Table 1. Except for kegg, genes and ligand, this operation also displays the list of linked databases that can be used in the link operation.
| Name | Type | Description |
|---|---|---|
database | String | - |
String, String)This operation can be used to obtain a list of all entries in each database. The database names shown in Tables 1 and 2, excluding the composite database names of genes, ligand and kegg, may be given. The special database name "organism" is allowed only in this operation, which may be used to obtain a list of KEGG organisms with the three- or four-letter organism codes. The option "xl" Is applicable only to the brite database for listing binary relation files, which are used to expand brite hierarchies by the Join Brite tool in KEGG Mapper. When the organism code Is known, the second form can be used to obtain a list of organism-specific pathways Or modules. The third form may be used To obtain a list Of definitions For a given Set Of database entry identifiers. The maximum number Of identifiers that can be given Is 10.
| Name | Type | Description |
|---|---|---|
database | String | - |
org | String | - |
String, String, String)This is a search operation. The first form searches entry identifier and associated fields shown below for matching keywords.
| Database | Text search fields (see flat file format) | |
|---|---|---|
| pathway | ENTRY And NAME | |
| module | ENTRY And NAME | |
| ko | ENTRY, NAME And DEFINITION | |
| genes (<org>, vg, vp, ag) | ENTRY, ORTHOLOGY, NAME And DEFINITION | |
| genome | ENTRY, NAME And DEFINITION | |
| compound | ENTRY And NAME | |
| glycan | ENTRY, NAME And COMPOSITION | |
| reaction | ENTRY, NAME And DEFINITION | |
| rclass | ENTRY And DEFINITION | |
| enzyme | ENTRY And NAME | |
| network | ENTRY And NAME | |
| variant | ENTRY And NAME | |
| disease | ENTRY And NAME | |
| drug | ENTRY And NAME | |
| dgroup | ENTRY And NAME |
Keyword search against brite Is Not supported. Use /list/brite To retrieve a Short list.
In the second form the chemical formula search Is a partial match irrespective of the order of atoms given. The exact mass (Or molecular weight) Is checked by rounding off to the same decimal place as the query data. A range of values may also be specified with the minus(-) sign.
| Name | Type | Description |
|---|---|---|
database | String | - |
query | String | - |
[option] | String | - |
String)