Hooke is a new software package that uses Poisson-Lognormal models to perform differential analysis of cell abundances for perturbation experiments read out by single-cell RNA-seq. This versatile framework allows users to both perform multivariate statistical regression to describe how perturbations alter the relative abundances of each cell state and visualize cell type abundance kinetics.
See the Hooke website for a more comprehensive introduction.
Hooke runs in the R statistical computing environment. It requires R >= 3.5.0. Hooke is currently only available for Github install.
Hooke builds on top of the Monocle3 package.
devtools::install_github("cole-trapnell-lab/monocle3")
Hooke depends on the PLNmodels package.
Use the github install:
remotes::install_github("pln-team/PLNmodels")
Finally, install the hooke package as follows:
devtools::install_github("cole-trapnell-lab/hooke")