README.md
0bb2e915
 # CoGAPS Version: 3.2.40
ceb0c306
 
b2ec9ff7
 [![Bioc](https://bioconductor.org/images/logo_bioconductor.gif)](https://bioconductor.org/packages/CoGAPS)
bf751d4f
 [![downloads](https://bioconductor.org/shields/downloads/release/CoGAPS.svg)](http://bioconductor.org/packages/stats/bioc/CoGAPS/)
55e4cd1f
 [![Build Status](https://travis-ci.org/FertigLab/CoGAPS.svg?branch=master)](https://travis-ci.org/FertigLab/CoGAPS)
b2ec9ff7
 
ceb0c306
 Coordinated Gene Activity in Pattern Sets (CoGAPS) implements a Bayesian MCMC matrix factorization algorithm, GAPS, and links it to gene set statistic methods to infer biological process activity. It can be used to perform sparse matrix factorization on any data, and when this data represents biomolecules, to do gene set analysis.
58f386a5
 
 # Installing CoGAPS
 
 *CoGAPS* is a bioconductor R package and so the release version can be installed
 as follows:
 
 ```
8cab9181
 install.packages("BiocManager")
 BiocManager::install("CoGAPS")
58f386a5
 ```
 
 The most up-to-date version of *CoGAPS* can be installed directly from the 
 *FertigLab* Github Repository:
 
 ```
8cab9181
 ## Method 1 using BiocManager
 BiocManager::install("FertigLab/CoGAPS")
58f386a5
 
 ## Method 2 using devtools package
 devtools::install_github("FertigLab/CoGAPS")
 ```
 
 # Using CoGAPS
 
c048fef8
 Follow the vignette here: http://htmlpreview.github.io/?https://github.com/FertigLab/CoGAPS/blob/develop/vignettes/CoGAPS.html