guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: Add r-qpcr.


From: guix-commits
Subject: branch master updated: gnu: Add r-qpcr.
Date: Thu, 29 Apr 2021 03:57:02 -0400

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 74b3f2c  gnu: Add r-qpcr.
74b3f2c is described below

commit 74b3f2cbb13f197136c0215ce6156d015080a61a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Apr 29 09:55:40 2021 +0200

    gnu: Add r-qpcr.
    
    * gnu/packages/cran.scm (r-qpcr): New variable.
---
 gnu/packages/cran.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5169605..35c35e6 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -28307,6 +28307,33 @@ OpenStreetMap, Google Maps, and Bing to reverse 
geocode coordinate pairs with
 minimal hassle.")
     (license license:gpl3+)))
 
+(define-public r-qpcr
+  (package
+    (name "r-qpcr")
+    (version "1.4-1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "qpcR" version))
+       (sha256
+        (base32
+         "1r01q7jv3w59yx1gc0qw91rq7rvdhqsi8y57sqqkmwyqfw2x2vsv"))))
+    (properties `((upstream-name . "qpcR")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-mass" ,r-mass)
+       ("r-matrix" ,r-matrix)
+       ("r-minpack-lm" ,r-minpack-lm)
+       ("r-rgl" ,r-rgl)
+       ("r-robustbase" ,r-robustbase)))
+    (home-page "https://cran.r-project.org/package=qpcR";)
+    (synopsis "Modelling and analysis of real-time PCR data")
+    (description
+     "This is a package for model fitting, optimal model selection and
+calculation of various features that are essential in the analysis of
+quantitative real-time polymerase chain reaction (qPCR).")
+    (license license:gpl2+)))
+
 (define-public r-textplot
   (package
     (name "r-textplot")



reply via email to

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