This section introduces output files of MimicrEE2
The sync file contains the allele frequency counts for the base population and the evolved populations. The sync file summarizes the counts from all replicates and all generations for which an output was requested. To save disc space, the file will be zipped.
It can directly be used with tools such as PoPoolationTE2, for example to compute the significance of allele frequency changes for SNPs.
2L 79 G 0:0:0:15:0:0 0:0:0:38:0:0 2L 80 A 12:0:0:0:0:0 38:0:0:0:0:0 2L 81 A 14:0:0:0:0:0 43:0:0:0:0:0 2L 82 A 14:0:0:0:0:0 42:0:0:0:0:0
The allelele frequency counts are in the format
A-count:T-count:C-count:G-count:N-count:deletion-count;
For example the following entry
4:10:0:0:0:0
states that allele A was counted 4-times, allele T 10-times and all others zero times
The sync file contains the allele frequency counts for population 1, population 2, ...., population n.
The order of these populations is best explained by an example.
Lets assume that we perform simulations for 3 replicates and request an output for the generations 10,20,30 (--snapshots 10,20,30). Than MimicrEE2 provides the populations in the following order:
base r1-g10 r1-g20 r1-g30 base r2-g10 r2-g20 r2-g30 base r3-g10 r3-g20 r3-g30
It is possible to output the haplotypes of evolved haplotypes. A distinct MimicrEE2 haplotype file will be generated for the haplotypes of each requested population (see [HaplotypeFile] for the MimicrEE2 haplotype format). A separate file will thus be generated for the haplotypes of each replicate at each of the requested generations (--snapshots). A folder needs to be provided since many files may be generated. Existing files will be overwritten. All output files will be zipped.
For example if we perform simulations for 3 replicates and request an output at generations 10,20,30, than the following files will be generated in the provided folder (--output-dir).
haplotypes.r1.g0.mimhap.gz haplotypes.r1.g10.mimhap.gz haplotypes.r1.g20.mimhap.gz haplotypes.r1.g30.mimhap.gz haplotypes.r2.g0.mimhap.gz haplotypes.r2.g10.mimhap.gz haplotypes.r2.g20.mimhap.gz haplotypes.r2.g30.mimhap.gz haplotypes.r3.g0.mimhap.gz haplotypes.r3.g10.mimhap.gz haplotypes.r3.g20.mimhap.gz haplotypes.r3.g30.mimhap.gz
Note the output folder will not be generated, i.e. the outpuf folder has to exist
Note the haplotypes of the base population (g0) are always stored
Note existing files will be overwritten
The gpf file contains the genotype/phenotype/fitness for all individuals of the base and the evolved populations. The file contains the results from all replicates for all requested generations. Every individual will be written in a separate line.
1 0 F 9.0 10.023949655996946 1.34 1 0 M 7.5 7.989310010279259 1.03 1 0 F 6.5 8.566069549227915 1.23 1 0 H 6.5 4.489143719014003 0.83
Note all three measures are provided for each mode; measures that are not ignored in a mode (e.g. fitness in truncating selection; truncating selection acts on the phenotypic value) are set to 1.0
Wiki: HaplotypeFile
Wiki: Home
Wiki: Manual
Wiki: MinimalWalkthrough
Wiki: Walkthrough for qff mode
Wiki: Walkthrough for qt mode
Wiki: Walkthrough for w mode