Mercurial > repos > malex > gait_gm
comparison sPLS.xml @ 2:2c218a253d56 draft default tip
"planemo upload for repository https://github.com/secimTools/gait-gm/tree/main/galaxy commit 758394addb95b09e794132a23a1f7e95ba39df0b"
author | malex |
---|---|
date | Thu, 29 Jul 2021 20:48:10 +0000 |
parents | ec9ee8edb84d |
children |
comparison
equal
deleted
inserted
replaced
1:ec9ee8edb84d | 2:2c218a253d56 |
---|---|
2 <description></description> | 2 <description></description> |
3 <macros> | 3 <macros> |
4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 </macros> | 5 </macros> |
6 <expand macro="requirements" /> | 6 <expand macro="requirements" /> |
7 <stdio> | 7 <stdio> |
8 <exit_code range="2" level="fatal" description="Not enough metabolites for the Analysis."/> | 8 <exit_code range="2" level="fatal" description="Not enough metabolites for the Analysis."/> |
9 </stdio> | 9 </stdio> |
10 <command detect_errors="exit_code"><![CDATA[ | 10 <command detect_errors="exit_code"><![CDATA[ |
11 sPLS.py | 11 sPLS.py |
12 -g=$metsOption.geneDataset | 12 -g=$metsOption.geneDataset |
13 -gid=$metsOption.geneId | 13 -gid=$metsOption.geneId |
14 #if $metsOption.useGeneAnnoCond.useGeneAnno == "y": | 14 #if $metsOption.useGeneAnnoCond.useGeneAnno == "y": |
65 -f1=$figure1 | 65 -f1=$figure1 |
66 -o1=$splsOut | 66 -o1=$splsOut |
67 ]]></command> | 67 ]]></command> |
68 <inputs> | 68 <inputs> |
69 <param name="metDataset" type="data" format="tabular" label="Metabolite Wide Dataset for Integration" help="Select the Metabolite Wide Dataset from your history"/> | 69 <param name="metDataset" type="data" format="tabular" label="Metabolite Wide Dataset for Integration" help="Select the Metabolite Wide Dataset from your history"/> |
70 <param name="metId" type="text" size="30" value="" label="Unique Metabolite FeatureID" help="Name of the column in your Metabolite Wide Dataset that contains unique identifiers."/> | 70 <param name="metId" type="text" size="30" value="" label="Unique Metabolite FeatureID" help="Name of the column in your Metabolite Wide Dataset that contains unique identifiers."/> |
71 <conditional name="useMetAnnoCond"> | 71 <conditional name="useMetAnnoCond"> |
72 <param name="useMetAnno" type="select" label="Use Metabolite Annotation File?" help="You can chose to input a file containing metabolite annotation information (e.g. metabolite names, identifiers, etc.) to use for labeling the output files."> | 72 <param name="useMetAnno" type="select" label="Use Metabolite Annotation File?" help="You can choose to input a file containing metabolite annotation information (e.g. metabolite names, identifiers, etc.) to use for labeling the output files."> |
73 <option value="n">No</option> | 73 <option value="n">No</option> |
74 <option value="y">Yes</option> | 74 <option value="y">Yes</option> |
75 </param> | 75 </param> |
76 <when value="y"> | 76 <when value="y"> |
77 <param name="metAnno" type="data" format="tabular" label="Metabolomic Annotation File" help="Select the Metabolomic Annotation File from your history."/> | 77 <param name="metAnno" type="data" format="tabular" label="Metabolomic Annotation File" help="Select the Metabolomic Annotation File from your history."/> |
78 <param name="metName" type="text" size="30" value="" label="Metabolite Names" help="Name of the column in your Metabolomic Annotation Dataset that contains metabolite annotation information."/> | 78 <param name="metName" type="text" size="30" value="" label="Metabolite Names" help="Name of the column in your Metabolomic Annotation Dataset that contains metabolite annotation information."/> |
79 </when> | 79 </when> |
80 </conditional> | 80 <when value="n" /> |
81 </conditional> | |
81 <conditional name="metsOption"> | 82 <conditional name="metsOption"> |
82 <param name="allMets" type="select" display="radio" label="Select which option to use for subsetting the Metabolite Wide Dataset" help="Select one of the options above."> | 83 <param name="allMets" type="select" display="radio" label="Select which option to use for subsetting the Metabolite Wide Dataset" help="Select one of the options above."> |
83 <option value="generic">By metabolite class -- Uses the 'Name_in_KEGG' column generated from the 'Link Name to KEGGID' tool to subset.</option> | 84 <option value="generic">By metabolite class -- Uses the 'Name_in_KEGG' column generated from the 'Link Name to KEGGID' tool to subset.</option> |
84 <option value="mmc">By MMC pattern -- Runs the SECIMTools MMC tool and uses the tool-generated pattern blocks for subseting.</option> | 85 <option value="mmc">By MMC pattern -- Runs the SECIMTools MMC tool and uses the tool-generated pattern blocks for subsetting.</option> |
85 <option value="both">By both metabolite class AND by MMC pattern.</option> | 86 <option value="both">By both metabolite class AND by MMC pattern.</option> |
86 </param> | 87 </param> |
87 <when value="generic"> | 88 <when value="generic"> |
88 <param name="metKeggAnno" type="data" format="tabular" label="'Metabolite to KEGGID Link' File." help="Select the 'Metabolite to KEGGID Link' File from your history. This file can be generated using the 'Link Name to KEGGID' tool."/> | 89 <param name="metKeggAnno" type="data" format="tabular" label="'Metabolite to KEGGID Link' File." help="Select the 'Metabolite to KEGGID Link' File from your history. This file can be generated using the 'Link Name to KEGGID' tool."/> |
89 <param name="geneDataset" type="data" format="tabular" label="Gene Expression Wide Dataset for Integration" help="Select the Gene Expression Wide Dataset from your history"/> | 90 <param name="geneDataset" type="data" format="tabular" label="Gene Expression Wide Dataset for Integration" help="Select the Gene Expression Wide Dataset from your history"/> |
90 <param name="geneId" type="text" size="30" value="" label="Unique Gene FeatureID" help="Name of the column in your Gene Expression Wide Dataset that contains unique identifiers."/> | 91 <param name="geneId" type="text" size="30" value="" label="Unique Gene FeatureID" help="Name of the column in your Gene Expression Wide Dataset that contains unique identifiers."/> |
91 <conditional name="useGeneAnnoCond"> | 92 <conditional name="useGeneAnnoCond"> |
92 <param name="useGeneAnno" type="select" label="Use a Gene Annotation File?" help="You can chose to input a file containing gene annotation information (e.g. gene names, identifiers, etc.) for labeling the output files."> | 93 <param name="useGeneAnno" type="select" label="Use a Gene Annotation File?" help="You can choose to input a file containing gene annotation information (e.g. gene names, identifiers, etc.) for labeling the output files."> |
93 <option value="n">No</option> | 94 <option value="n">No</option> |
94 <option value="y">Yes</option> | 95 <option value="y">Yes</option> |
95 </param> | 96 </param> |
96 <when value="y"> | 97 <when value="y"> |
97 <param name="geneAnno" type="data" format="tabular" label="Gene Expression Annotation File" help="Select the Gene Expression Annotation File from your history."/> | 98 <param name="geneAnno" type="data" format="tabular" label="Gene Expression Annotation File" help="Select the Gene Expression Annotation File from your history."/> |
98 <param name="geneName" type="text" size="30" value="" label="Gene Names" help="Name of the column in your Gene Expression Annotation Dataset that contains gene annotation information."/> | 99 <param name="geneName" type="text" size="30" value="" label="Gene Names" help="Name of the column in your Gene Expression Annotation Dataset that contains gene annotation information."/> |
99 </when> | 100 </when> |
100 </conditional> | 101 <when value="n" /> |
102 </conditional> | |
101 <conditional name="genesOption"> | 103 <conditional name="genesOption"> |
102 <param name="allGenes" type="select" display="radio" label="Select which option to use for subsetting the Gene Expression Wide Dataset" help="Select one of the options above."> | 104 <param name="allGenes" type="select" display="radio" label="Select which option to use for subsetting the Gene Expression Wide Dataset" help="Select one of the options above."> |
103 <option value="all">Include all genes in the Gene Expression Wide Dataset -- no subsetting.</option> | 105 <option value="all">Include all genes in the Gene Expression Wide Dataset -- no subsetting.</option> |
104 <option value="geneList">Use a custom tsv file containing specific genes of interest.</option> | 106 <option value="geneList">Use a custom tsv file containing specific genes of interest.</option> |
105 <option value="path">Include genes linked to each metabolite class through common KEGG pathways.</option> | 107 <option value="path">Include genes linked to each metabolite class through common KEGG pathways.</option> |
106 <option value="pana">Use Metagenes from PANA (PAthway Network Analysis from gene expression data).</option> | 108 <option value="pana">Use Metagenes from PANA (PAthway Network Analysis from gene expression data).</option> |
107 </param> | 109 </param> |
110 <when value="all" /> | |
108 <when value="geneList"> | 111 <when value="geneList"> |
109 <param name="relatedGeneList" type="data" format="tabular" label="Select a Custom Gene List from your history" help="This custom list must consist of a single column of Gene Symbols."/> | 112 <param name="relatedGeneList" type="data" format="tabular" label="Select a Custom Gene List from your history" help="This custom list must consist of a single column of Gene Symbols."/> |
110 </when> | 113 </when> |
111 <when value="path"> | 114 <when value="path"> |
112 <param name="geneKeggPath" type="data" format="tabular" label="Gene Expression KEGG Pathway File" help="Select the Gene Expression KEGG Pathway File from your history. This file can be generated using the 'Add KEGG Pathway Information' tool."/> | 115 <param name="geneKeggPath" type="data" format="tabular" label="Gene Expression KEGG Pathway File" help="Select the Gene Expression KEGG Pathway File from your history. This file can be generated using the 'Add KEGG Pathway Information' tool."/> |
122 <option value="abs.val">abs.val -- Absolute value of the variabily for a given principle component.</option> | 125 <option value="abs.val">abs.val -- Absolute value of the variabily for a given principle component.</option> |
123 <option value="rel.abs">rel.abs -- Fold variability of tot.var/rank(X).</option> | 126 <option value="rel.abs">rel.abs -- Fold variability of tot.var/rank(X).</option> |
124 </param> | 127 </param> |
125 <param name="cutoff" type="float" value="0.20" label="Variability cut-off value" help="Select the variability cut-off value. Default: 0.20"/> | 128 <param name="cutoff" type="float" value="0.20" label="Variability cut-off value" help="Select the variability cut-off value. Default: 0.20"/> |
126 <conditional name="PANAAnno"> | 129 <conditional name="PANAAnno"> |
127 <param name="usePANAAnno" type="select" label="Include Pathway Names in results files and figures?" help="You can chose to input a file containing annotations for the KEGG pathwayIDs."> | 130 <param name="usePANAAnno" type="select" label="Include Pathway Names in results files and figures?" help="You can choose to input a file containing annotations for the KEGG pathwayIDs."> |
128 <option value="no">No</option> | 131 <option value="no">No</option> |
129 <option value="yes">Yes</option> | 132 <option value="yes">Yes</option> |
130 </param> | 133 </param> |
131 <when value="yes"> | 134 <when value="yes"> |
132 <param name="path2names" type="data" format="tabular" label="Pathway Names File" help="Select the Pathway Names File from your history. This file can be generated from the 'Add KEGG Pathway Information' tool."/> | 135 <param name="path2names" type="data" format="tabular" label="Pathway Names File" help="Select the Pathway Names File from your history. This file can be generated from the 'Add KEGG Pathway Information' tool."/> |
133 </when> | 136 </when> |
137 <when value="no" /> | |
134 </conditional> | 138 </conditional> |
135 </when> | 139 </when> |
136 </conditional> | 140 </conditional> |
137 </when> | 141 </when> |
138 <when value="mmc"> | 142 <when value="mmc"> |
147 <option value="spearman" selected="true">Spearman</option> | 151 <option value="spearman" selected="true">Spearman</option> |
148 </param> | 152 </param> |
149 <param name="geneDataset" type="data" format="tabular" label="Gene Expression Wide Dataset for Integration" help="Select the Gene Expression Wide Dataset from your history."/> | 153 <param name="geneDataset" type="data" format="tabular" label="Gene Expression Wide Dataset for Integration" help="Select the Gene Expression Wide Dataset from your history."/> |
150 <param name="geneId" type="text" size="30" value="" label="Unique Gene FeatureID" help="Name of the column in your Gene Expression Annotation File that contains unique identifiers."/> | 154 <param name="geneId" type="text" size="30" value="" label="Unique Gene FeatureID" help="Name of the column in your Gene Expression Annotation File that contains unique identifiers."/> |
151 <conditional name="useGeneAnnoCond"> | 155 <conditional name="useGeneAnnoCond"> |
152 <param name="useGeneAnno" type="select" label="Use Gene Annotation File?" help="You can chose to input a file containing gene annotations (e.g. gene names, identifiers, etc.) for labeling output files."> | 156 <param name="useGeneAnno" type="select" label="Use Gene Annotation File?" help="You can choose to input a file containing gene annotations (e.g. gene names, identifiers, etc.) for labeling output files."> |
153 <option value="n">No</option> | 157 <option value="n">No</option> |
154 <option value="y">Yes</option> | 158 <option value="y">Yes</option> |
155 </param> | 159 </param> |
156 <when value="y"> | 160 <when value="y"> |
157 <param name="geneAnno" type="data" format="tabular" label="Gene Expression Annotation File" help="Select the Gene Expression Annotation File from your history."/> | 161 <param name="geneAnno" type="data" format="tabular" label="Gene Expression Annotation File" help="Select the Gene Expression Annotation File from your history."/> |
158 <param name="geneName" type="text" size="30" value="" label="Gene Names" help="Name of the column in your Gene Expression Annotation Dataset that contains gene annotations."/> | 162 <param name="geneName" type="text" size="30" value="" label="Gene Names" help="Name of the column in your Gene Expression Annotation Dataset that contains gene annotations."/> |
159 </when> | 163 </when> |
160 </conditional> | 164 <when value="n"/> |
165 </conditional> | |
161 <conditional name="genesOption"> | 166 <conditional name="genesOption"> |
162 <param name="allGenes" type="select" display="radio" label="Select which option to use for subsetting the Gene Dataset" help="Select one of the options above."> | 167 <param name="allGenes" type="select" display="radio" label="Select which option to use for subsetting the Gene Dataset" help="Select one of the options above."> |
163 <option value="all">Include all genes in the Gene Expression Wide Dataset -- no subsetting.</option> | 168 <option value="all">Include all genes in the Gene Expression Wide Dataset -- no subsetting.</option> |
164 <option value="geneList">Use a custom tsv file containing specific genes of interest.</option> | 169 <option value="geneList">Use a custom tsv file containing specific genes of interest.</option> |
165 <option value="pana">Use Metagenes from PANA (PAthway Network Analysis from gene expression data).</option> | 170 <option value="pana">Use Metagenes from PANA (PAthway Network Analysis from gene expression data).</option> |
166 </param> | 171 </param> |
172 <when value="all" /> | |
167 <when value="geneList"> | 173 <when value="geneList"> |
168 <param name="relatedGeneList" type="data" format="tabular" label="Select a Custom Gene List from your history" help="This custom list must contain Gene Symbol IDs and must be a single column."/> | 174 <param name="relatedGeneList" type="data" format="tabular" label="Select a Custom Gene List from your history" help="This custom list must contain Gene Symbol IDs and must be a single column."/> |
169 </when> | 175 </when> |
170 <when value="pana"> | 176 <when value="pana"> |
171 <param name="geneKeggAnno" type="data" format="tabular" label="Gene to KEGGID Link File" help="Select Gene to KEGGID Link File from your history. This file can be generated from the 'Link Name to KEGGID' tool."/> | 177 <param name="geneKeggAnno" type="data" format="tabular" label="Gene to KEGGID Link File" help="Select Gene to KEGGID Link File from your history. This file can be generated from the 'Link Name to KEGGID' tool."/> |
172 <param name="geneKeggName" type="text" label="Gene Symbol" help="Name of the column in your 'Gene to KEGGID Link File' that contains Gene Symbols."/> | 178 <param name="geneKeggName" type="text" label="Gene Symbol" help="Name of the column in your 'Gene to KEGGID Link File' that contains Gene Symbols."/> |
173 <param name="path2genes" type="data" format="tabular" label="GeneKEGGID2PathwayID" help="Select the File from your history containing the list of ALL Gene KEGGIDs to Pathway IDs. This file can be generated from the 'Add KEGG Pathway Information' tool."/> | 179 <param name="path2genes" type="data" format="tabular" label="GeneKEGGID2PathwayID" help="Select the File from your history containing the list of ALL Gene KEGGIDs to Pathway IDs. This file can be generated from the 'Add KEGG Pathway Information' tool."/> |
174 <param name="facSel" type="select" display="radio" label="Criterion to select components" help="Choose the criterion to select components. Default: single%."> | 180 <param name="facSel" type="select" display="radio" label="Criterion to select components" help="Choose the criterion to select components. Default: single%."> |
175 <option value="single">single% -- Percent of variability for a given principle component.</option> | 181 <option value="single">single% -- Percent of variability for a given principle component.</option> |
176 <option value="accum">%accum -- Percent of accumulated variability.</option> | 182 <option value="accum">%accum -- Percent of accumulated variability.</option> |
177 <option value="abs.val">abs.val -- Absolute value of the variabily for a given principle component.</option> | 183 <option value="abs.val">abs.val -- Absolute value of the variability for a given principle component.</option> |
178 <option value="rel.abs">rel.abs -- Fold variability of tot.var/rank(X).</option> | 184 <option value="rel.abs">rel.abs -- Fold variability of tot.var/rank(X).</option> |
179 </param> | 185 </param> |
180 <param name="cutoff" type="float" value="0.23" label="Variability cut-off value" help="Select the variability cut-off value. Default: 0.23"/> | 186 <param name="cutoff" type="float" value="0.23" label="Variability cut-off value" help="Select the variability cut-off value. Default: 0.23"/> |
181 <conditional name="PANAAnno"> | 187 <conditional name="PANAAnno"> |
182 <param name="usePANAAnno" type="select" label="Include Pathway Names in results files and figures?" help="You can chose to input a file containing annotations for the KEGG pathway IDs."> | 188 <param name="usePANAAnno" type="select" label="Include Pathway Names in results files and figures?" help="You can choose to input a file containing annotations for the KEGG pathway IDs."> |
183 <option value="no">No</option> | 189 <option value="no">No</option> |
184 <option value="yes">Yes</option> | 190 <option value="yes">Yes</option> |
185 </param> | 191 </param> |
186 <when value="yes"> | 192 <when value="yes"> |
187 <param name="path2names" type="data" format="tabular" label="Pathway Names File" help="Select the Pathway Names File from your history. This file can be generated from the 'Add KEGG Pathway Information' tool."/> | 193 <param name="path2names" type="data" format="tabular" label="Pathway Names File" help="Select the Pathway Names File from your history. This file can be generated from the 'Add KEGG Pathway Information' tool."/> |
188 </when> | 194 </when> |
195 <when value="no" /> | |
189 </conditional> | 196 </conditional> |
190 </when> | 197 </when> |
191 </conditional> | 198 </conditional> |
192 </when> | 199 </when> |
193 <when value="both"> | 200 <when value="both"> |
202 <option value="spearman" selected="true">Spearman</option> | 209 <option value="spearman" selected="true">Spearman</option> |
203 </param> | 210 </param> |
204 <param name="geneDataset" type="data" format="tabular" label="Gene Expression Wide Dataset for Integration" help="Select Gene Expression Wide Dataset from your history"/> | 211 <param name="geneDataset" type="data" format="tabular" label="Gene Expression Wide Dataset for Integration" help="Select Gene Expression Wide Dataset from your history"/> |
205 <param name="geneId" type="text" size="30" value="" label="Unique Gene FeatureID" help="Name of the column in your Gene Expression Annotation File that contains unique identifiers."/> | 212 <param name="geneId" type="text" size="30" value="" label="Unique Gene FeatureID" help="Name of the column in your Gene Expression Annotation File that contains unique identifiers."/> |
206 <conditional name="useGeneAnnoCond"> | 213 <conditional name="useGeneAnnoCond"> |
207 <param name="useGeneAnno" type="select" label="Use a Gene Annotation File?" help="You can chose to input a file containing gene annotations (e.g. gene names, identifiers, etc.) to use for labeling output files."> | 214 <param name="useGeneAnno" type="select" label="Use a Gene Annotation File?" help="You can choose to input a file containing gene annotations (e.g. gene names, identifiers, etc.) to use for labeling output files."> |
208 <option value="n">No</option> | 215 <option value="n">No</option> |
209 <option value="y">Yes</option> | 216 <option value="y">Yes</option> |
210 </param> | 217 </param> |
211 <when value="y"> | 218 <when value="y"> |
212 <param name="geneAnno" type="data" format="tabular" label="Gene Expression Annotation File" help="Select the Gene Expression Annotation File from your history."/> | 219 <param name="geneAnno" type="data" format="tabular" label="Gene Expression Annotation File" help="Select the Gene Expression Annotation File from your history."/> |
213 <param name="geneName" type="text" size="30" value="" label="Gene Names" help="Name of the column in your Gene Expression Annotation Dataset that contains gene annotations."/> | 220 <param name="geneName" type="text" size="30" value="" label="Gene Names" help="Name of the column in your Gene Expression Annotation Dataset that contains gene annotations."/> |
214 </when> | 221 </when> |
215 </conditional> | 222 <when value="n" /> |
223 </conditional> | |
216 <conditional name="genesOption"> | 224 <conditional name="genesOption"> |
217 <param name="allGenes" type="select" display="radio" label="Gene Dataset Subsetting Option" help="Select one of the following."> | 225 <param name="allGenes" type="select" display="radio" label="Gene Dataset Subsetting Option" help="Select one of the following."> |
218 <option value="all">Include all genes in the Gene Expression Wide Dataset -- no subsetting.</option> | 226 <option value="all">Include all genes in the Gene Expression Wide Dataset -- no subsetting.</option> |
219 <option value="geneList">Upload a custion list containing specific genes of interest.</option> | 227 <option value="geneList">Upload a custion list containing specific genes of interest.</option> |
220 <option value="pana">Use Metagenes (PANA Approach).</option> | 228 <option value="pana">Use Metagenes (PANA Approach).</option> |
221 </param> | 229 </param> |
230 <when value="all" /> | |
222 <when value="geneList"> | 231 <when value="geneList"> |
223 <param name="relatedGeneList" type="data" format="tabular" label="Select a Custom Gene List from your history" help="The list must consist of a single column of Gene Symbols."/> | 232 <param name="relatedGeneList" type="data" format="tabular" label="Select a Custom Gene List from your history" help="The list must consist of a single column of Gene Symbols."/> |
224 </when> | 233 </when> |
225 <when value="pana"> | 234 <when value="pana"> |
226 <param name="geneKeggAnno" type="data" format="tabular" label="Gene to KEGGID Link File" help="Select Gene to KEGGID Link File from your history. This file can be generated from the 'Link Name to KEGGID' tool."/> | 235 <param name="geneKeggAnno" type="data" format="tabular" label="Gene to KEGGID Link File" help="Select Gene to KEGGID Link File from your history. This file can be generated from the 'Link Name to KEGGID' tool."/> |
227 <param name="geneKeggName" type="text" label="Gene Symbol" help="Name of the column in your 'Gene to KEGGID Link File' that contains Gene Symbols."/> | 236 <param name="geneKeggName" type="text" label="Gene Symbol" help="Name of the column in your 'Gene to KEGGID Link File' that contains Gene Symbols."/> |
228 <param name="path2genes" type="data" format="tabular" label="Gene Expression KEGG Pathway File" help="Select the File from your history that contains the list of ALL Gene KEGGIDs to PathwayIDs. This file can be generated from the 'Add KEGG Pathway Information' tool."/> | 237 <param name="path2genes" type="data" format="tabular" label="Gene Expression KEGG Pathway File" help="Select the File from your history that contains the list of ALL Gene KEGGIDs to PathwayIDs. This file can be generated from the 'Add KEGG Pathway Information' tool."/> |
229 <param name="facSel" type="select" display="radio" label="Criterion to select components" help="Choose the criterion to select components. Default: single%."> | 238 <param name="facSel" type="select" display="radio" label="Criterion to select components" help="Choose the criterion to select components. Default: single%."> |
230 <option value="single">single% -- Percent of variability for a given principle component.</option> | 239 <option value="single">single% -- Percent of variability for a given principle component.</option> |
231 <option value="accum">%accum -- Percent of accumulated variability.</option> | 240 <option value="accum">%accum -- Percent of accumulated variability.</option> |
232 <option value="abs.val">abs.val -- Absolute value of the variabily for a given principle componenet.</option> | 241 <option value="abs.val">abs.val -- Absolute value of the variability for a given principle componenet.</option> |
233 <option value="rel.abs">rel.abs -- Fold variability of tot.var/rank(X).</option> | 242 <option value="rel.abs">rel.abs -- Fold variability of tot.var/rank(X).</option> |
234 </param> | 243 </param> |
235 <param name="cutoff" type="float" value="0.23" label="Variability cut-off value" help="Select the variability cut-off value. Default: 0.23"/> | 244 <param name="cutoff" type="float" value="0.23" label="Variability cut-off value" help="Select the variability cut-off value. Default: 0.23"/> |
236 <conditional name="PANAAnno"> | 245 <conditional name="PANAAnno"> |
237 <param name="usePANAAnno" type="select" label="Include Pathway Names in results files and figures?" help="You can chose to input a file containing annotations for the KEGG pathwayIDs."> | 246 <param name="usePANAAnno" type="select" label="Include Pathway Names in results files and figures?" help="You can choose to input a file containing annotations for the KEGG pathwayIDs."> |
238 <option value="no">No</option> | 247 <option value="no">No</option> |
239 <option value="yes">Yes</option> | 248 <option value="yes">Yes</option> |
240 </param> | 249 </param> |
241 <when value="yes"> | 250 <when value="yes"> |
242 <param name="path2names" type="data" format="tabular" label="Pathway Names File" help="Select the Pathway Names File from your history. This file can be generated from the 'Add KEGG Pathway Information' tool."/> | 251 <param name="path2names" type="data" format="tabular" label="Pathway Names File" help="Select the Pathway Names File from your history. This file can be generated from the 'Add KEGG Pathway Information' tool."/> |
243 </when> | 252 </when> |
253 <when value="no" /> | |
244 </conditional> | 254 </conditional> |
245 </when> | 255 </when> |
246 </conditional> | 256 </conditional> |
247 </when> | 257 </when> |
248 </conditional> | 258 </conditional> |
249 <param name="keepX" type="integer" size="30" value="10" label="Number of Genes to Keep in the Model" help="Enter the number of genes to keep for each component in the sPLS analysis."/> | 259 <param name="keepX" type="integer" size="30" value="10" label="Number of Genes to Keep in the Model" help="Enter the number of genes to keep for each component in the sPLS analysis."/> |
250 <param name="threshold" type="float" size="30" value="0.8" label="Threshold" help="Correlations under this threshold will NOT be included in the ouput file."/> | 260 <param name="threshold" type="float" size="30" value="0.8" label="Threshold" help="Correlations under this threshold will NOT be included in the output file."/> |
251 </inputs> | 261 </inputs> |
252 <outputs> | 262 <outputs> |
253 <data format="pdf" name="figure1" label="${tool.name} on ${on_string}: sPLS Figure"/> | 263 <data format="pdf" name="figure1" label="${tool.name} on ${on_string}: sPLS Figure"/> |
254 <data format="tabular" name="splsOut" label="${tool.name} on ${on_string}: sPLS Correlation Table"/> | 264 <data format="tabular" name="splsOut" label="${tool.name} on ${on_string}: sPLS Correlation Table"/> |
255 <data format="pdf" name="figure2" label="${tool.name} on ${on_string}: MMC Figure"> | 265 <data format="pdf" name="figure2" label="${tool.name} on ${on_string}: MMC Figure"> |
261 <data format="tabular" name="panaOut" label="${tool.name} on ${on_string}: PANA Output Table"> | 271 <data format="tabular" name="panaOut" label="${tool.name} on ${on_string}: PANA Output Table"> |
262 <filter>(metsOption['genesOption']['allGenes'] == 'pana')</filter> | 272 <filter>(metsOption['genesOption']['allGenes'] == 'pana')</filter> |
263 </data> | 273 </data> |
264 </outputs> | 274 </outputs> |
265 <tests> | 275 <tests> |
276 <!-- sPLS_lzh --> | |
266 <test> | 277 <test> |
267 <param name="metDataset" value="metabolite_wide_dataset_01fhl.tsv"/> | 278 <param name="metDataset" value="metabolite_wide_dataset.tsv"/> |
268 <param name="metId" value="UniqueID"/> | 279 <param name="metId" value="UniqueID"/> |
269 <param name="allMets" value="generic"/> | 280 <param name="allMets" value="generic"/> |
270 <param name="metKeggAnno" value="metabolite_to_keggId_link_01fhl.tsv"/> | 281 <param name="metKeggAnno" value="metabolite_to_keggId_link.tsv"/> |
271 <param name="metName" value="MetName"/> | 282 <param name="metName" value="MetName"/> |
272 <param name="geneDataset" value="gene_wide_dataset_01fhl.tsv"/> | 283 <param name="geneDataset" value="gene_wide_dataset.tsv"/> |
284 <param name="geneId" value="UniqueID"/> | |
285 <param name="allGenes" value="pana"/> | |
286 <param name="geneKeggAnno" value="gene_to_keggId_link.tsv"/> | |
287 <param name="geneKeggName" value="GeneSymbol"/> | |
288 <param name="path2names" value="pathwayId2pathwayNames.tsv"/> | |
289 <param name="path2genes" value="geneKeggId2pathwayId.tsv"/> | |
290 <param name="keepX" value="10"/> | |
291 <param name="threshold" value="0.8"/> | |
292 <param name="cutoff" value="0.23" /> | |
293 <param name="facSel" value="single" /> | |
294 <output name="splsOut" file="spls_correlation.tsv" compare="diff" lines_diff="1000"/> | |
295 <output name="figure1" file="spls_figure.pdf" compare="sim_size" delta="1000000"/> | |
296 <output name="panaOut" file="spls_pana_outputTable.tsv" compare="diff" lines_diff="30000"/> | |
297 </test> | |
298 <!-- sPLS_met_generic_gene_all --> | |
299 <test> | |
300 <param name="metDataset" value="metabolite_wide_dataset.tsv"/> | |
301 <param name="metId" value="UniqueID"/> | |
302 <param name="allMets" value="generic"/> | |
303 <param name="metKeggAnno" value="metabolite_to_keggId_link.tsv"/> | |
304 <param name="metName" value="MetName"/> | |
305 <param name="geneDataset" value="gene_wide_dataset.tsv"/> | |
273 <param name="geneId" value="UniqueID"/> | 306 <param name="geneId" value="UniqueID"/> |
274 <param name="allGenes" value="all"/> | 307 <param name="allGenes" value="all"/> |
275 <param name="keepX" value="10"/> | 308 <param name="keepX" value="10"/> |
276 <param name="threshold" value="0.8"/> | 309 <param name="threshold" value="0.8"/> |
277 <output name="splsOut" file="spls_correlation_file_01fhl.tsv"/> | 310 <param name="cutoff" value="0.20" /> |
278 <output name="figure1" file="spls_figure_01fhl.pdf"/> | 311 <param name="facSel" value="single" /> |
312 <output name="splsOut" file="spls_correlation_generic_all.tsv" compare="diff" lines_diff="1000"/> | |
313 <output name="figure1" file="spls_figure_generic_all.pdf" compare="sim_size" delta="1000000"/> | |
279 </test> | 314 </test> |
315 <!-- sPLS_met_mmc_gene_pana --> | |
316 <test> | |
317 <param name="metDataset" value="metabolite_wide_dataset.tsv"/> | |
318 <param name="metId" value="UniqueID"/> | |
319 <param name="allMets" value="mmc"/> | |
320 <param name="metAnno" value="metabolite_annotation.tsv"/> | |
321 <param name="metKeggAnno" value="metabolite_to_keggId_link.tsv"/> | |
322 <param name="metName" value="MetName"/> | |
323 <param name="design" value="gene_design.tsv"/> | |
324 <param name="corr" value="pearson"/> | |
325 <param name="sigmaLow" value="0.05"/> | |
326 <param name="sigmaHigh" value="0.50"/> | |
327 <param name="sigmaNum" value="451"/> | |
328 <param name="geneDataset" value="gene_wide_dataset.tsv"/> | |
329 <param name="geneId" value="UniqueID"/> | |
330 <param name="allGenes" value="pana"/> | |
331 <param name="geneKeggAnno" value="gene_to_keggId_link.tsv"/> | |
332 <param name="geneKeggName" value="GeneSymbol"/> | |
333 <param name="path2genes" value="geneKeggId2pathwayId.tsv"/> | |
334 <param name="path2names" value="gene_kegg_pathway.tsv"/> | |
335 <param name="keepX" value="5"/> | |
336 <param name="threshold" value="0.8"/> | |
337 <param name="cutoff" value="0.20" /> | |
338 <output name="splsOut" file="integration_mmc_pana_genes_sPLS_output.tsv" compare="diff" lines_diff="100000"/> | |
339 <output name="figure1" file="integration_mmc_pana_genes_sPLS_fig.pdf" compare="sim_size" delta="10000000"/> | |
340 <output name="figure2" file="integration_mmc_pana_genes_MMC_heatmap.pdf" compare="sim_size" delta="10000000"/> | |
341 <output name="mmcOut" file="integration_mmc_pana_genes_MMC_output.tsv" compare="diff" lines_diff="100000"/> | |
342 <output name="panaOut" file="integration_mmc_pana_genes_PANA_output.tsv" compare="diff" lines_diff="100000"/> | |
343 </test> | |
344 | |
280 </tests> | 345 </tests> |
281 <help><![CDATA[ | 346 <help><![CDATA[ |
282 | 347 |
283 **Tool Description** | 348 **Tool Description** |
284 | 349 |
285 NOTE: The parameters you select are data dependent. | 350 NOTE: The parameters you select are data dependent. |
286 | 351 |
287 This tool carries out the integrated analysis of metabolite and gene expression data. Here, metabolite data are considered the dependent (Y) variable | 352 This tool carries out the integrated analysis of metabolite and gene expression data. Here, metabolite data are considered the dependent variable |
288 and genes the explanatory variable. The tool allows for several combinations of metabolite and gene models. A note of caution: a complete metabolite | 353 and genes the explanatory variable. The tool allows for several combinations of metabolite and gene models. A note of caution: a complete metabolite |
289 and gene expression dataset with no filtering will be challenging to interpret using this tool. | 354 and gene expression dataset with no filtering will be challenging to interpret using this tool. |
290 | 355 |
291 We recommend that both gene expression and metabolite datasets be reduced to reflect a common biological hypothesis before running this tool. For example, | 356 We recommend that both gene expression and metabolite datasets be reduced to reflect a common biological hypothesis before running this tool. For example, |
292 metabolite data can be subset by class (i.e. using the 'Name_in_KEGG' column generated from the 'Link Name to KEGGID' tool). Users who want to include | 357 metabolite data can be subset by class (i.e. using the 'Name_in_KEGG' column generated from the 'Link Name to KEGGID' tool). Users who want to include |
293 similarly behaving compounds without regard to identification or type of compound can estimate modules with the Modulated Modularity Clustering (MMC) tool | 358 similarly behaving compounds without regard to identification or type of compound can estimate modules with the Modulated Modularity Clustering (MMC) tool |
294 (Stone and Ayroles 2009). Each module can be examined separately. Finally, metabolite data can be reduced by using both metabolite class and the MMC tool. | 359 (Stone and Ayroles 2009). Each module can be examined separately. Finally, metabolite data can be reduced by using both metabolite class and the MMC tool. |
295 Similarly, gene expression data can be reduced in scope by uploading and using a custom list of genes of interest or by using metagenes as implemented in PANA | 360 Similarly, gene expression data can be reduced in scope by uploading and using a custom list of genes of interest or by using metagenes as implemented in PANA |
296 (Ponzoni et al. 2014). | 361 (Ponzoni et al. 2014). |
297 | 362 |
298 1) Classes of metabolites can be modeled as a function of metagenes. | 363 1) Classes of metabolites can be modeled as a function of metagenes. |
299 2) Classes of metabolites can be modeled as a function of a set of individual genes. | 364 2) Classes of metabolites can be modeled as a function of a set of individual genes. |
300 3) Unbiased clusters of metabolites can be modeled as a function of metagenes | 365 3) Unbiased clusters of metabolites can be modeled as a function of metagenes |
301 4) Unbiased clusters of metabolites can be modeled as a function of a set of individual genes. | 366 4) Unbiased clusters of metabolites can be modeled as a function of a set of individual genes. |
302 | 367 |
303 The tool executes a partial least squares regression with variable selection (sparse PLS, sPLS) as implemented in the 'mixOmics' package (Rohart F., Gautier, B, Singh, | 368 The tool executes a partial least squares regression with variable selection (sparse PLS, sPLS) as implemented in the 'mixOmics' package (Rohart F., Gautier, B, Singh, |
304 A and Lê Cao, K. A. mixOmics: an R package for ‘omics feature selection and multiple data integration. On bioRxiv). The mixomics sPLS function is run in ‘classic mode’ | 369 A and Lê Cao, K. A. mixOmics: an R package for ‘omics feature selection and multiple data integration. On bioRxiv). The mixomics sPLS function is run in ‘classic mode’ |
305 (http://mixomics.org/methods/spls/) with the number of components included in the model set to 2. In addition, the user selects the number of variables (genes) for | 370 (http://mixomics.org/methods/spls/) with the number of components included in the model set to 2. In addition, the user selects the number of variables (genes) for |
306 each component to use in model construction. | 371 each component to use in model construction. |
307 | 372 |
308 This tool needs at least 1 subset with a minimum number of 3 metabolites to run properly. If the user selects subset metabolites by class and no metabolite groups are | 373 This tool needs at least 1 subset with a minimum number of 3 metabolites to run properly. If the user selects subset metabolites by class and no metabolite groups are |
309 identified or small metabolite groups with less than 3 members are found, the tool will stop and a warning message will be generated to try the MMC option instead. | 374 identified or small metabolite groups with less than 3 members are found, the tool will stop and a warning message will be generated to try the MMC option instead. |
310 Similarly, if the user selects subset metabolites using MMC clusters and there are no clusters with at least 3 metabolites, the tool will stop and a warning message | 375 Similarly, if the user selects subset metabolites using MMC clusters and there are no clusters with at least 3 metabolites, the tool will stop and a warning message |
311 will be generated to try the 'by class’ option instead. | 376 will be generated to try the 'by class’ option instead. |
312 | 377 |
313 -------------------------------------------------------------------------------- | 378 -------------------------------------------------------------------------------- |
314 | 379 |
315 **INPUT** | 380 **INPUT** |
316 | 381 |
317 **Please see the UserGuide for more details regarding tool inputs and options.** | 382 **Please see the UserGuide for more details regarding tool inputs and options.** |
318 | 383 |
319 **Metabolite Wide Dataset** | 384 **Metabolite Wide Dataset** |
320 A wide formatted dataset that contains measurements for each sample (samples are in columns): | 385 A wide formatted dataset that contains measurements for each sample (samples are in columns): |
321 | 386 |
322 +-----------+---------+---------+---------+-----+ | 387 +-----------+---------+---------+---------+-----+ |
323 | FeatureID | sample1 | sample2 | sample3 | ... | | 388 | FeatureID | sample1 | sample2 | sample3 | ... | |
324 +===========+=========+=========+=========+=====+ | 389 +===========+=========+=========+=========+=====+ |
331 | met_four | 32 | 17 | 8 | ... | | 396 | met_four | 32 | 17 | 8 | ... | |
332 +-----------+---------+---------+---------+-----+ | 397 +-----------+---------+---------+---------+-----+ |
333 | ... | ... | ... | ... | ... | | 398 | ... | ... | ... | ... | ... | |
334 +-----------+---------+---------+---------+-----+ | 399 +-----------+---------+---------+---------+-----+ |
335 | 400 |
336 **Unique Metabolite FeatureID** | 401 **Unique Metabolite FeatureID** |
337 Name of the column in your Metabolite Wide Dataset that contains unique identifiers. | 402 Name of the column in your Metabolite Wide Dataset that contains unique identifiers. |
338 | 403 |
339 **Optional - Metabolite Annotation File** | 404 **Optional - Metabolite Annotation File** |
340 A wide format dataset containing metabolite descriptor information (e.g. metabolite names, m/z ratios). The user can chose a column in the Annotation File for labeling output files. | 405 A wide format dataset containing metabolite descriptor information (e.g. metabolite names, m/z ratios). The user can choose a column in the Annotation File for labeling output files. |
341 | 406 |
342 **Optional - Metabolite Names** | 407 **Optional - Metabolite Names** |
343 Column name in the Metabolite Annotation File to use for labeling output files. | 408 Column name in the Metabolite Annotation File to use for labeling output files. |
344 | 409 |
345 **Data reduction (subsetting) of Metabolite Data** | 410 **Data reduction (subsetting) of Metabolite Data** |
346 1) By metablite class - uses a predefined grouping of metabolites based on the 'Name_in_KEGG' column in the Metabolite to KEGGID Link File. | 411 1) By metabolite class - uses a pre-defined grouping of metabolites based on the 'Name_in_KEGG' column in the Metabolite to KEGGID Link File. |
347 2) By MMC pattern - runs the SECIMTools MMC tool and uses the tool-generated pattern blocks for subsetting. Please see Stone and Ayroles (2009) for MMC options. | 412 2) By MMC pattern - runs the SECIMTools MMC tool and uses the tool-generated pattern blocks for subsetting. Please see Stone and Ayroles (2009) for MMC options. |
348 3) By both metabolite class AND MMC pattern | 413 3) By both metabolite class AND MMC pattern |
349 | 414 |
350 **Metabolite to KEGGID Link File** | 415 **Metabolite to KEGGID Link File** |
351 This file MUST contain a column called 'Name_in_KEGG' and can be generated using the 'Link Name to KEGGID' tool. | 416 This file MUST contain a column called 'Name_in_KEGG' and can be generated using the 'Link Name to KEGGID' tool. |
369 | 434 |
370 **Unique Gene FeatureID** | 435 **Unique Gene FeatureID** |
371 Name of the column in your Gene Expression Wide Dataset that contains unique gene identifiers. | 436 Name of the column in your Gene Expression Wide Dataset that contains unique gene identifiers. |
372 | 437 |
373 **Optional - Gene Annotation File** | 438 **Optional - Gene Annotation File** |
374 A wide format dataset containing gene annotation information (e.g. gene names). The user can chose a column in the Annotation File for labeling output files. | 439 A wide format dataset containing gene annotation information (e.g. gene names). The user can choose a column in the Annotation File for labeling output files. |
375 | 440 |
376 **Optional - Gene Names** | 441 **Optional - Gene Names** |
377 Column name in the Gene Annotation File to use for labeling output files. | 442 Column name in the Gene Annotation File to use for labeling output files. |
378 | 443 |
379 **Data reduction (subsetting) of Gene Expression Data** | 444 **Data reduction (subsetting) of Gene Expression Data** |
380 1) No subsetting - include all genes in the Gene Expression Wide Dataset | 445 1) No subsetting - include all genes in the Gene Expression Wide Dataset |
381 2) Use a custom tsv file containing specific genes of interest - select a custom gene list from your history | 446 2) Use a custom tsv file containing specific genes of interest - select a custom gene list from your history |
382 3) Include genes linked to each metabolite class through common KEGG pathways | 447 3) Include genes linked to each metabolite class through common KEGG pathways |
383 4) Use Metagenes from PANA (PAthway Network Analysis from gene expression data) | 448 4) Use Metagenes from PANA (PAthway Network Analysis from gene expression data) |
384 | 449 |
385 **Gene Expression KEGG Pathway File** | 450 **Gene Expression KEGG Pathway File** |
386 Contains links between gene symbols and KEGG Pathways. Can be generated using the 'Add KEGG Pathway Information' tool | 451 Contains links between gene symbols and KEGG Pathways. Can be generated using the 'Add KEGG Pathway Information' tool |
387 | 452 |
388 **Metabolomic KEGG Pathway File** | 453 **Metabolomic KEGG Pathway File** |
389 Contains links between metabolites and KEGG Pathways. Can be generated using the 'Add KEGG Pathway Information' tool | 454 Contains links between metabolites and KEGG Pathways. Can be generated using the 'Add KEGG Pathway Information' tool |
390 | 455 |
394 **Gene Symbol** | 459 **Gene Symbol** |
395 Name of the column in your Gene to KEGGID Link File that contains gene symbols | 460 Name of the column in your Gene to KEGGID Link File that contains gene symbols |
396 | 461 |
397 **GeneKEGGID2PathwayID** | 462 **GeneKEGGID2PathwayID** |
398 Contains KEGG links between gene KEGGIDs and KEGG PathwayIDs. Can be generated from the 'Add KEGG Pathway Information' tool | 463 Contains KEGG links between gene KEGGIDs and KEGG PathwayIDs. Can be generated from the 'Add KEGG Pathway Information' tool |
399 | 464 |
400 **Number of Genes to Keep in Model** | 465 **Number of Genes to Keep in Model** |
401 default: 10. This is the number of genes to keep for each principle component in the sPLS analysis. | 466 Default: 10. This is the number of genes to keep for each principle component in the sPLS analysis. |
402 | 467 |
403 **Threshold** | 468 **Threshold** |
404 default: 0.8. Correlations less than this value will NOT be included in the output files. | 469 Default: 0.8. Correlations less than this value will NOT be included in the output files. |
405 | 470 |
406 -------------------------------------------------------------------------------- | 471 -------------------------------------------------------------------------------- |
407 | 472 |
408 **OUTPUT** | 473 **OUTPUT** |
409 | 474 |
410 **For metabolite reduction by metabolite class and all genes:** | 475 **For metabolite reduction by metabolite class and all genes:** |
411 (1) A PDF containing a sPLS figure for each metabolite class. | 476 (1) A PDF containing a sPLS figure for each metabolite class. |
412 (2) A sPLS Correlation TSV file containing the correlations for each metabolite-gene pair and what subset (metabolite class) the pair locate to. | 477 (2) A sPLS Correlation TSV file containing the correlations for each metabolite-gene pair and what subset (metabolite class) the pair locate to. |
413 | 478 |
414 **For metabolite reduction by MMC the following files will be output in addition to files (1) and (2) above** | 479 **For metabolite reduction by MMC the following files will be output in addition to files (1) and (2) above** |
415 (3) A MMC PDF Figure containing unsorted, sorted and sorted-smoothed heatmaps of the variance-covariance matrixes | 480 (3) A MMC PDF Figure containing unsorted, sorted and sorted-smoothed heatmaps of the variance-covariance matrices |
416 (4) A MMC Output TSV file containing algorithm summaries in the following columns: | 481 (4) A MMC Output TSV file containing algorithm summaries in the following columns: |
417 | 482 |
418 (1) Unique metabolite featureID | 483 - Unique metabolite featureID |
419 (2) Module: Contains the module number for each feature calculated by the MMC tool. | 484 - Module: Contains the module number for each feature calculated by the MMC tool. |
420 (3) Entry Index: Contains the original order of the names of the rows of the input Metabolite Wide Dataset. | 485 - Entry Index: Contains the original order of the names of the rows of the input Metabolite Wide Dataset. |
421 (4) Degree: Average of the absolute values of correlations for the given element in a block to other elements within that block. | 486 - Degree: Average of the absolute values of correlations for the given element in a block to other elements within that block. |
422 (5) Average Degree: Average values of the degrees computed above across all elements within the given block. | 487 - Average Degree: Average values of the degrees computed above across all elements within the given block. |
423 | 488 |
424 **For subsetting genes by generating metagenes using PANA the following files will be output in addition to files (1) and (2) above** | 489 **For subsetting genes by generating metagenes using PANA the following files will be output in addition to files (1) and (2) above** |
425 (5) A PANA Output TSV table containing associations between gene symbols and KEGG pathays. | 490 (5) A PANA Output TSV table containing associations between gene symbols and KEGG pathways. |
426 | 491 |
427 ]]> | 492 ]]> |
428 </help> | 493 </help> |
429 <citations> | 494 <citations> |
430 <citation type="bibtex">@article{ponzoni2014pathway, | 495 <citation type="bibtex">@article{stone2009mmc, |
431 title={Pathway network inference from gene expression data}, | 496 title={Modulated Modularity Clustering as an Exploratory Tool for Functional Genomic Inference}, |
432 author={Ponzoni, Ignacio and Nueda, Mar{\'\i}a Jos{\'e} and Tarazona, Sonia and G{\"o}tz, Stefan and Montaner, David and Dussaut, Julieta Sol and Dopazo, Joaqu{\'\i}n and Conesa, Ana}, | 497 author={Stone, EA and Ayroles, JF}, |
433 journal={BMC systems biology}, | 498 journal={PLOS Genetics}, |
434 volume={8}, | 499 year={2009}, |
435 number={2}, | 500 }</citation> |
436 pages={S7}, | 501 <citation type="bibtex">@article{ponzoni2014pathway, |
437 year={2014}, | 502 title={Pathway network inference from gene expression data}, |
438 publisher={BioMed Central} | 503 author={Ponzoni, Ignacio and Nueda, Mar{\'\i}a Jos{\'e} and Tarazona, Sonia and G{\"o}tz, Stefan and Montaner, David and Dussaut, Julieta Sol and Dopazo, Joaqu{\'\i}n and Conesa, Ana}, |
439 }</citation> | 504 journal={BMC Systems Biology}, |
440 <citation type="bibtex">@article{dejean2013mixomics, | 505 volume={8}, |
441 title={mixOmics: Omics data integration project}, | 506 number={2}, |
442 author={Dejean, Sebastien and Gonzalez, Ignacio and L{\^e} Cao, Kim-Anh and Monget, Pierre and Coquery, J and Yao, F and Liquet, B and Rohart, F}, | 507 pages={S7}, |
508 year={2014}, | |
509 publisher={BioMed Central} | |
510 }</citation> | |
511 <citation type="bibtex">@article{rohart2017mixomics, | |
512 title={mixOmics: an R package for Omics feature selection and multiple data integration}, | |
513 author={Rohart, F and Gautier, B and singh, A and L{\^e} Cao, K-A.}, | |
443 journal={R package}, | 514 journal={R package}, |
444 year={2013} | 515 year={2017} |
445 }</citation> | 516 }</citation> |
446 <citation type="bibtex">@ARTICLE{Kirpich17secimtools, | 517 <citation type="bibtex">@ARTICLE{Kirpich17secimtools, |
447 author = {Alexander S. Kirpich, Miguel Ibarra, Oleksandr Moskalenko, Justin M. Fear, Joseph Gerken, Xinlei Mi, Ali Ashrafi, Alison M. Morse, Lauren M. McIntyre}, | 518 author = {Alexander S. Kirpich, Miguel Ibarra, Oleksandr Moskalenko, Justin M. Fear, Joseph Gerken, Xinlei Mi, Ali Ashrafi, Alison M. Morse, Lauren M. McIntyre}, |
448 title = {SECIMTools: A suite of Metabolomics Data Analysis Tools}, | 519 title = {SECIMTools: A suite of Metabolomics Data Analysis Tools}, |
449 journal = {BMC Bioinformatics}, | 520 journal = {BMC Bioinformatics}, |
450 year = {in press} | 521 year = {2018} |
451 }</citation> | 522 }</citation> |
452 <citation type="bibtex"> | 523 <citation type="bibtex">@article{Mor2021GaitGM, |
453 @article{garcia2010paintomics, | 524 title={GAIT-GM integrative cross-omics analyses reveal cholinergic defects in a C. elegans model of Parkinson's disease}, |
454 title={Paintomics: a web based tool for the joint visualization of transcriptomics and metabolomics data}, | 525 author={Mor, DE and Huertas, F and Morse, AM and Kaletsky, R and Murphy, CT and Kalia, V and Miller, GW and Moskalenko, O and Conesa, A and McIntyre, LM}, |
455 author={Garc{\'\i}a-Alcalde, Fernando and Garc{\'\i}a-L{\'o}pez, Federico and Dopazo, Joaqu{\'\i}n and Conesa, Ana}, | 526 journal={BMC Genomics}, |
456 journal={Bioinformatics}, | 527 year={submitted}, |
457 volume={27}, | |
458 number={1}, | |
459 pages={137--139}, | |
460 year={2010}, | |
461 publisher={Oxford University Press} | |
462 }</citation> | 528 }</citation> |
463 </citations> | 529 </citations> |
464 </tool> | 530 </tool> |