0
|
1 <?xml version="1.0" ?>
|
9
|
2 <tool id="qiime_longitudinal_pairwise-distances" name="qiime longitudinal pairwise-distances" version="2019.7">
|
0
|
3 <description> - Paired pairwise distance testing and boxplots</description>
|
|
4 <requirements>
|
9
|
5 <requirement type="package" version="2019.7">qiime2</requirement>
|
0
|
6 </requirements>
|
|
7 <command><![CDATA[
|
|
8 qiime longitudinal pairwise-distances
|
|
9
|
|
10 --i-distance-matrix=$idistancematrix
|
|
11 --p-group-column="$pgroupcolumn"
|
|
12 --p-state-column="$pstatecolumn"
|
|
13 --p-state-1="$pstate1"
|
|
14 --p-state-2="$pstate2"
|
4
|
15
|
|
16
|
|
17 #if '__sq__' in str($pindividualidcolumn):
|
|
18 #set $pindividualidcolumn_temp = $pindividualidcolumn.replace('__sq__', "'")
|
|
19 #set $pindividualidcolumn = $pindividualidcolumn_temp
|
|
20 #end if
|
|
21 #if str($pindividualidcolumn):
|
|
22 --p-individual-id-column="$pindividualidcolumn"
|
|
23 #end if
|
|
24
|
|
25
|
0
|
26
|
|
27 #if $pparametric:
|
|
28 --p-parametric
|
|
29 #end if
|
|
30
|
|
31 #if str($ppalette) != 'None':
|
|
32 --p-palette=$ppalette
|
|
33 #end if
|
|
34
|
|
35 #if str($preplicatehandling) != 'None':
|
|
36 --p-replicate-handling=$preplicatehandling
|
|
37 #end if
|
|
38
|
|
39
|
|
40 #if $input_files_mmetadatafile:
|
|
41 #def list_dict_to_string(list_dict):
|
|
42 #set $file_list = list_dict[0]['additional_input'].__getattr__('file_name')
|
|
43 #for d in list_dict[1:]:
|
|
44 #set $file_list = $file_list + ' --m-metadata-file=' + d['additional_input'].__getattr__('file_name')
|
|
45 #end for
|
|
46 #return $file_list
|
|
47 #end def
|
|
48 --m-metadata-file=$list_dict_to_string($input_files_mmetadatafile)
|
|
49 #end if
|
|
50
|
|
51
|
|
52 --o-visualization=ovisualization
|
|
53 ;
|
|
54 qiime tools export --input-path ovisualization.qzv --output-path out && mkdir -p '$ovisualization.files_path'
|
|
55 && cp -r out/* '$ovisualization.files_path'
|
|
56 && mv '$ovisualization.files_path/index.html' '$ovisualization';
|
|
57 ]]></command>
|
|
58 <inputs>
|
|
59 <param format="qza,no_unzip.zip" label="--i-distance-matrix: ARTIFACT DistanceMatrix Matrix of distances between pairs of samples. [required]" name="idistancematrix" optional="False" type="data"/>
|
|
60 <param label="--p-group-column: TEXT Metadata column on which to separate groups for comparison [required]" name="pgroupcolumn" optional="False" type="text"/>
|
|
61 <param label="--p-state-column: TEXT Metadata column containing state (e.g., Time) across which samples are paired. [required]" name="pstatecolumn" optional="False" type="text"/>
|
|
62 <param label="--p-state-1: TEXT Baseline state column value. [required]" name="pstate1" optional="False" type="text"/>
|
|
63 <param label="--p-state-2: TEXT State column value to pair with baseline. [required]" name="pstate2" optional="False" type="text"/>
|
|
64 <param label="--p-individual-id-column: TEXT Metadata column containing subject IDs to use for pairing samples. WARNING: if replicates exist for an individual ID at either state-1 or state-2, that subject will be dropped and reported in standard output by default. Set replicate_handling='random' to instead randomly select one member. [required]" name="pindividualidcolumn" optional="False" type="text"/>
|
|
65 <param label="--p-parametric: --p-no-parametric Perform parametric (ANOVA and t-tests) or non-parametric (Kruskal-Wallis, Wilcoxon, and Mann-Whitney U tests) statistical tests. [default: False]" name="pparametric" selected="False" type="boolean"/>
|
|
66 <param label="--p-palette: " name="ppalette" optional="True" type="select">
|
|
67 <option selected="True" value="None">Selection is Optional</option>
|
|
68 <option value="Set1">Set1</option>
|
|
69 <option value="Set2">Set2</option>
|
|
70 <option value="Set3">Set3</option>
|
|
71 <option value="Pastel1">Pastel1</option>
|
|
72 <option value="Pastel2">Pastel2</option>
|
|
73 <option value="Paired">Paired</option>
|
|
74 <option value="Accent">Accent</option>
|
|
75 <option value="Dark2">Dark2</option>
|
|
76 <option value="tab10">tab10</option>
|
|
77 <option value="tab20">tab20</option>
|
|
78 <option value="tab20b">tab20b</option>
|
|
79 <option value="tab20c">tab20c</option>
|
|
80 <option value="viridis">viridis</option>
|
|
81 <option value="plasma">plasma</option>
|
|
82 <option value="inferno">inferno</option>
|
|
83 <option value="magma">magma</option>
|
|
84 <option value="terrain">terrain</option>
|
|
85 <option value="rainbow">rainbow</option>
|
|
86 </param>
|
|
87 <param label="--p-replicate-handling: " name="preplicatehandling" optional="True" type="select">
|
|
88 <option selected="True" value="None">Selection is Optional</option>
|
|
89 <option value="error">error</option>
|
|
90 <option value="random">random</option>
|
|
91 <option value="drop">drop</option>
|
|
92 </param>
|
|
93
|
|
94 <repeat name="input_files_mmetadatafile" optional="True" title="--m-metadata-file">
|
|
95 <param label="--m-metadata-file: Metadata file or artifact viewable as metadata. This option may be supplied multiple times to merge metadata. [optional]" name="additional_input" type="data" format="tabular,qza,no_unzip.zip" />
|
|
96 </repeat>
|
|
97 </inputs>
|
|
98 <outputs>
|
|
99 <data format="html" label="${tool.name} on ${on_string}: visualization.qzv" name="ovisualization"/>
|
|
100 </outputs>
|
|
101 <help><![CDATA[
|
|
102 Paired pairwise distance testing and boxplots
|
|
103 #############################################
|
|
104
|
|
105 Performs pairwise distance testing between sample pairs from each subject.
|
|
106 Sample pairs may represent a typical intervention study, e.g., samples
|
|
107 collected pre- and post-treatment; paired samples from two different
|
|
108 timepoints (e.g., in a longitudinal study design), or identical samples
|
|
109 receiving different two different treatments. This action tests whether the
|
|
110 pairwise distance between each subject pair differs between groups (e.g.,
|
|
111 groups of subjects receiving different treatments) and produces boxplots of
|
|
112 paired distance distributions for each group.
|
|
113
|
|
114 Parameters
|
|
115 ----------
|
|
116 distance_matrix : DistanceMatrix
|
|
117 Matrix of distances between pairs of samples.
|
|
118 metadata : Metadata
|
|
119 Sample metadata file containing individual_id_column.
|
|
120 group_column : Str
|
|
121 Metadata column on which to separate groups for comparison
|
|
122 state_column : Str
|
|
123 Metadata column containing state (e.g., Time) across which samples are
|
|
124 paired.
|
|
125 state_1 : Str
|
|
126 Baseline state column value.
|
|
127 state_2 : Str
|
|
128 State column value to pair with baseline.
|
|
129 individual_id_column : Str
|
|
130 Metadata column containing subject IDs to use for pairing samples.
|
|
131 WARNING: if replicates exist for an individual ID at either state_1 or
|
|
132 state_2, that subject will be dropped and reported in standard output
|
|
133 by default. Set replicate_handling="random" to instead randomly select
|
|
134 one member.
|
|
135 parametric : Bool, optional
|
|
136 Perform parametric (ANOVA and t-tests) or non-parametric (Kruskal-
|
|
137 Wallis, Wilcoxon, and Mann-Whitney U tests) statistical tests.
|
|
138 palette : Str % Choices('Set1', 'Set2', 'Set3', 'Pastel1', 'Pastel2', 'Paired', 'Accent', 'Dark2', 'tab10', 'tab20', 'tab20b', 'tab20c', 'viridis', 'plasma', 'inferno', 'magma', 'terrain', 'rainbow'), optional
|
|
139 Color palette to use for generating boxplots.
|
|
140 replicate_handling : Str % Choices('error', 'random', 'drop'), optional
|
|
141 Choose how replicate samples are handled. If replicates are detected,
|
|
142 "error" causes method to fail; "drop" will discard all replicated
|
|
143 samples; "random" chooses one representative at random from among
|
|
144 replicates.
|
|
145
|
|
146 Returns
|
|
147 -------
|
|
148 visualization : Visualization
|
|
149 ]]></help>
|
|
150 <macros>
|
|
151 <import>qiime_citation.xml</import>
|
|
152 </macros>
|
|
153 <expand macro="qiime_citation"/>
|
|
154 </tool>
|