guix-commits
[Top][All Lists]
Advanced

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

08/10: gnu: Add r-goseq.


From: Ricardo Wurmus
Subject: 08/10: gnu: Add r-goseq.
Date: Thu, 5 Jul 2018 09:09:27 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 5da0e1428568be137054cb1fe220c28cd42f9eec
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jul 4 17:44:47 2018 +0200

    gnu: Add r-goseq.
    
    * gnu/packages/bioconductor.scm (r-goseq): 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 882e3e1..40ac1d2 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -724,3 +724,29 @@ information and producing various plots and statistics.")
      "This package provides tools for exporting and importing classification
 trees and clusters to other programs.")
     (license license:gpl2)))
+
+(define-public r-goseq
+  (package
+    (name "r-goseq")
+    (version "1.32.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (bioconductor-uri "goseq" version))
+       (sha256
+        (base32
+         "0xmbb8ma32lrfy810r82y34gkspq4fqiqxykic9j4rq9rg9n9x2l"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-annotationdbi" ,r-annotationdbi)
+       ("r-biasedurn" ,r-biasedurn)
+       ("r-biocgenerics" ,r-biocgenerics)
+       ("r-genelendatabase" ,r-genelendatabase)
+       ("r-go-db" ,r-go-db)
+       ("r-mgcv" ,r-mgcv)))
+    (home-page "https://bioconductor.org/packages/goseq/";)
+    (synopsis "Gene Ontology analyser for RNA-seq and other length biased 
data")
+    (description
+     "This package provides tools to detect Gene Ontology and/or other user
+defined categories which are over/under represented in RNA-seq data.")
+    (license license:lgpl2.0+)))



reply via email to

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