dr-artio / KGEM

KGEM: Scala implementation of Reconstruction of viral population algorithm for single-amplicon sequencing data
http://alan.cs.gsu.edu/NGS/?q=content/kgem
2 stars 2 forks source link

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:

  1. Rounding
  2. Frequency estimation (FEM)
  3. Allele frequency estimation (KGEM)

Output corrected haplotypes in fasta format.

New features v0.20

features v0.10:

example of usage:

java -jar KGEM.jar reads.sam -k 50 -tr 5