This package implements a sparse mixture of multivariate regressions model for flow cytometry data. The main motivating application is continuous-time flow cytometry data collected in the ocean, over space and time.
The paper preprint is here: https://arxiv.org/abs/2008.11251, and will appear in the Annals of Applied Statistics.
This R package can be installed using the following commands.
library(devtools)
install_github("sangwon-hyun/flowmix", subdir = "flowmix")
A short vignette here shows how to use the package.
The contributors are Sangwon Hyun, Mattias Rolf Cape, Francois Ribalet, and Jacob Bien.