comparison Bubblebeam_For_SAINT_wrapper.xml @ 1:01f41cc043f3 draft

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