dcanr
Differential co-expression/association network analysis
Bioconductor version: 3.23 · Package version: 1.28.0
This package implements methods and an evaluation framework to infer differential co-expression/association networks. Various methods are implemented and can be evaluated using simulated datasets. Inference of differential co-expression networks can allow identification of networks that are altered between two conditions (e.g., health and disease).
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("dcanr") Details
| Maintainer | Dharmesh D. Bhuva <bhuva.d@wehi.edu.au> |
| Author | Dharmesh D. Bhuva [aut, cre] (ORCID: <https://orcid.org/0000-0002-6398-9157>) |
| License | GPL-3 |
| URL | https://davislaboratory.github.io/dcanr/, https://github.com/DavisLaboratory/dcanr |
| Bug Reports | https://github.com/DavisLaboratory/dcanr/issues |
| Downloads rank | 459 |
| Source branch | RELEASE_3_23 |
| biocViews | DifferentialExpression, GraphAndNetwork, Network, NetworkInference, Software |
Documentation
- Performing differential co-expression analysis using dcanr
- Evaluating differential co-expression methods using dcanr
Download
Dependencies
Depends: R (>= 3.6.0)
Imports: igraph, foreach, plyr, stringr, reshape2, methods, Matrix, graphics, stats, RColorBrewer, circlize, doRNG
Suggests: EBcoexpress, testthat, EBarrays, GeneNet, mclust, minqa, SummarizedExperiment, Biobase, knitr, rmarkdown, BiocStyle, edgeR
Enhances: parallel, doSNOW, doParallel
Reverse dependencies
Imports Me (2): ClassifyR, multiWGCNA