R package to detect peaks in fluorescence macrophage phagocytosis assay. Includes a shiny app for easy processing.
Easiest way to is to use devtools
# if you don't already have it
install.packages("devtools")
devtools::install_github("ucvm/event_detector")
You can use the provided functions directly with your data if you are familiar with R. See included documentation for details. Otherwise type eventDetector::event_detector()
to get a local version of the app running in your browser.