mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: Remove r-sigpathway.
This package has been removed with the release of Bioconductor 3.18. * gnu/packages/bioconductor.scm (r-sigpathway): Remove variable. Change-Id: I5cb9d938f370aa28b196f9cea95fb6024c2e6e37
This commit is contained in:
parent
38b5777ec8
commit
8be2f44765
1 changed files with 0 additions and 22 deletions
|
@ -14758,28 +14758,6 @@ (define-public r-anota2seq
|
||||||
that protein levels remain constant despite fluctuating total mRNA levels.")
|
that protein levels remain constant despite fluctuating total mRNA levels.")
|
||||||
(license license:gpl3)))
|
(license license:gpl3)))
|
||||||
|
|
||||||
(define-public r-sigpathway
|
|
||||||
(package
|
|
||||||
(name "r-sigpathway")
|
|
||||||
(version "1.66.2")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (bioconductor-uri "sigPathway" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0k86hlz7zbbw7559bd2sl59pr441kihgwvg8nr75mj8d50n783sy"))))
|
|
||||||
(properties `((upstream-name . "sigPathway")))
|
|
||||||
(build-system r-build-system)
|
|
||||||
(home-page "https://www.pnas.org/cgi/doi/10.1073/pnas.0506577102")
|
|
||||||
(synopsis "Pathway analysis")
|
|
||||||
(description
|
|
||||||
"This package is used to conduct pathway analysis by calculating the NT_k
|
|
||||||
and NE_k statistics in a statistical framework for determining whether a
|
|
||||||
specified group of genes for a pathway has a coordinated association with a
|
|
||||||
phenotype of interest.")
|
|
||||||
(license license:gpl2)))
|
|
||||||
|
|
||||||
(define-public r-fcscan
|
(define-public r-fcscan
|
||||||
(package
|
(package
|
||||||
(name "r-fcscan")
|
(name "r-fcscan")
|
||||||
|
|
Loading…
Reference in a new issue