Sequencer Simulation Functions
NextGenSeqUtils.env_pb_seq_simNextGenSeqUtils.fixed_diff_evolveNextGenSeqUtils.pb_seq_simNextGenSeqUtils.simple_evolveNextGenSeqUtils.simple_gen_seq
#
NextGenSeqUtils.simple_gen_seq — Function.
simple_gen_seq(n::Int)
Generates a random uniform sequence of nucleotides.
#
NextGenSeqUtils.simple_evolve — Function.
simple_evolve(refseq, err_rate)
Evolves a sequence, uniformly.
#
NextGenSeqUtils.fixed_diff_evolve — Function.
fixed_diff_evolve(template::String, n_diffs::Int64)
Creates a fixed number of mutations of a sequence.
#
NextGenSeqUtils.pb_seq_sim — Function.
pb_seq_sim(template::String, rate::Float64; with_qvs = false)
Performs a sequence simulation from a template, specifying a target error rate, based on PacBio sequencing error model.
#
NextGenSeqUtils.env_pb_seq_sim — Function.
env_pb_seq_sim(template::String, n::Int64; with_qvs = false)
Simulated PacBio reads from amplicons that have envelope-like error profiles.