DiploidGenotype.this

Construct a genotype from two bases Every ambiguous base gets converted to 'N' internally.

  1. this(B b1, B b2)
    struct DiploidGenotype(B)
    this
    (
    B b1
    ,
    B b2
    )
  2. this(B b)

Meta