[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/10: gnu: Add r-abaenrichment.
From: |
guix-commits |
Subject: |
04/10: gnu: Add r-abaenrichment. |
Date: |
Fri, 29 Mar 2019 14:28:54 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 9bf4bb19c9f4a85fb7ea96f9f70add9b2a1513db
Author: Ricardo Wurmus <address@hidden>
Date: Fri Mar 29 17:43:57 2019 +0100
gnu: Add r-abaenrichment.
* gnu/packages/bioconductor.scm (r-abaenrichment): New variable.
---
gnu/packages/bioconductor.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index fb7e5a9..cbde3b5 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3430,3 +3430,33 @@ the annotations, and options to take gene-length or
spatial clustering of
genes into account. It is also possible to provide custom gene coordinates,
annotations and ontologies.")
(license license:gpl2+)))
+
+(define-public r-abaenrichment
+ (package
+ (name "r-abaenrichment")
+ (version "1.12.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "ABAEnrichment" version))
+ (sha256
+ (base32
+ "0bvanqmg1smyckh16m2qn7d68zq4j7n74sgsnbgms5jngbp9158v"))))
+ (properties `((upstream-name . "ABAEnrichment")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-abadata" ,r-abadata)
+ ("r-data-table" ,r-data-table)
+ ("r-gofuncr" ,r-gofuncr)
+ ("r-gplots" ,r-gplots)
+ ("r-gtools" ,r-gtools)
+ ("r-rcpp" ,r-rcpp)))
+ (home-page "https://bioconductor.org/packages/ABAEnrichment/")
+ (synopsis "Gene expression enrichment in human brain regions")
+ (description
+ "The package ABAEnrichment is designed to test for enrichment of user
+defined candidate genes in the set of expressed genes in different human brain
+regions. The core function @code{aba_enrich} integrates the expression of the
+candidate gene set (averaged across donors) and the structural information of
+the brain using an ontology, both provided by the Allen Brain Atlas project.")
+ (license 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 <=
- 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, 2019/03/29
- 10/10: gnu: Add r-yamss., guix-commits, 2019/03/29
- 09/10: gnu: Add r-ebimage., guix-commits, 2019/03/29