Mercurial > repos > md-anderson-bioinformatics > matrix_manipulation
comparison Matrix_Statistics.xml @ 1:f1bcd79cd923 draft default tip
Uploaded
| author | insilico-bob |
|---|---|
| date | Tue, 27 Nov 2018 14:20:40 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 0:7f12c81e2083 | 1:f1bcd79cd923 |
|---|---|
| 1 <?xml version='1.1' encoding='utf-8'?> | |
| 2 <tool id="Matrix_Statistics" name="Matrix Statistics" version="1.1.5" force_history_refresh="True"> | |
| 3 <description>View metadata about Heat Map Matrix</description> | |
| 4 <command interpreter="python">Matrix_Statistics.py '$input' '$choice' '$cutoff' '$axes' '$out_file'</command> | |
| 5 <inputs> | |
| 6 <param name="choice" type="select" label="Choose Metric to Filter By"> | |
| 7 <option value="Histogram">Plot info about either matrix row/column</option> | |
| 8 </param> | |
| 9 | |
| 10 <param name="input" type="data" format="tabular" label="Heat Map Matrix" /> | |
| 11 | |
| 12 <param name="cutoff" type="float" size="4" value=".05" label="Filter Threshold (Value above/below row/column will be Removed)" /> | |
| 13 | |
| 14 <param name="axes" type="select" label="Choose Axes to Filter on (Rows or Columns)"> | |
| 15 <option value="Row">Row</option> | |
| 16 <option value="Column">Column</option> | |
| 17 </param> | |
| 18 </inputs> | |
| 19 <outputs> | |
| 20 <data name="out_file" format="tabular" /> | |
| 21 </outputs> | |
| 22 | |
| 23 </tool> |
