[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/10: gnu: Add r-abadata.
From: |
guix-commits |
Subject: |
02/10: gnu: Add r-abadata. |
Date: |
Fri, 29 Mar 2019 14:28:54 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 692bce15953994e1c19c464a1d91f5222430a166
Author: Ricardo Wurmus <address@hidden>
Date: Fri Mar 29 17:43:40 2019 +0100
gnu: Add r-abadata.
* gnu/packages/bioconductor.scm (r-abadata): New variable.
---
gnu/packages/bioconductor.scm | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 4ee14a4..c0f0520 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -738,6 +738,43 @@ Disease Ontology.")
;;; Experiment data
+(define-public r-abadata
+ (package
+ (name "r-abadata")
+ (version "1.12.0")
+ (source (origin
+ (method url-fetch)
+ ;; We cannot use bioconductor-uri here because this tarball is
+ ;; located under "data/experiment/" instead of "bioc/".
+ (uri (string-append "https://www.bioconductor.org/packages/"
+ "release/data/experiment/src/contrib/"
+ "ABAData_" version ".tar.gz"))
+ (sha256
+ (base32
+ "1bmj341xcymlrk02gss5vvrqc4ddas0rdw39lnpsj98hq6n11p5z"))))
+ (properties
+ `((upstream-name . "ABAData")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-annotationdbi" ,r-annotationdbi)))
+ (home-page "https://www.bioconductor.org/packages/ABAData/")
+ (synopsis "Gene expression in human brain regions from Allen Brain Atlas")
+ (description
+ "This package provides the data for the gene expression enrichment
+analysis conducted in the package ABAEnrichment. The package includes three
+datasets which are derived from the Allen Brain Atlas:
+
address@hidden
address@hidden Gene expression data from Human Brain (adults) averaged across
donors,
address@hidden Gene expression data from the Developing Human Brain pooled into
five
+ age categories and averaged across donors, and
address@hidden a developmental effect score based on the Developing Human Brain
+ expression data.
address@hidden enumerate
+
+All datasets are restricted to protein coding genes.")
+ (license license:gpl2+)))
+
(define-public r-hsmmsinglecell
(package
(name "r-hsmmsinglecell")
- 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 <=
- 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