- Home
- Bioconductor 3.23
- Software Packages
- multiWGCNA (development version)
multiWGCNA
This is the development version of multiWGCNA; for the stable release version, see multiWGCNA.
multiWGCNA
Bioconductor version: Development (3.23)
An R package for deeping mining gene co-expression networks in multi-trait expression data. Provides functions for analyzing, comparing, and visualizing WGCNA networks across conditions. multiWGCNA was designed to handle the common case where there are multiple biologically meaningful sample traits, such as disease vs wildtype across development or anatomical region.
Author: Dario Tommasini [aut, cre] ORCID iD ORCID: 0000-0002-1214-6547 , Brent Fogel [aut, ctb]
Maintainer: Dario Tommasini <dtommasini0 at gmail.com>
citation("multiWGCNA")):
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("multiWGCNA")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.