# HG changeset patch # User fastaptamer # Date 1423597750 18000 # Node ID 748195d5c4de8d06461f2cbe27f5f2b7c620184e # Parent 4ad5a728b517f801e6b9ab841d9be7d98364cb6f Uploaded diff -r 4ad5a728b517 -r 748195d5c4de fastaptamer_enrich_1.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastaptamer_enrich_1.xml Tue Feb 10 14:49:10 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.4 + + +