Mercurial > repos > sblanck > smagexp
annotate Analyse.xml @ 15:c05f899d5dcd draft
planemo upload for repository https://github.com/sblanck/smagexp/tree/master/smagexp_tools commit da1436252b5db4e90c39c95140558f0f93544160-dirty
| author | sblanck | 
|---|---|
| date | Tue, 16 May 2017 02:08:10 -0400 | 
| parents | e5a94bc69bd6 | 
| children | 161fe6ba75d7 | 
| rev | line source | 
|---|---|
| 15 
c05f899d5dcd
planemo upload for repository https://github.com/sblanck/smagexp/tree/master/smagexp_tools commit da1436252b5db4e90c39c95140558f0f93544160-dirty
 sblanck parents: 
14diff
changeset | 1 <tool id="LimmaAnalyse" name="Limma analysis" version="1.0.0"> | 
| 9 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 2 | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 3 <description>Perform gene expression analysis thanks to limma</description> | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 4 | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 5 <requirements> | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 6 <requirement type="package" version="0.1.0">r-smagexp</requirement> | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 7 </requirements> | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 8 | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 9 <stdio> | 
| 5 | 10 <exit_code range="1:" /> | 
| 9 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 11 <regex match="Warning" source="both" level="warning"/> | 
| 5 | 12 </stdio> | 
| 9 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 13 | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 14 <command> | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 15 <![CDATA[ | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 16 Rscript | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 17 ${__tool_directory__}/Analyse.R | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 18 --rdatainput ${rdataset} | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 19 --conditions ${conditions} | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 20 --selectcondition1 "${selectCondition1}" | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 21 --selectcondition2 "${selectCondition2}" | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 22 --nbresult ${nbresult} | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 23 --rdataoutput ${result_export_eset} | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 24 --htmloutput $result_html | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 25 --htmloutputpath $result_html.files_path | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 26 --tabularoutput $result_tabular | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 27 --htmltemplate ${__tool_directory__}/Analyse_tpl.html | 
| 11 
f9732f6bf218
planemo upload commit 3cad4bb49300f86625d62d40ea7e2ea2ba40e314-dirty
 sblanck parents: 
9diff
changeset | 28 --tooldirectory ${__tool_directory__} | 
| 9 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 29 ]]> | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 30 </command> | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 31 | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 32 <inputs> | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 33 <param name="rdataset" type="data" format="rdata" label="RData" help="RData to be used"/> | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 34 <param name="conditions" type="data" format="cond" label="Conditions" help="conditions associated with the rData file"/> | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 35 <param name="selectCondition1" type="select" label="condition 1"> | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 36 <options from_dataset="conditions"> | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 37 <column name="name" index="1"/> | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 38 <column name="value" index="1"/> | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 39 <filter type="unique_value" column="1"/> | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 40 </options> | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 41 </param> | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 42 <param name="selectCondition2" type="select" label="condition 2"> | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 43 <options from_dataset="conditions"> | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 44 <column name="name" index="1"/> | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 45 <column name="value" index="1"/> | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 46 <filter type="unique_value" column="1"/> | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 47 </options> | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 48 </param> | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 49 <param name="nbresult" type="integer" value="1000" min="1" label="number of top genes" help="Number of genes to be displayed in result datatable"/> | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 50 </inputs> | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 51 | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 52 <outputs> | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 53 <data format="html" name="result_html" label="Results of analysis of ${rdataset.name}"/> | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 54 <data format="rdata" name="result_export_eset" label="Export of expression set of ${rdataset.name}"/> | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 55 <data format="tabular" name="result_tabular" label="Text Results of analysis of ${rdataset.name}"/> | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 56 </outputs> | 
| 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 57 | 
| 14 
e5a94bc69bd6
planemo upload for repository https://github.com/sblanck/smagexp/tree/master/smagexp_tools commit da1436252b5db4e90c39c95140558f0f93544160
 sblanck parents: 
11diff
changeset | 58 <tests> | 
| 
e5a94bc69bd6
planemo upload for repository https://github.com/sblanck/smagexp/tree/master/smagexp_tools commit da1436252b5db4e90c39c95140558f0f93544160
 sblanck parents: 
11diff
changeset | 59 <test> | 
| 
e5a94bc69bd6
planemo upload for repository https://github.com/sblanck/smagexp/tree/master/smagexp_tools commit da1436252b5db4e90c39c95140558f0f93544160
 sblanck parents: 
11diff
changeset | 60 <param name="rdataset" value="GSE3524_data.rdata"/> | 
| 
e5a94bc69bd6
planemo upload for repository https://github.com/sblanck/smagexp/tree/master/smagexp_tools commit da1436252b5db4e90c39c95140558f0f93544160
 sblanck parents: 
11diff
changeset | 61 <param name="conditions" value="conditions.cond"/> | 
| 
e5a94bc69bd6
planemo upload for repository https://github.com/sblanck/smagexp/tree/master/smagexp_tools commit da1436252b5db4e90c39c95140558f0f93544160
 sblanck parents: 
11diff
changeset | 62 <param name="selectCondition1" value="series of 16 tumors"/> | 
| 
e5a94bc69bd6
planemo upload for repository https://github.com/sblanck/smagexp/tree/master/smagexp_tools commit da1436252b5db4e90c39c95140558f0f93544160
 sblanck parents: 
11diff
changeset | 63 <param name="selectCondition2" value="series of 4 normals"/> | 
| 
e5a94bc69bd6
planemo upload for repository https://github.com/sblanck/smagexp/tree/master/smagexp_tools commit da1436252b5db4e90c39c95140558f0f93544160
 sblanck parents: 
11diff
changeset | 64 <param name="nbresult" value="10"/> | 
| 
e5a94bc69bd6
planemo upload for repository https://github.com/sblanck/smagexp/tree/master/smagexp_tools commit da1436252b5db4e90c39c95140558f0f93544160
 sblanck parents: 
11diff
changeset | 65 <output name="result_tabular" file="GSE3524_analysis.tabular" ftype="tabular"/> | 
| 
e5a94bc69bd6
planemo upload for repository https://github.com/sblanck/smagexp/tree/master/smagexp_tools commit da1436252b5db4e90c39c95140558f0f93544160
 sblanck parents: 
11diff
changeset | 66 </test> | 
| 
e5a94bc69bd6
planemo upload for repository https://github.com/sblanck/smagexp/tree/master/smagexp_tools commit da1436252b5db4e90c39c95140558f0f93544160
 sblanck parents: 
11diff
changeset | 67 </tests> | 
| 
e5a94bc69bd6
planemo upload for repository https://github.com/sblanck/smagexp/tree/master/smagexp_tools commit da1436252b5db4e90c39c95140558f0f93544160
 sblanck parents: 
11diff
changeset | 68 | 
| 9 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 69 <help> | 
| 2 | 70 <![CDATA[ | 
| 71 **What it does** | |
| 72 | |
| 73 The Limma analysis tool performs single analysis either of data previously retrieved from GEO database or normalized affymetrix .CEL files data. | |
| 74 Given a .cond file, it runs a standard limma differential expression analysis. | |
| 75 | |
| 76 **Example** of .cond file | |
| 77 | |
| 78 The .cond file should look like this | |
| 79 :: | |
| 80 | |
| 5 | 81 | 
| 2 | 82 GSM80460 series of 16 tumors GSM80460 OSCE-2T SERIES OF 16 TUMORS | 
| 83 GSM80461 series of 16 tumors GSM80461 OSCE-4T Series of 16 Tumors | |
| 84 GSM80462 series of 16 tumors GSM80462 OSCE-6T Series of 16 Tumors | |
| 85 GSM80476 series of 4 normals GSM80476 OSCE-2N Series of 4 Normals | |
| 86 GSM80477 series of 4 normals GSM80477 OSCE-9N Series of 4 Normals | |
| 87 | |
| 88 | |
| 89 **Results** | |
| 90 | |
| 91 - Boxplots, p-value histograms and a volcano plot | |
| 92 - Table summarizing the differentially expressed genes and their annotations. This table is sortable and requestable. | |
| 93 - Rdata object to perform further meta-analysis. | |
| 94 ]]> | |
| 9 
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
 sblanck parents: 
5diff
changeset | 95 </help> | 
| 2 | 96 | 
| 97 </tool> | 
