[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/10: gnu: Add r-rdisop.
From: |
guix-commits |
Subject: |
05/10: gnu: Add r-rdisop. |
Date: |
Mon, 28 Aug 2023 13:10:44 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 46e267c336fef1620a978cc25e40578bc0d2d5a2
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Aug 28 17:40:24 2023 +0200
gnu: Add r-rdisop.
* gnu/packages/bioconductor.scm (r-rdisop): New variable.
---
gnu/packages/bioconductor.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index b4730b0168..30b65e5ad7 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7627,6 +7627,28 @@ from a @code{GRangesList} representation and provides a
semblance of a
rectangular dataset.")
(license license:artistic2.0)))
+(define-public r-rdisop
+ (package
+ (name "r-rdisop")
+ (version "1.60.0")
+ (source (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "Rdisop" version))
+ (sha256
+ (base32
+ "02mj02sa9qxc6678irx7g3yzab4sa5sf4jkdjzsi9i6519xd7sa4"))))
+ (properties `((upstream-name . "Rdisop")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-rcpp))
+ (home-page "https://github.com/sneumann/Rdisop";)
+ (synopsis "Decomposition of isotopic patterns")
+ (description
+ "This is a package for identification of metabolites using high precision
+mass spectrometry. MS peaks are used to derive a ranked list of sum formulae,
+alternatively for a given sum formula the theoretical isotope distribution can
+be calculated to search in MS peak lists.")
+ (license license:gpl2)))
+
(define-public r-rhtslib
(package
(name "r-rhtslib")
- branch master updated (3350e871a8 -> c8a642de9a), guix-commits, 2023/08/28
- 04/10: gnu: Add r-derfinder., guix-commits, 2023/08/28
- 03/10: gnu: Add r-sangerseqr., guix-commits, 2023/08/28
- 02/10: gnu: Add r-rtcga., guix-commits, 2023/08/28
- 08/10: gnu: Add r-sesame., guix-commits, 2023/08/28
- 09/10: gnu: Add r-lea., guix-commits, 2023/08/28
- 05/10: gnu: Add r-rdisop.,
guix-commits <=
- 07/10: gnu: Add r-sesamedata., guix-commits, 2023/08/28
- 01/10: gnu: Add r-arrayqualitymetrics., guix-commits, 2023/08/28
- 06/10: gnu: Add r-enrichedheatmap., guix-commits, 2023/08/28
- 10/10: import-utils: Do not include punctuation when wrapping in @code{}., guix-commits, 2023/08/28