The fitness of selected SNPs may be provided in two distinct ways.
The first line of the file is used to distinguish between these options.
Allows providing the absolute fitness (w) of all three genotypes (aa, aA, AA) for an arbitrary number of SNPs.
The first line in the file must be [w] (identification of the file format).
The fitness effects of a SNP are specified at a single line. Columns are tab separated.
Every entry has the following form:
chr pos a/A waa waA wAA
Note an arbitrary number of SNPs may be provided per file
Note For haploids only the fitness of the homozygous genotypes is considered where wa=waa and wA=wAA
Note Hemizygous sex chromosomes are treated like haploids (see note above); hence the fitness of wa=waa and of wA=WAA (the heterozygous effects are thus ignored)
Following an example:
[w] X 3929069 C/A 0.8 1.0 1.2 X 3929070 A/C 1.1 1.0 0.9 3R 23302904 G/C 1.0 0.8 0.9 2L 11543234 T/C 1.0 1.0 0.8
It is also possible to provide sex specific estimates of absolute fitness. This simply requires adding more columns so that we have three entries for males, females and hermaphrodites
chr pos a/A waa_m waA_m wAA_m waa_f waA_f wAA_f waa_h waA_h wAA_h
Note it is possible to mix sex specific estimates with not-sex specific estimates within a single file
Note for clonal evolution we do not recommend to provide sex specific effect sizes; in case they are provided the effect size of the hermaphrodites will be used;
Allows to provide the selection coefficient (s) and the heterozygous effect (h); From these to parameters the fitness of all three genotypes (aa, aA, AA) can be computed.
The first line in the file must be [s] (identification of the file format).
The selection coefficients for SNP are specified at a single line. Columns are tab separated.
Every entry has the following form:
chr pos a/A s h
Based on s and h the fitness of the three genotypes will be computed
Following an example:
[s] X 3929069 C/A 0.2 0.5 X 3929070 A/C 0.3 0.5 3R 23302904 G/C -0.2 0.8 2L 11543234 T/C 1.0 1.0
Note an arbitrary number of SNPs may be provided per file
Note For haploids only the fitness of the homozygous genotypes is considered where wa=waa and wA=wAA
Note Hemizygous sex chromosomes are treated like haploids (see note above); hence the fitness of wa=waa and of wA=WAA (the heterozygous effects are thus ignored)
It is also possible to provide sex specific estimates of selection coefficients. This simply requires adding more columns so that we have two entries for males, females and hermaphrodites
chr pos a/A s_m h_m s_f h_f s_h h_h
Note it is possible to mix sex specific estimates with not-sex specific estimates within a single file
Note for clonal evolution we do not recommend to provide sex specific effect sizes; in case they are provided the effect size of the hermaphrodites will be used;
Allows providing epistatic interactions between pairs of SNPs. The fitness of the nine possible allelic combinations must be provided. Specification of every epistatic interaction requires three rows. The columns are tab-separated.
A single epistatic interaction has the following form:
chr1 pos1 a/A chr2 pos2 b/B waabb waabB waaBB waAbb waAbB waABB wAAbb wAAbB wAABB
Note the genotypes Aa and aA are identical (same applies for Bb and bB)
Note the epistasis file may contain an arbitrary number of entries
Note for simulations of haploids or for hemizygous sex chromosome the genotype a will be treated as aa; similarly A will be treated as AA; thus it is not necessary to provide a separate table of epistatic effects for haploids or hemizygous sex chromosomes
Following an example:
1 3929069 C/A 3R 23302904 G/C 0.9 0.8 0.9 1.0 0.9 0.8 0.9 1.0 1.1 2L 1000 T/A 4 1022001 T/C 0.0 0.0 0.9 1.0 0.9 0.8 1.2 1.0 1.1
Provide the effect sizes of the SNPs contributing to a quantitative trait. Every SNP
Following an example:
X 3929069 C/A 1.1 0 3R 23302904 A/T 0.6 0.5
Note an arbitrary number of loci may be provided.
Note For haploids only the effect size of the homozygous genotypes is considered; the genotypeb will have the effect size of bb; and similarly the genotypeB will have the effect size of BB
Note Hemizygous sex chromosomes are treated like haploids (see note above)
It is possible to provide sex specific effect sizes of additive SNPs. It is only necessary to add more columns such that we obtain estimates of effect sizes for males, females, and hermaphrodites.
chr pos b/B a_m d_m a_f d_f a_h d_h
Wiki: HaploidSimulations
Wiki: Home
Wiki: Manual
Wiki: MinimalWalkthrough
Wiki: MinimalWalthroughWithSexChromosome
Wiki: RandomSNPsQTL
Wiki: RandomSNPsWMode
Wiki: Walkthrough for qff mode
Wiki: Walkthrough for qt mode
Wiki: Walkthrough for w mode