Installation
Hooke runs in the R statistical computing environment. It requires R >= 3.5.0. Hooke is currently only available for Github install.
NOTE: Hooke is currently in the beta phase of its development. The documentation on this page is also still under construction. Not all features currently implemented have been completely documented. Please report any issues to your github page.
Required software
Hooke builds on top of the Monocle3 package.
devtools::install_github("cole-trapnell-lab/monocle3")
Hooke depends on the PLNmodels package. You can install as follows:
remotes::install_github("pln-team/PLNmodels")
Finally, install the hooke package as follows:
devtools::install_github("cole-trapnell-lab/hooke")
If you wish to install the develop branch of hooke, execute:
devtools::install_github("cole-trapnell-lab/hooke", ref="develop")
See our Github repository for more details.