File: control

package info (click to toggle)
r-cran-wgcna 1.69-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,536 kB
  • sloc: ansic: 2,969; cpp: 793; makefile: 5
file content (43 lines) | stat: -rw-r--r-- 1,652 bytes parent folder | download
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
Source: r-cran-wgcna
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Steffen Moeller <moeller@debian.org>
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-r,
               r-base-dev,
               r-cran-dynamictreecut,
               r-cran-fastcluster,
               r-cran-matrixstats,
               r-cran-hmisc,
               r-bioc-impute,
               r-cran-foreach,
               r-cran-doparallel,
               r-bioc-preprocesscore,
               r-cran-survival,
               r-bioc-go.db,
               r-bioc-annotationdbi,
               r-cran-rcpp
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-wgcna
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-wgcna.git
Homepage: https://cran.r-project.org/package=WGCNA

Package: r-cran-wgcna
Architecture: any
Depends: ${R:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Provides: r-bioc-wgcna
Description: Weighted Correlation Network Analysis
 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.