To install this package, start R and enter:
source("http://bioconductor.org/biocLite.R")
biocLite("fdrame")
In most cases, you don't need to download the package archive at all.
Bioconductor version: 2.14
This package contains two main functions. The first is fdr.ma which takes normalized expression data array, experimental design and computes adjusted p-values It returns the fdr adjusted p-values and plots, according to the methods described in (Reiner, Yekutieli and Benjamini 2002). The second, is fdr.gui() which creates a simple graphic user interface to access fdr.ma
Author: Yoav Benjamini, Effi Kenigsberg, Anat Reiner, Daniel Yekutieli
Maintainer: Effi Kenigsberg <effiken.fdrame at gmail.com>
Citation (from within R,
enter citation("fdrame")):
To install this package, start R and enter:
source("http://bioconductor.org/biocLite.R")
biocLite("fdrame")
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("fdrame")
| R Script | Annotation Overview | |
| Reference Manual |
| biocViews | DifferentialExpression, Microarray, MultipleComparison, Software |
| Version | 1.36.0 |
| In Bioconductor since | BioC 1.7 (R-2.2) |
| License | GPL (>= 2) |
| Depends | |
| Imports | tcltk, graphics, grDevices, stats, utils |
| Suggests | |
| System Requirements | |
| URL | |
| Depends On Me | |
| Imports Me | |
| Suggests Me |
Follow Installation instructions to use this package in your R session.
| Package Source | fdrame_1.36.0.tar.gz |
| Windows Binary | fdrame_1.36.0.zip (32- & 64-bit) |
| Mac OS X 10.6 (Snow Leopard) | fdrame_1.36.0.tgz |
| Mac OS X 10.9 (Mavericks) | fdrame_1.36.0.tgz |
| Browse/checkout source | (username/password: readonly) |
| Package Downloads Report | Download Stats |
Common Bioconductor workflows include:
Post questions about Bioconductor packages to our mailing lists. Read the posting guide before posting!