Primer Design

These are useful tools for primer design for PCR!

Calculate melting temperature

SimpleBio.dnatmFunction
dnatm(dnaseq::String)

Calculate the melting temperature of imput DNA sequence. The calculation is assume the annealing occurs under the standard conditions of 50 nM primer, 50 mM Na+, and pH 7.0.

source
SimpleBio.step_genFunction
step_gen(seq::String)

Generate a vector that contains stepwise increasing characters from the first character to the end.

source
SimpleBio.multidnatmFunction
multidnatm(dnas_array::Vector)

Generate a dataframe that shows all the Tm of sequences in the input array.

source
SimpleBio.fwd_primersFunction
fwd_primers(seq::String)

Auto generation of foward primer candidates of an input sequence.

source
fwd_primers(seq::String, tm_low::Int64, tm_high::Int64)

Auto generation of foward primer candidates of an input sequence in setted Tm range.

source
SimpleBio.rev_primersFunction
rev_primers(seq::String)

Auto generation of foward primer candidates of an input sequence.

source
rev_primers(seq::String, tm_low::Int64, tm_high::Int64)

Auto generation of foward primer candidates of an input sequence in setted Tm range.

source