Skip to content

stamats/MultiFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

## 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.

## 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

About

R package MultiFlow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages