Mercurial > repos > iuc > seurat_plot
changeset 1:fee4b4eb0ef5 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:55:07 +0000 |
parents | 2622dd85416f |
children | |
files | macros.xml plot.xml |
diffstat | 2 files changed, 12 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Wed Sep 11 10:21:18 2024 +0000 +++ b/macros.xml Tue Nov 05 11:55:07 2024 +0000 @@ -2,6 +2,11 @@ <token name="@TOOL_VERSION@">5.0</token> <token name="@VERSION_SUFFIX@">0</token> <token name="@PROFILE@">23.0</token> + <xml name="bio_tools"> + <xrefs> + <xref type="bio.tools">seurat</xref> + </xrefs> + </xml> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">r-seurat</requirement> @@ -141,7 +146,7 @@ </data> </xml> <token name="@CMD_inspect_rds_outputs@"><![CDATA[ -write.table(inspect, 'inspect_out.tab', sep="\t", col.names = col.names, row.names = row.names, quote = FALSE) +write.table(inspect, 'inspect_out.tab', sep="\t", col.names = col.names, row.names = row.names, quote = FALSE) ]]> </token> <xml name="plot_out">
--- a/plot.xml Wed Sep 11 10:21:18 2024 +0000 +++ b/plot.xml Tue Nov 05 11:55:07 2024 +0000 @@ -3,6 +3,7 @@ <macros> <import>macros.xml</import> </macros> + <expand macro="bio_tools"/> <expand macro="requirements"/> <expand macro="version_command"/> <command detect_errors="exit_code"><![CDATA[ @@ -1177,7 +1178,7 @@ FeatureScatter ============== -Create a scatter plot of two features (typically feature expression), across a set of single cells. Cells are colored by their identity class. +Create a scatter plot of two features (typically feature expression), across a set of single cells. Cells are colored by their identity class. Pearson correlation between the two features is displayed above the plot. More details on the `seurat documentation @@ -1210,7 +1211,7 @@ DimPlot ======= -Graph the output of a dimensional reduction technique on a 2D scatter plot where each point is a cell and it's positioned based on the cell embeddings determined by the reduction technique. +Graph the output of a dimensional reduction technique on a 2D scatter plot where each point is a cell and it's positioned based on the cell embeddings determined by the reduction technique. By default, cells are colored by their identity class (can be changed with the group.by parameter). More details on the `seurat documentation @@ -1219,7 +1220,7 @@ DimHeatmap ========== -Draw a heatmap focusing on a principal component. Both cells and genes are sorted by their principal component scores. +Draw a heatmap focusing on a principal component. Both cells and genes are sorted by their principal component scores. Allows for nice visualization of sources of heterogeneity in the dataset. More details on the `seurat documentation @@ -1228,7 +1229,7 @@ ElbowPlot ========= -Plot the standard deviations of the principal components for easy identification of an elbow in the graph - plots PCA as default reduction. +Plot the standard deviations of the principal components for easy identification of an elbow in the graph - plots PCA as default reduction. More details on the `seurat documentation <https://satijalab.org/seurat/reference/elbowplot>`__ @@ -1252,7 +1253,7 @@ DotPlot ======= -Visualize how feature expression changes across different identity classes (e.g. clusters). +Visualize how feature expression changes across different identity classes (e.g. clusters). The size of the dot encodes the percentage of cells within a class that express the gene, while the color encodes the AverageExpression level across all cells within a class. More details on the `seurat documentation