- Home
- Bioconductor 3.23
- Software Packages
- netboost (development version)
netboost
This is the development version of netboost; for the stable release version, see netboost.
Network Analysis Supported by Boosting
Bioconductor version: Development (3.23)
Boosting supported network analysis for high-dimensional omics applications. This package comes bundled with the MC-UPGMA clustering package by Yaniv Loewenstein.
Author: Pascal Schlosser [aut, cre], Jochen Knaus [aut, ctb], Yaniv Loewenstein [aut]
Maintainer: Pascal Schlosser <pascal.schlosser at uniklinik-freiburg.de>
citation("netboost")):
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("netboost")
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("netboost")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.