## `rmelting`: R Interface to MELTING 5 <img src="https://raw.githubusercontent.com/aravind-j/rmelting/master/inst/extdata/rmelting.png" align="right" alt="logo" width="173" height = "200" style = "padding: 10px; border: none; float: right;">
###### Version : [1.13.2](https://aravind-j.github.io/rmelting/); License: [GPL-2\|GPL-3](https://www.r-project.org/Licenses/)
##### *Aravind, J.<sup>1</sup> and Krishna, G. K.<sup>2</sup>*
1. Division of Germplasm Conservation, ICAR-National Bureau of Plant
Genetic Resources, New Delhi
2. Division of Crop Physiology, ICAR-Indian Agricultural Research
Institute, New Delhi
------------------------------------------------------------------------
[](https://cran.r-project.org/)
[](https://www.gnu.org/licenses/gpl-3.0)
[](https://github.com/aravind-j/rmelting)
[](https://github.com/aravind-j/rmelting)
[](https://github.com/aravind-j/rmelting/actions/workflows/check-bioc.yml)
[](https://www.repostatus.org/#active)
[](https://lifecycle.r-lib.org/articles/stages.html#stable)
[](/commits/master)
[](https://aravind-j.github.io/rmelting/)
[](https://github.com/aravind-j/google-analytics-beacon)
------------------------------------------------------------------------
<!-- [] -->
<!-- [](http://www.rdocumentation.org/packages/rmelting) -->
<!-- [](https://doi.org/10.5281/zenodo.841963) -->
<!-- [](https://bioconductor.org/packages/devel/bioc/html/rmelting.html#archives) -->
<!-- [[](https://cran.r-project.org/package=rmelting) -->
<!-- [](https://CRAN.R-project.org/package=rmelting) -->
<!-- [](https://github.com/aravind-j/rmelting) -->
## Description
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.
## Installation
The package can be installed from Bioconductor as follows.
``` r
if (!"BiocManager" %in% rownames(installed.packages()))
install.packages("BiocManager")
BiocManager::install("rmelting")
```
The development version can be installed from github as follows.
``` r
if (!require('devtools')) install.packages('devtools')
devtools::install_github("aravind-j/rmelting")
```
## Detailed tutorial
For a detailed tutorial on how to used this package type:
``` r
browseVignettes(package = 'rmelting')
```
## What’s new
To know whats new in this version type:
``` r
news(package='rmelting')
```
## Links
[Bioconductor page](https://doi.org/doi:10.18129/B9.bioc.rmelting)
[Github page](https://github.com/aravind-j/rmelting)
[Documentation website](https://aravind-j.github.io/rmelting/)
<!-- [Zenodo DOI](https://doi.org/10.5281/zenodo.1219630) -->
## Bioconductor checks and metrics
<table>
<tbody>
<tr>
<td style="text-align:left;">
[](https://bioconductor.org/install/)
</td>
<td style="text-align:left;">
[](https://bioconductor.org/packages/release/bioc/html/rmelting.html)
</td>
<td style="text-align:left;">
[](https://bioconductor.org/packages/release/bioc/html/rmelting.html#since)
</td>
<td style="text-align:left;">
[](http://bioconductor.org/checkResults/release/bioc-LATEST/rmelting/)
</td>
<td style="text-align:left;">
[](http://bioconductor.org/packages/stats/bioc/rmelting/)
</td>
</tr>
<tr>
<td style="text-align:left;">
[](https://bioconductor.org/install/)
</td>
<td style="text-align:left;">
[](https://bioconductor.org/packages/devel/bioc/html/rmelting.html)
</td>
<td style="text-align:left;">
[](https://bioconductor.org/packages/devel/bioc/html/rmelting.html#since)
</td>
<td style="text-align:left;">
[](http://bioconductor.org/checkResults/devel/bioc-LATEST/rmelting/)
</td>
<td style="text-align:left;">
[](http://bioconductor.org/packages/stats/bioc/rmelting/)
</td>
</tr>
</tbody>
</table>
## Citing `rmelting`
To cite the methods in the package use:
``` r
citation("rmelting")
```
To cite the R package 'rmelting' in publications use:
Aravind, J. and Krishna, G. K. (2022). rmelting: R Interface to MELTING 5. R package version 1.13.2,
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 = {2022},
note = {R package version 1.13.2},
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.