GNU bug report logs -
#58827
[PATCH] gnu: Add r-dama and r-damefinder.
Previous Next
Full log
Message #11 received at 58827 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/bioconductor.scm (r-dama): New variable.
---
gnu/packages/bioconductor.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index b8535250f9..9f79954d8d 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3013,6 +3013,29 @@ (define-public r-cummerbund
used visualizations.")
(license license:artistic2.0)))
+(define-public r-dama
+ (package
+ (name "r-dama")
+ (version "1.68.0")
+ (source (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "daMA" version))
+ (sha256
+ (base32
+ "1mpjvl24wsdmpgra3iasgfvy29m71318gj6j1gg6081w0n4cq72m"))))
+ (properties `((upstream-name . "daMA")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-mass))
+ (home-page "https://bioconductor.org/packages/release/bioc/html/daMA.html")
+ ;; http://www.microarrays.med.uni-goettingen.de - domain not found
+ (synopsis
+ "Efficient design and analysis of factorial two-colour microarray data")
+ (description
+ "This package contains functions for the efficient design of factorial two-
+colour microarray experiments and for the statistical analysis of factorial
+microarray data.")
+ (license license:gpl2+)))
+
(define-public r-dearseq
(package
(name "r-dearseq")
base-commit: ac51b9c86d58cfdb13ee643a2fdc8e979939a260
--
2.38.0
This bug report was last modified 2 years and 207 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.