mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: Add r-agdex.
* gnu/packages/bioconductor.scm (r-agdex): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
parent
be2ead3073
commit
73fe0dab50
1 changed files with 27 additions and 0 deletions
|
@ -1794,6 +1794,33 @@ (define-public r-affyrnadegradation
|
|||
;; the R file header specifies GPL2 or later
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-agdex
|
||||
(package
|
||||
(name "r-agdex")
|
||||
(version "1.42.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "AGDEX" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0y0q4zdybr5hlsi7qy2hf6c2sqr2z2211wz36dz70jkqyr0ggw64"))))
|
||||
(properties `((upstream-name . "AGDEX")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-biobase r-gseabase))
|
||||
(home-page "https://bioconductor.org/packages/AGDEX")
|
||||
(synopsis
|
||||
"Evaluate agreement of differential expression for cross-species genomics")
|
||||
(description
|
||||
"The objective of @code{AGDEX} is to evaluate whether the results of a
|
||||
pair of two-group differential expression analysis comparisons show a level of
|
||||
agreement that is greater than expected if the group labels for each two-group
|
||||
comparison are randomly assigned. The agreement is evaluated for the entire
|
||||
transcriptome and (optionally) for a collection of pre-defined gene-sets.
|
||||
Additionally, the procedure performs permutation-based differential expression
|
||||
and meta analysis at both gene and gene-set levels of the data from each
|
||||
experiment.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-aneufinder
|
||||
(package
|
||||
(name "r-aneufinder")
|
||||
|
|
Loading…
Reference in a new issue