[PATCH] gnu: Add r-abarray.

  • Done
  • quality assurance status badge
Details
2 participants
  • Mădălin Ionel Patrașcu
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Mădălin Ionel Patrașcu
Severity
normal

Debbugs page

Mădălin Ionel Patrașcu wrote 3 years ago
(address . guix-patches@gnu.org)
20220412161509.7792-1-madalinionel.patrascu@mdc-berlin.de
* gnu/packages/bioconductor.scm (r-abarray): New variable.
---
gnu/packages/bioconductor.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)

Toggle diff (39 lines)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 803437a033..fffbf3da87 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1139,6 +1139,32 @@ (define-public r-abadata
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")
--
2.34.0
Ricardo Wurmus wrote 3 years ago
(address . 54887-done@debbugs.gnu.org)
875ynbx5xs.fsf@elephly.net
Applied, thanks!

--
Ricardo
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 54887@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 54887
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help