-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy pathDESCRIPTION
51 lines (51 loc) · 2.23 KB
/
DESCRIPTION
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
42
43
44
45
46
47
48
49
50
51
Package: WGCNA
Version: 1.73
Date: 2024-09-18
Title: Weighted Correlation Network Analysis
Maintainer: Peter Langfelder <[email protected]>
Depends: R (>= 3.0), dynamicTreeCut (>= 1.62), fastcluster
Imports: stats, grDevices, utils, matrixStats (>= 0.8.1), Hmisc,
impute, splines, foreach, doParallel, preprocessCore, survival,
parallel, GO.db, AnnotationDbi, Rcpp (>= 0.11.0)
Suggests: org.Hs.eg.db, org.Mm.eg.db, infotheo, entropy, minet
LinkingTo: Rcpp
ZipData: no
License: GPL (>= 2)
Authors@R: c(person(given = "Peter",
family = "Langfelder",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Steve",
family = "Horvath",
role = "aut"),
person(given = "Chaochao",
family = "Cai",
role = "aut"),
person(given = "Jun",
family = "Dong",
role = "aut"),
person(given = "Jeremy",
family = "Miller",
role = "aut"),
person(given = "Lin",
family = "Song",
role = "aut"),
person(given = "Andy",
family = "Yip",
role = "aut"),
person(given = "Bin",
family = "Zhang",
role = "aut"))
Description: Functions necessary to perform Weighted Correlation Network Analysis on high-dimensional data as originally described in Horvath and Zhang (2005) <doi:10.2202/1544-6115.1128> and Langfelder and Horvath (2008) <doi:10.1186/1471-2105-9-559>. Includes functions for rudimentary data cleaning, construction of correlation networks, module identification, summarization, and relating of variables and modules to sample traits. Also includes a number of utility functions for data manipulation and visualization.
NeedsCompilation: yes
Packaged: 2024-09-18 12:43:22 UTC; plangfelder
Author: Peter Langfelder [aut, cre],
Steve Horvath [aut],
Chaochao Cai [aut],
Jun Dong [aut],
Jeremy Miller [aut],
Lin Song [aut],
Andy Yip [aut],
Bin Zhang [aut]
Repository: CRAN
Date/Publication: 2024-09-18 15:20:02 UTC