banocc
This is the released version of banocc; for the devel version, see banocc.
Bayesian ANalysis Of Compositional Covariance
Bioconductor version: Release (3.22)
BAnOCC is a package designed for compositional data, where each sample sums to one. It infers the approximate covariance of the unconstrained data using a Bayesian model coded with `rstan`. It provides as output the `stanfit` object as well as posterior median and credible interval estimates for each correlation element.
Author: Emma Schwager [aut, cre], Curtis Huttenhower [aut]
Maintainer: George Weingart <george.weingart at gmail.com>, Curtis Huttenhower <chuttenh at hsph.harvard.edu>
citation("banocc")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("banocc")
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("banocc")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.