Mercurial > repos > artbio > gsc_center_scale
annotate center_scale.xml @ 0:bcbd7179d8ec draft
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
author | artbio |
---|---|
date | Thu, 11 Jul 2019 13:31:20 -0400 |
parents | |
children | a96cc346819c |
rev | line source |
---|---|
0
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
1 <tool id="center_scale" name="Center or scale (standardize) data" version="0.9.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> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
3 <requirements> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
4 <requirement type="package" version="1.6.0">r-optparse</requirement> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
5 </requirements> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
6 <stdio> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
7 <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
|
8 </stdio> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
9 <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
|
10 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
|
11 --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
|
12 --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
|
13 --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
|
14 #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
|
15 --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
|
16 #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
|
17 --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
|
18 ]]></command> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
19 <inputs> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
20 <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
|
21 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
|
22 <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
|
23 <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
|
24 <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
|
25 </param> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
26 <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
|
27 <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
|
28 <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
|
29 </param> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
30 <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
|
31 <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
|
32 <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
|
33 <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
|
34 </param> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
35 <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
|
36 <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
|
37 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
|
38 </when> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
39 <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
|
40 </when> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
41 </conditional> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
42 </inputs> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
43 <outputs> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
44 <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
|
45 </outputs> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
46 <tests> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
47 <test> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
48 <param name="input" value="mini.data.counts.tsv" 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
|
49 <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
|
50 </test> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
51 <test> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
52 <param name="input" value="mini.data.counts.tsv" 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
|
53 <param name="scale" 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
|
54 <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
|
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> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
57 <param name="input" value="mini.data.counts.tsv" 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
|
58 <param name="factor_options" 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
|
59 <param name="file" value="mini.data.factor.tsv" 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
|
60 <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
|
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> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
63 <param name="input" value="mini.data.counts.tsv" 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
|
64 <param name="scale" 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
|
65 <param name="factor_options" 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
|
66 <param name="file" value="mini.data.factor.tsv" 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
|
67 <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
|
68 </test> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
69 </tests> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
70 <help> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
71 |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
72 **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
|
73 |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
74 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
|
75 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
|
76 |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
77 In addition, these operations can be performed on subsets of observations, is the user provides |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
78 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
|
79 |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
80 **Inputs** |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
81 |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
82 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
|
83 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
|
84 |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
85 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
|
86 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
|
87 |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
88 **Outputs** |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
89 |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
90 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
|
91 |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
92 </help> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
93 <citations> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
94 <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
|
95 @Manual{, |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
96 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
|
97 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
|
98 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
|
99 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
|
100 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
|
101 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
|
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 </citation> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
104 </citations> |
bcbd7179d8ec
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_center_scale commit b839b440f0760ff9cd75969d418432702947a669
artbio
parents:
diff
changeset
|
105 </tool> |