guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: Add r-bayseq.


From: Ricardo Wurmus
Subject: 01/07: gnu: Add r-bayseq.
Date: Fri, 15 Jun 2018 01:43:30 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit bb15b581f74dbf4f06425e3ef0aae1863adca377
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Jun 15 07:24:23 2018 +0200

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

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index ed35b4c..3dba9cb 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -371,3 +371,29 @@ filtered to remove spurious regions in the genome.  
Downstream steps of
 segmentation and calling are also implemented via packages DNAcopy and CGHcall,
 respectively.")
     (license license:gpl2+)))
+
+(define-public r-bayseq
+  (package
+    (name "r-bayseq")
+    (version "2.14.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (bioconductor-uri "baySeq" version))
+       (sha256
+        (base32
+         "0hbmm01a8libara9mbxknpk0wzarwfngnfwlmhpww91a0cmy5klg"))))
+    (properties `((upstream-name . "baySeq")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-abind" ,r-abind)
+       ("r-edger" ,r-edger)
+       ("r-genomicranges" ,r-genomicranges)))
+    (home-page "https://bioconductor.org/packages/baySeq/";)
+    (synopsis "Bayesian analysis of differential expression patterns in count 
data")
+    (description
+     "This package identifies differential expression in high-throughput count
+data, such as that derived from next-generation sequencing machines,
+calculating estimated posterior likelihoods of differential expression (or
+more complex hypotheses) via empirical Bayesian methods.")
+    (license license:gpl3)))



reply via email to

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