annotate seurat.xml @ 0:8d8412d35247 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
author iuc
date Sun, 26 Aug 2018 16:24:02 -0400
parents
children 7319f83ae734
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
1 <tool id="seurat" name="Seurat" version="2.3.4">
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
2 <description>- toolkit for exploration of single-cell RNA-seq data</description>
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
3 <requirements>
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
4 <requirement type="package" version="3.4.1">r-base</requirement>
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
5 <requirement type="package" version="2.3.4">r-seurat</requirement>
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
6 <requirement type="package" version="1.0.0">bioconductor-singlecellexperiment</requirement>
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
7 <requirement type="package" version="1.6.0">r-optparse</requirement>
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
8 </requirements>
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
9 <version_command><![CDATA[
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
10 echo $(R --version | grep version | grep -v GNU)", seurat version" $(R --vanilla --slave -e "library(seurat); cat(sessionInfo()\$otherPkgs\$seurat\$Version)" 2> /dev/null | grep -v -i "WARNING: ")", SingleCellExperiment version" $(R --vanilla --slave -e "library(SingleCellExperiment); cat(sessionInfo()\$otherPkgs\$SingleCellExperiment\$Version)" 2> /dev/null | grep -v -i "WARNING: ")", optparse version" $(R --vanilla --slave -e "library(optparse); cat(sessionInfo()\$otherPkgs\$optparse\$Version)" 2> /dev/null | grep -v -i "WARNING: ")
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
11 ]]></version_command>
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
12 <command detect_errors="exit_code"><![CDATA[
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
13
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
14 #if $rscript:
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
15 cp '$__tool_directory__/seurat.R' '$out_rscript' &&
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
16 #end if
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
17
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
18 Rscript '$__tool_directory__/seurat.R'
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
19
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
20 --counts '$counts'
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
21 --numPCs $adv.num_PCs
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
22 --min.cells $adv.min_cells
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
23 --min.genes $adv.min_genes
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
24
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
25 #if $adv.low_thresholds:
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
26 --low.thresholds $adv.low_thresholds
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
27 #end if
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
28 #if $adv.high_thresholds:
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
29 --high.thresholds $adv.high_thresholds
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
30 #end if
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
31 #if $adv.x_low_cutoff:
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
32 --x.low.cutoff $adv.x_low_cutoff
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
33 #end if
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
34 #if $adv.x_high_cutoff:
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
35 --x.high.cutoff $adv.x_high_cutoff
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
36 #end if
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
37 #if $adv.y_cutoff:
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
38 --y.cutoff $adv.y_cutoff
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
39 #end if
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
40 #if $adv.cells_use:
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
41 --cells.use $adv.cells_use
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
42 #end if
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
43 #if $adv.resolution:
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
44 --resolution $adv.resolution
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
45 #end if
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
46 #if $adv.min_pct:
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
47 --min.pct $adv.min_pct
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
48 #end if
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
49 #if $adv.logfc_threshold:
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
50 --logfc.threshold $adv.logfc_threshold
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
51 #end if
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
52
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
53 #if $rds:
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
54 --rds '$rds'
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
55 #end if
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
56
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
57 ]]></command>
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
58
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
59 <inputs>
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
60 <param name="counts" type="data" format="tabular" label="Counts file" help="The should be a TAB-separated count matrix with gene identifers in the first column and a header row"/>
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
61 <param name="rscript" type="boolean" truevalue="TRUE" falsevalue="FALSE" checked="False" label="Output Rscript?" help="If this option is set to Yes, the Rscript used by this tool will be provided as a text file in the output. Default: No" />
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
62 <param name="rds" type="boolean" truevalue="True" falsevalue="False" checked="False" label="Output Seurat RDS object?"
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
63 help="Output the Seurat RDS object, can be loaded into R. Default: No">
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
64 </param>
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
65 <section name="adv" title="Advanced Options">
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
66 <param argument="--num_PCs" type="integer" min="0" value="10" label="Number of PCs to use in plots" help="Uses this number of PCs in PCHEatmap, JackStrawPlot, FindClusters, RunTSNE. Default: 10" />
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
67 <param argument="--min_cells" type="integer" min="0" value="0" label="Minimum cells" help="Include genes with detected expression in at least this many cells." />
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
68 <param argument="--min_genes" type="integer" min="0" value="0" label="Minimum genes" help="Include cells where at least this many genes are detected." />
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
69 <param argument="--low_thresholds" type="float" optional="True" label="Low threshold for filtering cells" />
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
70 <param argument="--high_thresholds" type="float" optional="True" label="High threshold for filtering cells" />
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
71 <param argument="--x_low_cutoff" type="float" optional="True" label="X-axis low cutoff for variable genes" help="Bottom cutoff on x-axis for identifying variable genes" />
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
72 <param argument="--x_high_cutoff" type="float" optional="True" label="X-axis high cutoff for variable genes" help="Top cutoff on x-axis for identifying variable genes" />
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
73 <param argument="--y_cutoff" type="float" optional="True" label="Y-axis cutoff for variable genes" help="Bottom cutoff on y-axis for identifying variable genes" />
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
74 <param argument="--cells_use" type="integer" min="0" optional="True" label="Cells to use for PCHeatmap" help="Plots this number of top ‘extreme’ cells on both ends of the spectrum, which dramatically speeds plotting for large datasets" />
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
75 <param argument="--resolution" type="float" optional="True" label="Resolution parameter" help="Value of the resolution parameter used in FindClusters, use a value above (below) 1.0 if you want to obtain a larger (smaller) number of communities." />
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
76 <param argument="--min_pct" type="float" optional="True" label="Minimum percent cells" help="With FindMarkers only test genes that are detected in a minimum fraction of min.pct cells in either of the two populations. Meant to speed up the function by not testing genes that are very infrequently expressed. Default is 0.1" />
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
77 <param argument="--logfc_threshold" type="float" min="0" optional="True" label="LogFC threshold"
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
78 help="With FindMarkers, limit testing to genes which show, on average, at least X-fold difference (log-scale)between the two groups of cells. Default is 0.25 Increasing logfc.threshold speeds up the function, but can miss weaker signals." />
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
79 </section>
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
80 </inputs>
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
81
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
82 <outputs>
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
83 <data name="out_pdf" format="pdf" from_work_dir="out.pdf" label="${tool.name} on ${on_string}: Plots" />
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
84 <data name="out_rscript" format="txt" from_work_dir="out_rscript.txt" label="${tool.name} on ${on_string}: Rscript">
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
85 <filter>rscript</filter>
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
86 </data>
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
87 <data name="out_rds" format="rds" from_work_dir="Seurat.rds" label="${tool.name} on ${on_string}: RData file">
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
88 <filter>rds</filter>
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
89 </data>
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
90 </outputs>
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
91
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
92 <tests>
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
93 <!-- Ensure count matrix input works -->
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
94 <test>
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
95 <param name="counts" ftype="tabular" value="deng_small.tab.gz"/>
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
96 <param name="min_cells" value="3"/>
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
97 <param name="min_genes" value="200"/>
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
98 <param name="low_thresholds" value="1" />
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
99 <param name="high_thresholds" value="20000000" />
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
100 <param name="x_low_cutoff" value="0.0125" />
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
101 <param name="x_high_cutoff" value="3" />
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
102 <param name="y_cutoff" value="0.5" />
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
103 <param name="numPCs" value="10" />
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
104 <param name="cells_use" value="500"/>
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
105 <param name="resolution" value="0.6" />
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
106 <param name="min_pct" value="0.25" />
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
107 <param name="logfc_threshold" value="0.25" />
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
108 <output name="out_pdf" ftype="pdf" value="out.pdf" compare="sim_size"/>
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
109 </test>
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
110 </tests>
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
111 <help><![CDATA[
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
112 .. class:: infomark
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
113
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
114 **What it does**
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
115
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
116 Seurat_ is a toolkit for quality control, analysis, and exploration of single cell RNA sequencing data.
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
117 It is developed and maintained by the `Satija Lab`_ at NYGC. Seurat aims to enable users to identify and
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
118 interpret sources of heterogeneity from single cell transcriptomic measurements, and to integrate diverse
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
119 types of single cell data. See the `Seurat Guided Clustering tutorial`_ for more information.
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
120
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
121 -----
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
122
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
123 **Inputs**
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
124
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
125 * Gene count matrix in TAB-separated format
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
126
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
127 -----
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
128
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
129 **Outputs**
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
130
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
131 * PDF of plots
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
132
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
133 Optionally you can choose to output
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
134
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
135 * Seurat RDS object (can use within R)
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
136 * Rscript
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
137
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
138 .. _Seurat: https://www.nature.com/articles/nbt.4096
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
139 .. _Satija Lab: https://satijalab.org/seurat/
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
140 .. _Seurat Guided Clustering tutorial: https://satijalab.org/seurat/pbmc3k_tutorial.html
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
141
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
142 ]]></help>
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
143 <citations>
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
144 <citation type="doi">10.1038/nbt.4096</citation>
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
145 </citations>
8d8412d35247 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
146 </tool>