class Wgsim::Generate::RandomReferenceGenerator

Included Modules

Defined in:

wgsim/generate/random_reference_generator.cr

Constant Summary

CHROMOSOME_NAME_PREFIX = "chr"

Constructors

Instance Method Summary

Instance methods inherited from module Wgsim::Dna

normalize_base(base : UInt8) : UInt8 normalize_base, normalize_sequence(sequence : Slice(UInt8)) : Slice(UInt8) normalize_sequence, perform_substitution(base : UInt8, substitution_index : Int) : UInt8 perform_substitution, reverse_complement(sequence : Slice(UInt8)) : Slice(UInt8) reverse_complement

Constructor Detail

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

[View source]

Instance Method Detail

def generate_sequences(&) #

[View source]