guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: Add r-affylmgui.


From: guix-commits
Subject: 04/05: gnu: Add r-affylmgui.
Date: Mon, 20 Mar 2023 13:28:14 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 40b79eafeec423e8f35d90fed6df0377a0729634
Author: Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
AuthorDate: Mon Mar 20 17:00:04 2023 +0100

    gnu: Add r-affylmgui.
    
    * gnu/packages/bioconductor.scm (r-affylmgui): New variable.
---
 gnu/packages/bioconductor.scm | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index f37cc98e3e..64f8f839c2 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2125,6 +2125,38 @@ employed to first background subtract intensities before 
calculating
 concentrations on behal of the Langmuir model.")
     (license license:gpl3)))
 
+(define-public r-affylmgui
+  (package
+    (name "r-affylmgui")
+    (version "1.72.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (bioconductor-uri "affylmGUI" version))
+       (sha256
+        (base32 "0jds73pxqf522wcg8qd4b4k1qbhn51av5md1nhgcdnb6is0lzvxi"))))
+    (properties `((upstream-name . "affylmGUI")))
+    (build-system r-build-system)
+    (propagated-inputs
+     (list r-affy
+           r-affyio
+           r-affyplm
+           r-annotationdbi
+           r-biocgenerics
+           r-biocmanager
+           r-gcrma
+           r-limma
+           r-r2html
+           r-tkrplot
+           r-xtable))
+    (home-page "https://bioinf.wehi.edu.au/affylmGUI/";)
+    (synopsis "GUI for limma package with Affymetrix microarrays")
+    (description
+     "This package provides a @acronym{GUI, Graphical User Interface} for
+analysis of Affymetrix microarray gene expression data using the affy and
+limma packages.")
+    (license license:gpl2+)))
+
 (define-public r-affyplm
   (package
     (name "r-affyplm")



reply via email to

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