Mercurial > repos > artbio > gsc_center_scale
annotate center_scale.xml @ 3:b7daf62bde65 draft default tip
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/main/tools/gsc_center_scale commit 44d7e1048de3a58983e0559581264147090fefb0
author | artbio |
---|---|
date | Thu, 07 Nov 2024 18:54:17 +0000 |
parents | 163befe5f05b |
children |
rev | line source |
---|---|
3
b7daf62bde65
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/main/tools/gsc_center_scale commit 44d7e1048de3a58983e0559581264147090fefb0
artbio
parents:
2
diff
changeset
|
1 <tool id="center_scale" name="Center or scale (standardize) data" version="4.3.1+galaxy1" profile="21.01"> |
0
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
2 <description></description> |
3
b7daf62bde65
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/main/tools/gsc_center_scale commit 44d7e1048de3a58983e0559581264147090fefb0
artbio
parents:
2
diff
changeset
|
3 <xrefs> |
b7daf62bde65
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/main/tools/gsc_center_scale commit 44d7e1048de3a58983e0559581264147090fefb0
artbio
parents:
2
diff
changeset
|
4 <xref type="bio.tools">galaxy_single_cell_suite</xref> |
b7daf62bde65
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/main/tools/gsc_center_scale commit 44d7e1048de3a58983e0559581264147090fefb0
artbio
parents:
2
diff
changeset
|
5 </xrefs> |
0
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
6 <requirements> |
2
163befe5f05b
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/main/tools/gsc_center_scale commit 41ba5435a8ad12c1fe0703a9ce44b759003f3f73
artbio
parents:
1
diff
changeset
|
7 <requirement type="package" version="1.7.3">r-optparse</requirement> |
0
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
8 </requirements> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
9 <stdio> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
10 <exit_code range="1:" level="fatal" description="Tool exception" /> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
11 </stdio> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
12 <command detect_errors="exit_code"><![CDATA[ |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
13 Rscript $__tool_directory__/center_scale.R |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
14 --data '$input' |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
15 --center '$center' |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
16 --scale '$scale' |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
17 #if $factor.factor_options == 'TRUE': |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
18 --factor '$file' |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
19 #end if |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
20 --output '$output' |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
21 ]]></command> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
22 <inputs> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
23 <param name="input" type="data" format="tabular" label="Input file with values to transform" |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
24 help="Must be tabular separated with columns and row names, variables in rows, observations in columns" /> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
25 <param name="center" type="select" label="Center data to mean"> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
26 <option value="TRUE" selected="true">Yes</option> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
27 <option value="FALSE">No</option> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
28 </param> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
29 <param name="scale" type="select" label="Scale data to standard deviation"> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
30 <option value="TRUE" selected="true">Yes</option> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
31 <option value="FALSE">No</option> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
32 </param> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
33 <conditional name="factor"> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
34 <param name="factor_options" type="select" label="group data by factor ?"> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
35 <option value="TRUE">Yes</option> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
36 <option value="FALSE" selected="true">No</option> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
37 </param> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
38 <when value="TRUE"> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
39 <param name="file" type="data" format="tabular" label="Grouping map" |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
40 help="A two-column observation|factor_level table that assigns group ids to observations" /> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
41 </when> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
42 <when value="FALSE"> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
43 </when> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
44 </conditional> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
45 </inputs> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
46 <outputs> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
47 <data name="output" format="tabular" label="scale ${on_string}" /> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
48 </outputs> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
49 <tests> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
50 <test> |
1
a96cc346819c
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit 7865eb7eb9d862e9967fe519d28df705d973fbaf
artbio
parents:
0
diff
changeset
|
51 <param name="input" value="fulldata.tsv" ftype="tabular"/> |
a96cc346819c
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit 7865eb7eb9d862e9967fe519d28df705d973fbaf
artbio
parents:
0
diff
changeset
|
52 <param name="scale" value="TRUE"/> |
a96cc346819c
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit 7865eb7eb9d862e9967fe519d28df705d973fbaf
artbio
parents:
0
diff
changeset
|
53 <param name="center" value="TRUE"/> |
0
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
54 <output name="output" file="full_standardize.tab" ftype="tabular"/> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
55 </test> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
56 <test> |
1
a96cc346819c
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit 7865eb7eb9d862e9967fe519d28df705d973fbaf
artbio
parents:
0
diff
changeset
|
57 <param name="input" value="fulldata.tsv" ftype="tabular"/> |
0
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
58 <param name="scale" value="FALSE"/> |
1
a96cc346819c
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit 7865eb7eb9d862e9967fe519d28df705d973fbaf
artbio
parents:
0
diff
changeset
|
59 <param name="center" value="TRUE"/> |
0
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
60 <output name="output" file="full_center.tab" ftype="tabular"/> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
61 </test> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
62 <test> |
1
a96cc346819c
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit 7865eb7eb9d862e9967fe519d28df705d973fbaf
artbio
parents:
0
diff
changeset
|
63 <param name="input" value="fulldata.tsv" ftype="tabular"/> |
a96cc346819c
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit 7865eb7eb9d862e9967fe519d28df705d973fbaf
artbio
parents:
0
diff
changeset
|
64 <param name="scale" value="TRUE"/> |
a96cc346819c
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit 7865eb7eb9d862e9967fe519d28df705d973fbaf
artbio
parents:
0
diff
changeset
|
65 <param name="center" value="FALSE"/> |
a96cc346819c
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit 7865eb7eb9d862e9967fe519d28df705d973fbaf
artbio
parents:
0
diff
changeset
|
66 <output name="output" file="full_scale.tab" ftype="tabular"/> |
a96cc346819c
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit 7865eb7eb9d862e9967fe519d28df705d973fbaf
artbio
parents:
0
diff
changeset
|
67 </test> |
a96cc346819c
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit 7865eb7eb9d862e9967fe519d28df705d973fbaf
artbio
parents:
0
diff
changeset
|
68 <test> |
a96cc346819c
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit 7865eb7eb9d862e9967fe519d28df705d973fbaf
artbio
parents:
0
diff
changeset
|
69 <param name="input" value="fulldata.tsv" ftype="tabular" /> |
a96cc346819c
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit 7865eb7eb9d862e9967fe519d28df705d973fbaf
artbio
parents:
0
diff
changeset
|
70 <param name="scale" value="TRUE"/> |
a96cc346819c
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit 7865eb7eb9d862e9967fe519d28df705d973fbaf
artbio
parents:
0
diff
changeset
|
71 <param name="center" value="TRUE"/> |
0
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
72 <param name="factor_options" value="TRUE" /> |
1
a96cc346819c
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit 7865eb7eb9d862e9967fe519d28df705d973fbaf
artbio
parents:
0
diff
changeset
|
73 <param name="file" value="fulldata.map.tsv" ftype="tabular" /> |
0
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
74 <output name="output" file="group_standardize.tab" ftype="tabular"/> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
75 </test> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
76 <test> |
1
a96cc346819c
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit 7865eb7eb9d862e9967fe519d28df705d973fbaf
artbio
parents:
0
diff
changeset
|
77 <param name="input" value="fulldata.tsv" ftype="tabular" /> |
0
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
78 <param name="scale" value="FALSE"/> |
1
a96cc346819c
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit 7865eb7eb9d862e9967fe519d28df705d973fbaf
artbio
parents:
0
diff
changeset
|
79 <param name="center" value="TRUE"/> |
0
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
80 <param name="factor_options" value="TRUE" /> |
1
a96cc346819c
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit 7865eb7eb9d862e9967fe519d28df705d973fbaf
artbio
parents:
0
diff
changeset
|
81 <param name="file" value="fulldata.map.tsv" ftype="tabular" /> |
0
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
82 <output name="output" file="group_center.tab" ftype="tabular"/> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
83 </test> |
1
a96cc346819c
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit 7865eb7eb9d862e9967fe519d28df705d973fbaf
artbio
parents:
0
diff
changeset
|
84 <test> |
a96cc346819c
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit 7865eb7eb9d862e9967fe519d28df705d973fbaf
artbio
parents:
0
diff
changeset
|
85 <param name="input" value="fulldata.tsv" ftype="tabular" /> |
a96cc346819c
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit 7865eb7eb9d862e9967fe519d28df705d973fbaf
artbio
parents:
0
diff
changeset
|
86 <param name="scale" value="TRUE"/> |
a96cc346819c
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit 7865eb7eb9d862e9967fe519d28df705d973fbaf
artbio
parents:
0
diff
changeset
|
87 <param name="center" value="FALSE"/> |
a96cc346819c
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit 7865eb7eb9d862e9967fe519d28df705d973fbaf
artbio
parents:
0
diff
changeset
|
88 <param name="factor_options" value="TRUE" /> |
a96cc346819c
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit 7865eb7eb9d862e9967fe519d28df705d973fbaf
artbio
parents:
0
diff
changeset
|
89 <param name="file" value="fulldata.map.tsv" ftype="tabular" /> |
a96cc346819c
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit 7865eb7eb9d862e9967fe519d28df705d973fbaf
artbio
parents:
0
diff
changeset
|
90 <output name="output" file="group_scale.tab" ftype="tabular"/> |
a96cc346819c
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit 7865eb7eb9d862e9967fe519d28df705d973fbaf
artbio
parents:
0
diff
changeset
|
91 </test> |
0
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
92 </tests> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
93 <help> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
94 |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
95 **What it does** |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
96 |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
97 The tool perform various normalization operations on a data table, including mean centering, |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
98 standard deviation rescaling, or both (standardization). |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
99 |
2
163befe5f05b
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/main/tools/gsc_center_scale commit 41ba5435a8ad12c1fe0703a9ce44b759003f3f73
artbio
parents:
1
diff
changeset
|
100 In addition, these operations can be performed on subsets of observations, if the user provides |
0
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
101 a two-column table that maps observations to groups (factor levels). |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
102 |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
103 **Inputs** |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
104 |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
105 A data table with observations (samples, library sequencings) in columns (library names |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
106 are column names) and variables (genes) in rows (gene names are row names). |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
107 |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
108 Optionally, a two-column table may be used to map observations to a factor level. In this |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
109 case, normalization operations will be performed by group having same level. |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
110 |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
111 **Outputs** |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
112 |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
113 A table with same numbers of columns and rows as input table, and transformed values. |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
114 |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
115 </help> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
116 <citations> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
117 <citation type="bibtex"> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
118 @Manual{, |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
119 title = {R: A Language and Environment for Statistical Computing}, |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
120 author = {{R Core Team}}, |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
121 organization = {R Foundation for Statistical Computing}, |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
122 address = {Vienna, Austria}, |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
123 year = {2014}, |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
124 url = {http://www.R-project.org/}, |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
125 } |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
126 </citation> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
127 </citations> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
128 </tool> |