gnu: r-bluster: Move from "annotation" to "package" section.
* gnu/packages/bioconductor.scm (r-bluster): Move variable.
This commit is contained in:
parent
1abb6a2a78
commit
30a4bd3bb3
@ -99,35 +99,6 @@ analysis.")
|
|||||||
database, assembled using data from REACTOME.")
|
database, assembled using data from REACTOME.")
|
||||||
(license license:cc-by4.0)))
|
(license license:cc-by4.0)))
|
||||||
|
|
||||||
(define-public r-bluster
|
|
||||||
(package
|
|
||||||
(name "r-bluster")
|
|
||||||
(version "1.0.0")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (bioconductor-uri "bluster" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0izrf82m5znyrgai5y5jss4k2brabh4ajxdvnlwwc92l5bw7jp61"))))
|
|
||||||
(properties `((upstream-name . "bluster")))
|
|
||||||
(build-system r-build-system)
|
|
||||||
(propagated-inputs
|
|
||||||
`(("r-biocneighbors" ,r-biocneighbors)
|
|
||||||
("r-biocparallel" ,r-biocparallel)
|
|
||||||
("r-igraph" ,r-igraph)
|
|
||||||
("r-matrix" ,r-matrix)
|
|
||||||
("r-rcpp" ,r-rcpp)
|
|
||||||
("r-s4vectors" ,r-s4vectors)))
|
|
||||||
(native-inputs
|
|
||||||
`(("r-knitr" ,r-knitr)))
|
|
||||||
(home-page "https://bioconductor.org/packages/bluster")
|
|
||||||
(synopsis "Clustering algorithms for Bioconductor")
|
|
||||||
(description"This package wraps common clustering algorithms in an easily
|
|
||||||
extended S4 framework. Backends are implemented for hierarchical, k-means
|
|
||||||
and graph-based clustering. Several utilities are also provided to compare
|
|
||||||
and evaluate clustering results.")
|
|
||||||
(license license:gpl3)))
|
|
||||||
|
|
||||||
(define-public r-bsgenome-celegans-ucsc-ce6
|
(define-public r-bsgenome-celegans-ucsc-ce6
|
||||||
(package
|
(package
|
||||||
(name "r-bsgenome-celegans-ucsc-ce6")
|
(name "r-bsgenome-celegans-ucsc-ce6")
|
||||||
@ -1289,6 +1260,35 @@ data. In addition, provides numerous plotting functions for commonly
|
|||||||
used visualizations.")
|
used visualizations.")
|
||||||
(license license:artistic2.0)))
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
|
(define-public r-bluster
|
||||||
|
(package
|
||||||
|
(name "r-bluster")
|
||||||
|
(version "1.0.0")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (bioconductor-uri "bluster" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0izrf82m5znyrgai5y5jss4k2brabh4ajxdvnlwwc92l5bw7jp61"))))
|
||||||
|
(properties `((upstream-name . "bluster")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("r-biocneighbors" ,r-biocneighbors)
|
||||||
|
("r-biocparallel" ,r-biocparallel)
|
||||||
|
("r-igraph" ,r-igraph)
|
||||||
|
("r-matrix" ,r-matrix)
|
||||||
|
("r-rcpp" ,r-rcpp)
|
||||||
|
("r-s4vectors" ,r-s4vectors)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
|
(home-page "https://bioconductor.org/packages/bluster")
|
||||||
|
(synopsis "Clustering algorithms for Bioconductor")
|
||||||
|
(description"This package wraps common clustering algorithms in an easily
|
||||||
|
extended S4 framework. Backends are implemented for hierarchical, k-means
|
||||||
|
and graph-based clustering. Several utilities are also provided to compare
|
||||||
|
and evaluate clustering results.")
|
||||||
|
(license license:gpl3)))
|
||||||
|
|
||||||
(define-public r-affycomp
|
(define-public r-affycomp
|
||||||
(package
|
(package
|
||||||
(name "r-affycomp")
|
(name "r-affycomp")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user