Bioconductor version: Release (2.11)
The gprege package implements the methodology described in Kalaitzis & Lawrence (2011) "A simple approach to ranking differentially expressed gene expression time-courses through Gaussian process regression". The software fits two GPs with the an RBF (+ noise diagonal) kernel on each profile. One GP kernel is initialised wih a short lengthscale hyperparameter, signal variance as the observed variance and a zero noise variance. It is optimised via scaled conjugate gradients (netlab). A second GP has fixed hyperparameters: zero inverse-width, zero signal variance and noise variance as the observed variance. The log-ratio of marginal likelihoods of the two hypotheses acts as a score of differential expression for the profile. Comparison via ROC curves is performed against BATS (Angelini et.al, 2007). A detailed discussion of the ranking approach and dataset used can be found in the paper (http://www.biomedcentral.com/1471-2105/12/180).
Author: Alfredo A. Kalaitzis <alkalait at gmail.com>
Maintainer: Alfredo A. Kalaitzis <alkalait at gmail.com>
To install this package, start R and enter:
source("http://bioconductor.org/biocLite.R")
biocLite("gprege")
To cite this package in a publication, start R and enter:
citation("gprege")
| R Script | gprege Quick Guide | |
| Reference Manual | ||
| Text | NEWS |
| biocViews | Bioinformatics, DifferentialExpression, Microarray, Preprocessing, Software, TimeCourse |
| Version | 1.2.0 |
| In Bioconductor since | BioC 2.10 (R-2.15) |
| License | AGPL-3 |
| Depends | R (>= 2.8.0), gptk |
| Imports | |
| Suggests | spam |
| System Requirements | |
| URL | http://staffwww.dcs.shef.ac.uk/people/A.Kalaitzis/ |
| Depends On Me | |
| Imports Me | |
| Suggests Me |
| Package Source | gprege_1.2.0.tar.gz |
| Windows Binary | gprege_1.2.0.zip (32- & 64-bit) |
| MacOS 10.5 (Leopard) | gprege_1.2.0.tgz |
| Package Downloads Report | Download Stats |
Common Bioconductor workflows include:
Post questions about Bioconductor packages to our mailing lists. Read the posting guide before posting!