Skip to content

stephenslab/fsusieR

Folders and files

NameName
Last commit message
Last commit date
Feb 25, 2025
Feb 11, 2025
Dec 12, 2024
Feb 25, 2025
Feb 10, 2025
Feb 12, 2025
Nov 20, 2023
Jan 27, 2022
Oct 17, 2023
Feb 25, 2025
Nov 17, 2023
Feb 25, 2025
Jan 2, 2025
Nov 20, 2023
Dec 12, 2024
Feb 10, 2025
Feb 3, 2025

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/smashr")
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()