[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/353: gnu: Add r-msfeatures.
From: |
guix-commits |
Subject: |
02/353: gnu: Add r-msfeatures. |
Date: |
Thu, 4 Nov 2021 18:13:29 -0400 (EDT) |
rekado pushed a commit to branch r-updates
in repository guix.
commit 2cac3c235f96b32b26a2ee2490b2ee0ada817d25
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Nov 4 17:38:09 2021 +0000
gnu: Add r-msfeatures.
* gnu/packages/bioconductor.scm (r-msfeatures): New variable.
---
gnu/packages/bioconductor.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 914bf5a..2c61754 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -13100,6 +13100,38 @@ 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-msfeatures
+ (package
+ (name "r-msfeatures")
+ (version "1.2.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "MsFeatures" version))
+ (sha256
+ (base32 "020ifrijlzdd3qk4bhd9z4knj5d87ildrkl3wcmxvwkvs9rbh8rq"))))
+ (properties `((upstream-name . "MsFeatures")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-mscoreutils" ,r-mscoreutils)
+ ("r-protgenerics" ,r-protgenerics)
+ ("r-summarizedexperiment" ,r-summarizedexperiment)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
+ (home-page "https://github.com/RforMassSpectrometry/MsFeatures")
+ (synopsis "Functionality for mass spectrometry features")
+ (description
+ "The MsFeature package defines functionality for Mass Spectrometry
+features. This includes functions to group (LC-MS) features based on some of
+their properties, such as retention time (coeluting features), or correlation
+of signals across samples. This packge hence allows to group features, and
+its results can be used as an input for the @code{QFeatures} package which
+allows to aggregate abundance levels of features within each group. This
+package defines concepts and functions for base and common data types,
+implementations for more specific data types are expected to be implemented in
+the respective packages (such as e.g. @code{xcms}).")
+ (license license:artistic2.0)))
+
(define-public r-biocio
(package
(name "r-biocio")
- branch r-updates updated (0e665e9 -> b3d6a2e), guix-commits, 2021/11/04
- 02/353: gnu: Add r-msfeatures.,
guix-commits <=
- 01/353: guix: Upgrade to Bioconductor 3.14., guix-commits, 2021/11/04
- 03/353: gnu: r-biocparallel: Update to 1.28.0., guix-commits, 2021/11/04
- 04/353: gnu: r-aneufinder: Update to 1.22.0., guix-commits, 2021/11/04
- 07/353: gnu: r-coverageview: Update to 1.32.0., guix-commits, 2021/11/04
- 10/353: gnu: r-deepsnv: Update to 1.40.0., guix-commits, 2021/11/04
- 09/353: gnu: r-decipher: Update to 2.22.0., guix-commits, 2021/11/04
- 05/353: gnu: r-biocversion: Update to 3.14.0., guix-commits, 2021/11/04
- 11/353: gnu: r-delayedarray: Update to 0.20.0., guix-commits, 2021/11/04
- 17/353: gnu: r-affycompatible: Update to 1.54.0., guix-commits, 2021/11/04
- 06/353: gnu: r-biocgenerics: Update to 0.40.0., guix-commits, 2021/11/04