# HG changeset patch # User azomics # Date 1594078775 14400 # Node ID 66a54e77aa334c5e5c8a72680adabd5432d3eddb # Parent c28c2e680bf525fb623ba82b4a38742c95a2c1b4 "planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/fcs_gate_trans commit 88c38ff89e9e7acff592b84e0e53a8bac58623cf" diff -r c28c2e680bf5 -r 66a54e77aa33 FCSGateTrans.xml --- a/FCSGateTrans.xml Mon Jun 22 20:30:34 2020 -0400 +++ b/FCSGateTrans.xml Mon Jul 06 19:39:35 2020 -0400 @@ -1,13 +1,20 @@ - + with optional compensation and automated gating with flowDensity. bioconductor-flowdensity + bioconductor-flowcore - + - - - - @@ -67,6 +70,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -89,16 +154,15 @@ **Input files** -This tool uses FCS files as input and files are processed serially. Users choose to automatically gate cellular debris, and/or compensate the data. +This tool uses FCS files as input and files are processed serially. Users choose which transformation algorithm to apply, and whether to automatically gate cellular debris, and/or compensate the data. **Output files** -Output is tab-separated text containing transformed fluorescence intensity values for each marker. -If the option is selected, a FCS file (format FCS3.0) is generated. +Output is a table of fluorescence intensity values for each marker, as a text file, FCS3.0 or R Object (flowFrame). **Gating output** -Automatically gated output includes a summary of data pre- and post-gating as well as density scatter plots pre- and post- gating for each marker pair. +Automatically gated output includes a summary of data pre- and post-gating as well as density scatter plots pre- and post- gating for each marker pair. Please check to make sure the gating is doing what you think it should be doing. -----