- Home
- Bioconductor 3.10
- Software Packages
- consensusDE
consensusDE
This package is for version 3.10 of Bioconductor; for the stable, up-to-date release version, see consensusDE.
RNA-seq analysis using multiple algorithms
Bioconductor version: 3.10
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
Maintainer: Ashley J. Waardenberg <a.waardenberg at gmail.com>
citation("consensusDE")):
Installation
To install this package, start R (version "3.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("consensusDE")
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("consensusDE")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.