Package: csdR
Title: Differential gene co-expression
Version: 1.2.0
Date: 04-02-2021
Authors@R: 
    person(given = "Jakob Peder",
   family = "Pettersen",
   role = c("aut","cre"),
   email = "jakobpeder.pettersen@gmail.com",
   comment = c(ORCID = "0000-0002-3485-1634")
   )
Description: 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.
Depends: R (>= 4.1.0)
Imports: WGCNA, glue, RhpcBLASctl, matrixStats, Rcpp
License: GPL-3
Encoding: UTF-8
NeedsCompilation: yes
BugReports: https://github.com/AlmaasLab/csdR/issues
URL: https://almaaslab.github.io/csdR,
        https://github.com/AlmaasLab/csdR
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
LinkingTo: Rcpp
biocViews: DifferentialExpression, GraphAndNetwork, GeneExpression,
        Network
Suggests: rmarkdown, knitr, testthat (>= 3.0.0), BiocStyle, magrittr,
        igraph, dplyr
Config/testthat/edition: 3
VignetteBuilder: knitr
git_url: https://git.bioconductor.org/packages/csdR
git_branch: RELEASE_3_15
git_last_commit: 5b79024
git_last_commit_date: 2022-04-26
Date/Publication: 2022-04-26
Packaged: 2022-04-26 22:10:32 UTC; biocbuild
Author: Jakob Peder Pettersen [aut, cre]
    (<https://orcid.org/0000-0002-3485-1634>)
Maintainer: Jakob Peder Pettersen <jakobpeder.pettersen@gmail.com>
Built: R 4.2.0; x86_64-w64-mingw32; 2022-04-27 09:22:10 UTC; windows
ExperimentalWindowsRuntime: ucrt
Archs: x64
