README.md

mvsusieR

R-CMD-check CircleCI

Implements a multivariate generalization of the "Sum of Single Effects" (SuSiE) model for variable selection in multivariate linear regression.

Setup

To install the latest version of the mvsusieR package from GitHub, run the following code in R:

install.packages("remotes")
library(remotes)
install_github("stephenslab/mvsusieR")

This command should automatically install all required packages if they are not installed already.

Note that mvsusieR uses mashr, which in turn requires the GNU Scientific libraries (GSL). You may want to install mashr first before attempting to install mvsusieR.

Quick Start

Here is a quick document to show mvsusieR in action. See here more documentation and examples.

Developer notes

bash for i in `ls R/*.R`; do bash inst/misc/format_r_code.sh $i; done



gaow/mmbr documentation built on April 3, 2024, 6:50 a.m.