README.md

MultiFlow

The repository includes the development version of R package MultiFlow

License: LGPL v3 Project Status: Active – The project has reached a stable, usable state and is being actively developed.

Installation

The package requires Bioconductor package EBImage, which should be installed first via

```{r, eval = FALSE}

Install package BiocManager

if(!require(BiocManager)) install.packages("BiocManager")

Use BiocManager to install EBImage

BiocManager::install("EBImage", update = FALSE)


Next, one can install package MultiFlow, where all remaining dependencies will
be installed automatically.

```{r, eval = FALSE}
## Install package remotes
if(!require(remotes)) install.packages("remotes")
## Install package MultiFlow
remotes::install_github("stamats/MultiFlow", build_vignettes = TRUE)

Start App

MultiFlow::runMultiFlowApp()

Open User's Guide

vignette("MultiFlow")

See also: MultiFlow User's Guide.

YouTube Playlist

MultiFlow YouTube Playlist.

Description

Image analysis (cropping, segmetation, thresholding, feature engineering) of images taken from lateral flow assays, computation of linear calibration models, automatic report generation via rmarkdown by means of a shiny app.

MultiFlow Shiny App



stamats/MultiFlow documentation built on Sept. 7, 2020, 12:21 p.m.