comparison fastaptamer_compare_1.xml @ 1:4795b8673e75 draft default tip

Uploaded
author fastaptamer
date Tue, 10 Feb 2015 14:28:12 -0500
parents
children
comparison
equal deleted inserted replaced
0:5d0073cbe61e 1:4795b8673e75
1 <tool id="fastaptamer_compare_1_0_2" name="FASTAptamer-Compare" version="1.0.2">
2
3 <description>Compare sequence distribution between two populations.</description>
4
5 <version_command>fastaptamer_compare -v</version_command>
6
7 <command interpreter="perl">fastaptamer_compare -x $input_x -y $input_y -o $output</command>
8
9 <inputs>
10 <param name="input_x" type="data" format="fasta" label="Input file X" help="Must use FASTA output from FASTAptamer-Count"></param>
11 <param name="input_y" type="data" format="fasta" label="Input file Y" help="Must use FASTA output from FASTAptamer-Count"></param>
12 </inputs>
13
14 <outputs>
15 <data name="output" format="tabular" label="FASTAptamer-Compare output file"></data>
16 </outputs>
17
18 <help>
19
20 .. class:: warningmark
21
22 FASTAptamer-Compare requires FASTA formatted input files generated by FASTAptamer-Count.
23
24
25 ------
26
27 **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.
28
29 ------
30
31 .. image::
32 http://burkelab.missouri.edu/images/fastaptamer-logo-xs.png
33 :height: 98
34 :width: 300
35
36 For more information on FASTAptamer, visit our website_.
37
38 FASTAptamer is distributed under a GNU GPL v3.0 license. For complete license click here_.
39
40 .. _here: http://burkelab.missouri.edu/fastaptamer/LICENSE.txt
41 .. _website: http://burkelab.missouri.edu/fastaptamer.html
42
43 </help>
44
45 <citations>
46 <citation type="doi">doi:10.1038/mtna.2015.4</citation>
47 </citations>
48
49 </tool>