struct Wgsim::RefBase
- Wgsim::RefBase
- Struct
- Value
- Object
Defined in:
wgsim/ref_base.crConstructors
Instance Method Summary
- #insertion : Slice(UInt8) | Nil
- #insertion=(insertion : Slice(UInt8) | Nil)
- #mutation_type : MutType
- #mutation_type=(mutation_type : MutType)
- #nucleotide : UInt8
- #nucleotide=(nucleotide : UInt8)
Constructor Detail
def self.new(nucleotide : UInt8, mutation_type : Wgsim::MutType, insertion : Slice(UInt8) | Nil = nil)
#