- Home
- Bioconductor 3.23
- Software Packages
- consensusDE (development version)
consensusDE
This is the development version of consensusDE; for the stable release version, see consensusDE.
RNA-seq analysis using multiple algorithms
Bioconductor version: Development (3.23)
This package allows users to perform DE analysis using multiple algorithms. It seeks consensus from multiple methods. Currently it supports "Voom", "EdgeR" and "DESeq". It uses RUV-seq (optional) to remove unwanted sources of variation.
Author: Ashley J. Waardenberg [aut, cre], Martha M. Cooper [ctb]
Maintainer: Ashley J. Waardenberg <a.waardenberg at gmail.com>
citation("consensusDE")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("consensusDE")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.