# HG changeset patch # User ebi-gxa # Date 1587029541 0 # Node ID 5b8b13c1419eb219326489860e63fbdb13b3a2fa # Parent e3785657d6c85a9ecb99b3de95b97c6fc475895c "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 3fc448754d6720855f781caa7938e33d3961b092" diff -r e3785657d6c8 -r 5b8b13c1419e README --- a/README Wed Mar 13 12:51:35 2019 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -Seurat tools diff -r e3785657d6c8 -r 5b8b13c1419e seurat_find_markers.xml --- a/seurat_find_markers.xml Wed Mar 13 12:51:35 2019 -0400 +++ b/seurat_find_markers.xml Thu Apr 16 09:32:21 2020 +0000 @@ -1,4 +1,4 @@ - + find markers (differentially expressed genes) seurat_macros.xml @@ -8,7 +8,7 @@ - + @@ -74,7 +74,7 @@ - + @@ -88,12 +88,17 @@ **What it does** -Seurat_ is a toolkit for quality control, analysis, and exploration of single cell RNA sequencing data. -It is developed and maintained by the `Satija Lab`_ at NYGC. 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. +This tool finds markers (differentially expressed genes) for each of the identity classes in a dataset. +It outputs a text file containing a ranked list of putative markers, and associated statistics (p-values, ROC score, etc.) -This tool finds markers (differentially expressed genes) for each of the identity classes in a dataset. It outputs a text file containing a ranked list of putative markers, and associated statistics (p-values, ROC score, etc.) +p-value adjustment is performed using bonferroni correction based on the total +number of genes in the dataset. Other correction methods are not recommended, +as Seurat pre-filters genes using the arguments above, reducing the number of +tests performed. Lastly, as Aaron Lun has pointed out, p-values should be +interpreted cautiously, as the genes used for clustering are the same genes +tested for differential expression. + +@SEURAT_INTRO@ ----- diff -r e3785657d6c8 -r 5b8b13c1419e seurat_macros.xml --- a/seurat_macros.xml Wed Mar 13 12:51:35 2019 -0400 +++ b/seurat_macros.xml Thu Apr 16 09:32:21 2020 +0000 @@ -1,34 +1,110 @@ - - 0.0.5 - + 0.0.6 + 3.1.1 seurat-scripts - /dev/null | grep -v -i "WARNING: ") ]]> + + + + + + + + + + + + + + + + + + + + + + + + + #if $input.format == "anndata" + --input-object-file '$input.anndata_file' --input-format anndata + #else if $input.format == "loom" + --input-object-file '$input.loom_file' --input-format loom + #else if $input.format == "rds_seurat" + --input-object-file '$input.rds_seurat_file' --input-format seurat + #else if $input.format == "rds_sce" + --input-object-file '$input.rds_sce_file' --input-format singlecellexperiment + #end if + + + + + + + + + + + + + format == 'loom' + + + format == 'rds_seurat' + + + format == 'rds_sce' + + + + + #if $format == "anndata" + --output-object-file '$anndata_file' --output-format anndata + #else if $format == "loom" + --output-object-file seurat_obj.loom --output-format loom + #else if $format == "rds_seurat" + --output-object-file '$rds_seurat_file' --output-format seurat + #else if $format == "rds_sce" + --output-object-file '$rds_sce_file' --output-format singlecellexperiment + #end if + + - + + + @@ -45,6 +121,7 @@ url = {https://github.com/ebi-gene-expression-group/r-seurat-scripts.git}, } + 10.1101/2020.04.08.032698