Skip to content

stephenslab/fsusieR

Repository files navigation

fsusieR

R package implementing the Sum of Single Functions ("SuSiF") method.

Quick Start

Install and load the package:

# install.packages("remotes")
remotes::install_github("stephenslab/fsusieR")

If this doesn't work, try to install the package instead by downloading the git repository, and installing from the repository on your computer (this is assuming that your R working directory is a directory containing the git repository):

remotes::install_local("fsusieR")

Other notes

To run the unit tests, run

devtools::test()