Finds the interacting proteins of query proteins for a list of query Uniprot ACs. Optionally also produces interactions between interactors.
Version | 1.1 |
---|---|
Bundle | microarray |
Categories | Annotation |
Authors | Jianmin Wu (jianmin.wu@gmail.com), Marko Laakso (Marko.Laakso@Helsinki.FI) |
Issue tracker | View/Report issues |
Requires | commons-codec-1.3.jar (jar) ; commons-httpclient-3.0.1.jar (jar) ; commons-logging-1.1.1.jar (jar) |
Source files | component.xml Interactome.java |
Usage | Example with default values |
Name | Type | Mandatory | Description |
---|---|---|---|
query | CSV | Mandatory | If query partners of proteins, it must contain the column named by the parameter "column" that contains query Uniprot IDs. If query whether interactions existing, it must contain two columns named by parameters "column" and "column2". |
Name | Type | Description |
---|---|---|
interactions | CSV | There are two columns including queryProtein and interactingProtein. Each row corresponds to one protein interaction. |
network | GraphML | Ouput interactions in graphML format with Gene Ontology annoation. |
Name | Type | Default | Description |
---|---|---|---|
WS_URL | string | "http://cbg.garvan.unsw.edu.au/pina/batchDownload" | URL for PINA web service. |
column | string | "Uniprot" | Column name in the input CSV file that contains Uniprot IDs. |
column2 | string | "Uniprot" | Column name in the input CSV file that contains Uniprot IDs. |
extend | boolean | false | If true, also query interactions between interactors of query proteins. |
findPartners | boolean | true | If true, fetch partners of query proteins, otherwise check whether query interactions are known in PINA. |
outputCSV | boolean | true | If true, produce content for interactions output. |
outputGraphML | boolean | false | If true, produce content for network output. |
Test case | Parameters▼ | IN query |
OUT interactions |
OUT network |
||
---|---|---|---|---|---|---|
case1 | properties | query | interactions | network | ||
column=MyUniprotColumn, |
||||||
case2 | properties | query | interactions | network | ||
column=UniProtA, |
||||||
case3 | properties | query | interactions | network | ||
column=MyUniprotColumn, |
||||||
case4 | properties | query | interactions | network | ||
column=MyUniprotColumn, |
||||||
case5 | properties | query | interactions | network | ||
column=MyUniprotColumn, |
||||||
case6 | properties | query | (missing) | (missing) | ||
column=Uniprot/SWISSPROT |