forqs module reference
Forward simulation of Recombination, Quantitative traits, and Selection
 All Classes Groups Pages
LocusList Class Reference

list of Locus objects More...

parameter default notes
chromosome:position = <int_chromosome> <int_position> none multiple allowed
loci = <id> [...] none multiple allowed (id can be Locus or LocusList)

Notes:

  • Loci can be specified by chromosome/position (unnamed), or by references to previously defined Locus objects (named)
  • unnamed loci will be placed first in the container, followed by all named loci
  • unnamed loci will be given names generated from the LocusList object id (e.g. my_locus_list[0], my_locus_list[1], ...)
  • "List" is used in the English sense, not the computer science sense. This is actually a contiguous array (C++ vector) of Locus objects.

Example: example_qtl.txt