Description Usage Arguments Details Value Examples
The implementation is based on the explanations of http://biotools.nubic.northwestern.edu/OligoCalc.html.
1 2 3 4 5 6 | calculate_tm_nnb(
oligo_sequence,
primer_concentration = 50,
salt_concentration = 50,
offset = 0
)
|
oligo_sequence |
A string containing an oligo sequence. |
primer_concentration |
The concentration of the primer in nanomole [default: 50] |
salt_concentration |
The concentration of Na+ in nanomole [default: 50] |
offset |
You can skip a prefix of your oligo sequence with this parameter. The first n bases are not considered in the calculation. [default: 0] |
More details at https://doi.org/10.1093/nar/gkm234
An array or a list with values for the codons/amino acids.
The melting temperature in print('\u00B0')
C
1 2 3 4 | ## Not run:
GoldenMutagenesis::calculate_tm_nnb("AAAAAATGGTGTGTGATGTGTCCCTCTATC")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.