diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-09-14 21:37:22 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-09-14 21:40:15 +0200 |
commit | 3159fcf14519f02c79ad84b441985982cb1efeb9 (patch) | |
tree | d0af889a9ec79145f1c038256280b60f030d01e9 /gnu/packages/cran.scm | |
parent | 3292f6eda0a89f65a0e3d5c0dc9fee71895dfa25 (diff) | |
download | guix-3159fcf14519f02c79ad84b441985982cb1efeb9.tar.gz |
gnu: r-wgcna: Move to (gnu packages bioconductor).
This is a follow-up to commit 6e0ab26f31cd2bb7e5d88719d3d458df68c1963e. * gnu/packages/cran.scm (r-wgcna): Move from here... * gnu/packages/bioconductor.scm (r-wgcna): ...to here.
Diffstat (limited to 'gnu/packages/cran.scm')
-rw-r--r-- | gnu/packages/cran.scm | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 5169800fef..684244456b 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -14477,44 +14477,6 @@ authoring books and technical documents with R Markdown.") that accept short and long options.") (license license:gpl2+))) -(define-public r-wgcna - (package - (name "r-wgcna") - (version "1.69") - (source - (origin - (method url-fetch) - (uri (cran-uri "WGCNA" version)) - (sha256 - (base32 - "022hkprnrafvggi8pkjffkvk1qlnibmbbxxrni00wkrdbga5589f")))) - (properties `((upstream-name . "WGCNA"))) - (build-system r-build-system) - (propagated-inputs - `(("r-annotationdbi" ,r-annotationdbi) - ("r-doparallel" ,r-doparallel) - ("r-dynamictreecut" ,r-dynamictreecut) - ("r-fastcluster" ,r-fastcluster) - ("r-foreach" ,r-foreach) - ("r-go-db" ,r-go-db) - ("r-hmisc" ,r-hmisc) - ("r-impute" ,r-impute) - ("r-rcpp" ,r-rcpp) - ("r-survival" ,r-survival) - ("r-matrixstats" ,r-matrixstats) - ("r-preprocesscore" ,r-preprocesscore))) - (home-page - "http://www.genetics.ucla.edu/labs/horvath/CoexpressionNetwork/Rpackages/WGCNA/") - (synopsis "Weighted correlation network analysis") - (description - "This package provides functions necessary to perform Weighted -Correlation Network Analysis on high-dimensional data. It includes functions -for rudimentary data cleaning, construction and summarization of correlation -networks, module identification and functions for relating both variables and -modules to sample traits. It also includes a number of utility functions for -data manipulation and visualization.") - (license license:gpl2+))) - (define-public r-kernlab (package (name "r-kernlab") |