unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Mădălin Ionel Patrașcu" <madalinionel.patrascu@mdc-berlin.de>
To: <58827@debbugs.gnu.org>
Cc: rekado@elephly.net
Subject: [bug#58827] [PATCH 1/2] gnu: Add r-dama.
Date: Fri, 28 Oct 2022 04:53:52 +0200	[thread overview]
Message-ID: <20221028025353.2281-1-madalinionel.patrascu@mdc-berlin.de> (raw)
In-Reply-To: <91ee903b139e44e9a75ec5fd17386b0c@mdc-berlin.de>

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

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index b8535250f9..9f79954d8d 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3013,6 +3013,29 @@ (define-public r-cummerbund
 used visualizations.")
    (license license:artistic2.0)))
 
+(define-public r-dama
+  (package
+    (name "r-dama")
+    (version "1.68.0")
+    (source (origin
+              (method url-fetch)
+              (uri (bioconductor-uri "daMA" version))
+              (sha256
+               (base32
+                "1mpjvl24wsdmpgra3iasgfvy29m71318gj6j1gg6081w0n4cq72m"))))
+    (properties `((upstream-name . "daMA")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-mass))
+    (home-page "https://bioconductor.org/packages/release/bioc/html/daMA.html")
+             ;; http://www.microarrays.med.uni-goettingen.de - domain not found
+    (synopsis
+     "Efficient design and analysis of factorial two-colour microarray data")
+    (description
+     "This package contains functions for the efficient design of factorial two-
+colour microarray experiments and for the statistical analysis of factorial
+microarray data.")
+    (license license:gpl2+)))
+
 (define-public r-dearseq
   (package
     (name "r-dearseq")

base-commit: ac51b9c86d58cfdb13ee643a2fdc8e979939a260
-- 
2.38.0





  reply	other threads:[~2022-10-28  2:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-28  2:49 [bug#58827] [PATCH] gnu: Add r-dama and r-damefinder MadalinIonel.Patrascu
2022-10-28  2:53 ` Mădălin Ionel Patrașcu [this message]
2022-10-28  2:53   ` [bug#58827] [PATCH 2/2] gnu: Add r-damefinder Mădălin Ionel Patrașcu
2022-10-28 13:13   ` bug#58827: [PATCH 1/2] gnu: Add r-dama Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221028025353.2281-1-madalinionel.patrascu@mdc-berlin.de \
    --to=madalinionel.patrascu@mdc-berlin.de \
    --cc=58827@debbugs.gnu.org \
    --cc=rekado@elephly.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).