[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/10: gnu: Add r-annotationtools.
From: |
guix-commits |
Subject: |
06/10: gnu: Add r-annotationtools. |
Date: |
Fri, 29 Mar 2019 14:28:55 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit adf7d8135b6fbb96d9d263760e749a7ada21754b
Author: Ricardo Wurmus <address@hidden>
Date: Fri Mar 29 18:05:45 2019 +0100
gnu: Add r-annotationtools.
* gnu/packages/bioconductor.scm (r-annotationtools): New variable.
---
gnu/packages/bioconductor.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 599f774..be618d3 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3485,3 +3485,28 @@ the brain using an ontology, both provided by the Allen
Brain Atlas project.")
different identifieres using the Biocore Data Team data-packages (e.g.
@code{org.Bt.eg.db}).")
(license license:gpl2)))
+
+(define-public r-annotationtools
+ (package
+ (name "r-annotationtools")
+ (version "1.56.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "annotationTools" version))
+ (sha256
+ (base32
+ "0hqy0mq6pkn05p2dv4pw24p697yvikhdn351adf2ynldy6f3sl9z"))))
+ (properties
+ `((upstream-name . "annotationTools")))
+ (build-system r-build-system)
+ (propagated-inputs `(("r-biobase" ,r-biobase)))
+ (home-page "https://bioconductor.org/packages/annotationTools/")
+ (synopsis "Annotate microarrays and perform gene expression analyses")
+ (description
+ "This package provides functions to annotate microarrays, find orthologs,
+and integrate heterogeneous gene expression profiles using annotation and
+other molecular biology information available as flat file database (plain
+text files).")
+ ;; Any version of the GPL.
+ (license (list license:gpl2+))))
- branch master updated (32e0f90 -> 51e98f7), guix-commits, 2019/03/29
- 01/10: gnu: Add r-mapplots., guix-commits, 2019/03/29
- 03/10: gnu: Add r-gofuncr., guix-commits, 2019/03/29
- 04/10: gnu: Add r-abaenrichment., guix-commits, 2019/03/29
- 02/10: gnu: Add r-abadata., guix-commits, 2019/03/29
- 07/10: gnu: Add r-allelicimbalance., guix-commits, 2019/03/29
- 05/10: gnu: Add r-annotationfuncs., guix-commits, 2019/03/29
- 08/10: gnu: Add r-aucell., guix-commits, 2019/03/29
- 06/10: gnu: Add r-annotationtools.,
guix-commits <=
- 10/10: gnu: Add r-yamss., guix-commits, 2019/03/29
- 09/10: gnu: Add r-ebimage., guix-commits, 2019/03/29