Mercurial > repos > iuc > episcanpy_cluster_embed
annotate cluster_embed.xml @ 1:51dbb534fbce draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit bb79cb8cad3bc1433bff7caf9d7b45e7993dd470
| author | iuc |
|---|---|
| date | Sat, 22 Apr 2023 12:13:18 +0000 |
| parents | 43711b22f28b |
| children |
| rev | line source |
|---|---|
|
0
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
1 <tool id="episcanpy_cluster_embed" name="Cluster, embed and annotate" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
2 <description>with EpiScanpy</description> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
3 <macros> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
4 <import>macros.xml</import> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
5 </macros> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
6 <expand macro="bio_tools"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
7 <expand macro="requirements"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
8 <expand macro="version_command"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
9 <command detect_errors="exit_code"><![CDATA[ |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
10 @CMD@ |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
11 ]]></command> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
12 <configfiles> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
13 <configfile name="script_file"><![CDATA[ |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
14 @CMD_imports@ |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
15 @CMD_read_inputs@ |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
16 import episcanpy as esc |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
17 #if $method.method == 'pp.lazy' |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
18 esc.pp.lazy( |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
19 adata, |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
20 pp_pca=$method.lazy_pp_pca, |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
21 svd_solver='$method.lazy_svd_solver', |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
22 nb_pcs=$method.lazy_nb_pcs, |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
23 n_neighbors=$method.lazy_n_neighbors, |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
24 perplexity=$method.lazy_perplexity, |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
25 method='$method.lazy_method', |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
26 metric='$method.lazy_metric', |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
27 min_dist=$method.lazy_min_dist, |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
28 spread=$method.lazy_spread, |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
29 use_highly_variable=$method.lazy_use_highly_variable, |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
30 n_components=$method.lazy_n_components, |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
31 ) |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
32 |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
33 #else if $method.method == 'tl.rank_features' |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
34 esc.tl.rank_features( |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
35 adata, |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
36 omic='ATAC', |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
37 groupby='$method.rank_features_groupby', |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
38 use_raw=$method.rank_features_use_raw, |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
39 groups='$method.rank_features_groups', |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
40 reference='$method.rank_features_reference', |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
41 n_features=$method.rank_features_n_features, |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
42 rankby_abs=$method.rank_features_rankby_abs, |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
43 key_added='$method.rank_features_key_added', |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
44 copy=False, |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
45 method='$method.rank_features_method', |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
46 corr_method='$method.rank_features_corr_method' |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
47 ) |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
48 |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
49 #else if $method.method == 'tl.get_n_clusters' |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
50 esc.tl.getNClusters( |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
51 adata, |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
52 n_cluster=$method.get_n_clusters_n_cluster, |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
53 range_min=$method.get_n_clusters_range_min, |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
54 range_max=$method.get_n_clusters_range_max, |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
55 max_steps=$method.get_n_clusters_max_steps, |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
56 method='$method.get_n_clusters_method', |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
57 key_added='$method.get_n_clusters_key_added' |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
58 ) |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
59 |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
60 #else if $method.method == 'tl.kmeans' |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
61 esc.tl.kmeans( |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
62 adata, |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
63 num_clusters=$method.kmeans_num_clusters |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
64 ) |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
65 |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
66 #else if $method.method == 'tl.hc' |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
67 esc.tl.hc( |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
68 adata, |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
69 num_clusters=$method.hc_num_clusters |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
70 ) |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
71 #end if |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
72 adata.write('anndata.h5ad') |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
73 ]]></configfile> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
74 </configfiles> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
75 <inputs> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
76 <expand macro="inputs_anndata"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
77 <conditional name="method"> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
78 <param argument="method" type="select" label="Method used for Clustering or Embedding"> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
79 <option value="pp.lazy">Embedding: Automatically compute PCA coordinates, loadings and variance decomposition, a neighborhood graph of observations, t-distributed stochastic neighborhood embedding (tSNE) Uniform Manifold Approximation and Projection (UMAP), using 'pp.lazy'</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
80 <option value="tl.rank_features">Rank features for characterizing groups, using 'tl.rank_features'</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
81 <option value="tl.get_n_clusters">Clustering: Test different settings of louvain to obtain the target number of clusters, using 'tl.getNClusters'</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
82 <option value="tl.kmeans">Clustering: Compute kmeans clustering using X_pca fits, using 'tl.kmeans'</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
83 <option value="tl.hc">Clustering: Compute hierarchical clustering using X_pca fits, using 'tl.hc'</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
84 </param> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
85 <when value="pp.lazy"> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
86 <param name="lazy_pp_pca" value="True" type="select" label="Compute PCA coordinates before the neighborhood graph" help="(pp_pca)"> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
87 <option value="True" selected="true">True</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
88 <option value="False">False</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
89 </param> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
90 <param name="lazy_svd_solver" type="select" label="SVD solver to use" help="(svd_solver)"> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
91 <option value="arpack" selected="true">arpack (for the ARPACK wrapper in SciPy)</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
92 <option value="randomized">randomized (for the randomized algorithm due to Halko (2009)</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
93 <option value="auto">auto (chooses automatically depending on the size of the problem)</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
94 <option value="lobpcg">lobpcg (an alternative SciPy solver)</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
95 </param> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
96 <param name="lazy_nb_pcs" value="50" min="0" type="integer" label="Number of principal component computed for PCA (and therefore neighbors, tsne and umap)" help="(nb_pcs)"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
97 <param name="lazy_n_neighbors" value="15" min="0" type="integer" label="Size of the local neighborhood (number of neighboring data points) used for manifold approximation" help="(n_neighbors)"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
98 <param name="lazy_perplexity" value="30" min="0" type="integer" label="Perplexity (number of nearest neighbors used in other manifold learning algorithms)" help="(perplexity)"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
99 <param name="lazy_method" type="select" label="Kernel to use for computing connectivities" help="(method)"> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
100 <option value="umap" selected="true">umap</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
101 <option value="gauss">gauss</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
102 </param> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
103 <param name="lazy_metric" type="select" label="Metric that returns a distance" help="(metric)"> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
104 <option value="euclidean" selected="true">euclidean</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
105 <option value="cityblock">cityblock</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
106 <option value="cosine">cosine</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
107 <option value="l1">l1</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
108 <option value="l2">l2</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
109 <option value="manhattan">manhattan</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
110 <option value="braycurtis">braycurtis</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
111 <option value="canberra">canberra</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
112 <option value="chebyshev">chebyshev</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
113 <option value="correlation">correlation</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
114 <option value="dice">dice</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
115 <option value="hamming">hamming</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
116 <option value="jaccard">jaccard</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
117 <option value="kulsinski">kulsinski</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
118 <option value="mahalanobis">mahalanobis</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
119 <option value="minkowski">minkowski</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
120 <option value="rogerstanimoto">rogerstanimoto</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
121 <option value="russelrao">russelrao</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
122 <option value="seuclidean">seuclidean</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
123 <option value="sokalmichener">sokalmichener</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
124 <option value="sokalsneath">sokalsneath</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
125 <option value="sqeuclidean">sqeuclidean</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
126 <option value="yule">yule</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
127 </param> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
128 <param name="lazy_min_dist" value="0.5" min="0" type="float" label="The effective minimum distance between embedded points" help="(min_dist)"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
129 <param name="lazy_spread" value="1.0" type="float" label="The effective scale of embedded points" help="(spread)"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
130 <param name="lazy_use_highly_variable" type="select" label="Use highly variable genes only" help="(use_highly_variable)"> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
131 <option value="True">True</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
132 <option value="False" selected="true">False</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
133 </param> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
134 <param name="lazy_n_components" value="2" min="0" type="integer" label="The number of dimensions of the UMAP embedding" help="(n_components)"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
135 </when> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
136 <when value="tl.rank_features"> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
137 <param name="rank_features_groupby" value="louvain" type="text" label="The key of the observations grouping to consider" help="(groupby)"> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
138 <sanitizer invalid_char=""> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
139 <valid initial="string.letters,string.digits"> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
140 <add value="_" /> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
141 <add value="-" /> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
142 <add value=" " /> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
143 <add value="." /> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
144 </valid> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
145 </sanitizer> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
146 <validator type="regex">[0-9a-zA-Z_. -]+</validator> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
147 </param> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
148 <param name="rank_features_use_raw" type="select" label="Use raw attribute of Anndata if present" help="(use_raw)"> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
149 <option value="True" selected="true">True</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
150 <option value="False">False</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
151 </param> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
152 <param name="rank_features_groups" value="all" type="text" label="Subset of groups, to which comparison shall be restricted" help="(groups)"> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
153 <sanitizer invalid_char=""> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
154 <valid initial="string.letters,string.digits"> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
155 <add value="_" /> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
156 <add value="-" /> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
157 <add value="." /> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
158 <add value=" " /> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
159 <add value="," /> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
160 </valid> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
161 </sanitizer> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
162 <validator type="regex">[0-9a-zA-Z_., -]+</validator> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
163 </param> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
164 <param name="rank_features_reference" value="rest" type="text" label="Compare each group with respect to this group" help="(reference)"> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
165 <sanitizer invalid_char=""> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
166 <valid initial="string.letters,string.digits"> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
167 <add value="_" /> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
168 <add value="-" /> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
169 <add value="." /> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
170 <add value=" " /> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
171 <add value="," /> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
172 </valid> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
173 </sanitizer> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
174 <validator type="regex">[0-9a-zA-Z_., -]+</validator> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
175 </param> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
176 <param name="rank_features_n_features" value="100" min="1" type="integer" label="The number of features that appear in the returned tables" help="(n_features)"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
177 <param name="rank_features_rankby_abs" type="select" label="Rank genes by the absolute value of the score, not by the score" help="(rankby_abs)"> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
178 <option value="True" >True</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
179 <option value="False" selected="true">False</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
180 </param> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
181 <param name="rank_features_key_added" value="rank_features_groups" type="text" label="The key in adata.uns information is saved to" help="(key_added)"> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
182 <sanitizer invalid_char=""> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
183 <valid initial="string.letters,string.digits"> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
184 <add value="_" /> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
185 <add value="-" /> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
186 <add value="." /> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
187 <add value=" " /> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
188 <add value="," /> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
189 </valid> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
190 </sanitizer> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
191 <validator type="regex">[0-9a-zA-Z_., -]+</validator> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
192 </param> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
193 <param name="rank_features_method" type="select" label="Method to use" help="(method)"> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
194 <option value="" selected="true">Auto select for ATAC</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
195 <option value="logreg">Logistic regression</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
196 <option value="t-test" >t-test</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
197 <option value="t-test_overestim_var">t-test_overestim_var</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
198 <option value="wilcoxon">Wilcoxon rank sum</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
199 </param> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
200 <param name="rank_features_corr_method" value="benjamini-hochberg" type="select" label="p-value correction method" help="(corr_method)"> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
201 <option value="benjamini-hochberg">Benjamini Hochberg</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
202 <option value="bonferroni">Bonferroni</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
203 </param> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
204 </when> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
205 <when value="tl.get_n_clusters"> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
206 <param name="get_n_clusters_n_cluster" value="14" min="1" type="integer" label="Number of clusters" help="(n_cluster)"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
207 <param name="get_n_clusters_method" type="select" label="Clustering method to use" help="(method)"> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
208 <option value="leiden" selected="true">leiden</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
209 <option value="louvain">louvain</option> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
210 </param> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
211 <param name="get_n_clusters_range_min" value="0" min="0" type="integer" label="Range minimum" help="(range_min)"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
212 <param name="get_n_clusters_range_max" value="3" min="1" type="integer" label="Range maximum" help="(range_max)"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
213 <param name="get_n_clusters_max_steps" value="20" min="1" type="integer" label="Maximum number of steps" help="(max_steps)"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
214 <param name="get_n_clusters_key_added" value="None" type="text" label="Variable name in obs" help="(key_added)"> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
215 <sanitizer invalid_char=""> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
216 <valid initial="string.letters,string.digits"> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
217 <add value="_" /> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
218 <add value="-" /> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
219 <add value="." /> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
220 <add value=" " /> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
221 <add value="," /> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
222 </valid> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
223 </sanitizer> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
224 <validator type="regex">[0-9a-zA-Z_., -]+</validator> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
225 </param> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
226 </when> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
227 <when value="tl.kmeans"> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
228 <param name="kmeans_num_clusters" value="14" min="1" type="integer" label="Number of clusters" help="(num_clusters)"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
229 </when> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
230 <when value="tl.hc"> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
231 <param name="hc_num_clusters" value="14" min="1" type="integer" label="Number of clusters" help="(num_clusters)"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
232 </when> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
233 </conditional> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
234 <expand macro="inputs_common_advanced"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
235 </inputs> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
236 <outputs> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
237 <expand macro="anndata_outputs"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
238 </outputs> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
239 <tests> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
240 <test expect_num_outputs="2"> |
|
1
51dbb534fbce
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit bb79cb8cad3bc1433bff7caf9d7b45e7993dd470
iuc
parents:
0
diff
changeset
|
241 <!-- pp.lazy --> |
|
0
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
242 <param name="adata" value="krumsiek11.h5ad" /> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
243 <conditional name="method"> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
244 <param name="method" value="pp.lazy"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
245 <param name="lazy_pp_pca" value="True"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
246 <param name="lazy_svd_solver" value="arpack"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
247 <param name="lazy_nb_pcs" value="5"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
248 <param name="lazy_pp_n_neighbors" value="15"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
249 <param name="lazy_pp_perplexity" value="30"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
250 <param name="lazy_method" value="umap"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
251 <param name="lazy_metric" value="euclidean"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
252 <param name="lazy_min_dist" value="0.5"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
253 <param name="lazy_spread" value="1.0"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
254 <param name="lazy_use_highly_variable" value="False"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
255 <param name="lazy_n_components" value="2"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
256 </conditional> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
257 <section name="advanced_common"> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
258 <param name="show_log" value="true" /> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
259 </section> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
260 <output name="hidden_output"> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
261 <assert_contents> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
262 <has_text_matching expression="esc.pp.lazy"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
263 <has_text_matching expression="adata"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
264 <has_text_matching expression="nb_pcs=5"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
265 </assert_contents> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
266 </output> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
267 <output name="anndata_out" file="krumsiek11.pp.lazy.h5ad" ftype="h5ad" compare="sim_size"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
268 </test> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
269 <test expect_num_outputs="2"> |
|
1
51dbb534fbce
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit bb79cb8cad3bc1433bff7caf9d7b45e7993dd470
iuc
parents:
0
diff
changeset
|
270 <!-- tl.rank_features --> |
|
0
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
271 <param name="adata" value="krumsiek11.pp.lazy.tl.louvain.h5ad" /> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
272 <conditional name="method"> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
273 <param name="method" value="tl.rank_features"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
274 <param name="rank_features_groupby" value="louvain"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
275 <param name="rank_features_use_raw" value="False"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
276 <param name="rank_features_groups" value="all"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
277 <param name="rank_features_reference" value="rest"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
278 <param name="rank_features_n_features" value="100"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
279 <param name="rank_features_rankby_abs" value="False"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
280 <param name="rank_features_key_added" value="rank_features_groups"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
281 <param name="rank_features_method" value=""/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
282 <param name="rank_features_corr_method" value="benjamini-hochberg"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
283 </conditional> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
284 <section name="advanced_common"> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
285 <param name="show_log" value="true" /> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
286 </section> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
287 <output name="anndata_out" file="krumsiek11.tl.rank_features.h5ad" ftype="h5ad"> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
288 <assert_contents> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
289 <has_h5_keys keys="obs, uns, obsm, varm, obsp" /> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
290 </assert_contents> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
291 </output> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
292 </test> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
293 <test expect_num_outputs="2"> |
|
1
51dbb534fbce
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit bb79cb8cad3bc1433bff7caf9d7b45e7993dd470
iuc
parents:
0
diff
changeset
|
294 <!-- tl.get_n_clusters --> |
|
0
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
295 <param name="adata" value="krumsiek11.pp.lazy.tl.louvain.h5ad" /> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
296 <conditional name="method"> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
297 <param name="method" value="tl.get_n_clusters"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
298 <param name="get_n_clusters_n_clusters" value="3"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
299 <param name="get_n_clusters_method" value="louvain"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
300 <param name="get_n_clusters_range_min" value="0"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
301 <param name="get_n_clusters_range_max" value="3"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
302 <param name="get_n_clusters_max_steps" value="20"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
303 <conditional name="get_n_clusters_obs_key"> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
304 <param name="get_n_clusters_key_added" value="None"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
305 </conditional> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
306 </conditional> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
307 <section name="advanced_common"> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
308 <param name="show_log" value="true" /> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
309 </section> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
310 <output name="anndata_out" file="krumsiek11.tl.get_n_clusters.h5ad" ftype="h5ad"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
311 </test> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
312 <test expect_num_outputs="2"> |
|
1
51dbb534fbce
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit bb79cb8cad3bc1433bff7caf9d7b45e7993dd470
iuc
parents:
0
diff
changeset
|
313 <!-- tl.kmeans --> |
|
0
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
314 <param name="adata" value="krumsiek11.pp.lazy.h5ad" /> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
315 <conditional name="method"> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
316 <param name="method" value="tl.kmeans"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
317 <param name="kmeans_num_clusters" value="14"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
318 </conditional> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
319 <section name="advanced_common"> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
320 <param name="show_log" value="true" /> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
321 </section> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
322 <output name="anndata_out" file="krumsiek11.tl.kmeans.h5ad" ftype="h5ad"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
323 </test> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
324 <test expect_num_outputs="2"> |
|
1
51dbb534fbce
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit bb79cb8cad3bc1433bff7caf9d7b45e7993dd470
iuc
parents:
0
diff
changeset
|
325 <!-- tl.hc --> |
|
0
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
326 <param name="adata" value="krumsiek11.pp.lazy.h5ad" /> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
327 <conditional name="method"> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
328 <param name="method" value="tl.hc"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
329 <param name="hc_num_clusters" value="14"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
330 </conditional> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
331 <section name="advanced_common"> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
332 <param name="show_log" value="true" /> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
333 </section> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
334 <output name="anndata_out" file="krumsiek11.tl.hc.h5ad" ftype="h5ad"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
335 </test> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
336 </tests> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
337 <help><![CDATA[ |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
338 |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
339 Automatically compute PCA coordinates (`pp.lazy`) |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
340 ======================================================================================== |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
341 This function automatically computes PCA coordinates, loadings and variance decomposition, a neighborhood graph of |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
342 observations, t-distributed stochastic neighborhood embedding (tSNE) Uniform Manifold Approximation and Projection (UMAP). |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
343 |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
344 More details on the `episcanpy documentation |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
345 <https://colomemaria.github.io/episcanpy_doc/api/episcanpy.api.pp.lazy.html>`__ |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
346 |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
347 Automatically obtain target number of clusters (`tl.getNClusters`) |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
348 ======================================================================================== |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
349 This function will test different settings of louvain to obtain the target number of clusters. |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
350 |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
351 More details on the `episcanpy documentation |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
352 <https://colomemaria.github.io/episcanpy_doc/api/episcanpy.api.tl.getNClusters.html>`__ |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
353 |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
354 Perform kmeans clustering (`tl.kmeans`) |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
355 ======================================================================================== |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
356 This function will perform kmeans clustering using X_pca fits. |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
357 |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
358 More details on the `episcanpy documentation |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
359 <https://colomemaria.github.io/episcanpy_doc/api/episcanpy.api.tl.kmeans.html>`__ |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
360 |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
361 Compute hierarchical clustering using X_pca fits (`tl.hc`) |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
362 =================================================================== |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
363 |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
364 This function computes heirarchical clustering using X_pca fits using random_state=2019. |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
365 |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
366 More details on the `episcanpy documentation |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
367 <https://colomemaria.github.io/episcanpy_doc/api/episcanpy.api.tl.hc.html>`__ |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
368 ]]></help> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
369 <expand macro="citations"/> |
|
43711b22f28b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit ce8ee43d7285503a24c7b0f55c09c513be8c66f5
iuc
parents:
diff
changeset
|
370 </tool> |
