- Home
- Bioconductor 3.23
- Software Packages
- NBAMSeq (development version)
NBAMSeq
This is the development version of NBAMSeq; for the stable release version, see NBAMSeq.
Negative Binomial Additive Model for RNA-Seq Data
Bioconductor version: Development (3.23)
High-throughput sequencing experiments followed by differential expression analysis is a widely used approach to detect genomic biomarkers. A fundamental step in differential expression analysis is to model the association between gene counts and covariates of interest. NBAMSeq a flexible statistical model based on the generalized additive model and allows for information sharing across genes in variance estimation.
Author: Xu Ren [aut, cre], Pei Fen Kuan [aut]
Maintainer: Xu Ren <xuren2120 at gmail.com>
citation("NBAMSeq")):
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("NBAMSeq")
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("NBAMSeq")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.