Mercurial > repos > iuc > seurat_clustering
comparison neighbors_clusters_markers.xml @ 1:51eb02d9b17a draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat_v5 commit 566984b588e88225f0b3f2dae88c6fd084315e7c
author | iuc |
---|---|
date | Tue, 05 Nov 2024 11:54:58 +0000 |
parents | 94f1b9c7286f |
children |
comparison
equal
deleted
inserted
replaced
0:94f1b9c7286f | 1:51eb02d9b17a |
---|---|
1 <tool id="seurat_clustering" name="Seurat Find Clusters" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> | 1 <tool id="seurat_clustering" name="Seurat Find Clusters" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
2 <description>- Neighbors and Markers</description> | 2 <description>- Neighbors and Markers</description> |
3 <macros> | 3 <macros> |
4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 </macros> | 5 </macros> |
6 <expand macro="bio_tools"/> | |
6 <expand macro="requirements"/> | 7 <expand macro="requirements"/> |
7 <expand macro="version_command"/> | 8 <expand macro="version_command"/> |
8 <command detect_errors="exit_code"><![CDATA[ | 9 <command detect_errors="exit_code"><![CDATA[ |
9 @CMD@ | 10 @CMD@ |
10 ]]></command> | 11 ]]></command> |
752 <https://satijalab.org/seurat/reference/findneighbors>`__ | 753 <https://satijalab.org/seurat/reference/findneighbors>`__ |
753 | 754 |
754 FindMultiModalNeighbors | 755 FindMultiModalNeighbors |
755 ======================= | 756 ======================= |
756 | 757 |
757 This function will construct a weighted nearest neighbor (WNN) graph for two modalities (e.g. RNA-seq and CITE-seq). For each cell, we identify the nearest neighbors based on a weighted combination of two modalities. | 758 This function will construct a weighted nearest neighbor (WNN) graph for two modalities (e.g. RNA-seq and CITE-seq). For each cell, we identify the nearest neighbors based on a weighted combination of two modalities. |
758 | 759 |
759 Takes as input two dimensional reductions, one computed for each modality. | 760 Takes as input two dimensional reductions, one computed for each modality. |
760 | 761 |
761 More details on the `seurat documentation | 762 More details on the `seurat documentation |
762 <https://satijalab.org/seurat/reference/findmultimodalneighbors>`__ | 763 <https://satijalab.org/seurat/reference/findmultimodalneighbors>`__ |