You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

The Flux Simulator supports quality error models to simulate sequencing errors. The current version of the Flux Simulator provides two models, one for reads of length 76 and one for read length 36, but the model generator is included and allows the creation of custom models.

Applying the error model consists of two steps. First, a quality value is assigned to each position in the read. Second, a cross-talk table is used to check if the base with the given quality should be mutated and if so, to which base. The quality assignment is based on a Markov model that uses both the position n in the read and the quality value of the n-1 positions.

The quality model can be configured using the simulators parameter file. In order to activate quality sampling and sequence errors, set the ERR_FILE parameter to either "76" or "35" to use the build in models. Alternatively you can also specify a file name to load a custom model. In addition, also set FASTA true in the parameter file, and the simulator will output a .fastq file inluding qualities and sequencing error.

Creating a custom model

The flux simulator comes with a model generator that is currently based on GEM mapping files produced by the GEM-Mapper.

  • No labels