[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
25/32: gnu: Add r-beaddatapackr.
From: |
guix-commits |
Subject: |
25/32: gnu: Add r-beaddatapackr. |
Date: |
Wed, 19 Jul 2023 09:55:57 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit a4dc8edcedb98fa37224b287e24260ac4946a86d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jul 19 15:17:01 2023 +0200
gnu: Add r-beaddatapackr.
* gnu/packages/bioconductor.scm (r-beaddatapackr): New variable.
---
gnu/packages/bioconductor.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 8f0c3759d7..d8ce480486 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -19283,6 +19283,26 @@ matrices.")
performs copy number calculations and reports.")
(license license:gpl2)))
+(define-public r-beaddatapackr
+ (package
+ (name "r-beaddatapackr")
+ (version "1.52.0")
+ (source (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "BeadDataPackR" version))
+ (sha256
+ (base32
+ "0hm4brxg2rxazdcnhjiz6f4di2q8wssrrp35m79vm93sac9w42y3"))))
+ (properties `((upstream-name . "BeadDataPackR")))
+ (build-system r-build-system)
+ (native-inputs (list r-knitr))
+ (home-page "https://bioconductor.org/packages/BeadDataPackR")
+ (synopsis "Compression of Illumina BeadArray data")
+ (description
+ "This package provides functionality for the compression and
+decompression of raw bead-level data from the Illumina BeadArray platform.")
+ (license license:gpl2)))
+
;; This package includes files that have been taken from kentutils. Some
;; parts of kentutils are not released under a free license, but this package
;; only uses files that are also found in the free parts of kentutils.
- 28/32: import/utils: Add more initial words to beautify-description., (continued)
- 28/32: import/utils: Add more initial words to beautify-description., guix-commits, 2023/07/19
- 29/32: gnu: Add r-rtcgatoolbox., guix-commits, 2023/07/19
- 10/32: gnu: Add r-tkwidgets., guix-commits, 2023/07/19
- 12/32: gnu: Add r-singscore., guix-commits, 2023/07/19
- 15/32: gnu: Add r-mfuzz., guix-commits, 2023/07/19
- 16/32: gnu: r-cellid: Move out of experiments section., guix-commits, 2023/07/19
- 18/32: gnu: Add r-survcomp., guix-commits, 2023/07/19
- 17/32: gnu: r-missmethyl: Move out of experiments section., guix-commits, 2023/07/19
- 19/32: gnu: Add r-ggtreeextra., guix-commits, 2023/07/19
- 22/32: gnu: Add r-globalancova., guix-commits, 2023/07/19
- 25/32: gnu: Add r-beaddatapackr.,
guix-commits <=
- 30/32: gnu: Add r-spectra., guix-commits, 2023/07/19
- 32/32: import/utils: beautify-description: Wrap class names in @code{...}., guix-commits, 2023/07/19
- 27/32: gnu: Add r-gwastools., guix-commits, 2023/07/19
- 31/32: gnu: Add r-qfeatures., guix-commits, 2023/07/19
- 26/32: gnu: Add r-beadarray., guix-commits, 2023/07/19