BioGRID JSON Formatted Downloads
Differences
This shows you the differences between two versions of the page.
| Next revision Both sides next revision | |||
|
downloads:biogrid_json [2013/09/25 21:02] biogridadmin created |
downloads:biogrid_json [2013/09/25 21:03] biogridadmin |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== BioGRID JSON Formatted Downloads ====== | ====== BioGRID JSON Formatted Downloads ====== | ||
| The BioGRID JSON format is a custom BioGRID format that is designed to provide the entirety of our curation efforts in a format that is simple to read in using programmatic means via the simple JavaScript Object Notation format. For more information on working with json, here are some useful guides in a variety of popular programming languages. **[[http://php.net/manual/en/book.json.php|PHP]]**, **[[http://json.org/java/|Java]]**, **[[http://docs.python.org/2/library/json.html|Python]]**, **[[http://www.ruby-doc.org/stdlib-2.0/libdoc/json/rdoc/JSON.html|Ruby]]**, **[[http://www.json.org/js.html|JavaScript]]**, **[[http://api.jquery.com/jQuery.getJSON/|jQuery]]**, **[[http://golang.org/pkg/encoding/json/|GO]]**, **[[https://code.google.com/p/rapidjson/|C++]]**, **[[http://msdn.microsoft.com/en-us/library/hh674188.aspx|C#]]** | The BioGRID JSON format is a custom BioGRID format that is designed to provide the entirety of our curation efforts in a format that is simple to read in using programmatic means via the simple JavaScript Object Notation format. For more information on working with json, here are some useful guides in a variety of popular programming languages. **[[http://php.net/manual/en/book.json.php|PHP]]**, **[[http://json.org/java/|Java]]**, **[[http://docs.python.org/2/library/json.html|Python]]**, **[[http://www.ruby-doc.org/stdlib-2.0/libdoc/json/rdoc/JSON.html|Ruby]]**, **[[http://www.json.org/js.html|JavaScript]]**, **[[http://api.jquery.com/jQuery.getJSON/|jQuery]]**, **[[http://golang.org/pkg/encoding/json/|GO]]**, **[[https://code.google.com/p/rapidjson/|C++]]**, **[[http://msdn.microsoft.com/en-us/library/hh674188.aspx|C#]]** | ||
| - | |||
| - | [[downloads|Back to BioGRID Download Formats]] | ||
| ==== Entry Definitions ==== | ==== Entry Definitions ==== | ||
| Line 37: | Line 35: | ||
| - **EXTERNALS_A**. This field contains a number of external database ids for interactor A in the format DB_NAME:DB_ID|DB_NAME:DB_ID. | - **EXTERNALS_A**. This field contains a number of external database ids for interactor A in the format DB_NAME:DB_ID|DB_NAME:DB_ID. | ||
| - **EXTERNALS_B**. Same as EXTERNALS_A, but for interactor B. | - **EXTERNALS_B**. Same as EXTERNALS_A, but for interactor B. | ||
| - | |||
| - | [[downloads|Back to BioGRID Download Formats]] | ||