Name Mode Size
R 040000
data 040000
inst 040000
man 040000
src 040000
tests 040000
vignettes 040000
.Rbuildignore 100755 1 kb
.gitignore 100755 0 kb
.travis.yml 100755 0 kb
COPYING 100755 18 kb
ChangeLog 100755 4 kb
DESCRIPTION 100755 2 kb
NAMESPACE 100755 2 kb
NEWS 100755 2 kb
README.md 100755 1 kb
cleanup 100755 0 kb
configure 100755 157 kb
configure.ac 100755 5 kb
configure.win 100755
README.md
# CoGAPS Version: 3.3.41 [![Bioc](https://bioconductor.org/images/logo_bioconductor.gif)](https://bioconductor.org/packages/CoGAPS) [![downloads](https://bioconductor.org/shields/downloads/release/CoGAPS.svg)](http://bioconductor.org/packages/stats/bioc/CoGAPS/) [![Build Status](https://travis-ci.org/FertigLab/CoGAPS.svg?branch=master)](https://travis-ci.org/FertigLab/CoGAPS) 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. # Installing CoGAPS *CoGAPS* is a bioconductor R package and so the release version can be installed as follows: ``` install.packages("BiocManager") BiocManager::install("CoGAPS") ``` The most up-to-date version of *CoGAPS* can be installed directly from the *FertigLab* Github Repository: ``` ## Method 1 using BiocManager BiocManager::install("FertigLab/CoGAPS") ## Method 2 using devtools package devtools::install_github("FertigLab/CoGAPS") ``` # Using CoGAPS Follow the vignette here: http://htmlpreview.github.io/?https://github.com/FertigLab/CoGAPS/blob/develop/vignettes/CoGAPS.html