-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
41 lines (41 loc) · 1.19 KB
/
DESCRIPTION
File metadata and controls
41 lines (41 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Package: csdR
Title: Differential gene co-expression
Version: 1.17.0
Date: 07-11-2024
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.3.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