- Home
- Bioconductor 3.14
- Software Packages
- DEGreport
DEGreport
This package is for version 3.14 of Bioconductor; for the stable, up-to-date release version, see DEGreport.
Report of DEG analysis
Bioconductor version: 3.14
Creation of a HTML report of differential expression analyses of count data. It integrates some of the code mentioned in DESeq2 and edgeR vignettes, and report a ranked list of genes according to the fold changes mean and variability for each selected gene.
Author: Lorena Pantano [aut, cre], John Hutchinson [ctb], Victor Barrera [ctb], Mary Piper [ctb], Radhika Khetani [ctb], Kenneth Daily [ctb], Thanneer Malai Perumal [ctb], Rory Kirchner [ctb], Michael Steinbaugh [ctb]
Maintainer: Lorena Pantano <lorena.pantano at gmail.com>
citation("DEGreport")):
Installation
To install this package, start R (version "4.1") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("DEGreport")
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("DEGreport")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.