
The MBmca package provides data sets and lightweight utilities fornucleic acid melting curve analysis and presentation on microbeadsurfaces.
MBmca is availableon CRAN, soinstallation is as simple as:
install.packages("MBmca")You can install the latest development version of the code using thedevtools R package.
# Install devtools, if you haven't already.install.packages("devtools")library(devtools)install_github("MBmca", "michbur")