gnu: Add r-abarray.

* gnu/packages/bioconductor.scm (r-abarray): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
Mădălin Ionel Patrașcu 2022-04-12 18:15:09 +02:00 committed by Ricardo Wurmus
parent 1b2b1c30e2
commit a436582124
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1102,6 +1102,32 @@ datasets which are derived from the Allen Brain Atlas:
All datasets are restricted to protein coding genes.")
(license license:gpl2+)))
(define-public r-abarray
(package
(name "r-abarray")
(version "1.62.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "ABarray" version))
(sha256
(base32
"0yh7jmkwdg3kmm98ii0cxbla3s5bwy84fpg6xcpggsrriwzwfb5k"))))
(properties `((upstream-name . "ABarray")))
(build-system r-build-system)
(propagated-inputs (list r-biobase r-multtest))
(home-page "https://bioconductor.org/packages/ABarray")
(synopsis
"Gene expression analysis for Applied Biosystems Genome Survey Microarray")
(description
"The package @code{ABarray} is designed to work with Applied Biosystems
whole genome microarray platform, as well as any other platform whose data can
be transformed into expression data matrix. Functions include data
preprocessing, filtering, control probe analysis, statistical analysis in one
single function. A @dfn{graphical user interface} (GUI) is also provided. The
raw data, processed data, graphics output and statistical results are organized
into folders according to the analysis settings used.")
(license license:gpl2+)))
(define-public r-aneufinderdata
(package
(name "r-aneufinderdata")