cellmig
This is the development version of cellmig; to use it, please install the devel version of Bioconductor.
Uncertainty-aware quantitative analysis of high-throughput live cell migration data
Bioconductor version: Development (3.22)
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.
Author: Simo Kitanovski [aut, cre]
Maintainer: Simo Kitanovski <simokitanovski at gmail.com>
citation("cellmig")
):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("cellmig")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("cellmig")
User Manual: cellmig | HTML | R Script |
User manual: data simulation | HTML | R Script |
Reference Manual |
Details
biocViews | BatchEffect, Bayesian, CellBiology, Clustering, ExperimentalDesign, Regression, SingleCell, Software |
Version | 0.99.16 |
In Bioconductor since | BioC 3.22 (R-4.5) |
License | GPL-3 + file LICENSE |
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 |
System Requirements | GNU make |
URL | https://github.com/snaketron/cellmig |
Bug Reports | https://github.com/snaketron/cellmig/issues |
See More
Suggests | BiocStyle, knitr, testthat |
Linking To | 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) |
Enhances | |
Depends On Me | |
Imports Me | |
Suggests Me | |
Links To Me | |
Build Report | Build Report |
Package Archives
Follow Installation instructions to use this package in your R session.
Source Package | cellmig_0.99.16.tar.gz |
Windows Binary (x86_64) | |
macOS Binary (x86_64) | cellmig_0.99.16.tgz |
macOS Binary (arm64) | cellmig_0.99.16.tgz |
Source Repository | git clone https://git.bioconductor.org/packages/cellmig |
Source Repository (Developer Access) | git clone git@git.bioconductor.org:packages/cellmig |
Bioc Package Browser | https://code.bioconductor.org/browse/cellmig/ |
Package Short Url | https://bioconductor.org/packages/cellmig/ |
Package Downloads Report | Download Stats |