Mercurial > repos > goeckslab > squidpy
annotate squidpy_spatial.xml @ 0:be0e7952e229 draft
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
author | goeckslab |
---|---|
date | Mon, 29 Aug 2022 23:20:54 +0000 |
parents | |
children | bad34051dc8a |
rev | line source |
---|---|
0
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
1 <tool id="squidpy_spatial" name="Squidpy Graph and Plotting" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
2 <description>for spatial analysis </description> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
3 <macros> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
4 <import>main_macros.xml</import> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
5 </macros> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
6 <expand macro="squidpy_requirements"/> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
7 <expand macro="macro_stdio" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
8 <version_command>echo "@TOOL_VERSION@"</version_command> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
9 <command> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
10 <![CDATA[ |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
11 python '$__tool_directory__/squidpy_spatial.py' |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
12 --inputs '$inputs' |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
13 --anndata '$anndata' |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
14 --output '$output' |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
15 #if $analyses.selected_tool in ['nhood_enrichment', 'centrality_scores', 'interaction_matrix', 'ligrec', 'ripley', 'co_occurrence']: |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
16 --output_plot "`pwd`/image.png" |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
17 #end if |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
18 |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
19 ]]> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
20 </command> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
21 <configfiles> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
22 <inputs name="inputs" data_style="paths"/> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
23 </configfiles> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
24 <inputs> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
25 <param name="anndata" type="data" format="h5ad" label="Select the input anndata" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
26 <conditional name="analyses"> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
27 <param name="selected_tool" type="select" label="Select an analysis"> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
28 <option value="spatial_neighbors" selected="true">Spatial neighbors -- Create a graph from spatial coordinates</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
29 <option value="nhood_enrichment">nhood_enrichment -- Compute neighborhood enrichment by permutation test.</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
30 <option value="co_occurrence" >co_occurrence -- Compute co-occurrence probability of clusters</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
31 <option value="centrality_scores">centrality_scores -- Compute centrality scores per cluster or cell type</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
32 <option value="interaction_matrix">interaction_matrix -- Compute interaction matrix for clusters</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
33 <option value="ripley">ripley -- Calculate various Ripley’s statistics for point processes</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
34 <option value="ligrec">ligrec -- Perform the permutation test as described in [Efremova et al., 2020]</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
35 <option value="spatial_autocorr">spatial_autocorr -- Calculate Global Autocorrelation Statistic (Moran’s I or Geary’s C)</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
36 <option value="sepal">sepal -- Identify spatially variable genes with Sepal</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
37 </param> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
38 <when value="spatial_neighbors"> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
39 <expand macro="squidpy_spatial_options"> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
40 <param argument="spatial_key" type="text" value="spatial" optional="false" label="The Key where spatial coordinates are stored" help="Key in `anndata.AnnData.obsm`." /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
41 <param argument="coord_type" type="select" label="Type of coordinate system"> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
42 <option value="grid" selected="true">grid</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
43 <option value="generic">generic</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
44 <option value="none">None - use `grid` when `spatial_key` is in `anndata.AnnData.uns with `n_neighs` = 6 (Visium), otherwise `generic`</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
45 </param> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
46 <param argument="n_neighs" type="integer" value="6" label="Number of neighboring tiles" help="When the `coord_type` is generic, this's number of neighborhoods for non-grid data and only used when `delaunay` is False." /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
47 <param argument="radius" type="text" value="" optional="true" label="Radius" help="Only available when coord_type = 'generic'. If float, this is the neighborhood radius to compute the graph; if tuple, this is edge range [min(radius), max(radius)] used prune the final graph." /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
48 <param argument="delaunay" type="boolean" checked="false" optional="true" label="Whether to compute the graph from Delaunay triangulation" help="Only used when coord_type = 'generic'." /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
49 <param argument="n_rings" type="integer" value="1" label="Number of rings of neighbors for grid data" help="Only used when coord_type = 'grid'." /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
50 <param argument="transform" type="select" label="Type of adjacency matrix transform"> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
51 <option value="none" selected="true">None</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
52 <option value="spectral">spectral</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
53 <option value="cosine">cosine</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
54 </param> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
55 <param argument="set_diag" type="boolean" checked="false" label="Whether to set the diagonal of the spatial connectivities to 1.0" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
56 <param argument="key_added" type="text" value="spatial" label="The column name used in anndata to store the returned data" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
57 </expand> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
58 </when> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
59 <when value="nhood_enrichment"> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
60 <param argument="cluster_key" type="text" value="" optional="false" label="Key in anndata.AnnData.obs where clustering is stored" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
61 <expand macro="squidpy_spatial_options"> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
62 <param argument="connectivity_key" type="text" value="" optional="true" label="Key in anndata.AnnData.obsp where spatial connectivities are stored" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
63 <param argument="n_perms" type="integer" value="1000" label="Number of permutations for the permutation test" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
64 <param argument="numba_parallel" type="select" label="Whether to use numba.prange or not"> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
65 <option value="false" selected="true">No -- Recommended for small datasets or small number of interactions</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
66 <option value="true">Yes</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
67 <option value="none">Auto</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
68 </param> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
69 <param argument="seed" type="integer" value="" optional="true" label="Randomness seed" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
70 </expand> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
71 <expand macro="squidpy_plotting_options_more"> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
72 <param argument="mode" type="select" label="Choose one result from gr.nhood_enrichment to plot"> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
73 <option value="zscore" selected="true">zscore</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
74 <option value="count">count</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
75 </param> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
76 </expand> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
77 </when> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
78 <when value="co_occurrence"> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
79 <param argument="cluster_key" type="text" value="" optional="false" label="Key in anndata.AnnData.obs where clustering is stored" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
80 <expand macro="squidpy_spatial_options"> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
81 <param argument="spatial_key" type="text" value="spatial" optional="false" label="The Key where spatial coordinates are stored" help="Key in `anndata.AnnData.obsm`." /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
82 <param argument="n_steps" type="integer" value="50" label="Number of distance thresholds at which co-occurrence is computed" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
83 <param argument="n_splits" type="integer" value="" optional="true" label="Number of splits in which to divide the spatial coordinates" help="In anndata.AnnData.obsm ['{spatial_key}']." /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
84 </expand> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
85 <expand macro="squidpy_plotting_options"> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
86 <expand macro="squidpy_plotting_option_palette" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
87 </expand> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
88 </when> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
89 <when value="centrality_scores"> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
90 <param argument="cluster_key" type="text" value="" optional="false" label="Key in anndata.AnnData.obs where clustering is stored" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
91 <expand macro="squidpy_spatial_options"> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
92 <param argument="score" type="select" label="Centrality measures as described in networkx.algorithms.centrality" help="Refer to [Hagberg et al., 2008]." > |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
93 <option value="none" selected="true">None</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
94 <option value="closeness_centrality">closeness_centrality -- measure of how close the group is to other nodes</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
95 <option value="average_clustering">average_clustering -- measure of the degree to which nodes cluster together</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
96 <option value="degree_centrality">degree_centrality -- fraction of non-group members connected to group members</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
97 </param> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
98 <param argument="connectivity_key" type="text" value="" optional="true" label="Key in anndata.AnnData.obsp where spatial connectivities are stored" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
99 </expand> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
100 <expand macro="squidpy_plotting_options"> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
101 <param argument="score" type="text" value="" optional="true" label="The scores to plot" help="Comma delimited for multiple. If None, plot all scores." /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
102 <expand macro="squidpy_plotting_option_palette" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
103 </expand> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
104 </when> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
105 <when value="interaction_matrix"> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
106 <param argument="cluster_key" type="text" value="" optional="false" label="Key in anndata.AnnData.obs where clustering is stored" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
107 <expand macro="squidpy_spatial_options"> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
108 <param argument="connectivity_key" type="text" value="" optional="true" label="Key in anndata.AnnData.obsp where spatial connectivities are stored" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
109 <param argument="normalized" type="boolean" checked="false" label="Whether to normalize the sum of each row to 1" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
110 <param argument="weights" type="boolean" checked="false" label="Whether to use edge weights or binarize" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
111 </expand> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
112 <expand macro="squidpy_plotting_options_more"/> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
113 </when> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
114 <when value="ripley"> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
115 <param argument="cluster_key" type="text" value="" optional="false" label="Key in anndata.AnnData.obs where clustering is stored" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
116 <expand macro="squidpy_spatial_options"> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
117 <param argument="mode" type="select" label="Which Ripley’s statistic to compute"> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
118 <option value="F" selected="true">F</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
119 <option value="G">G</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
120 <option value="L">L</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
121 </param> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
122 <param argument="spatial_key" type="text" value="spatial" optional="false" label="The Key where spatial coordinates are stored" help="Key in `anndata.AnnData.obsm`." /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
123 <param argument="metric" type="select" label="Which metric to use for computing distances" help="Refer to `sklearn.neighbors.DistanceMetric`." > |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
124 <option value="euclidean" selected="true">euclidean</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
125 <option value="manhattan">manhattan</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
126 <option value="chebyshev">chebyshev</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
127 <option value="minkowski">minkowski</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
128 <option value="wminkowski">wminkowski</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
129 <option value="seuclidean">seuclidean</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
130 <option value="mahalanobis">mahalanobis</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
131 <option value="haversine">haversine</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
132 <option value="hamming">hamming</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
133 <option value="canberra">canberra</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
134 <option value="braycurtis">braycurtis</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
135 </param> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
136 <param argument="n_neigh" type="integer" value="2" label="Number of neighbors to consider for the KNN graph" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
137 <param argument="n_simulations" type="integer" value="100" label="Number of simulations to run for computing p-values" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
138 <param argument="n_observations" type="integer" value="1000" label="Number of observations to generate for the Spatial Poisson Point Process" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
139 <param argument="max_dist" type="float" value="" optional="true" label="Maximum distances for the support" help="If None, max_dist is the square root of area/2."/> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
140 <param argument="n_steps" type="integer" value="50" label="Number of steps for the support" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
141 <param argument="seed" type="integer" value="" optional="true" label="Randomness seed" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
142 </expand> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
143 <expand macro="squidpy_plotting_options"> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
144 <param argument="mode" type="select" label="Ripley’s statistics to be plotted"> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
145 <option value="F" selected="true">F</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
146 <option value="G">G</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
147 <option value="L">L</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
148 </param> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
149 <param argument="plot_sims" type="boolean" checked="true" label="Whether to overlay simulations in the plot" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
150 <expand macro="squidpy_plotting_option_palette" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
151 </expand> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
152 </when> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
153 <when value="ligrec"> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
154 <param argument="cluster_key" type="text" value="" optional="false" label="Key in anndata.AnnData.obs where clustering is stored" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
155 <expand macro="squidpy_spatial_options"> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
156 <param argument="use_raw" type="boolean" checked="true" label="Whether to access anndata.AnnData.raw" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
157 <param argument="interactions" type="data" format="tabular" optional="true" label="Select the dataset containing interaction to test" help="Must contain at least 2 columns named ‘source’ and ‘target’. Can be null, a condition under which the interactions are extracted from omnipath." /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
158 <param argument="complex_policy" type="select" label="Policy on how to handle complexes"> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
159 <option value="min" selected="true">min -- select gene with the minimum average expression</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
160 <option value="all">all -- select all possible combinations between ‘source’ and ‘target’ complexes</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
161 </param> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
162 <param argument="n_perms" type="integer" value="" optional="true" label="Number of permutations for the permutation test." /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
163 <param argument="threshold" type="float" value="0.01" label="Do not perform permutation test if any of the interacting components is being expressed in less than threshold percent of cells within a given cluster" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
164 <param argument="corr_method" type="select" label="Correction method for multiple testing"> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
165 <option value="none" selected="true">None</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
166 <option value="bonferroni">bonferroni</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
167 <option value="sidak">sidak</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
168 <option value="holm-sidak">holm-sidak</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
169 <option value="holm">holm</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
170 <option value="simes-hochberg">simes-hochberg</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
171 <option value="hommel">hommel</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
172 <option value="fdr_bh">fdr_bh</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
173 <option value="fdr_by">fdr_by</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
174 <option value="fdr_tsbh">fdr_tsbh</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
175 <option value="fdr_tsbky">fdr_tsbky</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
176 </param> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
177 <param argument="corr_axis" type="select" label="Axis over which to perform the FDR correction" help="Only used when corr_method != None."> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
178 <option value="clusters" selected="true">clusters -- correct clusters by performing FDR correction across the interactions</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
179 <option value="interactions">interactions -- correct interactions by performing FDR correction across the clusters</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
180 </param> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
181 <param argument="numba_parallel" type="select" label="Whether to use numba.prange or not"> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
182 <option value="false" selected="true">No -- Recommended for small datasets or small number of interactions</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
183 <option value="true">Yes</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
184 <option value="none">Auto</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
185 </param> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
186 <param argument="key_added" type="text" value="" optional="true" label="Key in anndata to store the result" help="In `anndata.AnnData.uns`. If None, '{cluster_key}_ligrec' will be used." /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
187 <param argument="gene_symbols" type="text" value="" optional="true" label="Key in anndata.AnnData.var to use instead of anndata.AnnData.var_names" help="Optional." /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
188 <param argument="seed" type="integer" value="" label="Randomness seed" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
189 </expand> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
190 <expand macro="squidpy_plotting_options"> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
191 <param argument="source_groups" type="text" value="" optional="true" label="Source interaction clusters" help="Comma delimited. If None, select all clusters." /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
192 <param argument="target_groups" type="text" value="" optional="true" label="Target interaction clusters" help="Comma delimited. If None, select all clusters." /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
193 <param argument="means_range" type="text" value="(-inf, inf)" label="Only show interactions whose means are within this closed interval" help="Tuple of floats. e.g.: (-10, 10)." /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
194 <param argument="pvalue_threshold" type="float" value="1.0" label="Only show interactions with p-value less than this threshold" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
195 <param argument="remove_empty_interactions" type="boolean" checked="true" label="Whether to remove rows and columns that only contain interactions with NaN values?" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
196 <param argument="remove_nonsig_interactions" type="boolean" checked="false" label="Whether to remove rows and columns that only contain interactions that are larger than `alpha`? " /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
197 <param argument="dendrogram" type="select" label="How to cluster based on the p-values?"> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
198 <option value="none" selected="true">None</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
199 <option value="interacting_molecules">interacting_molecules</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
200 <option value="interacting_clusters">interacting_clusters</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
201 <option value="both">both</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
202 </param> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
203 <param argument="alpha" type="float" value="0.001" label="Significance threshold" help="All elements with p-values less than alpha will be marked by tori instead of dots." /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
204 <param argument="swap_axes" type="boolean" checked="false" label="Whether to show the cluster combinations as rows and the interacting pairs as columns" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
205 </expand> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
206 </when> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
207 <when value="spatial_autocorr"> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
208 <expand macro="squidpy_spatial_options"> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
209 <param argument="connectivity_key" type="text" value="spatial_connectivities" label="Key in anndata.AnnData.obsp where spatial connectivities are stored" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
210 <param argument="genes" type="text" value="" optional="true" label="List of gene names, as stored in anndata.AnnData.var_names" help="Comma delitimited. Used to compute global spatial autocorrelation statistic. If None, it’s computed anndata.AnnData.var ['highly_variable']." /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
211 <param argument="mode" type="select"> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
212 <option value="moran" selected="true">moran</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
213 <option value="geary">geary</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
214 </param> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
215 <param argument="transformation" type="boolean" checked="true" label="Whether to perform row-normalization on weights in anndata.AnnData.obsp ['spatial_connectivities']" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
216 <param argument="n_perms" type="integer" value="" optional="true" label="Number of permutations for the permutation test." help="If None, only p-values under normality assumption are computed"/> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
217 <param argument="two_tailed" type="boolean" checked="false" label="Are the p-values two-tailed?" help="One-tailed, if False." /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
218 <param argument="corr_method" type="select" label="Correction method for multiple testing"> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
219 <option value="none" selected="true">None</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
220 <option value="bonferroni">bonferroni</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
221 <option value="sidak">sidak</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
222 <option value="holm-sidak">holm-sidak</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
223 <option value="holm">holm</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
224 <option value="simes-hochberg">simes-hochberg</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
225 <option value="hommel">hommel</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
226 <option value="fdr_bh">fdr_bh</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
227 <option value="fdr_by">fdr_by</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
228 <option value="fdr_tsbh">fdr_tsbh</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
229 <option value="fdr_tsbky">fdr_tsbky</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
230 </param> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
231 <param argument="layer" type="text" value="" optional="true" label="Layer in anndata.AnnData.layers to use" help="If None, use anndata.AnnData.X." /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
232 <param argument="seed" type="integer" value="" optional="true" label="Randomness seed" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
233 </expand> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
234 </when> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
235 <when value="sepal"> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
236 <expand macro="squidpy_spatial_options"> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
237 <param argument="max_neighs" type="select" label="Maximum number of neighbors of a node in the graph"> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
238 <option value="4" selected="true">4 -- for a square-grid (ST, Dbit-seq)</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
239 <option value="6">6 -- for a hexagonal-grid (Visium)</option> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
240 </param> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
241 <param argument="genes" type="text" value="" optional="true" label="List of gene names, as stored in anndata.AnnData.var_names" help="Comma delitimited. Used to compute global spatial autocorrelation statistic. If None, it’s computed anndata.AnnData.var ['highly_variable']." /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
242 <param argument="n_iter" type="integer" value="30000" optional="true" label="Maximum number of iterations for the diffusion simulation" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
243 <param argument="dt" type="float" value="0.001" label="Time step in diffusion simulation" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
244 <param argument="thresh" type="float" value="1e-8" label="Entropy threshold for convergence of diffusion simulation" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
245 <param argument="spatial_key" type="text" value="spatial" optional="false" label="The Key where spatial coordinates are stored" help="Key in `anndata.AnnData.obsm`." /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
246 <param argument="connectivity_key" type="text" value="spatial_connectivities" label="Key in anndata.AnnData.obsp where spatial connectivities are stored" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
247 <param argument="layer" type="text" value="" optional="true" label="Layer in anndata.AnnData.layers to use" help="If None, use anndata.AnnData.X." /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
248 <param argument="use_raw" type="boolean" checked="true" label="Whether to access anndata.AnnData.raw" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
249 </expand> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
250 </when> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
251 </conditional> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
252 </inputs> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
253 <outputs> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
254 <data format="h5ad" name="output" label="Squidpy.gr.${analyses.selected_tool} on ${on_string}" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
255 <data from_work_dir="image.png" format="png" name="output_plot" label="Squidpy.pl.${analyses.selected_tool} on ${on_string}" > |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
256 <filter>analyses['selected_tool'] in ['nhood_enrichment', 'centrality_scores', 'interaction_matrix', 'ligrec', 'ripley', 'co_occurrence']</filter> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
257 </data> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
258 </outputs> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
259 <tests> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
260 <test> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
261 <param name="anndata" value="imc.h5ad" ftype="h5ad" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
262 <param name="selected_tool" value="spatial_neighbors" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
263 <output name="output"> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
264 <assert_contents> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
265 <has_h5_keys keys="uns/spatial_neighbors" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
266 </assert_contents> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
267 </output> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
268 </test> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
269 <test> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
270 <param name="anndata" value="imc_sn.h5ad" ftype="h5ad" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
271 <param name="selected_tool" value="nhood_enrichment" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
272 <param name="cluster_key" value="cell type" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
273 <output name="output"> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
274 <assert_contents> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
275 <has_h5_keys keys="uns/cell type_nhood_enrichment" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
276 </assert_contents> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
277 </output> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
278 <output name="output_plot" file="imc_nhood_enrichment.png" compare="sim_size" delta="2000" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
279 </test> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
280 <test> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
281 <param name="anndata" value="imc_sn.h5ad" ftype="h5ad" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
282 <param name="selected_tool" value="co_occurrence" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
283 <param name="cluster_key" value="cell type" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
284 <output name="output"> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
285 <assert_contents> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
286 <has_h5_keys keys="uns/cell type_co_occurrence" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
287 </assert_contents> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
288 </output> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
289 <output name="output_plot" file="imc_co_occurrence.png" compare="sim_size" delta="2000" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
290 </test> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
291 <test> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
292 <param name="anndata" value="imc_sn.h5ad" ftype="h5ad" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
293 <param name="selected_tool" value="centrality_scores" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
294 <param name="cluster_key" value="cell type" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
295 <output name="output"> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
296 <assert_contents> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
297 <has_h5_keys keys="uns/cell type_centrality_scores" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
298 </assert_contents> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
299 </output> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
300 <output name="output_plot" file="imc_centrality_scores.png" compare="sim_size" delta="2000" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
301 </test> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
302 <test> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
303 <param name="anndata" value="imc_sn.h5ad" ftype="h5ad" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
304 <param name="selected_tool" value="interaction_matrix" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
305 <param name="cluster_key" value="cell type" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
306 <output name="output"> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
307 <assert_contents> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
308 <has_h5_keys keys="uns/cell type_interactions" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
309 </assert_contents> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
310 </output> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
311 <output name="output_plot" file="imc_interaction_matrix.png" compare="sim_size" delta="2000" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
312 </test> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
313 <test> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
314 <param name="anndata" value="imc_sn.h5ad" ftype="h5ad" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
315 <param name="selected_tool" value="ripley" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
316 <param name="cluster_key" value="cell type" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
317 <output name="output"> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
318 <assert_contents> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
319 <has_h5_keys keys="uns/cell type_ripley_F" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
320 </assert_contents> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
321 </output> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
322 <output name="output_plot" file="imc_ripley.png" compare="sim_size" delta="2000" /> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
323 </test> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
324 </tests> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
325 <help> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
326 <![CDATA[ |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
327 **What it does** |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
328 |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
329 This tool includes various of single cell spatial analysis utils provided by Squidpy. |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
330 |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
331 **Input** |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
332 |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
333 *AnnData* |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
334 |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
335 **Output** |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
336 |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
337 *Anndata* |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
338 |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
339 *Plotting (PNG) if applicable* |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
340 |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
341 |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
342 ]]> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
343 </help> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
344 <citations> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
345 </citations> |
be0e7952e229
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/squidpy commit ee16860018eba110ff845d62b18396db22abd91e
goeckslab
parents:
diff
changeset
|
346 </tool> |