annotate help.xml @ 1:ebb0730f6175 draft default tip

planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 91d32d5b671c523cbe1f47cde279cd8d61826c78
author recetox
date Thu, 14 Aug 2025 14:04:42 +0000
parents 92325ed91115
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
1 <macros>
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
2
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
3 <token name="@GENERAL_HELP@">
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
4 recetox-boxplot help
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
5 =====================
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
6
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
7 Overview
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
8 --------
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
9
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
10 recetox-boxplot tool can be used to plot boxplots for the tabular data. On the input, a dataframe in tabular/csv/parquet format, containing only columns to be plotted (the pre-filtering can be achieved e.g. using the `Cut` Galaxy tool) is expected. If the data contains as the first column the rownames - meaning identificators, ProteinID, etc., please do set the `Does the first column of input table contain rownames?` to TRUE.
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
11
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
12 Typically, a table where rows are features and columns are samples is expected - if one wishes to plot the boxplots for the features, we recommend to transpose the table beforehand.
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
13
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
14 Sometimes, it is better to transform the data for the visualization (or processing) purposes (`Should the quantitative variable be transformed?`). If no transformation option is selected, the data will be plotted as it is. Otherwise, one can choose from replacing all zero values by NA, log2 transformation or log10 transformation. Please note, that NA values are omitted while plotting.
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
15
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
16 `Plot the boxplots horizontally?` option means flipping the axes: a categorical variable (e.g. samples) would be on y-axis, whereas quantitative variable (e.g. intensity) would be on x-axis. This improves the legibility in case of larger datasets.
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
17
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
18 It is possible to use also a different variable for the plotting and coloring - in that case, a metadata table (in a tabular format) can be supplied. The metadata table must contain a column which will map to the data table column names (e.g. SampleName).
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
19
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
20 It is also possible to use faceting, meaning splitting the plot based on multiple variables. One can then choose which variable to split the x axis and y axis on.
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
21
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
22 Example data table
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
23 -------------------
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
24
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
25 +----------------------+-------------------+-----------------------+--------------------+
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
26 | RowID | sample1 | sample2 | sample3 |
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
27 +======================+===================+=======================+====================+
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
28 | 1 | 350.58 | 211.33 | 288.90 |
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
29 +----------------------+-------------------+-----------------------+--------------------+
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
30 | 2 | 130.17 | 287.54 | 100.11 |
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
31 +----------------------+-------------------+-----------------------+--------------------+
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
32 | 3 | 134.80 | 683.15 | 112.34 |
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
33 +----------------------+-------------------+-----------------------+--------------------+
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
34 | 4 | 183.99 | 920.57 | 590.44 |
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
35 +----------------------+-------------------+-----------------------+--------------------+
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
36 | ... | ... | ... | ... |
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
37 +----------------------+-------------------+-----------------------+--------------------+
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
38
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
39
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
40 Example metadata table
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
41 -----------------------
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
42
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
43 +----------------------+-------------------+-----------------------+--------------------+
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
44 | SampleName | replicate | condition | batch |
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
45 +======================+===================+=======================+====================+
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
46 | sample1 | 1 | control | A |
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
47 +----------------------+-------------------+-----------------------+--------------------+
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
48 | sample2 | 1 | treatment | A |
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
49 +----------------------+-------------------+-----------------------+--------------------+
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
50 | sample3 | 2 | treatment | A |
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
51 +----------------------+-------------------+-----------------------+--------------------+
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
52 </token>
92325ed91115 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 68159a987b0597222625834e235441b95e8c3a5e
recetox
parents:
diff changeset
53 </macros>