University of Helsinki Department of Computer Science
 

Department of Computer Science

Department information

 

InvCoal

InvCoal is a simulator for simulating SNP data sets with inversion polymorphisms. The simulator is implemented in Java. The software is free to use. If used in a scientific publication, the appropriate reference will be the PhD thesis of Jussi Kollin, Computational Methods for Detecting Large-Scale Chromosome Rearrangements in SNP Data.

Download

Latest update to software: Sep 20, 2010.

The current build (20.09.2010) still has some bugs/lacking features. One definite bug is that the inversion length has to be shorter than the simulated segment length.

Some caveats why you might not want to use this:

Current version (Sep 20, 2010): InvCoal.java. In the unnamed package; compilation: "javac InvCoal.java"

You will need Java 5 or 6 to compile and run this.

Documentation

Command-line parameters:
-Na [double]
Ancestral-type diploid population size (constant through time)
-Ni [double]
Inversion-type diploid population size at present
-age [double]
Inversion age in generations. By using the exponential growth model, the inversion-type population reaches size 1 at this point.
-sampleanc [int]
How many ancestral-type samples are produced
-sampleinv [int]
How many inversion-type samples are produced
-mu [double]
Mutation rate per basepair
-r [double]
Recombination rate per basepair
-len [int]
Simulated sequence length in basepairs
-seed [long]
Random generator seed
-inverted [double] [double]
Inversion region span (both in must be in [0,1) )
-counting [int]
Counting model's interference parameter m (1 = no interference model or Poisson model)
-geneconv [double] [double]
Mean gene conversion tract length (bp), gene conversion initiation rate per bp
The first column of the output is the physical coordinate of the SNP (scaled and rounded to be an integer). The next sampleanc columns are the ancestral-type haplotypes. The rest of the columns are the inversion-type haplotypes. If seed is specified, then the line "Seed [seed]" is printed at the beginning.

Contact

Software author e-mail: Jussi Kollin
(this automatically generated address is valid for at most three days). Page last updated on Sep 20, 2010.