# HG changeset patch # User antmarge # Date 1490752419 14400 # Node ID da4930df4810b8cdda2d5446bce1651e382d0975 # Parent 7add33a21fd5b2b999abb65781c4a29fb4378753 Deleted selected files diff -r 7add33a21fd5 -r da4930df4810 compRegions.xml --- a/compRegions.xml Tue Mar 28 21:53:32 2017 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,55 +0,0 @@ - - - - - compare regional aggregate fitness from two different experiments - - - perl - perl_getopt_long - perl_statistics_distributions - perl_data_dumper - - - - compRegions.pl - -input1 $input1 - -input2 $input2 - -l1 $l1 - -l2 $l2 - -o $outfile - - - - - - - - - - - - - - - - - - **What it does** - - This tool compares regions for an organism under different conditions. It takes two Region Fitness outputs and compares them calculating the difference in mean fitness for each gene. Example usage: compare organism in presence of control vs antibiotic. ; - - - **The options explained** - - Input 1 and 2: These are the csv (comma separated values) files containing the gene fitness values. Since they should have been produced by the "Aggregate Fitness" tool, each line besides the header should represent the following information for a gene: Locus, Fitness, NumberofInsertions, StandardDev of insertion fitness, Standard Error of insertion fitness, and Marking - - Label 1 and 2: Labels for the column headers for files in the comparison - - - The name of your output file: self-explanatory. Remember to have it end in ".csv". - - - - -