Skip to content

Sequencer Simulation Functions

# NextGenSeqUtils.simple_gen_seqFunction.

simple_gen_seq(n::Int)

Generates a random uniform sequence of nucleotides.

source

# NextGenSeqUtils.simple_evolveFunction.

simple_evolve(refseq, err_rate)

Evolves a sequence, uniformly.

source

# NextGenSeqUtils.fixed_diff_evolveFunction.

fixed_diff_evolve(template::String, n_diffs::Int64)

Creates a fixed number of mutations of a sequence.

source

# NextGenSeqUtils.pb_seq_simFunction.

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.

source

# NextGenSeqUtils.env_pb_seq_simFunction.

env_pb_seq_sim(template::String, n::Int64; with_qvs = false)

Simulated PacBio reads from amplicons that have envelope-like error profiles.

source