[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
109/323: gnu: Add r-mscoreutils.
From: |
guix-commits |
Subject: |
109/323: gnu: Add r-mscoreutils. |
Date: |
Mon, 7 Dec 2020 15:13:12 -0500 (EST) |
rekado pushed a commit to branch wip-r
in repository guix.
commit 29555347f77f0efaa91ad38d29cabf8893de91a8
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Dec 3 22:23:46 2020 +0100
gnu: Add r-mscoreutils.
* gnu/packages/bioconductor.scm (r-mscoreutils): New variable.
---
gnu/packages/bioconductor.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 22cbf14..99f3c46 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -8829,3 +8829,34 @@ contains high-performing functions operating on rows and
columns of
are optimized per data type and for subsetted calculations such that both
memory usage and processing time is minimized.")
(license license:expat)))
+
+(define-public r-mscoreutils
+ (package
+ (name "r-mscoreutils")
+ (version "1.2.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "MsCoreUtils" version))
+ (sha256
+ (base32
+ "0fa3bcf2cmzf5y8wjs7pnzs26qwgqnrrl4hj4sa4fp9kv8z80630"))))
+ (properties `((upstream-name . "MsCoreUtils")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-mass" ,r-mass)
+ ("r-rcpp" ,r-rcpp)
+ ("r-s4vectors" ,r-s4vectors)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
+ (home-page "https://github.com/RforMassSpectrometry/MsCoreUtils")
+ (synopsis "Core utils for mass spectrometry data")
+ (description
+ "This package defines low-level functions for mass spectrometry data and
+is independent of any high-level data structures. These functions include
+mass spectra processing functions (noise estimation, smoothing, binning),
+quantitative aggregation functions (median polish, robust summarisation,
+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)))
- 70/323: gnu: r-anota: Update to 1.38.0., (continued)
- 70/323: gnu: r-anota: Update to 1.38.0., guix-commits, 2020/12/07
- 77/323: gnu: r-mlinterfaces: Update to 1.70.0., guix-commits, 2020/12/07
- 82/323: gnu: r-a4base: Update to 1.38.0., guix-commits, 2020/12/07
- 75/323: gnu: r-enrichplot: Update to 1.10.1., guix-commits, 2020/12/07
- 73/323: gnu: r-dose: Update to 3.16.0., guix-commits, 2020/12/07
- 81/323: gnu: r-a4reporting: Update to 1.38.0., guix-commits, 2020/12/07
- 87/323: gnu: r-motifdb: Update to 1.32.0., guix-commits, 2020/12/07
- 93/323: gnu: r-abaenrichment: Update to 1.20.0., guix-commits, 2020/12/07
- 92/323: gnu: r-gofuncr: Update to 1.10.0., guix-commits, 2020/12/07
- 101/323: gnu: r-somaticsignatures: Update to 2.26.0., guix-commits, 2020/12/07
- 109/323: gnu: Add r-mscoreutils.,
guix-commits <=
- 123/323: gnu: r-rhisat2: Update to 1.6.0., guix-commits, 2020/12/07
- 11/323: gnu: r-affxparser: Update to 1.62.0., guix-commits, 2020/12/07
- 16/323: gnu: r-geneplotter: Update to 1.68.0., guix-commits, 2020/12/07
- 17/323: gnu: r-oligoclasses: Update to 1.52.0., guix-commits, 2020/12/07
- 21/323: gnu: Add r-apeglm., guix-commits, 2020/12/07
- 22/323: gnu: Add r-invgamma., guix-commits, 2020/12/07
- 24/323: gnu: Add r-mixsqp., guix-commits, 2020/12/07
- 25/323: gnu: Add r-ashr., guix-commits, 2020/12/07
- 28/323: gnu: r-multtest: Update to 2.46.0., guix-commits, 2020/12/07
- 33/323: gnu: r-cghcall: Update to 2.52.0., guix-commits, 2020/12/07