annotate w4mclassfilter.xml @ 16:aae9fa9a7d4d draft default tip

"planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit aaac8e2f8de03c01e5064abf8a2e30020fabe7ca-dirty"
author eschen42
date Thu, 11 Mar 2021 21:12:46 +0000
parents f9cb2244fd01
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15
f9cb2244fd01 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit aaac8e2f8de03c01e5064abf8a2e30020fabe7ca"
eschen42
parents: 14
diff changeset
1 <tool id="w4mclassfilter" name="W4m Data Subset" version="0.98.19">
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
2 <description>Filter W4M data by values or metadata</description>
10
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
3 <requirements>
15
f9cb2244fd01 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit aaac8e2f8de03c01e5064abf8a2e30020fabe7ca"
eschen42
parents: 14
diff changeset
4 <requirement type="package" version="4.0.3">r-base</requirement>
12
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
5 <requirement type="package" version="1.1_5">r-batch</requirement>
15
f9cb2244fd01 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit aaac8e2f8de03c01e5064abf8a2e30020fabe7ca"
eschen42
parents: 14
diff changeset
6 <requirement type="package" version="0.98.19">w4mclassfilter</requirement>
10
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
7 </requirements>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
8 <command detect_errors="aggressive"><![CDATA[
12
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
9 unset R_HOME;
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
10 if [ '$centering' == 'medoid' -a '$imputation' == 'none' ]; then
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
11 (echo 'medoid' centering may not be chosen with imputation 'none' 1>&2);
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
12 [ ! 1 ];
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
13 else
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
14 Rscript
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
15 $__tool_directory__/w4mclassfilter_wrapper.R
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
16 dataMatrix_in '$dataMatrix_in'
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
17 sampleMetadata_in '$sampleMetadata_in'
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
18 variableMetadata_in '$variableMetadata_in'
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
19 sampleclassNames '$sampleclassNames'
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
20 inclusive '$inclusive'
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
21 wildcards '$wildcards'
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
22 classnameColumn '$classnameColumn'
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
23 samplenameColumn 'sampleMetadata'
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
24 variable_range_filter '$variableRangeFilter'
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
25 transformation '$transformation'
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
26 imputation '$imputation'
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
27 dataMatrix_out '$dataMatrix_out'
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
28 sampleMetadata_out '$sampleMetadata_out'
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
29 variableMetadata_out '$variableMetadata_out'
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
30 order_vrbl '$order_vrbl'
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
31 order_smpl '$order_smpl'
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
32 centering '$centering';
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
33 fi
10
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
34 ]]></command>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
35 <inputs>
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
36 <param name="dataMatrix_in" format="tabular" label="Data matrix" type="data"
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
37 help="Choose data-matrix file (tab-separated values with sample names in first row and feature names in first column)." />
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
38 <param name="sampleMetadata_in" format="tabular" label="Sample metadata" type="data"
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
39 help="Choose sample-metadata file (tab-separated values with one row per sample, sample name in first column)." />
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
40 <param name="variableMetadata_in" format="tabular" label="Variable metadata" type="data"
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
41 help="Choose variable-metadata file (tab-separated values with one row per feature, feature name in first column)." />
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
42 <param name="classnameColumn" label="Column containing the sample-class names (or treatment names)" type="text" value = "class"
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
43 help="Name the column in 'Sample metadata' that has the values to be referenced by 'Sample-class names' and 'Compute centers for classes'. [default: 'class']">
10
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
44 <sanitizer>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
45 <valid initial="string.letters">
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
46 <add preset="string.digits"/>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
47 <add value="&#46;" /> <!-- dot, period -->
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
48 <add value="&#95;" /> <!-- underscore -->
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
49 </valid>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
50 </sanitizer>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
51 </param>
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
52 <param name="sampleclassNames" label="Sample-class names (or patterns)" type="text" value = ""
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
53 help="List of names (or patterns to match names) of sample classes to include or exclude. List should be comma-separated with no stray space characters. (Leave this empty to match no names.) [default: empty]">
10
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
54 <sanitizer>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
55 <valid initial="string.letters">
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
56 <add preset="string.digits"/>
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
57 <add value="&#123;" /> <!-- l-curb, left-curly-bracket -->
10
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
58 <add value="&#124;" /> <!-- pipe -->
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
59 <add value="&#125;" /> <!-- r-curb, right-curly-bracket -->
10
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
60 <add value="&#36;" /> <!-- dollar, dollar-sign -->
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
61 <add value="&#40;" /> <!-- left-paren -->
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
62 <add value="&#41;" /> <!-- right-paren -->
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
63 <add value="&#42;" /> <!-- splat, asterisk -->
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
64 <add value="&#43;" /> <!-- plus -->
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
65 <add value="&#45;" /> <!-- dash, hyphen -->
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
66 <add value="&#44;" /> <!-- comma -->
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
67 <add value="&#46;" /> <!-- dot, period -->
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
68 <add value="&#58;" /> <!-- colon -->
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
69 <add value="&#59;" /> <!-- semi, semicolon -->
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
70 <add value="&#63;" /> <!-- what, question mark -->
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
71 <add value="&#91;" /> <!-- l-squib, left-square-bracket -->
10
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
72 <add value="&#92;" /> <!-- whack, backslash -->
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
73 <add value="&#93;" /> <!-- r-squib, right-square-bracket -->
10
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
74 <add value="&#94;" /> <!-- hat, caret -->
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
75 <add value="&#95;" /> <!-- underscore -->
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
76 </valid>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
77 </sanitizer>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
78 </param>
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
79 <param name="inclusive" label="Exclude/include named (or matched) sample classes" type="select" help="Indicate meaning of preceding list: either to identify classes to exclude from output or to identify classes to include in output. [default: 'filter-out']">
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
80 <option value="TRUE">filter-in: &#160;&#160; Include only the named sample classes.</option>
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
81 <option value="FALSE" selected="true">filter-out: &#160;&#160; Exclude only the named sample classes.</option>
10
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
82 </param>
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
83 <param name="wildcards" label="Use 'wild card patterns' or 'regular expression patterns' to match sample-class names" type="select"
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
84 help="See '&lt;i&gt;Wild-card patterns to match class names&lt;/i&gt;' and '&lt;i&gt;Regular-expression patterns to match sample-class names&lt;/i&gt;' sections below. [default: 'wild-card patterns']">
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
85 <option value="TRUE" selected="true">wild-card patterns: &#160;&#160; Use '*' and '?' to match sample-class names.</option>
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
86 <option value="FALSE">regular-expression patterns: &#160;&#160; Use regular expressions to match sample-class names.</option>
10
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
87 </param>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
88 <param name="variableRangeFilter" label="Variable-range filters" type="text" value = ""
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
89 help="List of filters, each specifying the range of permitted values in a column of 'Variable metadata' (specified as 'column:min:max'), as described in '&lt;i&gt;Variable-range filters&lt;/i&gt;' section below. List should be comma-separated with no stray space characters. (Leave this empty for no filtering.) [default: empty]">
10
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
90 <sanitizer>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
91 <valid initial="string.letters">
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
92 <add preset="string.digits"/>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
93 <add value="&#44;" /> <!-- comma -->
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
94 <add value="&#46;" /> <!-- dot, period -->
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
95 <add value="&#58;" /> <!-- colon -->
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
96 <add value="&#95;" /> <!-- underscore -->
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
97 </valid>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
98 </sanitizer>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
99 </param>
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
100 <param name="transformation" label="Data transformation" type="select"
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
101 help="Choose transformation. In all cases, negative intensities become missing values. See '&lt;i&gt;Data transformation and imputation&lt;/i&gt;' section below. [default: 'none']">
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
102 <option value="none" selected="true">none: &#160;&#160; Do not transform data.</option>
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
103 <option value="log2">log2: &#160;&#160; Perform log base 2 transformation of data.</option>
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
104 <option value="log10">log10: &#160;&#160; Perform log base 10 transformation of data.</option>
10
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
105 </param>
12
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
106 <param name="imputation" label="Imputation of missing values" type="select"
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
107 help="Choose imputation for missing values. See '&lt;i&gt;Data transformation and imputation&lt;/i&gt;' section below. [default: 'zero']">
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
108 <option value="zero" selected="true">zero: &#160;&#160; Replace missing values with zero.</option>
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
109 <option value="center">center: &#160;&#160; Replace missing values with feature-median.</option>
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
110 <option value="none">none: &#160;&#160; Perform no imputation. Note that 'compute centers' cannot be set to 'medoid'.</option>
12
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
111 </param>
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
112 <param name="order_smpl" label="Columns that specify order for samples" type="text" value = "sampleMetadata"
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
113 help="List of sample-metadata column names for sorting samples. List should be comma-separated with no stray space characters. (This is ignored when 'Compute centers for classes' is set to either 'centroid' or 'median'.) [default: 'sampleMetadata']">
13
c18040b6e8b9 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 1a5dd14c3697516bc55950bd6e46c978af7c19cf"
eschen42
parents: 12
diff changeset
114 <sanitizer>
c18040b6e8b9 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 1a5dd14c3697516bc55950bd6e46c978af7c19cf"
eschen42
parents: 12
diff changeset
115 <valid initial="string.letters">
c18040b6e8b9 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 1a5dd14c3697516bc55950bd6e46c978af7c19cf"
eschen42
parents: 12
diff changeset
116 <add preset="string.digits"/>
c18040b6e8b9 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 1a5dd14c3697516bc55950bd6e46c978af7c19cf"
eschen42
parents: 12
diff changeset
117 <add value="&#46;" /> <!-- dot, period -->
c18040b6e8b9 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 1a5dd14c3697516bc55950bd6e46c978af7c19cf"
eschen42
parents: 12
diff changeset
118 <add value="&#95;" /> <!-- underscore -->
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
119 <add value="&#44;" /> <!-- comma -->
13
c18040b6e8b9 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 1a5dd14c3697516bc55950bd6e46c978af7c19cf"
eschen42
parents: 12
diff changeset
120 </valid>
c18040b6e8b9 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 1a5dd14c3697516bc55950bd6e46c978af7c19cf"
eschen42
parents: 12
diff changeset
121 </sanitizer>
c18040b6e8b9 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 1a5dd14c3697516bc55950bd6e46c978af7c19cf"
eschen42
parents: 12
diff changeset
122 </param>
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
123 <param name="order_vrbl" label="Columns that specify order for features" type="text" value = "variableMetadata"
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
124 help="List of feature-metadata column names for sorting features. List should be comma-separated with no stray space characters. [default: 'variableMetadata']">
13
c18040b6e8b9 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 1a5dd14c3697516bc55950bd6e46c978af7c19cf"
eschen42
parents: 12
diff changeset
125 <sanitizer>
c18040b6e8b9 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 1a5dd14c3697516bc55950bd6e46c978af7c19cf"
eschen42
parents: 12
diff changeset
126 <valid initial="string.letters">
c18040b6e8b9 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 1a5dd14c3697516bc55950bd6e46c978af7c19cf"
eschen42
parents: 12
diff changeset
127 <add preset="string.digits"/>
c18040b6e8b9 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 1a5dd14c3697516bc55950bd6e46c978af7c19cf"
eschen42
parents: 12
diff changeset
128 <add value="&#46;" /> <!-- dot, period -->
c18040b6e8b9 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 1a5dd14c3697516bc55950bd6e46c978af7c19cf"
eschen42
parents: 12
diff changeset
129 <add value="&#95;" /> <!-- underscore -->
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
130 <add value="&#44;" /> <!-- comma -->
13
c18040b6e8b9 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 1a5dd14c3697516bc55950bd6e46c978af7c19cf"
eschen42
parents: 12
diff changeset
131 </valid>
c18040b6e8b9 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 1a5dd14c3697516bc55950bd6e46c978af7c19cf"
eschen42
parents: 12
diff changeset
132 </sanitizer>
c18040b6e8b9 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 1a5dd14c3697516bc55950bd6e46c978af7c19cf"
eschen42
parents: 12
diff changeset
133 </param>
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
134 <param name="centering" label="Compute centers for classes (e.g., treatments)" type="select" help="[default: 'none']">
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
135 <option value="none" selected="true">none: &#160;&#160; Do not compute centers for classes/treatments.</option>
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
136 <option value="centroid">centroid: &#160;&#160; For each class, compute the mean for each feature.</option>
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
137 <option value="median">median: &#160;&#160; For each class, compute the median for each feature.</option>
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
138 <option value="medoid">medoid: &#160;&#160; For each class, select only the most central member. Note that 'Imputation of missing values' cannot be 'none'.</option>
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
139 </param>
10
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
140 </inputs>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
141 <outputs>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
142 <data name="dataMatrix_out" format="tabular" label="${dataMatrix_in.name}.subset" ></data>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
143 <data name="sampleMetadata_out" format="tabular" label="${sampleMetadata_in.name}.subset" ></data>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
144 <data name="variableMetadata_out" format="tabular" label="${variableMetadata_in.name}.subset" ></data>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
145 </outputs>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
146 <tests>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
147 <!-- test 1 -->
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
148 <test>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
149 <param name="dataMatrix_in" value="input_dataMatrix.tsv"/>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
150 <param name="sampleMetadata_in" value="input_sampleMetadata.tsv"/>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
151 <param name="variableMetadata_in" value="input_variableMetadata.tsv"/>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
152 <param name="classnameColumn" value="gender"/>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
153 <param name="sampleclassNames" value="M"/>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
154 <param name="wildcards" value="FALSE"/>
12
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
155 <param name="inclusive" value="TRUE"/>
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
156 <param name="variableRangeFilter" value="FEATMAX:2e6:,mz:200:,rt::800"/>
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
157 <param name="transformation" value="none"/>
10
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
158 <output name="dataMatrix_out">
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
159 <assert_contents>
12
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
160 <has_text text="747080" />
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
161 <not_has_text text="13420742" />
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
162 <not_has_text text="47259" />
10
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
163 </assert_contents>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
164 </output>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
165 <output name="sampleMetadata_out">
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
166 <assert_contents>
12
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
167 <has_text text="HU_017" />
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
168 <has_text text="HU_034" />
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
169 <has_text text="HU_078" />
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
170 <has_text text="HU_091" />
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
171 <has_text text="HU_093" />
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
172 <has_text text="HU_099" />
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
173 <has_text text="HU_130" />
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
174 <has_text text="HU_134" />
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
175 <has_text text="HU_138" />
10
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
176 <not_has_text text="HU_028" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
177 <not_has_text text="HU_051" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
178 <not_has_text text="HU_060" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
179 <not_has_text text="HU_110" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
180 <not_has_text text="HU_149" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
181 <not_has_text text="HU_152" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
182 <not_has_text text="HU_175" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
183 <not_has_text text="HU_178" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
184 <not_has_text text="HU_185" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
185 <not_has_text text="HU_204" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
186 <not_has_text text="HU_208" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
187 </assert_contents>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
188 </output>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
189 <output name="variableMetadata_out">
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
190 <assert_contents>
12
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
191 <has_text text="HMDB00208" />
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
192 <has_text text="HMDB01032" />
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
193 <has_text text="HMDB01101.1" />
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
194 <has_text text="HMDB13189" />
10
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
195 <not_has_text text="HMDB00191" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
196 <not_has_text text="HMDB00251" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
197 <not_has_text text="HMDB00299" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
198 <not_has_text text="HMDB00512" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
199 <not_has_text text="HMDB00518" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
200 <not_has_text text="HMDB00715" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
201 <not_has_text text="HMDB00822" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
202 <not_has_text text="HMDB03193" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
203 <not_has_text text="HMDB04824" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
204 <not_has_text text="HMDB10348" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
205 <not_has_text text="HMDB59717" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
206 </assert_contents>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
207 </output>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
208 </test>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
209 <!-- test 2 -->
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
210 <test>
10
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
211 <param name="dataMatrix_in" value="input_dataMatrix.tsv"/>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
212 <param name="sampleMetadata_in" value="input_sampleMetadata.tsv"/>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
213 <param name="variableMetadata_in" value="input_variableMetadata.tsv"/>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
214 <!-- test that hyphens in regular expressions work -->
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
215 <param name="sampleclassNames" value="HU_[0-9][0-9][0-9]"/>
12
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
216 <param name="inclusive" value="TRUE"/>
10
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
217 <param name="wildcards" value="FALSE"/>
12
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
218 <param name="classnameColumn" value="sampleMetadata"/>
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
219 <!-- test that variableRangeFilter works with tranformation -->
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
220 <param name="variableRangeFilter" value="FEATMAX:6.30103:,mz:200:,rt::800"/>
12
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
221 <param name="transformation" value="log10"/>
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
222 <param name="imputation" value="zero"/>
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
223 <output name="dataMatrix_out" md5="5644d2ea01d072ee1d0c40e29e9d0089">
10
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
224 <assert_contents>
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
225 <has_text text="5.8733671" />
10
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
226 </assert_contents>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
227 </output>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
228 <output name="sampleMetadata_out">
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
229 <assert_contents>
12
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
230 <has_text text="HU_017" />
10
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
231 <has_text text="HU_028" />
12
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
232 <has_text text="HU_034" />
10
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
233 <has_text text="HU_051" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
234 <has_text text="HU_060" />
12
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
235 <has_text text="HU_078" />
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
236 <has_text text="HU_091" />
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
237 <has_text text="HU_093" />
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
238 <has_text text="HU_099" />
10
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
239 <has_text text="HU_110" />
12
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
240 <has_text text="HU_130" />
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
241 <has_text text="HU_134" />
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
242 <has_text text="HU_138" />
10
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
243 <has_text text="HU_149" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
244 <has_text text="HU_152" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
245 <has_text text="HU_175" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
246 <has_text text="HU_178" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
247 <has_text text="HU_185" />
12
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
248 <has_text text="HU_208" />
10
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
249 <not_has_text text="HU_204" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
250 </assert_contents>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
251 </output>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
252 <output name="variableMetadata_out">
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
253 <assert_contents>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
254 <has_text text="HMDB00191" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
255 <has_text text="HMDB00208" />
12
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
256 <has_text text="HMDB01032" />
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
257 <has_text text="HMDB01101.1" />
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
258 <has_text text="HMDB13189" />
10
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
259 <not_has_text text="HMDB00251" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
260 <not_has_text text="HMDB00299" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
261 <not_has_text text="HMDB00512" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
262 <not_has_text text="HMDB00518" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
263 <not_has_text text="HMDB00715" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
264 <not_has_text text="HMDB00822" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
265 <not_has_text text="HMDB03193" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
266 <not_has_text text="HMDB04824" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
267 <not_has_text text="HMDB10348" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
268 <not_has_text text="HMDB59717" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
269 </assert_contents>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
270 </output>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
271 </test>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
272 <!-- test 3 -->
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
273 <test>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
274 <param name="dataMatrix_in" value="input_dataMatrix.tsv"/>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
275 <param name="sampleMetadata_in" value="input_sampleMetadata.tsv"/>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
276 <param name="variableMetadata_in" value="input_variableMetadata.tsv"/>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
277 <param name="classnameColumn" value="gender"/>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
278 <param name="sampleclassNames" value="M"/>
12
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
279 <param name="inclusive" value="TRUE"/>
10
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
280 <param name="transformation" value="none"/>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
281 <output name="dataMatrix_out">
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
282 <assert_contents>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
283 <not_has_text text="HU_028" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
284 <not_has_text text="HU_051" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
285 <not_has_text text="HU_060" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
286 <not_has_text text="HU_110" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
287 <not_has_text text="HU_149" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
288 <not_has_text text="HU_152" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
289 <not_has_text text="HU_175" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
290 <not_has_text text="HU_178" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
291 <not_has_text text="HU_185" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
292 <not_has_text text="HU_204" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
293 <not_has_text text="HU_208" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
294 <has_text text="HU_017" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
295 <has_text text="HU_034" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
296 <has_text text="HU_078" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
297 <has_text text="HU_091" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
298 <has_text text="HU_093" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
299 <has_text text="HU_099" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
300 <has_text text="HU_130" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
301 <has_text text="HU_134" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
302 <has_text text="HU_138" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
303 <has_text text="HMDB03193" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
304 <not_has_text text="HMDB00822" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
305 <has_text text="HMDB01101" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
306 <has_text text="HMDB01101.1" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
307 <has_text text="HMDB10348" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
308 <has_text text="HMDB59717" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
309 <has_text text="HMDB13189" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
310 <has_text text="HMDB00299" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
311 <has_text text="HMDB00191" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
312 <has_text text="HMDB00518" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
313 <has_text text="HMDB00715" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
314 <has_text text="HMDB01032" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
315 <has_text text="HMDB00208" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
316 <has_text text="HMDB04824" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
317 <has_text text="HMDB00512" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
318 <has_text text="HMDB00251" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
319 </assert_contents>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
320 </output>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
321 </test>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
322 <!-- test 4 -->
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
323 <test>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
324 <param name="dataMatrix_in" value="input_dataMatrix.tsv"/>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
325 <param name="sampleMetadata_in" value="input_sampleMetadata.tsv"/>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
326 <param name="variableMetadata_in" value="input_variableMetadata.tsv"/>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
327 <param name="classnameColumn" value="gender"/>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
328 <param name="sampleclassNames" value="*"/>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
329 <param name="wildcards" value="TRUE"/>
12
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
330 <param name="inclusive" value="TRUE"/>
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
331 <param name="imputation" value="zero"/>
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
332 <output name="dataMatrix_out" md5="b2eac4946d3803a07606286b50451af4">
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
333 <assert_contents>
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
334 <not_has_text text="NA" />
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
335 </assert_contents>
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
336 </output>
10
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
337 <output name="sampleMetadata_out">
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
338 <assert_contents>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
339 <not_has_text text="HU_204" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
340 <has_text text="HU_028" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
341 <has_text text="HU_051" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
342 <has_text text="HU_060" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
343 <has_text text="HU_110" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
344 <has_text text="HU_149" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
345 <has_text text="HU_152" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
346 <has_text text="HU_175" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
347 <has_text text="HU_178" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
348 <has_text text="HU_185" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
349 <has_text text="HU_208" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
350 <has_text text="HU_017" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
351 <has_text text="HU_034" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
352 <has_text text="HU_078" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
353 <has_text text="HU_091" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
354 <has_text text="HU_093" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
355 <has_text text="HU_099" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
356 <has_text text="HU_130" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
357 <has_text text="HU_134" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
358 <has_text text="HU_138" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
359 </assert_contents>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
360 </output>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
361 </test>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
362 <!-- test 5 -->
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
363 <test>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
364 <param name="dataMatrix_in" value="input_dataMatrix.tsv"/>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
365 <param name="sampleMetadata_in" value="input_sampleMetadata.tsv"/>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
366 <param name="variableMetadata_in" value="input_variableMetadata.tsv"/>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
367 <param name="classnameColumn" value="gender"/>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
368 <param name="sampleclassNames" value="M"/>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
369 <param name="wildcards" value="FALSE"/>
12
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
370 <param name="inclusive" value="TRUE"/>
10
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
371 <output name="sampleMetadata_out">
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
372 <assert_contents>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
373 <not_has_text text="HU_028" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
374 <not_has_text text="HU_051" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
375 <not_has_text text="HU_060" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
376 <not_has_text text="HU_110" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
377 <not_has_text text="HU_149" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
378 <not_has_text text="HU_152" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
379 <not_has_text text="HU_175" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
380 <not_has_text text="HU_178" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
381 <not_has_text text="HU_185" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
382 <not_has_text text="HU_204" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
383 <not_has_text text="HU_208" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
384 <has_text text="HU_017" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
385 <has_text text="HU_034" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
386 <has_text text="HU_078" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
387 <has_text text="HU_091" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
388 <has_text text="HU_093" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
389 <has_text text="HU_099" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
390 <has_text text="HU_130" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
391 <has_text text="HU_134" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
392 <has_text text="HU_138" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
393 </assert_contents>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
394 </output>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
395 </test>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
396 <!-- test 6 -->
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
397 <test>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
398 <param name="dataMatrix_in" value="input_dataMatrix.tsv"/>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
399 <param name="sampleMetadata_in" value="input_sampleMetadata.tsv"/>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
400 <param name="variableMetadata_in" value="input_variableMetadata.tsv"/>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
401 <param name="classnameColumn" value="gender"/>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
402 <param name="sampleclassNames" value="M"/>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
403 <param name="wildcards" value="FALSE"/>
12
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
404 <param name="inclusive" value="TRUE"/>
10
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
405 <output name="variableMetadata_out">
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
406 <assert_contents>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
407 <has_text text="HMDB03193" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
408 <not_has_text text="HMDB00822" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
409 <has_text text="HMDB01101" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
410 <has_text text="HMDB01101.1" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
411 <has_text text="HMDB10348" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
412 <has_text text="HMDB59717" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
413 <has_text text="HMDB13189" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
414 <has_text text="HMDB00299" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
415 <has_text text="HMDB00191" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
416 <has_text text="HMDB00518" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
417 <has_text text="HMDB00715" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
418 <has_text text="HMDB01032" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
419 <has_text text="HMDB00208" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
420 <has_text text="HMDB04824" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
421 <has_text text="HMDB00512" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
422 <has_text text="HMDB00251" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
423 </assert_contents>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
424 </output>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
425 </test>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
426 <!-- test 7 -->
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
427 <test>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
428 <param name="dataMatrix_in" value="input_nofilter_dataMatrix.tsv"/>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
429 <param name="sampleMetadata_in" value="input_sampleMetadata.tsv"/>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
430 <param name="variableMetadata_in" value="input_variableMetadata.tsv"/>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
431 <param name="classnameColumn" value="gender"/>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
432 <param name="sampleclassNames" value="M"/>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
433 <param name="wildcards" value="FALSE"/>
12
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
434 <param name="inclusive" value="TRUE"/>
10
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
435 <output name="variableMetadata_out">
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
436 <assert_contents>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
437 <has_text text="HMDB03193" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
438 <not_has_text text="HMDB00822" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
439 <has_text text="HMDB01101" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
440 <has_text text="HMDB01101.1" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
441 <has_text text="HMDB10348" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
442 <has_text text="HMDB59717" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
443 <not_has_text text="HMDB13189" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
444 <has_text text="HMDB00299" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
445 <has_text text="HMDB00191" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
446 <has_text text="HMDB00518" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
447 <has_text text="HMDB00715" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
448 <has_text text="HMDB01032" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
449 <has_text text="HMDB00208" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
450 <has_text text="HMDB04824" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
451 <has_text text="HMDB00512" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
452 <has_text text="HMDB00251" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
453 </assert_contents>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
454 </output>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
455 </test>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
456 <!-- test 8 -->
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
457 <test>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
458 <param name="dataMatrix_in" value="input_dataMatrix.tsv"/>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
459 <param name="sampleMetadata_in" value="input_sampleMetadata.tsv"/>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
460 <param name="variableMetadata_in" value="input_variableMetadata.tsv"/>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
461 <param name="classnameColumn" value="gender"/>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
462 <param name="sampleclassNames" value="[Mm],[fF]"/>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
463 <param name="wildcards" value="FALSE"/>
12
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
464 <param name="inclusive" value="TRUE"/>
10
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
465 <output name="sampleMetadata_out">
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
466 <assert_contents>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
467 <has_text text="HU_028" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
468 <has_text text="HU_051" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
469 <has_text text="HU_060" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
470 <has_text text="HU_110" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
471 <has_text text="HU_149" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
472 <has_text text="HU_152" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
473 <has_text text="HU_175" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
474 <has_text text="HU_178" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
475 <has_text text="HU_185" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
476 <not_has_text text="HU_204" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
477 <has_text text="HU_208" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
478 <has_text text="HU_017" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
479 <has_text text="HU_034" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
480 <has_text text="HU_078" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
481 <has_text text="HU_091" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
482 <has_text text="HU_093" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
483 <has_text text="HU_099" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
484 <has_text text="HU_130" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
485 <has_text text="HU_134" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
486 <has_text text="HU_138" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
487 </assert_contents>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
488 </output>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
489 </test>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
490 <!-- test 9 -->
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
491 <test>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
492 <param name="dataMatrix_in" value="input_dataMatrix.tsv"/>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
493 <param name="sampleMetadata_in" value="input_sampleMetadata.tsv"/>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
494 <param name="variableMetadata_in" value="input_variableMetadata.tsv"/>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
495 <param name="classnameColumn" value=""/>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
496 <param name="sampleclassNames" value="M"/>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
497 <param name="wildcards" value="FALSE"/>
12
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
498 <param name="inclusive" value="TRUE"/>
10
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
499 <output name="sampleMetadata_out">
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
500 <assert_contents>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
501 <has_text text="HU_028" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
502 <has_text text="HU_051" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
503 <has_text text="HU_060" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
504 <has_text text="HU_110" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
505 <has_text text="HU_149" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
506 <has_text text="HU_152" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
507 <has_text text="HU_175" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
508 <has_text text="HU_178" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
509 <has_text text="HU_185" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
510 <not_has_text text="HU_204" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
511 <has_text text="HU_208" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
512 <has_text text="HU_017" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
513 <has_text text="HU_034" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
514 <has_text text="HU_078" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
515 <has_text text="HU_091" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
516 <has_text text="HU_093" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
517 <has_text text="HU_099" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
518 <has_text text="HU_130" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
519 <has_text text="HU_134" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
520 <has_text text="HU_138" />
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
521 </assert_contents>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
522 </output>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
523 </test>
12
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
524 <!-- test 10 - extends test4 with no imputation rather than zero imputation -->
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
525 <test>
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
526 <param name="dataMatrix_in" value="input_dataMatrix.tsv"/>
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
527 <param name="sampleMetadata_in" value="input_sampleMetadata.tsv"/>
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
528 <param name="variableMetadata_in" value="input_variableMetadata.tsv"/>
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
529 <param name="classnameColumn" value="gender"/>
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
530 <param name="sampleclassNames" value="*"/>
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
531 <param name="wildcards" value="TRUE"/>
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
532 <param name="inclusive" value="TRUE"/>
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
533 <param name="imputation" value="none"/>
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
534 <output name="dataMatrix_out" md5="6200dfa77d09c56e434f80b1a23b3393">
12
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
535 <assert_contents>
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
536 <not_has_text text="HU_204" />
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
537 <has_text text="NA" />
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
538 <has_text text="HU_028" />
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
539 </assert_contents>
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
540 </output>
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
541 <output name="sampleMetadata_out">
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
542 <assert_contents>
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
543 <not_has_text text="HU_204" />
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
544 <has_text text="HU_028" />
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
545 </assert_contents>
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
546 </output>
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
547 </test>
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
548 <!-- test 11 - extends test4 with center imputation rather than zero imputation -->
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
549 <test>
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
550 <param name="dataMatrix_in" value="input_dataMatrix.tsv"/>
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
551 <param name="sampleMetadata_in" value="input_sampleMetadata.tsv"/>
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
552 <param name="variableMetadata_in" value="input_variableMetadata.tsv"/>
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
553 <param name="classnameColumn" value="gender"/>
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
554 <param name="sampleclassNames" value="*"/>
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
555 <param name="wildcards" value="TRUE"/>
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
556 <param name="inclusive" value="TRUE"/>
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
557 <param name="imputation" value="center"/>
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
558 <output name="dataMatrix_out" md5="a404278c5c9ffd5bdadf346c4f8a0184">
12
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
559 <assert_contents>
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
560 <not_has_text text="HU_204" />
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
561 <not_has_text text="NA" />
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
562 <has_text text="HU_028" />
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
563 </assert_contents>
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
564 </output>
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
565 <output name="sampleMetadata_out">
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
566 <assert_contents>
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
567 <not_has_text text="HU_204" />
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
568 <has_text text="HU_028" />
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
569 </assert_contents>
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
570 </output>
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
571 </test>
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
572 <!-- test 12 - select medoid for class -->
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
573 <test>
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
574 <param name="dataMatrix_in" value="input_dataMatrix.tsv"/>
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
575 <param name="sampleMetadata_in" value="input_sampleMetadata.tsv"/>
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
576 <param name="variableMetadata_in" value="input_variableMetadata.tsv"/>
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
577 <param name="classnameColumn" value="gender"/>
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
578 <param name="sampleclassNames" value=""/>
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
579 <param name="wildcards" value="TRUE"/>
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
580 <param name="inclusive" value="FALSE"/>
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
581 <param name="imputation" value="zero"/>
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
582 <param name="order_vrbl" value="rt"/>
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
583 <param name="order_smpl" value="gender"/>
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
584 <param name="centering" value="medoid"/>
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
585 <output name="dataMatrix_out" md5="c91bbfbf30004fa24b05a67ec479bfb1">
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
586 <assert_contents>
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
587 <not_has_text text="1013302" />
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
588 <has_text text="4763576" />
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
589 <has_text text="2003278" />
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
590 <has_text text="26222916" />
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
591 </assert_contents>
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
592 </output>
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
593 <output name="sampleMetadata_out">
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
594 <assert_contents>
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
595 <not_has_text text="HU_099" />
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
596 <not_has_text text="HU_185" />
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
597 <has_text text="HU_110" />
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
598 <has_text text="HU_078" />
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
599 </assert_contents>
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
600 </output>
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
601 </test>
15
f9cb2244fd01 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit aaac8e2f8de03c01e5064abf8a2e30020fabe7ca"
eschen42
parents: 14
diff changeset
602 <!-- test 13 -->
f9cb2244fd01 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit aaac8e2f8de03c01e5064abf8a2e30020fabe7ca"
eschen42
parents: 14
diff changeset
603 <test>
f9cb2244fd01 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit aaac8e2f8de03c01e5064abf8a2e30020fabe7ca"
eschen42
parents: 14
diff changeset
604 <param name="dataMatrix_in" value="input_med1_dm.tsv"/>
f9cb2244fd01 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit aaac8e2f8de03c01e5064abf8a2e30020fabe7ca"
eschen42
parents: 14
diff changeset
605 <param name="sampleMetadata_in" value="input_med1_sm.tsv"/>
f9cb2244fd01 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit aaac8e2f8de03c01e5064abf8a2e30020fabe7ca"
eschen42
parents: 14
diff changeset
606 <param name="variableMetadata_in" value="input_med1_vm.tsv"/>
f9cb2244fd01 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit aaac8e2f8de03c01e5064abf8a2e30020fabe7ca"
eschen42
parents: 14
diff changeset
607 <param name="classnameColumn" value="pcgroup"/>
f9cb2244fd01 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit aaac8e2f8de03c01e5064abf8a2e30020fabe7ca"
eschen42
parents: 14
diff changeset
608 <param name="sampleclassNames" value=""/>
f9cb2244fd01 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit aaac8e2f8de03c01e5064abf8a2e30020fabe7ca"
eschen42
parents: 14
diff changeset
609 <param name="wildcards" value="TRUE"/>
f9cb2244fd01 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit aaac8e2f8de03c01e5064abf8a2e30020fabe7ca"
eschen42
parents: 14
diff changeset
610 <param name="inclusive" value="FALSE"/>
f9cb2244fd01 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit aaac8e2f8de03c01e5064abf8a2e30020fabe7ca"
eschen42
parents: 14
diff changeset
611 <param name="imputation" value="zero"/>
f9cb2244fd01 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit aaac8e2f8de03c01e5064abf8a2e30020fabe7ca"
eschen42
parents: 14
diff changeset
612 <param name="order_vrbl" value="sample"/>
f9cb2244fd01 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit aaac8e2f8de03c01e5064abf8a2e30020fabe7ca"
eschen42
parents: 14
diff changeset
613 <param name="order_smpl" value="pcgroup"/>
f9cb2244fd01 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit aaac8e2f8de03c01e5064abf8a2e30020fabe7ca"
eschen42
parents: 14
diff changeset
614 <param name="centering" value="medoid"/>
f9cb2244fd01 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit aaac8e2f8de03c01e5064abf8a2e30020fabe7ca"
eschen42
parents: 14
diff changeset
615 <output name="sampleMetadata_out">
f9cb2244fd01 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit aaac8e2f8de03c01e5064abf8a2e30020fabe7ca"
eschen42
parents: 14
diff changeset
616 <assert_contents>
f9cb2244fd01 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit aaac8e2f8de03c01e5064abf8a2e30020fabe7ca"
eschen42
parents: 14
diff changeset
617 <has_text text="X10" />
f9cb2244fd01 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit aaac8e2f8de03c01e5064abf8a2e30020fabe7ca"
eschen42
parents: 14
diff changeset
618 <has_text text="M70T1043" />
f9cb2244fd01 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit aaac8e2f8de03c01e5064abf8a2e30020fabe7ca"
eschen42
parents: 14
diff changeset
619 <has_text text="70.01229" />
f9cb2244fd01 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit aaac8e2f8de03c01e5064abf8a2e30020fabe7ca"
eschen42
parents: 14
diff changeset
620 <has_text text="1042.837" />
f9cb2244fd01 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit aaac8e2f8de03c01e5064abf8a2e30020fabe7ca"
eschen42
parents: 14
diff changeset
621 <has_text text="X345" />
f9cb2244fd01 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit aaac8e2f8de03c01e5064abf8a2e30020fabe7ca"
eschen42
parents: 14
diff changeset
622 <has_text text="M74T33" />
f9cb2244fd01 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit aaac8e2f8de03c01e5064abf8a2e30020fabe7ca"
eschen42
parents: 14
diff changeset
623 <not_has_text text="M70T1042_1" />
f9cb2244fd01 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit aaac8e2f8de03c01e5064abf8a2e30020fabe7ca"
eschen42
parents: 14
diff changeset
624 <not_has_text text="M74T34" />
f9cb2244fd01 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit aaac8e2f8de03c01e5064abf8a2e30020fabe7ca"
eschen42
parents: 14
diff changeset
625 </assert_contents>
f9cb2244fd01 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit aaac8e2f8de03c01e5064abf8a2e30020fabe7ca"
eschen42
parents: 14
diff changeset
626 </output>
f9cb2244fd01 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit aaac8e2f8de03c01e5064abf8a2e30020fabe7ca"
eschen42
parents: 14
diff changeset
627 <output name="dataMatrix_out">
f9cb2244fd01 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit aaac8e2f8de03c01e5064abf8a2e30020fabe7ca"
eschen42
parents: 14
diff changeset
628 <assert_contents>
f9cb2244fd01 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit aaac8e2f8de03c01e5064abf8a2e30020fabe7ca"
eschen42
parents: 14
diff changeset
629 <has_text text="X10" />
f9cb2244fd01 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit aaac8e2f8de03c01e5064abf8a2e30020fabe7ca"
eschen42
parents: 14
diff changeset
630 <has_text text="X345" />
f9cb2244fd01 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit aaac8e2f8de03c01e5064abf8a2e30020fabe7ca"
eschen42
parents: 14
diff changeset
631 </assert_contents>
f9cb2244fd01 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit aaac8e2f8de03c01e5064abf8a2e30020fabe7ca"
eschen42
parents: 14
diff changeset
632 </output>
f9cb2244fd01 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit aaac8e2f8de03c01e5064abf8a2e30020fabe7ca"
eschen42
parents: 14
diff changeset
633 </test>
10
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
634 </tests>
15
f9cb2244fd01 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit aaac8e2f8de03c01e5064abf8a2e30020fabe7ca"
eschen42
parents: 14
diff changeset
635 <!-- Here is the hyphenation standard that I *try* to apply consistently in my documentation:
f9cb2244fd01 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit aaac8e2f8de03c01e5064abf8a2e30020fabe7ca"
eschen42
parents: 14
diff changeset
636 https://web.archive.org/web/20161014025757/http://www.sandranoonan.com/dont-let-hyphenation-drive-crazy/
f9cb2244fd01 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit aaac8e2f8de03c01e5064abf8a2e30020fabe7ca"
eschen42
parents: 14
diff changeset
637 -->
10
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
638 <help><![CDATA[
0
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
639
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
640
5
2cdf7d5982c8 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a2d17eac4a1343a34cf2908d9ab31b3202a21f64
eschen42
parents: 4
diff changeset
641 **Author** Arthur Eschenlauer (University of Minnesota, esch0041@umn.edu)
0
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
642
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
643 --------------------------------------------------------------------------
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
644
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
645
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
646 **R package**
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
647
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
648 The *w4mclassfilter* package (which is used by the W4M Data Subset tool) is available from the Hegeman lab GitHub repository (https://github.com/HegemanLab/w4mclassfilter/releases).
0
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
649
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
650 -----------------------------------------------------------------------------------------------------------------------------------------
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
651
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
652
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
653 **Tool updates**
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
654
13
c18040b6e8b9 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 1a5dd14c3697516bc55950bd6e46c978af7c19cf"
eschen42
parents: 12
diff changeset
655 See https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper#news
0
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
656
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
657 ---------------------------------------------------
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
658
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
659 ======================================================
15
f9cb2244fd01 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit aaac8e2f8de03c01e5064abf8a2e30020fabe7ca"
eschen42
parents: 14
diff changeset
660 "W4M Data Subset" - Filter Workflow4Metabolomics data
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
661 ======================================================
8
d5cf23369d12 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents: 7
diff changeset
662
d5cf23369d12 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents: 7
diff changeset
663 ----------
d5cf23369d12 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents: 7
diff changeset
664 Motivation
d5cf23369d12 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents: 7
diff changeset
665 ----------
d5cf23369d12 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents: 7
diff changeset
666
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
667 LC-MS metabolomics experiments seek to resolve "features", i.e., species that have distinct chromatographic retention time ("rt") and (after ionization) mass-to-charge ratio ("*m/z*" or "mz").
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
668 (If a chemical is fragmented or may have a variety of adducts, several features will result.)
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
669 Data for a sample are collected as mass-spectral intensities, each of which is associated with a position on a 2D plane with dimensions of rt and *m/z*.
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
670 Ideally, features would be sufficiently reproducible among sample-runs to distinguish features that are similar among samples from those that differ.
8
d5cf23369d12 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents: 7
diff changeset
671
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
672 For liquid chromatography, the retention time for a species can vary considerably from one chromatography run to the next.
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
673 The Workflow4Metabolomics suite of Galaxy tools (W4M, [Giacomoni *et al.*, 2014, Guitton *et al.* 2017])
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
674 uses the XCMS preprocessing tools [Smith *et al.*, 2006]
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
675 for "retention-time correction" to align features among samples.
8
d5cf23369d12 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents: 7
diff changeset
676 Features may be better aligned if pooled samples and blanks are included.
d5cf23369d12 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents: 7
diff changeset
677
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
678 Multivariate statistical tools may be used to discover clusters of similar samples [Th]]>&#233;<![CDATA[venot *et al.*, 2015].
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
679 However, once retention-time alignment of features has been achieved among samples in LC-MS datasets:
8
d5cf23369d12 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents: 7
diff changeset
680
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
681 - The presence of pools and blanks may confound identification and separation of sample clusters.
8
d5cf23369d12 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents: 7
diff changeset
682 - Multivariate statistical algorithms may be impacted by missing values or dimensions that have zero variance.
0
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
683
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
684 -----------
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
685 Description
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
686 -----------
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
687
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
688 The **W4M Data Subset** tool **selects subsets of samples, features, or data values** and **conditions the data** for further analysis.
8
d5cf23369d12 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents: 7
diff changeset
689
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
690 - The tool takes as input the *dataMatrix*, *sampleMetadata*, and *variableMetadata* datasets produced by W4M's XCMS and CAMERA [Kuhl *et al.*, 2012] tools.
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
691 - The tool produces the same trio of output datasets, modified as described below.
8
d5cf23369d12 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents: 7
diff changeset
692
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
693 This tool can perform several operations to reduce the number samples or features to be analyzed (although *this should be done only in a statistically sound manner* consistent with the nature of the experiment):
8
d5cf23369d12 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents: 7
diff changeset
694
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
695 - *Sample filtering:* Samples may be selected by designating a "sample class" column in *sampleMetadata* and specifying criteria to include or exclude samples based on the contents of this column.
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
696 - *Feature filtering:* Features may be selected by specifying minimum or maximum value (or both) allowable in columns of *variableMetadata*.
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
697 - *Intensity filtering:* To exclude minimal features from consideration, a lower bound may be specified for the maximum intensity for a feature across all samples (i.e., for a row in *dataMatrix*).
8
d5cf23369d12 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents: 7
diff changeset
698
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
699 This tool also conditions data for statistical analysis:
8
d5cf23369d12 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents: 7
diff changeset
700
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
701 - Samples that are missing from either *sampleMetadata* or *dataMatrix* are eliminated.
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
702 - Features that are missing from either *variableMetadata* or *dataMatrix* are eliminated.
8
d5cf23369d12 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents: 7
diff changeset
703 - Features and samples that have zero variance are eliminated.
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
704 - Samples and features are ordered consistently in *variableMetadata*, *sampleMetadata*, and *dataMatrix*.
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
705 (The columns for sorting *variableMetadata* or *sampleMetadata* may be specified.)
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
706 - The names of the first columns of *variableMetadata* and *sampleMetadata* are set respectively to "variableMetadata" and "sampleMetadata".
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
707 - If desired, the values in *dataMatrix* may be log-transformed.
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
708 - Negative intensities become missing values (before missing-value replacement is performed).
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
709 - If desired, each missing value in *dataMatrix* may be replaced with zero or the median value observed for the corresponding feature.
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
710 - If desired, a "center" for each treatment can be computed in lieu of the samples for that treatment.
8
d5cf23369d12 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents: 7
diff changeset
711
d5cf23369d12 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents: 7
diff changeset
712 This tool may be applied several times sequentially, which may be useful for:
d5cf23369d12 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents: 7
diff changeset
713
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
714 - analyzing subsets of samples for progressively smaller sets of treatment levels, or
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
715 - choosing subsets of samples or features, respectively based on criteria in columns of *sampleMetadata* or *variableMetadata*.
3
191a720488ce planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit dacc1bae8e60340a431907fe8a8b490357e1bfc0
eschen42
parents: 2
diff changeset
716
191a720488ce planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit dacc1bae8e60340a431907fe8a8b490357e1bfc0
eschen42
parents: 2
diff changeset
717 -----------------
191a720488ce planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit dacc1bae8e60340a431907fe8a8b490357e1bfc0
eschen42
parents: 2
diff changeset
718 Workflow Position
191a720488ce planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit dacc1bae8e60340a431907fe8a8b490357e1bfc0
eschen42
parents: 2
diff changeset
719 -----------------
191a720488ce planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit dacc1bae8e60340a431907fe8a8b490357e1bfc0
eschen42
parents: 2
diff changeset
720
8
d5cf23369d12 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents: 7
diff changeset
721 This tool can be used at any point downstream of Preprocessing.
0
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
722
8
d5cf23369d12 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents: 7
diff changeset
723 - Possible upstream tool categories: Preprocessing, Quality Control, Statistical Analysis, Filter and Sort
d5cf23369d12 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents: 7
diff changeset
724 - Possible downstream tool categories: Normalisation, Statistical Analysis, Quality Control, Filter and Sort
3
191a720488ce planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit dacc1bae8e60340a431907fe8a8b490357e1bfc0
eschen42
parents: 2
diff changeset
725
0
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
726 -----------
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
727 Input files
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
728 -----------
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
729
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
730 +------------------------+---------------------------------------+------------+
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
731 | File | Contents | Format |
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
732 +========================+=======================================+============+
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
733 | Data matrix | per-feature, per-sample intensities | tabular |
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
734 +------------------------+---------------------------------------+------------+
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
735 | Sample metadata | metadata for samples | tabular |
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
736 +------------------------+---------------------------------------+------------+
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
737 | Variable metadata | metadata for features | tabular |
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
738 +------------------------+---------------------------------------+------------+
0
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
739
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
740
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
741 ----------
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
742 Parameters
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
743 ----------
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
744
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
745 Data matrix
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
746 | feature x sample **dataMatrix** (tab-separated values) file of the numeric data matrix, with period-character ('.') as decimal, and 'NA' for missing values.
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
747 | The file must not contain metadata apart from the required row and column names.
0
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
748 |
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
749
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
750 Sample metadata
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
751 | sample x metadata **sampleMetadata** (tab-separated values) file of the numeric and/or character sample metadata, with period-character ('.') as decimal, and 'NA' for missing values.
0
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
752 |
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
753
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
754 Variable metadata
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
755 | variable x metadata **variableMetadata** (tab-separated values) file of the numeric and/or character variable metadata, with period-character ('.') as decimal, and 'NA' for missing values.
4
499c7ecfa834 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents: 3
diff changeset
756 |
499c7ecfa834 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents: 3
diff changeset
757
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
758 Column containing the sample-class names (default = '``class``')
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
759 | name of the column in **sampleMetadata** that has the values to be tested against the '``Sample-class names``' input parameter or to be referenced by the '``Compute centers for classes``' input parameter.
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
760 | Only letters, digits, periods, and underscores are permitted.
4
499c7ecfa834 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents: 3
diff changeset
761 |
499c7ecfa834 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents: 3
diff changeset
762
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
763 Sample-class names (default = no names)
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
764 | names (or regular expressions to match names) of sample-classes to include or exclude
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
765 | (Separate names with commas, without any extra space characters.)
0
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
766 |
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
767
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
768 Exclude/include named (or matched) classes (default = '``filter-out``')
8
d5cf23369d12 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents: 7
diff changeset
769 | '``filter-in``' - include only the named sample-classes
d5cf23369d12 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents: 7
diff changeset
770 | '``filter-out``' - exclude only the named sample-classes
0
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
771 |
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
772
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
773 Use 'wild card patterns' or 'regular expression patterns' (default = '``wild-card patterns``')
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
774 | '``wild-card patterns``' - use wild cards to match names of sample-classes (see the *'Wild-card patterns to match class names'* section below.)
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
775 | '``regular-expression patterns``' - use regular expressions to match the named sample-classes (see the *'Regular-expression patterns to match class names'* section below.)
6
38ccf6722d54 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents: 5
diff changeset
776 |
38ccf6722d54 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents: 5
diff changeset
777
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
778 Variable-range filters (default = no filters)
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
779 | variable-range filters (see the *'Variable-range filters'* section below)
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
780 | (Separate filter expressions with commas, without any extra space characters.)
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
781 |
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
782
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
783 Data transformation (default = '``none``')
12
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
784 | '``none``' - Do not transform data matrix values.
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
785 | '``log2``' - Take the log base 2 of the values in the data matrix.
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
786 | '``log10``' - Take the log base 10 of the values in the data matrix.
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
787 |
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
788 | Note that negative intensities become missing values regardless of the choice made here.
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
789 |
12
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
790
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
791 Imputation of missing values (default = '``zero``')
12
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
792 | '``none``' - Do not impute data matrix values.
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
793 | '``zero``' - Negative and missing values are imputed to zero.
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
794 | '``center``' - For each feature, negative and missing values are imputed to the median of other values.
8
d5cf23369d12 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents: 7
diff changeset
795 |
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
796 | Note well: For '``none``' option, '``Compute centers for classes``' cannot be set to '``medoid``'.
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
797 |
0
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
798
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
799 Columns that specify order for samples (default = '``sampleMetadata``')
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
800 | names of the columns in **sampleMetadata** that is used to sort samples; only letters, digits, periods, and underscores are permitted.
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
801 | (Separate column names with commas, without any extra space characters.)
13
c18040b6e8b9 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 1a5dd14c3697516bc55950bd6e46c978af7c19cf"
eschen42
parents: 12
diff changeset
802 |
c18040b6e8b9 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 1a5dd14c3697516bc55950bd6e46c978af7c19cf"
eschen42
parents: 12
diff changeset
803
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
804 Columns that specify order for features (default = '``variableMetadata``')
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
805 | names of the columns in **variableMetadata** that is used to sort features; only letters, digits, periods, and underscores are permitted.
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
806 | (Separate column names with commas, without any extra space characters.)
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
807 |
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
808
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
809 Compute centers for classes, e.g., treatments (default = '``none``')
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
810 | '``none``' - Return all samples; do not compute centers for classes/treatments.
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
811 | '``centroid``' - For each treatment, return only the centroid (the treatment-center computed as the mean intensity for each feature).
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
812 | '``median``' - For each treatment, return only the treatment-center computed as the median intensity for each feature.
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
813 | '``medoid``' - For each treatment, return only the medoid (the sample most similar to the other samples for that treatment).
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
814 |
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
815 | Note well: For '``medoid``' option, '``Imputation of missing values``' cannot be set to '``none``'.
13
c18040b6e8b9 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 1a5dd14c3697516bc55950bd6e46c978af7c19cf"
eschen42
parents: 12
diff changeset
816 |
0
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
817
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
818 ------------
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
819 Output files
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
820 ------------
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
821
2
23c6d271def9 planemo upload
eschen42
parents: 0
diff changeset
822 sampleMetadata
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
823 | (tab-separated values) file.
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
824 | If centering is '``none``' or '``medoid``', this will be identical to the **sampleMetadata** file given as an input argument, excepting lacking rows for samples that have been filtered out (by the sample-class filter, or because of zero variance, or because they were missing in the input data matrix)
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
825 | If centering is '``centroid``' or '``median``', most columns will be replaced with the treatment name and the number of samples for that treatment.
0
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
826 |
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
827
2
23c6d271def9 planemo upload
eschen42
parents: 0
diff changeset
828 variableMetadata
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
829 | (tab-separated values) file identical to the **variableMetadata** file given as an input argument, excepting lacking rows for variables (LC-MS features) that have been filtered out (by the variable-range filter, or because of zero variance, or because they were missing in the input data matrix)
2
23c6d271def9 planemo upload
eschen42
parents: 0
diff changeset
830 |
23c6d271def9 planemo upload
eschen42
parents: 0
diff changeset
831
23c6d271def9 planemo upload
eschen42
parents: 0
diff changeset
832 dataMatrix
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
833 | (tab-separated values) file identical to the **dataMatrix** file given as an input argument, excepting lacking rows and columns for variables and samples that have been filtered out, respectively
0
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
834 |
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
835
2
23c6d271def9 planemo upload
eschen42
parents: 0
diff changeset
836
8
d5cf23369d12 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents: 7
diff changeset
837 -----------------------------------------
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
838 Wild-card patterns to match class names
8
d5cf23369d12 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents: 7
diff changeset
839 -----------------------------------------
4
499c7ecfa834 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents: 3
diff changeset
840
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
841 W4M Data Subset supports use of "wild card" patterns to select class-names.
4
499c7ecfa834 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents: 3
diff changeset
842
499c7ecfa834 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents: 3
diff changeset
843 - use '``?``' to match a single character
499c7ecfa834 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents: 3
diff changeset
844 - use '``*``' to match zero or more characters
499c7ecfa834 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents: 3
diff changeset
845 - the entire pattern must match the sample name
499c7ecfa834 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents: 3
diff changeset
846
499c7ecfa834 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents: 3
diff changeset
847 For example
499c7ecfa834 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents: 3
diff changeset
848
499c7ecfa834 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents: 3
diff changeset
849 - '``??.samp*``' matches '``my.sample``' but not '``my.own.sample``'
499c7ecfa834 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents: 3
diff changeset
850 - '``*.sample``' matches '``my.sample``' and '``my.own.sample``'
499c7ecfa834 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents: 3
diff changeset
851 - '``*.sampl``' matches neither '``my.sample``' nor '``my.own.sample``'
499c7ecfa834 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents: 3
diff changeset
852
8
d5cf23369d12 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents: 7
diff changeset
853 --------------------------------------------------
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
854 Regular-expression patterns to match class names
8
d5cf23369d12 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7b824bc01884125dc8bb2e4c9ef70fb0a6d88db1
eschen42
parents: 7
diff changeset
855 --------------------------------------------------
4
499c7ecfa834 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents: 3
diff changeset
856
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
857 W4M Data Subset supports use of R "extended regular expression" patterns to select class-names.
4
499c7ecfa834 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents: 3
diff changeset
858
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
859 R extended regular expressions, which allow precise pattern-matching and are exhaustively defined at
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
860 https://stat.ethz.ch/R-manual/R-devel/library/base/html/regex.html
4
499c7ecfa834 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents: 3
diff changeset
861
499c7ecfa834 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents: 3
diff changeset
862 However, only a few basic building blocks of regular expressions need to be mastered for most cases:
499c7ecfa834 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents: 3
diff changeset
863
499c7ecfa834 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents: 3
diff changeset
864 - '``^``' matches the beginning of a class-name
499c7ecfa834 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents: 3
diff changeset
865 - '``$``' matches the end of a class-name
499c7ecfa834 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents: 3
diff changeset
866 - '``.``' outside of square brackets matches a single character
499c7ecfa834 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents: 3
diff changeset
867 - '``*``' matches character specified immediately before zero or more times
499c7ecfa834 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents: 3
diff changeset
868 - square brackets specify a set of characters to be matched.
499c7ecfa834 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents: 3
diff changeset
869
499c7ecfa834 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents: 3
diff changeset
870 Within square brackets
499c7ecfa834 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents: 3
diff changeset
871
499c7ecfa834 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents: 3
diff changeset
872 - '``^``' as the first character specifies that the list of characters are those that should **not** be matched.
499c7ecfa834 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents: 3
diff changeset
873 - '``-``' is used to specify ranges of characters
499c7ecfa834 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents: 3
diff changeset
874
499c7ecfa834 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents: 3
diff changeset
875 Caveat: The tool wrapper uses the comma ('``,``') to split a list of sample-class names, so **commas may not be used within regular expressions for this tool**
499c7ecfa834 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents: 3
diff changeset
876
499c7ecfa834 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents: 3
diff changeset
877 First Example: Consider a field of class-names consisting of '``marq3,marq6,marq9,marq12,front3,front6,front9,front12``'
499c7ecfa834 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents: 3
diff changeset
878
499c7ecfa834 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents: 3
diff changeset
879 - The regular expression '``^front[0-9][0-9]*$``' will match the same sample-classes as '``front3,front6,front9,front12``'
499c7ecfa834 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents: 3
diff changeset
880 - The regular expression '``^[a-z][a-z]3$``' will match the same sample-classes as '``front3,marq3``'
499c7ecfa834 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents: 3
diff changeset
881 - The regular expression '``^[a-z][a-z]12$``' will match the same sample-classes as '``front12,marq12``'
499c7ecfa834 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents: 3
diff changeset
882 - The regular expression '``^[a-z][a-z][0-9]$``' will match the same sample-classes as '``front3,front6,front9,marq3,marq6,marq9``'
499c7ecfa834 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents: 3
diff changeset
883
499c7ecfa834 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents: 3
diff changeset
884 Second Example: Consider these regular expression patterns as possible matches to a sample-class name '``AB0123``':
499c7ecfa834 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents: 3
diff changeset
885
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
886 - '``^[A-Z][A-Z][0-9][0-9]*$``' MATCHES '``**^AB0123$**``'
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
887 - '``^[A-Z][A-Z]*[0-9][0-9]*$``' MATCHES '``**^AB0123$**``'
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
888 - '``^[A-Z][0-9]*``' MATCHES '``**^A** B0123$``' - first character is a letter, '``*``' can specify zero characters, and end of line did not need to be matched.
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
889 - '``^[A-Z][A-Z][0-9]``' MATCHES '``**^AB0** 123$``' - first two characters are letters aind the third is a digit.
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
890 - '``^[A-Z][A-Z]*[0-9][0-9]$``' DOES NOT MATCH - the name does not end with the pattern '``[A-Z][0-9][0-9]$``', i.e., it ends with four digits, not two.
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
891 - '``^[A-Z][0-9]*$``' DOES NOT MATCH - the pattern specifies that second character and all those that follow, if present, must be digits.
4
499c7ecfa834 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents: 3
diff changeset
892
6
38ccf6722d54 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents: 5
diff changeset
893 ----------------------
38ccf6722d54 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents: 5
diff changeset
894 Variable-range filters
38ccf6722d54 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents: 5
diff changeset
895 ----------------------
4
499c7ecfa834 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 7049f74a86f6e47565a68336d6496d112713cbba
eschen42
parents: 3
diff changeset
896
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
897 An array of range-specification strings may be supplied in the '``Variable-range filters``'
6
38ccf6722d54 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents: 5
diff changeset
898 argument. If supplied, only features having numerical values in the specified column
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
899 of **variableMetadata** that fall within the specified ranges will be retained
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
900 in the output. Each range is a string of three colon-separated values (e.g., '``mz:200:800``') in the
6
38ccf6722d54 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents: 5
diff changeset
901 following order:
38ccf6722d54 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents: 5
diff changeset
902
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
903 - the **name of a column** of **variableMetadata** which must have numerical data (only letters, digits, periods, and underscores are permitted in the name itself), e.g., '``mz``';
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
904 - the **minimum allowed value** in that column for the feature to be retained, e.g., '``200``';
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
905 - the **maximum allowed value**, e.g., '``800``'.
6
38ccf6722d54 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents: 5
diff changeset
906
10
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
907 Note for the range specification strings:
6
38ccf6722d54 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents: 5
diff changeset
908
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
909 - **If the "maximum" is less than the "minimum", then the range is exclusive** (e.g., '``mz:800:200``' means retain only features whose mz is NOT in the range 200-800)
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
910 - **If the name supplied in the first field** is '``FEATMAX``', then the string is defining the **threshold for the maximum intensity** for each feature in the dataMatrix.
6
38ccf6722d54 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents: 5
diff changeset
911
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
912 - For example, '``FEATMAX:1e6:``' would specify that any feature would be excluded if no sample had an intensity for that feature greater than 1,000,000.
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
913 - Although a maximum may be specified, it seems unlikely that this would be useful. Note that when the "maximum" is less than the "minimum" for the FEATMAX range specification, then the specification is ignored.
6
38ccf6722d54 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents: 5
diff changeset
914
12
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
915 ----------------------------------
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
916 Data transformation and imputation
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
917 ----------------------------------
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
918
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
919 Data may optionally be log2- or log10-transformed.
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
920
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
921 Negative intensities are always substituted with missing values before imputation, even when no transformation is chosen.
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
922
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
923 Missing intensity data values may optionally be imputed. Missing values may be substituted:
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
924
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
925 - with zeros (as may be appropriate for univariate analysis)
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
926 - with the median for the feature (as may be appropriate for multivariate analysis).
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
927
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
928 - Note that the median feature-intensity is computed for the samples *before* variable-range filters are applied.
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
929
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
930 -----------------------------------------
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
931 Optional Computation of Treatment Centers
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
932 -----------------------------------------
12
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
933
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
934 A "center" for each treatment may be computed in lieu of all the samples for each treatment.
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
935
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
936 - '``none``' - Return all samples; do not compute centers.
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
937 - '``centroid``' - For each treatment, return only the centroid (the treatment-center computed as the mean intensity for each feature).
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
938 - '``median``' - For each treatment, return only the treatment-center computed as the median intensity for each feature.
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
939 - '``medoid``' - For each treatment, return only the medoid (the sample most similar to the other samples for that treatment). This choice requires that the '``Imputation of missing values``' argument must not be set to '``none``'.
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
940
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
941 The medoid is the sample having the smallest sum of its distances from other samples in the treatment:
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
942
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
943 - Because principal components are uncorrelated, distances are computed in the space defined by the principal-component scores to minimize the distortion of computed distances by correlated features.
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
944 - Because principal components are used to compute distances, no missing values are permitted, which is why the '``Imputation of missing values``' argument must not be set to '``none``'.
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
945 - The distances are used to identify the medoid using code adapted from https://web.archive.org/web/20191231012914/https://www.biostars.org/p/11987/#11989
12
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
946
6
38ccf6722d54 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents: 5
diff changeset
947 -----------------------------------------------------------------------------
38ccf6722d54 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents: 5
diff changeset
948
38ccf6722d54 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents: 5
diff changeset
949 ----------------
38ccf6722d54 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents: 5
diff changeset
950 WORKING EXAMPLES
38ccf6722d54 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents: 5
diff changeset
951 ----------------
2
23c6d271def9 planemo upload
eschen42
parents: 0
diff changeset
952
6
38ccf6722d54 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents: 5
diff changeset
953 -----------
38ccf6722d54 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents: 5
diff changeset
954 Input Files
38ccf6722d54 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents: 5
diff changeset
955 -----------
2
23c6d271def9 planemo upload
eschen42
parents: 0
diff changeset
956
10
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
957 +------------------------------------------------------------------------------------------------------------------------------------------------------+
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
958 | Input File URL |
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
959 +======================================================================================================================================================+
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
960 | https://raw.githubusercontent.com/HegemanLab/w4mclassfilter_galaxy_wrapper/master/tools/w4mclassfilter/test-data/input_dataMatrix.tsv |
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
961 +------------------------------------------------------------------------------------------------------------------------------------------------------+
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
962 | https://raw.githubusercontent.com/HegemanLab/w4mclassfilter_galaxy_wrapper/master/tools/w4mclassfilter/test-data/input_sampleMetadata.tsv |
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
963 +------------------------------------------------------------------------------------------------------------------------------------------------------+
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
964 | https://raw.githubusercontent.com/HegemanLab/w4mclassfilter_galaxy_wrapper/master/tools/w4mclassfilter/test-data/input_variableMetadata.tsv |
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
965 +------------------------------------------------------------------------------------------------------------------------------------------------------+
2
23c6d271def9 planemo upload
eschen42
parents: 0
diff changeset
966
6
38ccf6722d54 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents: 5
diff changeset
967 -------------------------------
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
968 Example without Range-Filtering
6
38ccf6722d54 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents: 5
diff changeset
969 -------------------------------
38ccf6722d54 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents: 5
diff changeset
970
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
971 This example retains only samples whose '``gender``' attribute is '``M``'.
6
38ccf6722d54 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents: 5
diff changeset
972
38ccf6722d54 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents: 5
diff changeset
973 **Input parameters**
0
bab3a658f74e planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
eschen42
parents:
diff changeset
974
12
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
975 +---------------------------------------------+-------------------------------+
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
976 | Input Parameter | Value |
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
977 +=============================================+===============================+
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
978 | Column that names the sample class | gender |
12
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
979 +---------------------------------------------+-------------------------------+
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
980 | Sample-class names | M |
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
981 +---------------------------------------------+-------------------------------+
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
982 | Exclude/include named classes | filter-in |
12
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
983 +---------------------------------------------+-------------------------------+
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
984 | Use 'wild-cards' or 'regular expressions' | wild-cards |
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
985 +---------------------------------------------+-------------------------------+
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
986 | Variable range-filters | (Leave this field empty.) |
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
987 +---------------------------------------------+-------------------------------+
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
988 | Data transformation | none |
12
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
989 +---------------------------------------------+-------------------------------+
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
990 | Missing-value imputation | center |
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
991 +---------------------------------------------+-------------------------------+
13
c18040b6e8b9 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 1a5dd14c3697516bc55950bd6e46c978af7c19cf"
eschen42
parents: 12
diff changeset
992 | Sample-sort column | sampleMetadata |
c18040b6e8b9 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 1a5dd14c3697516bc55950bd6e46c978af7c19cf"
eschen42
parents: 12
diff changeset
993 +---------------------------------------------+-------------------------------+
c18040b6e8b9 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 1a5dd14c3697516bc55950bd6e46c978af7c19cf"
eschen42
parents: 12
diff changeset
994 | Feature-sort column | variableMetadata |
c18040b6e8b9 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 1a5dd14c3697516bc55950bd6e46c978af7c19cf"
eschen42
parents: 12
diff changeset
995 +---------------------------------------------+-------------------------------+
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
996 | Compute centers for classes | none |
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
997 +---------------------------------------------+-------------------------------+
2
23c6d271def9 planemo upload
eschen42
parents: 0
diff changeset
998
6
38ccf6722d54 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents: 5
diff changeset
999 **Expected outputs**
38ccf6722d54 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents: 5
diff changeset
1000
10
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
1001 +-------------------+-------------------------------------------------------------------------------------------------------------------------------------------------+
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
1002 | Expected Output | Download from URL |
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
1003 +===================+=================================================================================================================================================+
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
1004 | Data matrix | https://raw.githubusercontent.com/HegemanLab/w4mclassfilter_galaxy_wrapper/master/tools/w4mclassfilter/test-data/expected_dataMatrix.tsv |
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
1005 +-------------------+-------------------------------------------------------------------------------------------------------------------------------------------------+
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
1006 | Sample metadata | https://raw.githubusercontent.com/HegemanLab/w4mclassfilter_galaxy_wrapper/master/tools/w4mclassfilter/test-data/expected_sampleMetadata.tsv |
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
1007 +-------------------+-------------------------------------------------------------------------------------------------------------------------------------------------+
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
1008 | Variable metadata | https://raw.githubusercontent.com/HegemanLab/w4mclassfilter_galaxy_wrapper/master/tools/w4mclassfilter/test-data/expected_variableMetadata.tsv |
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
1009 +-------------------+-------------------------------------------------------------------------------------------------------------------------------------------------+
6
38ccf6722d54 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents: 5
diff changeset
1010
38ccf6722d54 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents: 5
diff changeset
1011 ----------------------------
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1012 Example with Range-Filtering
6
38ccf6722d54 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents: 5
diff changeset
1013 ----------------------------
38ccf6722d54 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents: 5
diff changeset
1014
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1015 This example retains only features whose ``mz`` is greater than 200, whose ``rt`` is less than 800, and whose maximum intensity across all samples is 2,000,000.
6
38ccf6722d54 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents: 5
diff changeset
1016 This example retains all samples (except those having zero variance for all feature), although it would be possible to filter on samples as well.
38ccf6722d54 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents: 5
diff changeset
1017
38ccf6722d54 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents: 5
diff changeset
1018 **Input parameters**
38ccf6722d54 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents: 5
diff changeset
1019
12
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
1020 +---------------------------------------------+-----------------------------------+
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
1021 | Input Parameter | Value |
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
1022 +=============================================+===================================+
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1023 | Column that names the sample class | sampleMetadata |
12
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
1024 +---------------------------------------------+-----------------------------------+
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1025 | Sample-class names | HU_13[48] |
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1026 +---------------------------------------------+-----------------------------------+
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1027 | Exclude/include named classes | filter-out |
12
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
1028 +---------------------------------------------+-----------------------------------+
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
1029 | Use 'wild-cards' or 'regular expressions' | regular-expressions |
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
1030 +---------------------------------------------+-----------------------------------+
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
1031 | Variable range-filters | FEATMAX:20.93157:,mz:200:,rt::800 |
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
1032 +---------------------------------------------+-----------------------------------+
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1033 | Data transformation | log2 |
12
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
1034 +---------------------------------------------+-----------------------------------+
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
1035 | Missing-value imputation | zero |
38f509903a0b "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit b9712e554d16ed26f6c6d0c2e8cd74552b49f694"
eschen42
parents: 11
diff changeset
1036 +---------------------------------------------+-----------------------------------+
13
c18040b6e8b9 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 1a5dd14c3697516bc55950bd6e46c978af7c19cf"
eschen42
parents: 12
diff changeset
1037 | Sample-sort column | sampleMetadata |
c18040b6e8b9 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 1a5dd14c3697516bc55950bd6e46c978af7c19cf"
eschen42
parents: 12
diff changeset
1038 +---------------------------------------------+-----------------------------------+
c18040b6e8b9 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 1a5dd14c3697516bc55950bd6e46c978af7c19cf"
eschen42
parents: 12
diff changeset
1039 | Feature-sort column | variableMetadata |
c18040b6e8b9 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 1a5dd14c3697516bc55950bd6e46c978af7c19cf"
eschen42
parents: 12
diff changeset
1040 +---------------------------------------------+-----------------------------------+
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1041 | Compute centers for classes | none |
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1042 +---------------------------------------------+-----------------------------------+
6
38ccf6722d54 planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a06ae79d25b31d02217b934b9cd61a5aba3f640f
eschen42
parents: 5
diff changeset
1043
2
23c6d271def9 planemo upload
eschen42
parents: 0
diff changeset
1044 **Expected outputs**
23c6d271def9 planemo upload
eschen42
parents: 0
diff changeset
1045
10
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
1046 +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
1047 | Expected Output | Download from URL |
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
1048 +===================+===================================================================================================================================================+
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
1049 | Data matrix | https://raw.githubusercontent.com/HegemanLab/w4mclassfilter_galaxy_wrapper/master/tools/w4mclassfilter/test-data/rangefilter_dataMatrix.tsv |
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
1050 +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
1051 | Sample metadata | https://raw.githubusercontent.com/HegemanLab/w4mclassfilter_galaxy_wrapper/master/tools/w4mclassfilter/test-data/rangefilter_sampleMetadata.tsv |
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
1052 +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
1053 | Variable metadata | https://raw.githubusercontent.com/HegemanLab/w4mclassfilter_galaxy_wrapper/master/tools/w4mclassfilter/test-data/rangefilter_variableMetadata.tsv |
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
1054 +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1055
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1056 --------------------------------
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1057 Example with Treatment-Centering
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1058 --------------------------------
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1059
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1060 This example retains only the samples that are medoids for their gender.
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1061
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1062 **Input parameters**
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1063
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1064 +---------------------------------------------+-----------------------------------+
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1065 | Input Parameter | Value |
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1066 +=============================================+===================================+
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1067 | Column that names the sample class | gender |
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1068 +---------------------------------------------+-----------------------------------+
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1069 | Sample-class names | (Leave this field empty.) |
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1070 +---------------------------------------------+-----------------------------------+
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1071 | Exclude/include named classes | filter-out |
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1072 +---------------------------------------------+-----------------------------------+
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1073 | Use 'wild-cards' or 'regular expressions' | wild-cards |
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1074 +---------------------------------------------+-----------------------------------+
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1075 | Variable range-filters | (Leave this field empty.) |
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1076 +---------------------------------------------+-----------------------------------+
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1077 | Data transformation | none |
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1078 +---------------------------------------------+-----------------------------------+
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1079 | Missing-value imputation | zero |
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1080 +---------------------------------------------+-----------------------------------+
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1081 | Sample-sort column | gender |
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1082 +---------------------------------------------+-----------------------------------+
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1083 | Feature-sort column | rt |
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1084 +---------------------------------------------+-----------------------------------+
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1085 | Compute centers for classes | medoid |
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1086 +---------------------------------------------+-----------------------------------+
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1087
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1088 **Expected outputs**
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1089
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1090 +-------------------+----------------------------------------------------------------------------------------------------------+
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1091 | Expected Output | Download from URL |
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1092 +===================+==========================================================================================================+
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1093 | Data matrix | https://raw.githubusercontent.com/HegemanLab/w4mclassfilter/master/tests/testthat/exp_cent_medoid_dm.tsv |
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1094 +-------------------+----------------------------------------------------------------------------------------------------------+
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1095 | Sample metadata | https://raw.githubusercontent.com/HegemanLab/w4mclassfilter/master/tests/testthat/exp_cent_medoid_sm.tsv |
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1096 +-------------------+----------------------------------------------------------------------------------------------------------+
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1097 | Variable metadata | https://raw.githubusercontent.com/HegemanLab/w4mclassfilter/master/tests/testthat/exp_cent_medoid_vm.tsv |
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1098 +-------------------+----------------------------------------------------------------------------------------------------------+
10
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
1099 ]]></help>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
1100 <citations>
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1101 <!-- Giacomoni_2014 W4M 2.5 -->
10
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
1102 <citation type="doi">10.1093/bioinformatics/btu813</citation>
14
87ec0d3c2266 "planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit a9664e9a04e49d436ebbb643ba1755397ab759dc"
eschen42
parents: 13
diff changeset
1103 <!-- Guitton_2017 W4M 3.0 -->
10
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
1104 <citation type="doi">10.1016/j.biocel.2017.07.002</citation>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
1105 <!-- Kuhl_2012 CAMERA -->
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
1106 <citation type="doi">10.1021/ac202450g</citation>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
1107 <!-- Smith_2006 XCMS -->
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
1108 <citation type="doi">10.1021/ac051437y</citation>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
1109 <!-- Thevenot_2015 Urinary metabolome statistics -->
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
1110 <citation type="doi">10.1021/acs.jproteome.5b00354</citation>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
1111 </citations>
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
1112 <!--
649cb1bafd3e planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit 830e149719d947099da61dcc288aa03a97663b5c
eschen42
parents: 9
diff changeset
1113 vim:noet:sw=4:ts=4
3
191a720488ce planemo upload for repository https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/tree/master commit dacc1bae8e60340a431907fe8a8b490357e1bfc0
eschen42
parents: 2
diff changeset
1114 --> </tool>