Repository 'fastaptamer_compare'
hg clone https://toolshed.g2.bx.psu.edu/repos/fastaptamer/fastaptamer_compare

Changeset 1:4795b8673e75 (2015-02-10)
Previous changeset 0:5d0073cbe61e (2015-02-10)
Commit message:
Uploaded
added:
fastaptamer_compare_1.xml
b
diff -r 5d0073cbe61e -r 4795b8673e75 fastaptamer_compare_1.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/fastaptamer_compare_1.xml Tue Feb 10 14:28:12 2015 -0500
b
@@ -0,0 +1,49 @@
+<tool id="fastaptamer_compare_1_0_2" name="FASTAptamer-Compare" version="1.0.2">
+
+ <description>Compare sequence distribution between two populations.</description>
+
+ <version_command>fastaptamer_compare -v</version_command>
+
+ <command interpreter="perl">fastaptamer_compare -x $input_x -y $input_y -o $output</command>
+
+ <inputs>
+ <param name="input_x" type="data" format="fasta" label="Input file X"  help="Must use FASTA output from FASTAptamer-Count"></param>
+ <param name="input_y" type="data" format="fasta" label="Input file Y"  help="Must use FASTA output from FASTAptamer-Count"></param>
+  </inputs>

+    <outputs>
+     <data name="output" format="tabular" label="FASTAptamer-Compare output file"></data>
+  </outputs>
+
+    <help>
+
+.. class:: warningmark
+
+FASTAptamer-Compare requires FASTA formatted input files generated by FASTAptamer-Count.
+
+
+------
+
+**FASTAptamer-Compare** facilitates statistical analysis of two populations by rapidly generating a tab-delimited output file that lists each unique sequence along with RPM (reads per million) in each population file (if available) and log(2) of the ratio of their RPM values in each population.  RPM data for both populations can be utilized to generate an XY-scatter plot of sequence distribution across two populations.  FASTAptamer-Compare also facilitates the generation of a histogram of the sequence distribution by creating 102 bins for the log(2) values.  This histogram can provide a quick visual comparison of the two populations: distributions centered around 0 indicate similar populations, while distributions shifted to the left or right indicate overall enrichment or depletion.
+
+------
+
+.. image:: 
+ http://burkelab.missouri.edu/images/fastaptamer-logo-xs.png
+ :height: 98
+ :width: 300
+
+For more information on FASTAptamer, visit our website_.
+
+FASTAptamer is distributed under a GNU GPL v3.0 license. For complete license click here_.
+
+.. _here: http://burkelab.missouri.edu/fastaptamer/LICENSE.txt
+.. _website: http://burkelab.missouri.edu/fastaptamer.html
+
+    </help>
+
+ <citations>
+     <citation type="doi">doi:10.1038/mtna.2015.4</citation>
+    </citations>
+    
+</tool>