This R package implements statistical methods that generalize the Cormotif model for jointly analyzing differential gene expression in multiple studies or under multiple experimental conditions (e.g., measured in different cell types). Model fitting procedures are implemented using expectation maximization (EM).
All source code and software in this repository are made available under the terms of the MIT license.
- Install the R package from the Github repository using devtools:
library("devtools")
install_github("stephenslab/miximash")
- Add more steps here.
Within a local copy of this repository, run the following R commands:
library(devtools)
document()
R CMD build miximash
R CMD check --as-cran miximash_0.1-1.tar.gz
This R package was developed by Zhiwei Ma at the University of Chicago, with contributions from Peter Carbonetto and Matthew Stephens.