2
|
1 <tool id="Bubblebeam_For_SAINT" name="Bubblebeam For SAINT">
|
|
2 <description></description>
|
16
|
3 <command interpreter="python">Bubblebeam_For_SAINT_wrapper.py $list_file $prey_file $crapome $color $label $cutoff $type $inc_file $exc_file $outfile $NSAF_zoom $SAINT_zoom $SAINT $NSAF \$INSTALL_RUN_PATH/</command>
|
2
|
4 <requirements>
|
|
5 <requirement type="set_environment">INSTALL_RUN_PATH</requirement>
|
14
|
6 <requirement type="package" version="3.2.1">package_r_3_2_1</requirement>
|
2
|
7 </requirements>
|
|
8 <inputs>
|
|
9 <param type="select" name="type" label="MaxQuant or Scaffold">
|
|
10 <option value="MQ">MaxQuant</option>
|
|
11 <option value="SC">Scaffold</option>
|
|
12 </param>
|
|
13 <param format="txt" name="list_file" type="data" label="List File"/>
|
|
14 <param format="txt" name="prey_file" type="data" label="Prey File"/>
|
|
15 <param format="txt" name="crapome" type="data" label="Crapome File" optional="true"/>
|
8
|
16 <param name="color" type="select" label="Color">
|
2
|
17 <option value="crapome">Crapome</option>
|
|
18 <option value="red">Red</option>
|
|
19 <option value="blue">Blue</option>
|
|
20 </param>
|
|
21 <param type="boolean" name="label" checked="true" label="Use Labels"/>
|
|
22 <param type="float" name="cutoff" label="SAINT Score Cutoff" help="Select a value between 0 and 1 written like 0.8." value="0.8"/>
|
7
|
23 <param format="txt" name="inc_file" type="data" label="List of Uniprot IDs to Include" optional="true"/>
|
|
24 <param format="txt" name="exc_file" type="data" label="List of Uniprot IDs to Include" optional="true"/>
|
2
|
25 </inputs>
|
|
26 <outputs>
|
|
27 <data format="txt" name="outfile" label="Outfile"/>
|
|
28 <data format="png" name="NSAF_zoom" label="Zoom NSAF" />
|
|
29 <data format="png" name="SAINT_zoom" label="Zoom SAINT" />
|
|
30 <data format="png" name="NSAF" label="NSAF" />
|
|
31 <data format="png" name="SAINT" label="SAINT" />
|
|
32 </outputs>
|
|
33 <stdio>
|
|
34 <regex match="error"
|
|
35 source="stdout"
|
|
36 level="fatal"
|
|
37 description="Unknown error"/>
|
|
38 </stdio>
|
|
39
|
|
40 <tests>
|
|
41 <test>
|
|
42 <param name="input" value="fa_gc_content_input.fa"/>
|
|
43 <output name="out_file1" file="fa_gc_content_output.txt"/>
|
|
44 </test>
|
|
45 </tests>
|
|
46 <help>
|
|
47 Post-processing:
|
|
48 Once SAINTexpress has been run, APOSTL is able to read the resulting "list.txt" file. Fromhere APOSTL does a number of things:
|
|
49
|
|
50 APOSTL calculates NSAF values for each prey based on the average spectra observed for each bait
|
|
51
|
|
52 OPTIONAL: APOSTL calculates the probability of a specific interaction based on prey revalence in the CRAPome
|
|
53
|
|
54 Bubble graphs are generated for each bait where:
|
|
55
|
|
56 - x axis is the natural log of the NSAF values
|
|
57
|
|
58 - y axis is the observed log2 fold change (as compared to control)
|
|
59
|
|
60 - bubble radius is proportional to the average observed spectra
|
|
61
|
|
62 OPTIONAL: bubble color corresponds to the CRAPome probability of a specific interaction in which an 80% cutoff is applied where prey with less than 80% are colored tan
|
|
63
|
|
64 APOSTL queries ConsensusPathDB for protein-protein interactions within your data and then formats the resulting network for simple cytoscape import using the "import network from file" option.
|
|
65
|
|
66 INPUTS:
|
|
67
|
|
68 List File:
|
|
69
|
|
70 - SAINTexpress generated "list.txt" file
|
|
71
|
|
72 Prey File:
|
|
73
|
|
74 - SAINT pre-processing generated "prey.txt" file used to run SAINTexpress
|
|
75
|
|
76 Crapome File:
|
|
77
|
|
78 - raw output from Crapome Workflow 1 query (http://www.crapome.org)
|
|
79
|
|
80 Color:
|
|
81
|
|
82 - Specify the color of the bubbles within the graph.
|
|
83
|
|
84 - If "crapome" is chosen and 'crapome' file is specified, bubbles will be color based on crapome specificity
|
|
85
|
|
86 Use labels:
|
|
87
|
|
88 - Adds gene name labels to bubbles within the "zoomed in" graphs
|
|
89 SAINT Score Cutoff:
|
|
90
|
|
91 - Choose Saintscore cutoff (between 0-1) to be used for filtering the "zoomed in" graphs (default = 0.8)
|
|
92
|
|
93 - Also used for filtering during the generation of the cytoscape network
|
|
94
|
|
95 Species:
|
|
96
|
|
97 - Human, mouse, or yeast
|
|
98
|
|
99 Interaction Confidence:
|
|
100
|
|
101 - Interaction confidence value (0-1) used to filter the interactions with the ConsensusPathDB database
|
|
102
|
|
103 - Suggestions:
|
|
104
|
|
105 * low: 0
|
|
106
|
|
107 * medium: 0.5
|
|
108
|
|
109 * high: 0.7
|
|
110
|
|
111 * very high: 0.9
|
|
112
|
|
113 OUTPUTS:
|
|
114
|
|
115 Bubble Graphs:
|
|
116
|
|
117 - Unfiltered Data:
|
|
118
|
|
119 * NSAF v. Log2(FoldChange)
|
|
120
|
|
121 * SAINTscore v. Log2(FoldChange)
|
|
122
|
|
123 - Filtered by SAINT Score
|
|
124
|
|
125 * NSAF v. Log2(FoldChange)
|
|
126
|
|
127 * SAINTscore v. Log2(FoldChange)
|
|
128
|
|
129 Output.txt
|
|
130 - SAINTexpress "list.txt" output with additional columns that were used during the analysis
|
|
131 </help>
|
|
132 </tool>
|