- Home
- Bioconductor 3.22
- Software Packages
- iterativeBMA
iterativeBMA
This is the released version of iterativeBMA; for the devel version, see iterativeBMA.
The Iterative Bayesian Model Averaging (BMA) algorithm
Bioconductor version: Release (3.22)
The iterative Bayesian Model Averaging (BMA) algorithm is a variable selection and classification algorithm with an application of classifying 2-class microarray samples, as described in Yeung, Bumgarner and Raftery (Bioinformatics 2005, 21: 2394-2402).
Author: Ka Yee Yeung, University of Washington, Seattle, WA, with contributions from Adrian Raftery and Ian Painter
Maintainer: Ka Yee Yeung <kayee at u.washington.edu>
citation("iterativeBMA")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("iterativeBMA")
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("iterativeBMA")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.