unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Hong.Li@mdc-berlin.de" <Hong.Li@mdc-berlin.de>
To: "54620@debbugs.gnu.org" <54620@debbugs.gnu.org>
Cc: "rekado@elephly.net" <rekado@elephly.net>
Subject: [bug#54620] [PATCH 2/3] Add r-stager
Date: Tue, 29 Mar 2022 07:03:15 +0000	[thread overview]
Message-ID: <b8d638e6a5034538988c81143bab85a8@mdc-berlin.de> (raw)
In-Reply-To: <bf87b62fb19e437f929271ea0e77a136@mdc-berlin.de>


[-- Attachment #1.1: Type: text/plain, Size: 2 bytes --]



[-- Attachment #1.2: Type: text/html, Size: 368 bytes --]

[-- Attachment #2: 0002-Add-r-stager.patch --]
[-- Type: application/octet-stream, Size: 1596 bytes --]

From 5c0016a8e9b905e6eeae1d682b9db16379030e94 Mon Sep 17 00:00:00 2001
From: "Li, Hong" <hong.li@mdc-berlin.de>
Date: Mon, 28 Mar 2022 11:41:51 +0200
Subject: [PATCH 2/3] Add r-stager

---
 gnu/packages/bioconductor.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 55d397e5cf..c22199528e 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4739,6 +4739,29 @@ events and allows for the incorporation of prior knowledge through supervised
 graph construction.")
    (license license:artistic2.0)))
 
+(define-public r-stager
+  (package
+    (name "r-stager")
+    (version "1.16.0")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (bioconductor-uri "stageR" version))
+        (sha256
+          (base32 "0vpx0v04hgkhzi0bm7ipnb9xr37n5wvnnr45lljgni8pwabfkf6y"))))
+    (properties `((upstream-name . "stageR")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-summarizedexperiment))
+    (native-inputs (list r-knitr))
+    (home-page "https://bioconductor.org/packages/stageR")
+    (synopsis
+      "stageR: stage-wise analysis of high throughput gene expression data")
+    (description
+      "The stageR package allows automated stage-wise analysis of high-throughput gene
+expression data.  The method is published in Genome Biology at
+https://genomebiology.biomedcentral.com/articles/10.1186/s13059-017-1277-0")
+    (license license:#f)))
+
 (define-public r-stringdb
   (package
     (name "r-stringdb")
-- 
2.26.1


  reply	other threads:[~2022-03-29  7:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-29  7:00 [bug#54620] [PATCH 1/3] Add r-rafalib Hong.Li
2022-03-29  7:03 ` Hong.Li [this message]
2022-03-29  7:04 ` [bug#54620] [PATCH 3/3] Add r-rnaseqdtu Hong.Li
2022-04-06 10:10   ` bug#54620: " 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=b8d638e6a5034538988c81143bab85a8@mdc-berlin.de \
    --to=hong.li@mdc-berlin.de \
    --cc=54620@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).