Mercurial > repos > iuc > seaborn_pairgrid
annotate seaborn_pairgrid.xml @ 0:4a46d83cb08f draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
| author | iuc |
|---|---|
| date | Wed, 14 May 2025 08:39:22 +0000 |
| parents | |
| children |
| rev | line source |
|---|---|
|
0
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
1 <tool id="seaborn_pairgrid" name="seaborn pair-wise scatterplot" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="23.0" license="MIT"> |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
2 <description>of all-vs-all column combinations</description> |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
3 <macros> |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
4 <import>macros.xml</import> |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
5 </macros> |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
6 |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
7 <expand macro="edam"/> |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
8 <expand macro="requirements"/> |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
9 <expand macro="creator" /> |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
10 |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
11 <command detect_errors="exit_code"><![CDATA[ |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
12 python3 '${run_script}' |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
13 ]]></command> |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
14 |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
15 <configfiles> |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
16 <configfile name="run_script"><![CDATA[ |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
17 index_col = $index_col |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
18 |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
19 @INIT@ |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
20 |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
21 from scipy.stats import gaussian_kde |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
22 |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
23 def scatter_density(x, y, **kwargs): |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
24 kwargs.pop('color') |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
25 # Calculate the point density |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
26 xy = np.vstack([x, y]) |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
27 z = gaussian_kde(xy)(xy) |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
28 plt.scatter(x, y, c=z, cmap="jet", **kwargs) |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
29 |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
30 |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
31 g = sns.PairGrid(data) |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
32 g.map_lower(sns.regplot, scatter_kws=dict(s=4)) |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
33 g.map_lower(sns.kdeplot, levels=4, color=".2") |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
34 g.map_upper(scatter_density, s=6) |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
35 g.map_diag(sns.histplot) |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
36 |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
37 plt.savefig(f"{output_file}", format=output_format, dpi=300) |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
38 ]]></configfile> |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
39 </configfiles> |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
40 <inputs> |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
41 <expand macro="inputs"/> |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
42 <param argument="index_col" type="boolean" truevalue="0" falsevalue="None" checked="false" label="Is the first column the index?" help="Specify whether the first column of the input data should be treated as the index. If selected, the first column will not be used as data for plotting." /> |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
43 <expand macro="transformation"/> |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
44 </inputs> |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
45 <outputs> |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
46 <data name="output_file" format="png" label="${tool.name} on ${on_string}" /> |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
47 </outputs> |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
48 <tests> |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
49 <!-- Test 1: Generate a pairgrid plot with default settings --> |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
50 <test> |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
51 <param name="input_data" value="mtcars.txt" /> |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
52 <output name="output_file"> |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
53 <assert_contents> |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
54 <has_image_channels channels="4"/> |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
55 <has_image_height height="8250"/> |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
56 <has_image_width width="8250" /> |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
57 <has_image_center_of_mass center_of_mass="4143.08, 4103.67" eps="0.1"/> |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
58 </assert_contents> |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
59 </output> |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
60 </test> |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
61 </tests> |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
62 <help><![CDATA[ |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
63 .. class:: infomark |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
64 |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
65 **What it does** |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
66 |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
67 This tool generates a scatterplot matrix (pair-wise scatterplots) of all column combinations in the input dataset using the Seaborn library. The scatterplot matrix provides a visual summary of the relationships between variables in the dataset, making it useful for exploratory data analysis. |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
68 The tool uses Seaborn's `PairGrid` functionality to create the matrix, with the following features: |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
69 |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
70 - **Lower Triangle**: Regression plots and kernel density estimates (KDE). |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
71 - **Upper Triangle**: Scatterplots with point density coloring. |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
72 - **Diagonal**: Histograms of individual variables. |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
73 |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
74 **Usage** |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
75 |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
76 1. **Input**: Provide a tabular data file in one of the supported formats (TSV, CSV, TXT, or Parquet). Optionally, specify whether the first column should be treated as the index. |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
77 2. **Advanced Options**: Apply transformations to the data (e.g., log10 or log2) before plotting. |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
78 3. **Output**: The tool generates a PNG image of the scatterplot matrix, which can be downloaded or used in further analyses. |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
79 |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
80 **Input** |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
81 |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
82 - **Input Data Table**: Upload your data file in TSV, CSV, TXT, or Parquet format. The file should contain numerical data for plotting. |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
83 - **Index Column**: Specify whether the first column of the input data should be treated as the index. If selected, the first column will not be used for plotting. |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
84 - **Data Transformation**: Apply transformations such as log10 or log2 to numerical data before plotting. |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
85 |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
86 **Output** |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
87 |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
88 The tool generates a PNG file containing the scatterplot matrix. The file can be downloaded or used as input for other tools in Galaxy. |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
89 |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
90 **Example Input** |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
91 |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
92 Here is an example of a simple input dataset: |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
93 |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
94 +------------+------------+------------+------------+ |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
95 | Category | Value1 | Value2 | Value3 | |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
96 +============+============+============+============+ |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
97 | A | 10 | 20 | 30 | |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
98 +------------+------------+------------+------------+ |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
99 | B | 15 | 25 | 35 | |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
100 +------------+------------+------------+------------+ |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
101 | C | 20 | 30 | 40 | |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
102 +------------+------------+------------+------------+ |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
103 |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
104 **Example Output** |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
105 |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
106 The tool will generate a scatterplot matrix where: |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
107 - The lower triangle contains regression plots and KDE plots. |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
108 - The upper triangle contains scatterplots with point density coloring. |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
109 - The diagonal contains histograms of individual variables. |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
110 |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
111 **Links** |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
112 |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
113 - For more information about Seaborn's `PairGrid`, visit the official documentation: https://seaborn.pydata.org/generated/seaborn.PairGrid.html |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
114 - For detailed parameter descriptions, refer to the Galaxy tool documentation. |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
115 ]]></help> |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
116 <expand macro="citation"/> |
|
4a46d83cb08f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/seaborn commit 24dc6373560bd5e409fca84154634f5a528001c3
iuc
parents:
diff
changeset
|
117 </tool> |
