- Home
- Bioconductor 3.23
- Software Packages
- baySeq (development version)
baySeq
This is the development version of baySeq; for the stable release version, see baySeq.
Empirical Bayesian analysis of patterns of differential expression in count data
Bioconductor version: Development (3.23)
This package identifies differential expression in high-throughput 'count' data, such as that derived from next-generation sequencing machines, calculating estimated posterior likelihoods of differential expression (or more complex hypotheses) via empirical Bayesian methods.
Author: Thomas J. Hardcastle [aut], Samuel Granjeaud [cre] ORCID iD ORCID: 0000-0001-9245-1535
Maintainer: Samuel Granjeaud <samuel.granjeaud at inserm.fr>
citation("baySeq")):
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("baySeq")
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("baySeq")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.