# HG changeset patch # User antmarge # Date 1490811240 14400 # Node ID 8da644edd7f358fd238174396e76e339084647af # Parent e627f5820272d9e3d26dff1c72a8c148647becd0 Uploaded diff -r e627f5820272 -r 8da644edd7f3 compStrains.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/compStrains.xml Wed Mar 29 14:14:00 2017 -0400 @@ -0,0 +1,58 @@ + + + + + compare gene aggregate fitness from two different experiments for two different strains (genomes) + + + perl + perl_getopt_long + perl_statistics_distributions + perl_data_dumper + perl_file_path + perl_file_basename + + + + compStrains.pl + -input1 $input1 + -input2 $input2 + -c $cfile + -l1 $l1 + -l2 $l2 + -o $outfile + + + + + + + + + + + + + + + + + + **What it does** + + This tool compares genes for different strains under a single condition. It takes two geneAgregate outputs and compares them calculating the difference in mean fitness for each gene. A tab-delimited conversion file, with one set of gene homologs per line is required Example usage: compare two strains of in presence of an antibiotic. For the same strain/genome, where gene ids are the same, use compGenes.pl; + + + **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 + + Conversion File: Tab-delimited file of homologous genes for the two strains. One set of homologs per line, with each gene id separated by a tab. + + + + + +