Number and Brightness Image Analysis.
nandb
Calculation of molecular number and brightness from fluorescence microscopy image series. The software was published in a 2016 paper. The seminal paper for the technique is Digman et al. 2008. A review of the technique was published in 2017.
Installation
You can install the release version of nandb
from CRAN with:
install.packages("nandb")
You can install the (unstable) development version of nandb
from GitHub with:
devtools::install_github("rorynolan/nandb")
I highly recommend using the release version. The dev version is just for the ultra-curious and should be thought of as unreliable.
How to use the package
See the package website at https://rorynolan.github.io/nandb/.
Contribution
Contributions to this package are welcome. The preferred method of contribution is through a github pull request. Feel free to contact me by creating an issue. Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.