rmelting
: R Interface to MELTING 5
R interface to the MELTING 5 program (https://www.ebi.ac.uk/biomodels/tools/melting/) to compute melting temperatures of nucleic acid duplexes along with other thermodynamic parameters.
The package can be installed from Bioconductor as follows.
if (!"BiocManager" %in% rownames(installed.packages()))
install.packages("BiocManager")
BiocManager::install("rmelting")
The development version can be installed from github as follows.
if (!require('devtools')) install.packages('devtools')
devtools::install_github("aravind-j/rmelting")
For a detailed tutorial on how to used this package type:
browseVignettes(package = 'rmelting')
rmelting
To cite the methods in the package use:
citation("rmelting")
To cite the R package 'rmelting' in publications use:
Aravind, J. and Krishna, G. K. (2023). rmelting: R Interface to
MELTING 5. R package version 1.13.3,
https://aravind-j.github.io/rmelting/.
A BibTeX entry for LaTeX users is
@Manual{,
title = {rmelting: R Interface to MELTING 5},
author = {J. Aravind and G. K. Krishna},
year = {2023},
note = {R package version 1.13.3},
note = {https://aravind-j.github.io/rmelting/},
}
This free and open-source software implements academic research by the
authors and co-workers. If you use it, please support the project by
citing the package.