# HG changeset patch # User iuc # Date 1753980663 0 # Node ID 3728380d1dff00cf1b9a616c8f879fb81aa4c7ae # Parent baa3ae7ac42cc2c5926cef2acb982c55f512fd7c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/schicexplorer commit c535679b4086f5bd1a75e9765b8708bf1bd2d81b diff -r baa3ae7ac42c -r 3728380d1dff macros.xml --- a/macros.xml Fri Apr 14 14:29:00 2023 +0000 +++ b/macros.xml Thu Jul 31 16:51:03 2025 +0000 @@ -3,6 +3,12 @@ 4 22.05 + + + hicexplorer + + + schicexplorer @@ -173,4 +179,4 @@ - \ No newline at end of file + diff -r baa3ae7ac42c -r 3728380d1dff scHicCluster.xml --- a/scHicCluster.xml Fri Apr 14 14:29:00 2023 +0000 +++ b/scHicCluster.xml Thu Jul 31 16:51:03 2025 +0000 @@ -4,6 +4,7 @@ scHicCluster macros.xml + - + @@ -40,8 +41,8 @@ - - + + @@ -85,9 +86,9 @@ Clustering on raw data ====================== -scHicCluster uses kmeans or spectral clustering to associate each cell to a cluster and therefore to its cell cycle. -The clustering can be run on the raw data, on a kNN computed via the exact euclidean distance or via PCA. -Please consider also the other clustering and dimension reduction approaches of the scHicExplorer suite such as `scHicCluster`, `scHicClusterMinHash` and `scHicClusterSVL`. +scHicCluster uses kmeans or spectral clustering to associate each cell to a cluster and therefore to its cell cycle. +The clustering can be run on the raw data, on a kNN computed via the exact euclidean distance or via PCA. +Please consider also the other clustering and dimension reduction approaches of the scHicExplorer suite such as `scHicCluster`, `scHicClusterMinHash` and `scHicClusterSVL`. They can give you better results, can be faster or less memory demanding. For more information about scHiCExplorer please consider our documentation on readthedocs.io_