mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: Add r-sigpathway.
* gnu/packages/bioconductor.scm (r-sigpathway): New variable.
This commit is contained in:
parent
9d0f794229
commit
a6d867fed9
1 changed files with 22 additions and 0 deletions
|
@ -2702,3 +2702,25 @@ (define-public r-anota
|
|||
analyzed in parallell the library performs a number of tests to assure that
|
||||
the data set is suitable for such analysis.")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public r-sigpathway
|
||||
(package
|
||||
(name "r-sigpathway")
|
||||
(version "1.50.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "sigPathway" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0pygrla2q2151981gshzv51jnj60h1df3vby5gsxqvxn2pdr4bv3"))))
|
||||
(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)))
|
||||
|
|
Loading…
Reference in a new issue