[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
187/323: gnu: Add r-biocio.
From: |
guix-commits |
Subject: |
187/323: gnu: Add r-biocio. |
Date: |
Mon, 7 Dec 2020 15:13:41 -0500 (EST) |
rekado pushed a commit to branch wip-r
in repository guix.
commit f9345dac747022df8a717b045fbb0a080a4fea19
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Dec 3 14:33:05 2020 +0100
gnu: Add r-biocio.
* gnu/packages/bioconductor.scm (r-biocio): New variable.
---
gnu/packages/bioconductor.scm | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 6adce25..a854fef 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -8867,3 +8867,39 @@ etc.), missing data imputation, data normalisation
(quantiles, vsn, etc.) as
well as misc helper functions, that are used across high-level data structure
within the R for Mass Spectrometry packages.")
(license license:artistic2.0)))
+
+(define-public r-biocio
+ (package
+ (name "r-biocio")
+ (version "1.0.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "BiocIO" version))
+ (sha256
+ (base32
+ "06gg5ra3r7q4b6mz14c2s9d453cnh1lxh517ffl9f8dr8vwv5s18"))))
+ (properties `((upstream-name . "BiocIO")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-biocgenerics" ,r-biocgenerics)
+ ("r-genomicranges" ,r-genomicranges)
+ ("r-rcurl" ,r-rcurl)
+ ("r-s4vectors" ,r-s4vectors)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
+ (home-page "https://bioconductor.org/packages/BiocIO")
+ (synopsis "Standard input and output for Bioconductor packages")
+ (description
+ "This package implements `import()` and `export()` standard generics for
+importing and exporting biological data formats. `import()` supports
+whole-file as well as chunk-wise iterative import. The `import()` interface
+optionally provides a standard mechanism for 'lazy' access via `filter()` (on
+row or element-like components of the file resource), `select()` (on
+column-like components of the file resource) and `collect()`. The `import()`
+interface optionally provides transparent access to remote (e.g. via https)
+as well as local access. Developers can register a file extension, e.g.,
+`.loom` for dispatch from character-based URIs to specific `import()` /
+`export()` methods based on classes representing file types, e.g.,
+`LoomFile()`.")
+ (license license:artistic2.0)))
- 152/323: gnu: r-genie3: Update to 1.12.0., (continued)
- 152/323: gnu: r-genie3: Update to 1.12.0., guix-commits, 2020/12/07
- 135/323: gnu: r-flowcore: Update to 2.2.0., guix-commits, 2020/12/07
- 156/323: gnu: r-reqon: Update to 1.36.0., guix-commits, 2020/12/07
- 161/323: gnu: r-htqpcr: Update to 1.44.0., guix-commits, 2020/12/07
- 162/323: gnu: r-unifiedwmwqpcr: Update to 1.26.0., guix-commits, 2020/12/07
- 180/323: gnu: r-bioccasestudies: Update to 1.52.0., guix-commits, 2020/12/07
- 179/323: gnu: r-ebarrays: Update to 2.54.0., guix-commits, 2020/12/07
- 174/323: gnu: r-chemminer: Update to 3.42.0., guix-commits, 2020/12/07
- 173/323: gnu: r-bigpint: Update to 1.6.0., guix-commits, 2020/12/07
- 175/323: gnu: r-bioassayr: Update to 1.28.0., guix-commits, 2020/12/07
- 187/323: gnu: Add r-biocio.,
guix-commits <=
- 210/323: gnu: r-flowworkspace: Fix r-rhdf5libs linking., guix-commits, 2020/12/07
- 212/323: gnu: r-ncdfflow: Fix r-rhdf5libs link., guix-commits, 2020/12/07
- 209/323: gnu: r-hdf5array: Fix r-rhdf5libs linking., guix-commits, 2020/12/07
- 213/323: gnu: r-beachmat: Update to 2.6.1., guix-commits, 2020/12/07
- 214/323: gnu: r-genefilter: Update to 1.72.0., guix-commits, 2020/12/07
- 218/323: gnu: r-rbgl: Update to 1.66.0., guix-commits, 2020/12/07
- 228/323: gnu: r-genomeinfodb: Update to 1.26.0., guix-commits, 2020/12/07
- 229/323: gnu: r-edger: Update to 3.32.0., guix-commits, 2020/12/07
- 231/323: gnu: r-genomicranges: Update to 1.42.0., guix-commits, 2020/12/07
- 239/323: gnu: r-variantannotation: Update to 1.36.0., guix-commits, 2020/12/07