class Wgsim::Generate::Core

Included Modules

Defined in:

wgsim/generate/core.cr

Constructors

Instance Method Summary

Instance methods inherited from module Wgsim::CoreUtils

perform_substitution(base : UInt8, i : Int) : UInt8 perform_substitution, reverse_complement(sequence : Slice(UInt8)) : Slice(UInt8) reverse_complement

Constructor Detail

def self.new(chromosome_length : Array(Int32), seed : UInt64 | Nil = nil) #

[View source]

Instance Method Detail

def generate_sequence(&) #

[View source]