Skip to content

FertigLab/CoGAPS

Folders and files

NameName
Last commit message
Last commit date
Oct 8, 2024
Feb 28, 2025
Sep 25, 2023
Apr 23, 2020
Feb 28, 2025
Dec 14, 2024
Jan 29, 2025
Feb 28, 2025
Feb 28, 2025
Nov 22, 2024
May 24, 2023
Feb 8, 2019
Nov 26, 2019
Oct 15, 2020
Mar 11, 2025
Dec 30, 2024
Oct 15, 2020
Apr 30, 2024
Oct 29, 2018
Feb 2, 2024
Jun 19, 2019
Oct 4, 2024
Oct 4, 2024
Oct 30, 2018

Repository files navigation

R build status

CoGAPS

Bioc downloads

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

Via Bioconductor:

install.packages("BiocManager")
BiocManager::install("FertigLab/CoGAPS")

The most up-to-date version of CoGAPS can be installed directly from the FertigLab Github Repository:

devtools::install_github("FertigLab/CoGAPS")

Using CoGAPS

Follow the vignette here and available as static html here