Bioc2026 Registration Open!

csdR

Differential gene co-expression

Bioconductor version: 3.23 · Package version: 1.18.0

This package contains functionality to run differential gene co-expression across two different conditions. The algorithm is inspired by Voigt et al. 2017 and finds Conserved, Specific and Differentiated genes (hence the name CSD). This package include efficient and variance calculation by bootstrapping and Welford's algorithm.

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("csdR")

Details

MaintainerJakob Peder Pettersen <jakobpeder.pettersen@gmail.com>
AuthorJakob Peder Pettersen [aut, cre] (ORCID: <https://orcid.org/0000-0002-3485-1634>)
LicenseGPL-3
URLhttps://almaaslab.github.io/csdR, https://github.com/AlmaasLab/csdR
Bug Reportshttps://github.com/AlmaasLab/csdR/issues
Downloads rank193
Source branchRELEASE_3_23
biocViewsDifferentialExpression, GeneExpression, GraphAndNetwork, Network, Software

Documentation

Download

Dependencies

Depends: R (>= 4.1.0)

Imports: WGCNA, glue, RhpcBLASctl, matrixStats, Rcpp

LinkingTo: Rcpp

Suggests: rmarkdown, knitr, testthat (>= 3.0.0), BiocStyle, magrittr, igraph, dplyr