Name Mode Size
R 040000
data 040000
inst 040000
man 040000
script 040000
src 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
.travis.yml 100644 0 kb
CHANGES 100644 0 kb
DESCRIPTION 100644 1 kb
NAMESPACE 100644 1 kb
README.md 100644 1 kb
acinclude.m4 100644 4 kb
aclocal.m4 100644 1 kb
cleanup 100755 0 kb
configure 100755 80 kb
configure.ac 100644 0 kb
README.md
[![Build Status](https://travis-ci.org/sba1/mgsa-bioc.svg?branch=master)](https://travis-ci.org/sba1/mgsa-bioc) Model-based Gene Set Analysis (MGSA) is a Bayesian modeling approach for gene set enrichment. This Bioconductor/R package ```mgsa``` implements MGSA and tools to use MGSA together with the Gene Ontology. Development ----------- This is the official repository that is used for development of the ```mgsa``` Bioconductor/R package. It conists of two branches: - The ```master``` branch contains the entire history also prior of the inclusion of ```mgsa``` into Bioconductor. - The ```bioconductor``` branch contains the history as it is recorded in the Bioconductor project (https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/mgsa, user is ```readonly```, password is also ```readonly```). Both branches are kept in sync such that there is no difference between the two branches and also such that the recent history is essentially the same. At least at the moment, merging from one branch to another is not done. Contributions using pull requests favourably based on the ```master``` branch are welcome.