[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/21: gnu: Add r-affxparser.
From: |
guix-commits |
Subject: |
17/21: gnu: Add r-affxparser. |
Date: |
Sun, 15 Sep 2019 17:02:29 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit d6a5d9b24f30d35b41f76053be2b826b8d63815d
Author: Ricardo Wurmus <address@hidden>
Date: Sun Sep 15 22:50:25 2019 +0200
gnu: Add r-affxparser.
* gnu/packages/bioconductor.scm (r-affxparser): New variable.
---
gnu/packages/bioconductor.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 4f2d970..b60c5d8 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1116,6 +1116,34 @@ problems in CEL-level data to help evaluate performance
of quality metrics.")
to streamline the more common analyses that a Biostatistician might see.")
(license license:artistic2.0)))
+(define-public r-affxparser
+ (package
+ (name "r-affxparser")
+ (version "1.56.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "affxparser" version))
+ (sha256
+ (base32
+ "1jv7k9pn4c7szi3ma2f2xsd58pkrkvjpk5wra73r6kc607qgrv33"))))
+ (properties `((upstream-name . "affxparser")))
+ (build-system r-build-system)
+ (home-page "https://github.com/HenrikBengtsson/affxparser")
+ (synopsis "Affymetrix File Parsing SDK")
+ (description
+ "This is a package for parsing Affymetrix files (CDF, CEL, CHP, BPMAP,
+BAR). It provides methods for fast and memory efficient parsing of Affymetrix
+files using the Affymetrix' Fusion SDK. Both ASCII- and binary-based files
+are supported. Currently, there are methods for reading @dfn{chip definition
+file} (CDF) and a @dfn{cell intensity file} (CEL). These files can be read
+either in full or in part. For example, probe signals from a few probesets
+can be extracted very quickly from a set of CEL files into a convenient list
+structure.")
+ ;; The Fusion SDK contains files under GPLv2 and LGPLv2.1. The R code is
+ ;; under LGPLv2+.
+ (license (list license:lgpl2.0+ license:lgpl2.1 license:gpl2))))
+
(define-public r-annotate
(package
(name "r-annotate")
- 13/21: gnu: Add js-requirejs., (continued)
- 13/21: gnu: Add js-requirejs., guix-commits, 2019/09/15
- 18/21: gnu: Add r-oligo., guix-commits, 2019/09/15
- 19/21: gnu: Add r-genomegraphs., guix-commits, 2019/09/15
- 21/21: gnu: Add r-variancepartition., guix-commits, 2019/09/15
- 12/21: gnu: Add r-reqon., guix-commits, 2019/09/15
- 14/21: gnu: Add r-shinytree., guix-commits, 2019/09/15
- 11/21: gnu: Add r-seqbias., guix-commits, 2019/09/15
- 15/21: gnu: Add r-shinythemes., guix-commits, 2019/09/15
- 10/21: gnu: Add r-affycoretools., guix-commits, 2019/09/15
- 09/21: gnu: Add r-oligoclasses., guix-commits, 2019/09/15
- 17/21: gnu: Add r-affxparser.,
guix-commits <=
- 16/21: gnu: Add r-variantfiltering., guix-commits, 2019/09/15
- 20/21: gnu: Add r-wavetiling., guix-commits, 2019/09/15