Skip to content

FertigLab/CoGAPS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e1e002c · Oct 5, 2021
Jun 30, 2020
Sep 9, 2019
Apr 23, 2020
Jun 30, 2020
Oct 5, 2021
Oct 3, 2019
Oct 3, 2019
Jun 24, 2019
Feb 8, 2019
Nov 26, 2019
Oct 15, 2020
Oct 20, 2020
Oct 15, 2020
Jun 30, 2020
Oct 29, 2018
Oct 16, 2020
Jun 19, 2019
Aug 10, 2020
Jul 2, 2019
Oct 30, 2018

Repository files navigation

CoGAPS (Version: 3.9.2)

Bioc downloads Build Status

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 (link) 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:

BiocManager::install("FertigLab/CoGAPS")

Using CoGAPS

Follow the vignette here