Nothing
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')
To know whats new in this version type:
news(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. (2019). rmelting: R Interface to
MELTING 5. R package version 0.99.7,
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 = {2019},
note = {R package version 0.99.7},
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.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.