mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: Add r-anf.
* gnu/packages/bioconductor.scm (r-anf): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
parent
4c294ae7fb
commit
f004033b47
1 changed files with 28 additions and 0 deletions
|
@ -2135,6 +2135,34 @@ (define-public r-aneufinder
|
||||||
sequencing data.")
|
sequencing data.")
|
||||||
(license license:artistic2.0)))
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
|
(define-public r-anf
|
||||||
|
(package
|
||||||
|
(name "r-anf")
|
||||||
|
(version "1.18.0")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (bioconductor-uri "ANF" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1fa2pbdapymrpz01ws0m2fbzf11d723x6rbsys29v06is57f5lpj"))))
|
||||||
|
(properties `((upstream-name . "ANF")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
(list r-biobase
|
||||||
|
r-igraph
|
||||||
|
r-mass
|
||||||
|
r-rcolorbrewer
|
||||||
|
r-survival))
|
||||||
|
(native-inputs (list r-knitr))
|
||||||
|
(home-page "https://bioconductor.org/packages/ANF")
|
||||||
|
(synopsis "Affinity network fusion for complex patient clustering")
|
||||||
|
(description
|
||||||
|
"The package @dfn{ANF}(Affinity Network Fusion) provides methods for affinity
|
||||||
|
matrix construction and fusion as well as spectral clustering. This package is
|
||||||
|
used for complex patient clustering by integrating multi-omic data through affinity
|
||||||
|
network fusion.")
|
||||||
|
(license license:gpl3)))
|
||||||
|
|
||||||
(define-public r-biocversion
|
(define-public r-biocversion
|
||||||
(package
|
(package
|
||||||
(name "r-biocversion")
|
(name "r-biocversion")
|
||||||
|
|
Loading…
Reference in a new issue