Bioc2026 Registration Open!

cellmig

Uncertainty-aware quantitative analysis of high-throughput live cell migration data

Bioconductor version: 3.23 · Package version: 1.2.0

High-throughput cell imaging facilitates the analysis of cell migration across many wells treated under different biological conditions. These workflows generate considerable technical noise and biological variability, and therefore technical and biological replicates are necessary, leading to large, hierarchically structured datasets, i.e., cells are nested within technical replicates that are nested within biological replicates. Current statistical analyses of such data usually ignore the hierarchical structure of the data and fail to explicitly quantify uncertainty arising from technical or biological variability. To address this gap, we present cellmig, an R package implementing Bayesian hierarchical models for migration analysis. cellmig quantifies condition- specific velocity changes (e.g., drug effects) while modeling nested data structures and technical artifacts. It further enables synthetic data generation for experimental design optimization.

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("cellmig")

Details

MaintainerSimo Kitanovski <simokitanovski@gmail.com>
AuthorSimo Kitanovski [aut, cre] (ORCID: <https://orcid.org/0000-0003-2909-5376>)
LicenseGPL-3 + file LICENSE
URLhttps://github.com/snaketron/cellmig
Bug Reportshttps://github.com/snaketron/cellmig/issues
System RequirementsGNU make
Downloads rank141
Source branchRELEASE_3_23
biocViewsBatchEffect, Bayesian, CellBiology, Clustering, ExperimentalDesign, Regression, SingleCell, Software

Documentation

Download

Dependencies

Depends: R (>= 4.5.0)

Imports: base, ggplot2, ggforce, ggtree, patchwork, ape, methods, Rcpp (>= 0.12.0), RcppParallel (>= 5.0.1), reshape2, rstan (>= 2.18.1), rstantools (>= 2.4.0), stats, utils, scales

LinkingTo: BH (>= 1.66.0), Rcpp (>= 0.12.0), RcppEigen (>= 0.3.3.3.0), RcppParallel (>= 5.0.1), rstan (>= 2.18.1), StanHeaders (>= 2.18.0)

Suggests: BiocStyle, knitr, testthat