README.md

rmelting: R Interface to MELTING 5 logo

Version : 0.99.7; License: GPL-2|GPL-3
Aravind, J.1 and Krishna, G. K.2
  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

minimal R
version biocVersion License: GPL
v3 develVersion Project Status:
WIP lifecycle Last-changedate Analytics Bioc Download
rank in
Bioc Bioc build
status Bioc
updated

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.

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")

Detailed tutorial

For a detailed tutorial on how to used this package type:

browseVignettes(package = 'rmelting')

What’s new

To know whats new in this version type:

news(package='rmelting')

Links

Bioconductor page

Github page

Documentation website

Citing 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.


Try the rmelting package in your browser

Any scripts or data that you put into this service are public.

rmelting documentation built on Nov. 8, 2020, 5:19 p.m.