# HG changeset patch # User fastaptamer # Date 1421280405 18000 # Node ID b54808c59f87711f700dcbc04cb18a2d986aaaba Uploaded diff -r 000000000000 -r b54808c59f87 fastaptamer_enrich_1.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastaptamer_enrich_1.xml Wed Jan 14 19:06:45 2015 -0500 @@ -0,0 +1,58 @@ + + + Calculate fold-enrichment of each sequence across populations + + fastaptamer_enrich -v + + fastaptamer_enrich -x $input_x -y $input_y -o $output -f $filter + # if str(input_z) != '' + -z "${input_z}" + # end if + + + + + + + + + + + + + + + +.. class:: warningmark + +FASTAptamer-Enrich requires FASTA formatted input files generated by FASTAptamer-Count or FASTAptamer-Cluster. + +------ + +**FASTAptamer-Enrich** rapidly calculates "fold-enrichment" values for each sequence across two or three input files. Output is provided as a tab-delimited file and is formatted to include sequence composition, length, rank, reads, reads per million (RPM), cluster information (if available) and enrichment values for each sequence. + +An optional threshold filter can be applied to exclude sequences with total reads per million (across all input populations) less than the number supplied. + +Enrichment is calculated by dividing reads per million of y/x (and z/y and z/x, if a third input file is specified). + +------ + +.. 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 + + + + + doi:10.1038/mtna.2015.7X + + +