Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pcruniversum/mbmca
- Owner: PCRuniversum
- Created: 2014-08-20T07:41:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-03-08T08:21:03.000Z (almost 4 years ago)
- Last Synced: 2023-11-20T12:12:23.023Z (about 1 year ago)
- Language: R
- Size: 255 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
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")
```