Skip to content

stephenslab/poisson.mash.alpha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

poisson.mash.alpha

An R package for Poisson multivariate adaptive shrinkage ("Poisson mash").

Quick Start

Install and load the package using remotes:

install.packages("remotes")
remotes::install_github("stephenslab/poisson.mash.alpha")
library(poisson.mash.alpha)

Note that installing the package will require a C++ compiler setup that is appropriate for the version of R installed on your computer. For details, refer to the documentation on the CRAN website.

Note this should automatically install the ashr package; if it does not, please go here.

License

Copyright (c) 2021-2023, Yusha Liu, Peter Carbonetto and Matthew Stephens.

All source code and software in this repository are made available under the terms of the MIT license.