This file was created by IntelliJ IDEA 12.0.4 for binding GitHub repository
KGEM (Top down approach) v0.20 Basic functionality:
Read file with aligned reads (.sam). Initialize population as random sample of fixed size from this reads.
Sequentially repeat KGEM steps until convergence:
New features v0.20
features v0.10:
KGEM steps include threshold clean step: Drop all genotypes with frequency less than threshold level (Default 0.05%)
Monte Carlo series of experiments support implemented: Run the whole procedure n times and select haplotypes which appeared at least m times (Default n:4, m:3)
example of usage:
java -jar KGEM.jar reads.sam -k 50 -tr 5