Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 551 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 551 Bytes

Event Detector

R package to detect peaks in fluorescence macrophage phagocytosis assay. Includes a shiny app for easy processing.

Install

Easiest way to is to use devtools

# if you don't already have it
install.packages("devtools")

devtools::install_github("ucvm/event_detector")

Usage

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.