Mercurial > repos > peter-waltman > ucsc_cluster_tools2
comparison cluster.tools/rnaseq.feature.selection.xml @ 3:563832f48c08 draft
Uploaded
author | peter-waltman |
---|---|
date | Fri, 01 Mar 2013 19:51:25 -0500 |
parents | dddfeedb85af |
children | a58527c632b7 |
comparison
equal
deleted
inserted
replaced
2:b8f262149ee2 | 3:563832f48c08 |
---|---|
1 <tool id="rnaseq_feature_selection" name="RNASeq Feature Selection" force_history_refresh="True"> | 1 <tool id="rnaseq_feature_selection" name="RNASeq Feature Selection (High Variance Filter)" force_history_refresh="True"> |
2 <command interpreter="python">rnaseq.feature.selection.py | 2 <command interpreter="python">rnaseq.feature.selection.py |
3 -d $dataset | 3 -d $dataset |
4 -z ${z_transform} | 4 -z ${z_transform} |
5 -m ${var_method} | 5 -m ${var_method} |
6 -p ${perc_pass} | 6 -p ${perc_pass} |
19 <option value="sd">Standard Deviation (SD)</option> | 19 <option value="sd">Standard Deviation (SD)</option> |
20 </param> | 20 </param> |
21 <param name="perc_pass" type="float" label="Total number of features to keep" help="Use value >= 1 to indicate exact number of genes. Use value in 0-1 range to specify percentage" value="1500"/> | 21 <param name="perc_pass" type="float" label="Total number of features to keep" help="Use value >= 1 to indicate exact number of genes. Use value in 0-1 range to specify percentage" value="1500"/> |
22 </inputs> | 22 </inputs> |
23 <outputs> | 23 <outputs> |
24 <data format="tabular" name="output" label="Filtered RNASeqs"/> | 24 <data format="tabular" name="output" label="High Variance Filtered RNASeq Data"/> |
25 </outputs> | 25 </outputs> |
26 <help> | 26 <help> |
27 .. class:: infomark | 27 .. class:: infomark |
28 | 28 |
29 **RNASeq Feature Selection** - Tool to filter an RNASeq matrix to select the most variant features | 29 **RNASeq Feature Selection** - Tool to filter an RNASeq matrix to select the most variant features |