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.
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")
Follow the vignette here
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.