mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: r-gostats: Move to (gnu packages bioconductor).
* gnu/packages/bioinformatics.scm (r-gostats): Move from here... * gnu/packages/bioconductor.scm (r-gostats): ...to here.
This commit is contained in:
parent
4e7cf96c9f
commit
2a97057688
2 changed files with 31 additions and 31 deletions
|
@ -1661,6 +1661,37 @@ (define-public r-genefilter
|
|||
high-throughput sequencing experiments.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-gostats
|
||||
(package
|
||||
(name "r-gostats")
|
||||
(version "2.56.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "GOstats" version))
|
||||
(sha256
|
||||
(base32
|
||||
"18q8p0fv9fl2r6zjxknfjwqxr69dlyxy6c8amzn6c6dwjq1cxk6j"))))
|
||||
(properties `((upstream-name . "GOstats")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-annotate" ,r-annotate)
|
||||
("r-annotationdbi" ,r-annotationdbi)
|
||||
("r-annotationforge" ,r-annotationforge)
|
||||
("r-biobase" ,r-biobase)
|
||||
("r-category" ,r-category)
|
||||
("r-go-db" ,r-go-db)
|
||||
("r-graph" ,r-graph)
|
||||
("r-rgraphviz" ,r-rgraphviz)
|
||||
("r-rbgl" ,r-rbgl)))
|
||||
(home-page "https://bioconductor.org/packages/GOstats")
|
||||
(synopsis "Tools for manipulating GO and microarrays")
|
||||
(description
|
||||
"This package provides a set of tools for interacting with GO and
|
||||
microarray data. A variety of basic manipulation tools for graphs, hypothesis
|
||||
testing and other simple calculations.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-gseabase
|
||||
(package
|
||||
(name "r-gseabase")
|
||||
|
|
|
@ -7387,37 +7387,6 @@ (define-public r-demultiplex
|
|||
")
|
||||
(license license:cc0))))
|
||||
|
||||
(define-public r-gostats
|
||||
(package
|
||||
(name "r-gostats")
|
||||
(version "2.56.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "GOstats" version))
|
||||
(sha256
|
||||
(base32
|
||||
"18q8p0fv9fl2r6zjxknfjwqxr69dlyxy6c8amzn6c6dwjq1cxk6j"))))
|
||||
(properties `((upstream-name . "GOstats")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-annotate" ,r-annotate)
|
||||
("r-annotationdbi" ,r-annotationdbi)
|
||||
("r-annotationforge" ,r-annotationforge)
|
||||
("r-biobase" ,r-biobase)
|
||||
("r-category" ,r-category)
|
||||
("r-go-db" ,r-go-db)
|
||||
("r-graph" ,r-graph)
|
||||
("r-rgraphviz" ,r-rgraphviz)
|
||||
("r-rbgl" ,r-rbgl)))
|
||||
(home-page "https://bioconductor.org/packages/GOstats")
|
||||
(synopsis "Tools for manipulating GO and microarrays")
|
||||
(description
|
||||
"This package provides a set of tools for interacting with GO and
|
||||
microarray data. A variety of basic manipulation tools for graphs, hypothesis
|
||||
testing and other simple calculations.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-shortread
|
||||
(package
|
||||
(name "r-shortread")
|
||||
|
|
Loading…
Reference in a new issue