annotate FlowSOMGenerateTree.xml @ 2:0efc47dba930 draft default tip

planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit bbff20e20dc2b9dbb40b613a0d5f16ee8132446d
author azomics
date Fri, 29 Sep 2023 07:20:10 +0000
parents 6c1721e7d0d6
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
0efc47dba930 planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit bbff20e20dc2b9dbb40b613a0d5f16ee8132446d
azomics
parents: 1
diff changeset
1 <tool id="flowsom_tree" name="Generate a reference Self Organizing Map" version="1.0+galaxy2" profile="18.01">
0
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
2 <description>using FlowSOM.</description>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
3 <requirements>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
4 <requirement type="package" version="1.18.0">bioconductor-flowsom</requirement>
2
0efc47dba930 planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit bbff20e20dc2b9dbb40b613a0d5f16ee8132446d
azomics
parents: 1
diff changeset
5 <requirement type="package" version="0.0.1">mscorefonts</requirement>
0
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
6 </requirements>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
7 <stdio>
1
6c1721e7d0d6 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit 6a60b44dd06df7be2eb851a5328cfc9e76c1d44e"
azomics
parents: 0
diff changeset
8 <exit_code range="1:9" level="fatal" description="See stderr for more details." />
0
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
9 <exit_code range="10" level="fatal" description="Please provide a valid input (FCS or flowFrame)." />
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
10 <exit_code range="11" level="fatal" description="Please provide integers for columns you want to analyze, in a comma separated list." />
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
11 <exit_code range="12" level="fatal" description="Provided indices are out of range in the FCS file / flowframe given as input." />
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
12 <exit_code range="13" level="fatal" description="Please provide integers for the number of expected clusters." />
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
13 <exit_code range="14" level="fatal" description="Please provide integers for the grid size." />
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
14 <exit_code range="15" level="fatal" description="Please provide an integer to set the seed." />
1
6c1721e7d0d6 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit 6a60b44dd06df7be2eb851a5328cfc9e76c1d44e"
azomics
parents: 0
diff changeset
15 <exit_code range="16:" level="fatal" description="See stderr for more details." />
0
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
16 </stdio>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
17 <command><![CDATA[
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
18 Rscript $__tool_directory__/FlowSOMGenerateTree.R '${input}' '${output}' '${cols}' '${cluster}' '${xdim}' '${ydim}' '${seed}'
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
19 #if $plotoutput.plot == "TRUE"
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
20 '${treeplot}' '${plotoutput.plotformat}' '${plotoutput.nodesize}'
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
21 #end if
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
22 #if $mplot == "TRUE"
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
23 '${mrkrplot}'
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
24 #end if
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
25 #if $txtoutput.table == "TRUE"
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
26 '${txtoutput.tablecontent}' '${txttable}' '${mappingtable}' 'mm' 'mm'
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
27 #end if
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
28 ]]>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
29 </command>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
30 <inputs>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
31 <param format="fcs, flowframe" name="input" type="data" label="FCS file or flowFrame" />
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
32 <param name="cols" type="text" value="i.e.:1,2,5" label="Columns to use for analysis" help="By default, all markers except for FSC and SSC will be taken into account." />
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
33 <param name="cluster" type="integer" value="10" optional="true" label="Number of expected metaclusters" help="By default, the number of expected metaclusters is set to 10" />
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
34 <param name="xdim" type="integer" value="10" label="Grid size, width"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
35 <param name="ydim" type="integer" value="10" label="Grid size, height" help="By default, the grid size is 10x10. The grid size specifies the number of clusters." />
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
36 <param name="seed" type="integer" value="42" label="Seed" help="Let's be geeks, default is set to 42." />
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
37 <conditional name="txtoutput">
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
38 <param name="table" type="boolean" label="Output text?" checked="false" truevalue="TRUE" falsevalue="FALSE" />
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
39 <when value="TRUE">
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
40 <param name="tablecontent" type="select" label="Associate each event to SOM clusters or meta-clusters?">
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
41 <option value="FlowSOM">FlowSOM Clusters</option>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
42 <option value="meta">Meta-Clusters</option>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
43 </param>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
44 </when>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
45 </conditional>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
46 <conditional name="plotoutput">
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
47 <param name="plot" type="boolean" label="Plot SOM Tree?" checked="false" truevalue="TRUE" falsevalue="FALSE" />
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
48 <when value="TRUE">
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
49 <param name="nodesize" type="boolean" label="Make all nodes the same size?" checked="false" truevalue="TRUE" falsevalue="FALSE" />
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
50 <param name="plotformat" type="select" label="Graph output Format">
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
51 <option value="PNG">PNG</option>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
52 <option value="PDF">PDF</option>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
53 </param>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
54 </when>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
55 </conditional>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
56 <param name="mplot" type="boolean" label="Plot individual marker trees?" checked="false" truevalue="TRUE" falsevalue="FALSE" />
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
57 </inputs>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
58 <outputs>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
59 <data format="fsom" name="output" label="FlowSOM tree from ${input.name}">
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
60 </data>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
61 <data format="flowclr" name="txttable" label="FlowSOM tree on ${input.name} with ${txtoutput.tablecontent} clusters">
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
62 <filter>txtoutput['table']</filter>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
63 </data>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
64 <data format="tabular" name="mappingtable" label="Mapping of nodes to meta-clusters from FlowSOM tree on ${input.name}">
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
65 <filter>txtoutput['table']</filter>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
66 </data>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
67 <data format="png" name="treeplot" label="Representation of FlowSOM tree on ${input.name} in ${plotoutput.plotformat}">
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
68 <filter>plotoutput['plot']</filter>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
69 <change_format>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
70 <when input="plotoutput.plotformat" value="PDF" format="pdf" />
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
71 </change_format>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
72 </data>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
73 <data format="pdf" name="mrkrplot" label="Marker trees from FlowSOM on ${input.name}">
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
74 <filter>(mplot)</filter>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
75 </data>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
76 </outputs>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
77 <tests>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
78 <test>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
79 <param name="input" value="input.fcs"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
80 <param name="cols" value="3,4,5"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
81 <param name="cluster" value="10"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
82 <param name="xdim" value="10"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
83 <param name="ydim" value="10"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
84 <param name="seed" value="33"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
85 <param name="plot" value="FALSE"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
86 <param name="table" value="FALSE" />
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
87 <param name="mplot" value="FALSE"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
88 <output name="output" file="output1.fsom" compare="sim_size"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
89 </test>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
90 <test>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
91 <param name="input" value="input.flowframe"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
92 <param name="cols" value="3,4,5"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
93 <param name="cluster" value="15"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
94 <param name="xdim" value="10"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
95 <param name="ydim" value="10"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
96 <param name="seed" value="33"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
97 <param name="plot" value="TRUE"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
98 <param name="nodesize" value="FALSE"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
99 <param name="mplot" value="FALSE"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
100 <param name="plotformat" value="PNG"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
101 <param name="table" value="FALSE" />
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
102 <output name="output" file="output2.fsom" compare="sim_size"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
103 <output name="treeplot" file="tree.png" compare="sim_size"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
104 </test>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
105 <test>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
106 <param name="input" value="input.fcs"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
107 <param name="cols" value="3,4,5"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
108 <param name="cluster" value="15"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
109 <param name="xdim" value="10"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
110 <param name="ydim" value="10"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
111 <param name="seed" value="33"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
112 <param name="plot" value="TRUE"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
113 <param name="nodesize" value="FALSE"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
114 <param name="mplot" value="TRUE"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
115 <param name="plotformat" value="PDF"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
116 <param name="table" value="FALSE" />
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
117 <output name="output" file="output3.fsom" compare="sim_size"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
118 <output name="treeplot" file="tree.pdf" compare="sim_size" delta="100000"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
119 <output name="mrkrplot" file="mrkrplot.pdf" compare="sim_size" delta="100000"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
120 </test>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
121 <test>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
122 <param name="input" value="input.fcs"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
123 <param name="cols" value="3,4,5"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
124 <param name="cluster" value="10"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
125 <param name="xdim" value="7"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
126 <param name="ydim" value="7"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
127 <param name="seed" value="33"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
128 <param name="plot" value="FALSE"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
129 <param name="mplot" value="FALSE"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
130 <param name="table" value="TRUE" />
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
131 <param name="tablecontent" value="FlowSOM" />
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
132 <output name="output" file="output4.fsom" compare="sim_size"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
133 <output name="txttable" file="output5.flowclr" compare="sim_size"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
134 <output name="mappingtable" file="mapping1.tabular" compare="sim_size"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
135 </test>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
136 <test>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
137 <param name="input" value="input.fcs"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
138 <param name="cols" value="3,4,5"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
139 <param name="cluster" value="10"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
140 <param name="xdim" value="7"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
141 <param name="ydim" value="7"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
142 <param name="seed" value="33"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
143 <param name="plot" value="FALSE"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
144 <param name="mplot" value="FALSE"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
145 <param name="table" value="TRUE" />
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
146 <param name="tablecontent" value="meta" />
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
147 <output name="output" file="output6.fsom" compare="sim_size"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
148 <output name="txttable" file="output7.flowclr" compare="sim_size"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
149 <output name="mappingtable" file="mapping2.tabular" compare="sim_size"/>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
150 </test>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
151 </tests>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
152 <help><![CDATA[
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
153 Generate reference SOM
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
154 -----
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
155
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
156 This tool generates a reference Self-Organizing Map using FlowSOM.
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
157
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
158 **Input files**
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
159
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
160 This tool require a valid FCS file or flowFrame as input.
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
161
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
162 .. class:: warningmark
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
163
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
164 Compensation and Transformation will NOT be applied with this tool.
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
165
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
166 **Parameters**
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
167
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
168 *Columns to use*
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
169
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
170 Please indicate the indices of the markers to use in the computation of the SOM in a comma-separated list.
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
171
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
172 .. class:: infomark
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
173
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
174 Tip: One of the tools in the FCS File Tools section can help check the markers and channels indices:
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
175
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
176 - Get list of markers and channels in FCS files.
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
177
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
178 *Number of meta-clusters*
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
179
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
180 Please indicate the exact number of meta-clusters expected.
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
181
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
182 *Grid dimension*
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
183
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
184 Please indicate the dimension of the grid for establishing the SOM. The dimension of the grid defines the number of clusters (height x width = cluster)
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
185
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
186 *Seed*
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
187
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
188 Please indicate a random number to use as seed. To make your analysis reproducible, use the same seed.
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
189
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
190 **Output files**
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
191
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
192 This tool produces a FlowSOM object and optionally two sets of plots, one representing the SOM Tree generated, and the other displaying each marker's contribution to the tree. A flat text file can also optionally be generated and used as input for vizualisation tools.
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
193
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
194 .. class:: warningmark
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
195
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
196 PDF are larger files that may take some time to load. It might be faster to download the PDF output once generated to open it locally.
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
197
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
198 -----
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
199
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
200 **Example**
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
201
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
202 *Output text file*::
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
203
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
204 Marker1 Marker2 Marker3 ... Population
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
205 34 45 12 ... 1
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
206 33 65 10 ... 5
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
207 19 62 98 ... 2
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
208 12 36 58 ... 1
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
209 ... ... ... ... ...
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
210
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
211 *Node/Meta-cluster mapping file*::
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
212
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
213 Node Meta-Cluster
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
214 1 10
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
215 2 9
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
216 3 1
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
217 4 9
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
218 ... ...
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
219
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
220 *FlowSOM tree*:
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
221
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
222 .. image :: .static/images/flowtools/FlowSOM_tree.png
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
223
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
224 *Marker plots*:
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
225
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
226 .. image:: .static/images/flowtools/flowSOM_marker.png
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
227 ]]>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
228 </help>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
229 <citations>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
230 <citation type="doi">10.1002/cyto.a.22625</citation>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
231 </citations>
54a25f1139b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flowsom_tree commit b183455dde52e5b870fe898df9863b924e5370bd"
azomics
parents:
diff changeset
232 </tool>