# HG changeset patch # User iuc # Date 1730807709 0 # Node ID 74fa68f4e579853d02b7aa980f24f9d830378c04 # Parent 4341b8ff2a46613a8e7f3bcbaf7e77d3b2a8db37 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat_v5 commit 566984b588e88225f0b3f2dae88c6fd084315e7c diff -r 4341b8ff2a46 -r 74fa68f4e579 integrate.xml --- a/integrate.xml Wed Sep 11 10:20:51 2024 +0000 +++ b/integrate.xml Tue Nov 05 11:55:09 2024 +0000 @@ -3,6 +3,7 @@ macros.xml + - +
@@ -261,7 +262,7 @@ - +
@@ -310,7 +311,7 @@ Seurat ====== -Seurat is an R package designed for QC, analysis, and exploration of single-cell RNA-seq data. +Seurat is an R package designed for QC, analysis, and exploration of single-cell RNA-seq data. Seurat aims to enable users to identify and interpret sources of heterogeneity from single-cell transcriptomic measurements, and to integrate diverse types of single-cell data. @@ -327,7 +328,7 @@ Integrate ========= -Multiple layers are integrated to enable them to be analysed together. +Multiple layers are integrated to enable them to be analysed together. Available methods are: CCA, Harmony, JointPCA, RPCA, FastMNN and scVI. @@ -345,7 +346,7 @@ PrepSCTFindMarkers ================== -Given a merged object with multiple SCT models, this function uses minimum of the median UMI (calculated using the raw UMI counts) of individual objects to reverse the individual SCT regression model using minimum of median UMI as the sequencing depth covariate. +Given a merged object with multiple SCT models, this function uses minimum of the median UMI (calculated using the raw UMI counts) of individual objects to reverse the individual SCT regression model using minimum of median UMI as the sequencing depth covariate. The counts slot of the SCT assay is replaced with recorrected counts and the data slot is replaced with log1p of recorrected counts. More details on the `seurat documentation diff -r 4341b8ff2a46 -r 74fa68f4e579 macros.xml --- a/macros.xml Wed Sep 11 10:20:51 2024 +0000 +++ b/macros.xml Tue Nov 05 11:55:09 2024 +0000 @@ -2,6 +2,11 @@ 5.0 0 23.0 + + + seurat + + r-seurat @@ -141,7 +146,7 @@