guix-commits
[Top][All Lists]
Advanced

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

02/21: gnu: Add r-ebseq.


From: guix-commits
Subject: 02/21: gnu: Add r-ebseq.
Date: Wed, 13 Mar 2019 08:18:11 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 3087a2f37b5588deac54351fe4f240160b5d57b7
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Mar 13 09:09:00 2019 +0100

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

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 7127e96..899b06a 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1813,3 +1813,27 @@ and summarizing a set of statistics using a weighted 
distance approach.")
      "This package provides negative binomial models for two-group comparisons
 and regression inferences from RNA-sequencing data.")
     (license license:gpl2)))
+
+(define-public r-ebseq
+  (package
+    (name "r-ebseq")
+    (version "1.22.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (bioconductor-uri "EBSeq" version))
+       (sha256
+        (base32
+         "1gzbk1hbwdan0j131ah88yryfvsiq0wqjnb09qbr4qaczpgvbad0"))))
+    (properties `((upstream-name . "EBSeq")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-blockmodeling" ,r-blockmodeling)
+       ("r-gplots" ,r-gplots)
+       ("r-testthat" ,r-testthat)))
+    (home-page "https://bioconductor.org/packages/EBSeq";)
+    (synopsis "Differential expression analysis of RNA-seq data")
+    (description
+     "This package provides tools for differential expression analysis at both
+gene and isoform level using RNA-seq data")
+    (license license:artistic2.0)))



reply via email to

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