Open Sidebar
Close Sidebar
wgsim
main
Wgsim
Action
CellSample
CLI
CoreUtils
EventRecord
FastqRecord
Generate
Core
Option
Mutate
Core
Option
MutType
Parser
RefBase
RefSeq
SampleSheet
Sequence
Core
Option
class
Wgsim::
Generate::
Core
Wgsim::Generate::Core
Reference
Object
Included Modules
Wgsim::CoreUtils
Defined in:
wgsim/generate/core.cr
Constructors
.new
(chromosome_length : Array(Int32), seed : UInt64 | Nil =
nil
)
Instance Method Summary
#generate_sequence
(&)
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
]