Database
01 Syntax
SMRUCC.genomics.Data.STRING.StringDB.WebAPI.Database
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| GetToken | 1 |
03 Fields
| Name | Overloads | Summary |
|---|---|---|
| Json | 2 | JSON format either as a list of hashes/dictionaries, or as a plain list (if there is only one value to be returned per record) |
| tsv | 2 | Tab separated values, with a header line |
| tsvNoHeader | 2 | Tab separated values, without header line |
| psiMi | 2 | The interaction network in PSI-MI 2.5 XML format |
| psiMiTab | 2 | Tab-delimited form of PSI-MI (similar to tsv, modeled after the IntAct specification. |
| Image | 2 | The network image |
04 Members
Json
JSON format either as a list of hashes/dictionaries, or as a plain list (if there is only one value to be returned per record)
tsv
Tab separated values, with a header line
tsvNoHeader
Tab separated values, without header line
psiMi
The interaction network in PSI-MI 2.5 XML format
psiMiTab
Tab-delimited form of PSI-MI (similar to tsv, modeled after the IntAct specification. (Easier to parse, but contains less information than the XML format.)
Image
The network image
Json
tsv
tsvNoHeader
psiMi
psiMiTab
Image
GetToken()