emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#54887: closed ([PATCH] gnu: Add r-abarray.)


From: GNU bug Tracking System
Subject: bug#54887: closed ([PATCH] gnu: Add r-abarray.)
Date: Thu, 14 Apr 2022 11:26:02 +0000

Your message dated Thu, 14 Apr 2022 13:25:20 +0200
with message-id <875ynbx5xs.fsf@elephly.net>
and subject line [PATCH] gnu: Add r-abarray.
has caused the debbugs.gnu.org bug report #54887,
regarding [PATCH] gnu: Add r-abarray.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
54887: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54887
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add r-abarray. Date: Tue, 12 Apr 2022 18:15:09 +0200
* gnu/packages/bioconductor.scm (r-abarray): New variable.
---
 gnu/packages/bioconductor.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

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




--- End Message ---
--- Begin Message --- Subject: [PATCH] gnu: Add r-abarray. Date: Thu, 14 Apr 2022 13:25:20 +0200 User-agent: mu4e 1.6.10; emacs 28.0.50
Applied, thanks!

-- 
Ricardo


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]