Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pcruniversum/mbmca

Nucleic Acid Melting Curve Analysis on Microbead Surfaces with R
https://github.com/pcruniversum/mbmca

Last synced: about 2 months ago
JSON representation

Nucleic Acid Melting Curve Analysis on Microbead Surfaces with R

Awesome Lists containing this project

README

        

![MBmca](https://github.com/michbur/MBmca/blob/master/inst/MBmca_logo.png)

The MBmca package provides data sets and lightweight utilities for nucleic acid melting curve analysis and presentation on microbead surfaces.

Installation
------------

MBmca is available [on CRAN](https://cran.r-project.org/package=MBmca), so installation is as simple as:

```
install.packages("MBmca")
```

You can install the latest development version of the code using the `devtools` R package.

```
# Install devtools, if you haven't already.
install.packages("devtools")

library(devtools)
install_github("MBmca", "michbur")
```