Description Usage Arguments Details Value Author(s) See Also Examples
See calculate.affinity
for background.
1 | calc.po.dtm(oligos, conc.total = 1e-05, parallel=F, cores=NA)
|
oligos |
A character vector of oligonucleotide sequences in camel-case (uppercase: LNA, lowercase: DNA) in the 5' to 3' direction. |
conc.total |
A numeric, the total concentration (in moles per liter, M) of oligonucleotide and RNA target (assumed to be present 1:1, so that the concentration of each equals half the total concentration). This is used for calculating melting temperature (tm). |
parallel |
logical(T/F), should the computation be parallelized. |
cores |
integer, the number of cores used for parallel computation. If NA, use the maximal number of cores. This parameter is only relevant if parallel=T. |
For the current dtm calculation, all oligonucloetides are treated as DNA only.
A numeric vector with the dtm's.
Peter Hagedorn and Morten Lindow
1 | calc.po.dtm(rep("AAAgtacaaTTG",10))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.