DEDS
This package is for version 3.10 of Bioconductor. This package has been removed from Bioconductor. For the last stable, up-to-date release version, see DEDS.
Differential Expression via Distance Summary for Microarray Data
Bioconductor version: 3.10
This library contains functions that calculate various statistics of differential expression for microarray data, including t statistics, fold change, F statistics, SAM, moderated t and F statistics and B statistics. It also implements a new methodology called DEDS (Differential Expression via Distance Summary), which selects differentially expressed genes by integrating and summarizing a set of statistics using a weighted distance approach.
Author: Yuanyuan Xiao <yxiao at itsa.ucsf.edu>, Jean Yee Hwa Yang <jeany at maths.usyd.edu.au>.
Maintainer: Yuanyuan Xiao <yxiao at itsa.ucsf.edu>
citation("DEDS")):
Installation
To install this package, start R (version "3.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("DEDS")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("DEDS")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.