Skip to content

Installation

Platt runs in the R statistical computing environment. It requires R >= 3.5.0. Platt is currently only available for Github install.

NOTE: Platt 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

Platt builds on top of the Hooke package.

devtools::install_github("cole-trapnell-lab/hooke")

Hooke builds on top of the Monocle3 package.

devtools::install_github("cole-trapnell-lab/monocle3", ref="develop")

Hooke depends on the PLNmodels package.

remotes::install_github("pln-team/PLNmodels")

Finally, install the Platt package as follows:

devtools::install_github("cole-trapnell-lab/platt")

If you wish to install the develop branch of Platt, execute:

devtools::install_github("cole-trapnell-lab/platt", ref="develop")

See our Github repository for more details.