# HG changeset patch # User iuc # Date 1581330422 18000 # Node ID 6f2d2c7f77ee81631f349a8f49cb98d5eade2ddc # Parent 766be978777ae3349390d4f936db7bdeb19fe1f3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy/ commit 6b5d0d6f038ebd0fae5dbca02ada51555518ed85" diff -r 766be978777a -r 6f2d2c7f77ee cluster_reduce_dimension.xml --- a/cluster_reduce_dimension.xml Wed Dec 18 15:59:37 2019 -0500 +++ b/cluster_reduce_dimension.xml Mon Feb 10 05:27:02 2020 -0500 @@ -1,5 +1,5 @@ - - infer trajectories and embed with scanpy + + with scanpy macros.xml @@ -540,8 +540,8 @@ This requires to run `pp.neighbors`, first. -More details on the `scanpy documentation -`_ +More details on the `tl.louvain scanpy documentation +`_ Cluster cells into subgroups (`tl.leiden`) ========================================== @@ -550,24 +550,24 @@ The Louvain algorithm has been proposed for single-cell analysis by Levine et al, 2015. -More details on the `scanpy documentation -`_ +More details on the `tl.leiden scanpy documentation +`_ Computes PCA (principal component analysis) coordinates, loadings and variance decomposition, using `pp.pca` ============================================================================================================ @CMD_pca_outputs@ -More details on the `scanpy documentation -`__ +More details on the `pp.pca scanpy documentation +`__ Computes PCA (principal component analysis) coordinates, loadings and variance decomposition, using `tl.pca` ============================================================================================================ @CMD_pca_outputs@ -More details on the `scanpy documentation -`__ +More details on the `tl.pca scanpy documentation +`__ Diffusion Maps, using `tl.diffmap` ================================== @@ -588,8 +588,8 @@ observations annotation (obsm). It is the right eigen basis of the transition matrix with eigenvectors as colum. It can be accessed using the inspect tool for AnnData -More details on the `scanpy documentation -`__ +More details on the `tl.diffmap scanpy documentation +`__ t-distributed stochastic neighborhood embedding (tSNE), using `tl.tsne` ======================================================================= @@ -600,8 +600,8 @@ It returns `X_tsne`, tSNE coordinates of data. -More details on the `scanpy documentation -`__ +More details on the `tl.tsne scanpy documentation +`__ Embed the neighborhood graph using UMAP, using `tl.umap` ======================================================== @@ -620,8 +620,8 @@ The UMAP coordinates of data are added to the return AnnData in the multi-dimensional observations annotation (obsm). This data is accessible using the inspect tool for AnnData -More details on the `scanpy documentation -`__ +More details on the `tl.umap scanpy documentation +`__ Force-directed graph drawing, using `tl.draw_graph` =================================================== @@ -639,8 +639,8 @@ The coordinates of graph layout are added to the return AnnData in the multi-dimensional observations annotation (obsm). This data is accessible using the inspect tool for AnnData. -More details on the `scanpy documentation -`__ +More details on the `tl.draw_graph scanpy documentation +`__ Infer progression of cells through geodesic distance along the graph (`tl.dpt`) =============================================================================== @@ -669,7 +669,7 @@ The tool is similar to the R package `destiny` of Angerer et al (2016). More details on the `tl.dpt scanpy documentation -`_ +`_ Generate cellular maps of differentiation manifolds with complex topologies (`tl.paga`) @@ -700,7 +700,7 @@ These datasets are stored in the unstructured annotation (uns) and can be accessed using the inspect tool for AnnData objects More details on the `tl.paga scanpy documentation -`_ +`_ ]]>