# HG changeset patch # User antmarge # Date 1489878449 14400 # Node ID dbb9374da56ec0ea48a6e6891027fcc19ed5eaf8 # Parent f4b2c15caf524f9f9e25ebf61ee75700bf480267 Uploaded diff -r f4b2c15caf52 -r dbb9374da56e singleFitness.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/singleFitness.xml Sat Mar 18 19:07:29 2017 -0400 @@ -0,0 +1,52 @@ + + + + + LINKYX_PATH + perl + bioperl + Getopt::Long + + assess single insertion mutation effect on organismal fitness + + + singleFitness.pl + -c $cutoff + -o $outfile + + $input + #for $a in $additionalcsv + ${a.input2} + #end for + + + + + + + + + + + + + + + + + + + **Tool Description** + + This tool takes calculates a single insertion mutation's fitness effect on an organism based on fitness calculation data from multiple libraries. + + **Options** + + *The csv fitness file(s)*: These are the csv (comma separated values) files containing the fitness values that will be used in downstream analyses. Since they should have been produced by the "Calculate Fitness" tool, each line besides the header should represent the following information for an insertion location: position,strand,count_1,count_2,ratio,mt_freq_t1,mt_freq_t2,pop_freq_t1,pop_freq_t2,gene,D,W,nW + + + *Cutoff*: This value lets you ignore the fitness scores of any insertion locations with an average count (the number of counts from t1 and t2 divided by 2) less than it. + + + +