- Home
- Bioconductor 3.23
- Software Packages
- netresponse (development version)
netresponse
This is the development version of netresponse; for the stable release version, see netresponse.
Functional Network Analysis
Bioconductor version: Development (3.23)
Algorithms for functional network analysis. Includes an implementation of a variational Dirichlet process Gaussian mixture model for nonparametric mixture modeling.
Author: Leo Lahti, Olli-Pekka Huovilainen, Antonio Gusmao and Juuso Parkkinen
Maintainer: Leo Lahti <leo.lahti at iki.fi>
citation("netresponse")):
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("netresponse")
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("netresponse")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.