guix-commits
[Top][All Lists]
Advanced

[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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]