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 3/3] Add r-rnaseqdtu
Date: Tue, 29 Mar 2022 07:04:02 +0000	[thread overview]
Message-ID: <368b4aa9e6ea44f09ea3315f49b174fb@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: 0003-Add-r-rnaseqdtu.patch --]
[-- Type: application/octet-stream, Size: 2289 bytes --]

From fdd03ffe8b0db96f4ba662c0367a012267659a30 Mon Sep 17 00:00:00 2001
From: "Li, Hong" <hong.li@mdc-berlin.de>
Date: Mon, 28 Mar 2022 11:44:35 +0200
Subject: [PATCH 3/3] Add r-rnaseqdtu

---
 gnu/packages/bioinformatics.scm | 37 +++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index ada5965e5f..c79d4ad82d 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9009,6 +9009,43 @@ for analyzing gene-level association tests in meta-analyses for binary
 trait.")
     (license license:gpl3)))
 
+(define-public r-rnaseqdtu
+  (let ((commit "5bee1e769d2e1dc6a3f1cecb78078050eeb5b9ac") (revision "1"))
+    (package
+      (name "r-rnaseqdtu")
+      (version (git-version "2.0" revision commit))
+      (source
+        (origin
+          (method git-fetch)
+          (uri (git-reference
+                 (url "https://github.com/mikelove/rnaseqDTU/")
+                 (commit commit)))
+          (file-name (git-file-name name version))
+          (sha256
+            (base32 "0jfi1ydsk8m5nadwnih48v87nnxdc7s3f0pny4axmnj40dd42as0"))))
+      (properties `((upstream-name . "rnaseqDTU")))
+      (build-system r-build-system)
+      (propagated-inputs
+        (list r-deseq2
+              r-devtools
+              r-dexseq
+              r-drimseq
+              r-edger
+              r-rafalib
+              r-stager))
+      (native-inputs (list r-knitr))
+      (home-page "https://github.com/mikelove/rnaseqDTU/")
+      (synopsis
+        "RNA-seq workflow for differential transcript usage following Salmon quantification")
+      (description
+        "RNA-seq workflow for differential transcript usage (DTU) following Salmon
+quantification.  This workflow uses Bioconductor packages tximport, DRIMSeq, and
+DEXSeq to perform a DTU analysis on simulated data.  It also shows how to use
+stageR to perform two-stage testing of DTU, a statistical framework to screen at
+the gene level and then confirm which transcripts within the significant genes
+show evidence of DTU.")
+      (license license:artistic2.0))))
+
 (define-public r-dropbead
   (let ((commit "d746c6f3b32110428ea56d6a0001ce52a251c247")
         (revision "2"))
-- 
2.26.1


  parent reply	other threads:[~2022-03-29  7:05 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 ` [bug#54620] [PATCH 2/3] Add r-stager Hong.Li
2022-03-29  7:04 ` Hong.Li [this message]
2022-04-06 10:10   ` bug#54620: [PATCH 3/3] Add r-rnaseqdtu 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=368b4aa9e6ea44f09ea3315f49b174fb@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).