Differences

This shows you the differences between two versions of the page.

Link to this comparison view

- Both sides previous revision Previous revision
Next revision
- biogridrest [2012/03/01 14:11] biogridadmin [List of Parameters]
+ Previous revision
+ biogridrest [2020/09/13 17:02] (current) biogridadmin [BioGRID REST Service]
@@ Line -1,79 +1,106 @@ removed created
 ====== BioGRID REST Service ======
 Interaction data in BioGRID can be accessed via the BioGRID REST service. Interactions in various formats can be fetched from the BioGRID REST Service over HTTPHTTPS, programmatically or in a browser, ​ at 
 http**https://​webservice.thebiogrid.org/​resources/​interactions/​ 
 This URL will retrieve the first 10,000 interactions in BioGRID, ordered by the BioGRID Interaction Id as found in **tab2 files. Single interactions ​You can be retrieved by appending this URL with a Biogrid Interaction ID (e.g. http://​webservice.thebiogrid.org/​resources/​access ​interactions ​/103). The results list returned can be filtered by appending ?​parameter1=value1&​ parameter2=value2 etc. to the URL. A full description of possible parameters is given in the table below.  
 A formal description of the REST service, in Web Application Description Language (WADL), can be found at http://​webservice.thebiogrid.org/​resources/​using both POST and GET operations depending on your application ​.wadl. The BioGRID REST service is updated to the latest release of BioGRID on the 2nd of each month and the BioGRID database version being accessed can be determined with the URL: 
 http://​webservice.thebiogrid.org/​resources/​version ​requirements
 
 In addition to === Get Your Access Key === 
 To access the BioGRID ​interaction dataREST webserviceinteractions from you will need a unique access key for your application. You can get one by filling out the IMEx databases have been included (see simple form located **[[imex_importhttps://​webservice.thebiogrid.org|Import of IMEx interactions into BioGRID REST Servicehere]]) as an option ​ for retrieval ​**. This key must be included ​in the REST service data. The URL parameter “sourceDatabaseList” has a default value of “BioGRID”,​ but if set all queries ​to “BioGRID|MINT|INTACT|DIP” ​the query will retrieve interactions from all databases. Source database origin can be found webservice ​in the “Source Databases” column ​form of the retrieved data and the “Source Database Identifiers” column (if the parameter formataccesskey=extendedTab2 is set) allows mapping back to the interaction in the original database. IMEx interaction files are downloaded from their respective websites and integrated into the REST service to coinicide with each monthly BioGRID release. These additional interactions are only available through the BioGRid REST Service and are not currently present in the BioGRID download files[ACCESSKEY].
 
 === == Code Examples ​ ===== 
 For example code (written in Python) demonstrating basic usage of the REST Service, please visit our [[https://​github.com/​BioGRID/​BIOGRID-REST-EXAMPLES|github repository]].
 
 ===Interactions for human MDM2 gene: === Access Points ======= 
 A formal description of the REST service, in Web Application Description Language (WADL), can be found at **https://​webservice.thebiogrid.org/​application.wadl**. ​
 
 http=== /​interactions/<​INT ID> - Fetching Single Interactions ​ === 
 Single interactions can be retrieved by appending this URL with a Biogrid Interaction ID (e.g. **https://​webservice.thebiogrid.org/resources/​interactions/103?searchNamesaccesskey=true&​geneList=MDM2&​includeInteractors=true&​includeInteractorInteractions=false&​taxId=9606[ACCESSKEY]**). ​
 
 === Interactions for human MDM2 gene and /interactionsbetween all interactors of MDM2: / - Fetching Multiple Interactions ​=== 
 The URL **https://​webservice.thebiogrid.org/​interactions/?​accesskey=[ACCESSKEY]** will retrieve the first 10,000 interactions in BioGRID, ordered by the BioGRID Interaction Id as found in **[[biogrid_tab_version_2.0|.tab2]]** files. Results can be modified and filtered using the options in our REST **[[#​list_of_parameters|list of parameters]]**.
 
 http=== /organisms/ - Fetching Supported Organisms List === 
 The URL **https://​webservice.thebiogrid.org/​resources/​interactionsorganisms/?searchNamesaccesskey=true&​geneList=MDM2&​[ACCESSKEY]** will retrieve the list of organism IDs and names supported by the REST taxId option. This call only supports the accessKey and format parameters (can be tab2 or json)(e.g. **https://​webservice.thebiogrid.org/​organisms/?​accesskey=9606[ACCESSKEY]&includeInteractorsformat=true&​includeInteractorInteractions=truejson**).
 
 === First 10 interactions for human MDM2 gene/​identifiers/​ - Fetching Supported Additional Identifier Types === 
 The URL **https://​webservice.thebiogrid.org/​identifiers/?​accesskey=[ACCESSKEY]** will retrieve the list of identifier type names supported by the REST additionalIdentifierTypes option. This call only supports the accessKey and format parameters (can be tab2 or json)(e.g. **https://​webservice.thebiogrid.org/​identifiers/?​accesskey=[ACCESSKEY]&​format=json**).
 
 http=== /evidence/ - Fetching Supported Experimental Evidence === 
 The URL **https://​webservice.thebiogrid.org/​resourcesevidence/interactions?​accesskey=[ACCESSKEY]** will retrieve the list of evidence names supported by the REST evidenceList option. This call only supports the accessKey and format parameters (can be tab2 or json)(e.g. **https://​webservice.thebiogrid.org/​evidence/?searchNamesaccesskey=true[ACCESSKEY]&geneListformat=MDM2&​includeInteractors=true&​includeInteractorInteractions=false&​taxId=9606&​start=0&​max=10json**).
 
 === Interactions between S. cerevisiae CDC27, APC1 /version/ - Fetching REST Version Number === 
 The BioGRID REST service is updated to the latest release of BioGRID on the 4th of each month and APC2the BioGRID database version being accessed can be determined with the URL: 
 **https://​webservice.thebiogrid.org/​version?​accesskey=[ACCESSKEY]**.  
   
 ====== List of Parameters ​ ======
 
 [[http://​webservice.thebiogrid.org/​resources/​interactions/?​searchNames=true&​geneList=cdc27%7Capc1%7Capc2&​taxId4932|http://​webservice.thebiogrid.org/​resources/​interactions/?​searchNamesFiltering Results ​=true&​geneList=cdc27|apc1|apc2&​taxId=4932]] 
  
 === Interactions from pubmed IDs 18316726 and 17662948: === 
  
 [[http://​webservice.thebiogrid.org/​resources/​interactions/​The results list returned can be filtered by appending ​?pubmedListparameter1=18316726%7C17662948|http://​webservice.thebiogrid.org/​resources/​interactions/?​pubmedList=18316726|17662948]] 
  
 === Interactions between CDC27, APC1 and APC2 from publications with 50 or less interactions:​ === 
  
 [[http://​webservice.thebiogrid.org/​resources/​interactions/?​searchNames=truevalue1&geneListparameter2=cdc27%7Capc1%7Capc2&​htpThreshold=50&​excludePubmeds=true|http://​webservicevalue2 etcthebiogridto the URLorg/​resources/​interactions/?​searchNames=true&​geneList=cdc27|apc1|apc2&​htpThreshold=50&​excludePubmeds=true]] 
  
 === Interactions between CDC27, APC1 and APC2 excluding ‘Affinity Capture-MS’ and ‘Two-hybrid’ data: === 
  
 A full description of possible parameters is given in the **[[http://​webservice.thebiogrid.org/​resources/​interactions/?​searchNames=true&​geneList=cdc27%7Capc1%7Capc2&​evidenceList=Affinity Capture-MS%7CTwo-hybrid|http://​webservice.thebiogrid.org/​resources/​interactions/?​searchNames=true&​geneList=cdc27|apc1|apc2&​evidenceList=Affinity Capture-MS#​list_of_parameters|Two-hybridtable below]] 
  
 === Interactions from pubmed ID18316726, excluding those containing HTLF: === 
  
 http://​webservice**thebiogrid.org/​resources/​interactions/?​pubmedList=18316726&​searchNames=true&​geneList=HLTF&​excludeGenes=true 
  
 === Interactions between genes with GENBANK_DNA_GI 82502895 (TP53) or 158261704 (MDM2), in extendedTab2 format with a header: === 
  
 You can also utilize our full list of **[[http://​webservice.thebiogrid.org/​resources/​interactions/?​additionalIdentifierTypes=GENBANK_DNA_GI&​geneList=82502895%7C158261704&​format=extendedTab2&​includeHeader=true#examples|http://​webservice.thebiogrid.org/​resources/​interactions/?​additionalIdentifierTypes=GENBANK_DNA_GI&​geneList=82502895|158261704&​format=extendedTab2&​includeHeader=trueexample queries]] 
  
  
 ===== List ** to give you an idea of Parameters ​ =====how to get started.
 
 ^Parameter^Type^Default^Valid Values^Description^
 |accessKey|string|NONE|Only 32 character Alphanumeric strings|All rest access must supply a valid accessKey to prevent spamming of the service. Access Keys are free and openly **[[https://​webservice.thebiogrid.org/​|available here]]**. | 
 |start|int|0|0-2147483647|Query results are numbered from 0. Results fetched will start at this value e.g. start = 50 will skip the the first 50 results. Ignored if using "​count"​ in the format parameter.| 
 |max|int|10000|1-10000|Number of results to fetch; this will be ignored if greater than 10,000, i.e. pagination using several requests is required to retrieve ​ more than 10,000 interactions. Ignored if using "​count"​ in the format parameter.|
 |interSpeciesExcluded|boolean|FALSE|true,​ false|If ‘true’, interactions with interactors from different species will be excluded.|
 |selfInteractionsExcluded|boolean|FALSE|true,​ false|If ‘true’, interactions with one interactor will be excluded.|
 |evidenceList|string|empty|Pipe-separated list of evidence codes from http://​wiki.thebiogrid.org/​doku.php/​experimental_systems**[[#​evidence_-_fetching_supported_experimental_evidence|here]]**|Any interaction evidence with its Experimental System in the list will be excluded from the results unless includeEvidence is set to true.|
 |includeEvidence|boolean|FALSE|true,​ false|If set to true, any interaction evidence with its Experimental System in the evidenceList will be included in the result|
 |geneList|string|empty|Pipe-separated list of gene names or identifiers.|Interactions between genes in this list will be fetched. This parameter is ignored if one of searchIds, searchNames,​ searchSynonyms is not ‘true’ and additionalIdentifierTypes is empty.|
 |geneTaxIdList|string|empty|Pipe-separated list of NCBI taxonomy ids.|Only genes in the geneList with one of these NCBI taxonomy ids will be considered when fetching interactions. All genes in the geneList will be used if this is empty.| 
 |searchIds|boolean|FALSE|true,​ false|If ‘true’, the interactor ​ ENTREZ_GENE, ORDERED LOCUS and SYSTEMATIC_NAME (orf) will be examined for a match with the geneList .|
 |searchNames|boolean|FALSE|true,​ false|If ‘true’, the interactor OFFICIAL_SYMBOL will be examined for a match with the geneList.|
 |searchSynonyms|boolean|FALSE|true,​ false|If ‘true’, the interactor SYNONYM will be examined for a match with the geneList.|
 |searchBiogridIds|boolean|FALSE|true,​ false|If ‘true’, the entries in '​GENELIST'​ will be compared to BIOGRID internal IDS which are provided in all Tab2 formatted files.| 
 |additionalIdentifierTypes|string|empty|Pipe-separated list of identifier types from http://​wiki.thebiogrid.org/​doku.php/​identifiers**[[#​identifiers_-_fetching_supported_additional_identifier_types|here]]**|Identifier types on this list are examined for a match with the geneList. Some identifier types search multiple types simultaneously. UNIPROT or UNIPROTKB will search SWISS-PROT/​TREMBL/​UNIPROT-ACCESSION/​UNIPROT-ISOFORM. REFSEQ will search REFSEQ-RNA-GI,​ REFSEQ-RNA-ACCESSION,​ REFSEQ-PROTEIN-GI,​ REFSEQ-PROTEIN-ACCESSION-VERSIONED,​ REFSEQ-PROTEIN-ACCESSION,​ REFSEQ-LEGACY. WORMBASE will search WORMBASE and WORMBASE-OLD. ENSEMBL will search ENSEMBL, ENSEMBL GENE, ENSEMBL PROTEIN, ENSEMBL RNA.|
 |excludeGenes|boolean|FALSE|true,​ false|If ‘true’, interactions containing genes in the geneList will be excluded from the results. Ignored if one of searchIds, searchNames,​ searchSynonyms is not ‘true’ and additionalIdentifierTypes is empty.|
 |includeInteractors|boolean|FALSETRUE|true, false|If ‘true’, in addition to interactions between genes on the geneList, interactions will also be fetched which have only one interactor on the geneList i.e. the geneList’s first order interactors will be included| 
 |includeInteractorInteractions|boolean|TRUEFALSE|true, false|If ‘true’ interactions between the geneList’s first order interactors will be included. Ignored if includeInteractors is ‘false’ or if excludeGenes is set to ‘true’.|
 |pubmedList|string|empty string|Pipe-separated list of pubmed IDs|Interactions will be fetched whose Pubmed Id is/ is not in this list, depending on the value of excludePubmeds.| ​
 |excludePubmeds|boolean|FALSE|true,​ false|If ‘false’,​ interactions with Pubmed ID in pubmedList will be included in the results; if ‘true’ they will be excluded.|
 |htpThreshold|int|2147483647 (maximum 32-bit integer)|0-2147483647|Interactions whose Pubmed ID has more than this number of interactions will be excluded from the results. Ignored if excludePubmeds is ‘false’.|
 |throughputTag|string|"​any"​|"​any","​low","​high"​|If set to 'low or '​high',​ only interactions with 'Low throughput'​ or 'High throughput'​ in the '​throughput'​ field will be returned. Interactions with both 'Low throughput'​ and 'High throughput'​ will be returned by either value.|
 |taxId|string|“All”|Any Pipe-separated list of NCBI taxonomy ​identifier ​identifiers ​or "​All"​. Get full list of supported ids **[[#​organisms_-_fetching_supported_organisms_list|here]]**|Only interactions with at least one interactor with this NCBI taxonomy id genes from these organisms ​will be included in the resultssearched with reference to gene identifiers or names. |
 |includeHeader|boolean|FALSE|true,​ false|If ‘true’, the first line of the result will be a BioGRID column header, appropriate for the format parameter (‘count’ format has no header).|
 |sourceDatabaseList|string|“BioGRID”|Pipe-separated list of database names, currently including BioGRID, INTACT, MINT, DIP|Only interactions with Source Database on this list will be returned.| 
 |sourceDatabaseIdList|string|empty|Pipe-separated list of source database identifiers|Interactions with a source database interaction ID in the list will be included in the results. The source database for the identifier must also be selected using sourceDatabaseList.| 
 |format|string|“tab2”|“tab1”,​”tab2,​”extendedTab2”,​”count”, "​json",​ "​jsonExtended"​|‘tab1’ and ‘tab2’ will return data in .tab or .tab2 format respectively. '​json'​ will return data in json a json formatted object. ‘extendedTab2’ ​and '​jsonExtended' ​will return data in .tab2 and json file format ​formats respectively ​with extra fields ​fields for "​Source Database Identifiers",​ "​Number of Interactions per Publication"​ and "​Additional Identifiers"​. ​"​Source Database Identifiers"​ are listed in order corresponding to the values in "​Source Databases"​ eFor more information on file formats, visit our **[[https://​wiki.g if an interaction has %%BIOGRIDthebiogrid.org/​doku.php/​downloads|INTACT|MINT in Source_Database,​ it might have 821622|EBI-1792672|MINT-1999291%%file format listing]]**.
 |enableCachingtranslate|boolean|falseFALSE|true,​false|If ​set to 'true, a header is added to the HTTP response, '​Cache-Control:​ max-age=86400', ​which allows repeat queries performed within ​the rest service will show day to small snippet above your results detailing how your input parameters were translated for use a cached copy of in returning your data. This is helpful in troubleshooting why you may or may not be getting back the results ​, allowing faster access to dataexpectedWARNING: The BioGRID REST service updates to the new version at 12pm GMT on the 2nd of each monthFor examplemeaning that if you may receive '​old'​ data enter a typo for up to day for previously performed queries - even if http://​webservice.thebiogrid.org/​resources/​version indicates the new version is being usedfield such as "​searchNamez",​ no result will be translated, and thus this parameter will be ignored. |
 
 ====== Error Handling ======
 If you make a mistake in accessing the REST service, you will be redirected to a standardized HTML error page such as a 401 or 400 page, depending on the problem. In addition, all errors from the BioGRID REST service are accompanied by output in JSON format with the following structure.
   - **STATUS** - This will be either Error or Warning depending on the severity of the problem.
   - **MESSAGES** - A list of one or more messages detailing the error and possible corrective measures.
   - **TYPE** - A simple reiteration of the HTML error type in the header for the overall page.
 
  ====== Examples ​ ====== 
  
 === Interactions for human MDM2 gene: === 
  
 **https://​webservice.thebiogrid.org/​interactions?​searchNames=true&​geneList=MDM2&​includeInteractors=true&​includeInteractorInteractions=false&​taxId=9606&​accesskey=[ACCESSKEY]** 
  
 === Interactions for human MDM2 gene and interactions between all interactors of MDM2: === 
  
 **https://​webservice.thebiogrid.org/​interactions/?​searchNames=true&​geneList=MDM2&​taxId=9606&​includeInteractors=true&​includeInteractorInteractions=true&​accesskey=[ACCESSKEY]** 
  
 === First 10 interactions for human MDM2 gene: === 
  
 **https://​webservice.thebiogrid.org/​interactions/?​searchNames=true&​geneList=MDM2&​includeInteractors=true&​taxId=9606&​start=0&​max=10&​accesskey=[ACCESSKEY]** 
  
 === Interactions between S. cerevisiae CDC27, APC1 and APC2: === 
  
 **[[https://​webservice.thebiogrid.org/​interactions/?​searchNames=true&​geneList=cdc27%7Capc1%7Capc2&​taxId=559292&​accesskey=[ACCESSKEY]|https://​webservice.thebiogrid.org/​interactions/?​searchNames=true&​geneList=cdc27|apc1|apc2&​taxId=559292&​accesskey=[ACCESSKEY]]]** 
  
 === Interactions from pubmed IDs 18316726 and 17662948: === 
  
 **[[https://​webservice.thebiogrid.org/​interactions/?​pubmedList=18316726%7C17662948&​accesskey=[ACCESSKEY]|https://​webservice.thebiogrid.org/​interactions/?​pubmedList=18316726|17662948&​accesskey=[ACCESSKEY]]]** 
  
 === Interactions between CDC27, APC1 and APC2 excluding ‘Affinity Capture-MS’ and ‘Two-hybrid’ data: === 
  
 **[[https://​webservice.thebiogrid.org/​interactions/?​searchNames=true&​geneList=cdc27%7Capc1%7Capc2&​evidenceList=Affinity Capture-MS%7CTwo-hybrid&​accesskey=[ACCESSKEY]|https://​webservice.thebiogrid.org/​interactions/?​searchNames=true&​geneList=cdc27|apc1|apc2&​evidenceList=Affinity Capture-MS|Two-hybrid&​accesskey=[ACCESSKEY]]]** 
  
 === Interactions between genes with REFSEQ IDs NP_001119587 (TP53) or NP_002383 (MDM2), in jsonExtended format === 
  
 **[[https://​webservice.thebiogrid.org/​interactions/?​additionalIdentifierTypes=REFSEQ&​geneList=NP_001119587%7CNP_002383&​format=jsonExtended&​accesskey=[ACCESSKEY]|https://​webservice.thebiogrid.org/​interactions/?​additionalIdentifierTypes=REFSEQ&​geneList=NP_001119587|NP_002383&​format=jsonExtended&​accesskey=[ACCESSKEY]]]** 
  
 === Interactions involving Entrez Gene IDs 6783 (SULT1E1), 6820 (SULT2B1), and 55791 (LRIF1) === 
  
 **[[https://​webservice.thebiogrid.org/​interactions/?​geneList=6783%7C6820%7C55791&​searchids=true&​includeInteractors=true&​accessKey=[ACCESSKEY]|https://​webservice.thebiogrid.org/​interactions/?​geneList=6783|6820|55791&​searchids=true&​includeInteractors=true&​accessKey=[ACCESSKEY]]]** 
  
 === Interactions involving SGD IDs S000004354 (STE11) and S000003664 (PBS2) === 
  
 **[[https://​webservice.thebiogrid.org/​interactions/?​additionalIdentifierTypes=SGD&​geneList=S000004354%7CS000003664&​includeInteractors=true&​accesskey=[ACCESSKEY]|https://​webservice.thebiogrid.org/​interactions/?​additionalIdentifierTypes=SGD&​geneList=S000004354|S000003664&​includeInteractors=true&​accesskey=[ACCESSKEY]]]**
 
biogridrest.1330629097.txt.gz · Last modified: 2017/08/08 12:52 (external edit)