R package implementing the Sum of Single Functions (“SuSiF”) method.
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")