all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#55127] [PATCH] gnu: Add r-adsplit.
@ 2022-04-26 14:07 Mădălin Ionel Patrașcu
  2022-04-27 14:09 ` bug#55127: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Mădălin Ionel Patrașcu @ 2022-04-26 14:07 UTC (permalink / raw)
  To: 55127; +Cc: rekado

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

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index fa862d736f..f0a7359590 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1616,6 +1616,33 @@ (define-public r-adam
 functionally associated genes} (GFAG).")
     (license license:gpl2+)))
 
+(define-public r-adsplit
+  (package
+    (name "r-adsplit")
+    (version "1.64.0")
+    (source (origin
+              (method url-fetch)
+              (uri (bioconductor-uri "adSplit" version))
+              (sha256
+               (base32
+                "1b4ck371h3a76m5h0brvlzsyg1g6q5fjrhra5hqv9pwxr330h9r2"))))
+    (properties `((upstream-name . "adSplit")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-annotationdbi
+                             r-biobase
+                             r-cluster
+                             r-go-db
+                             r-keggrest
+                             r-multtest))
+    (home-page "http://compdiag.molgen.mpg.de/software/adSplit.shtml")
+    (synopsis "Annotation-driven splits in microarray data")
+    (description
+     "This package implements clustering of microarray gene expression profiles
+according to functional annotations.  For each term genes are annotated to,
+splits into two subclasses are computed and a significance of the supporting
+gene set is determined.")
+    (license license:gpl2+)))
+
 (define-public r-aneufinder
   (package
     (name "r-aneufinder")

base-commit: 30ff557bd7255dddec16f4a032e58f5a88d5e448
-- 
2.34.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#55127: [PATCH] gnu: Add r-adsplit.
  2022-04-26 14:07 [bug#55127] [PATCH] gnu: Add r-adsplit Mădălin Ionel Patrașcu
@ 2022-04-27 14:09 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2022-04-27 14:09 UTC (permalink / raw)
  To: Mădălin Ionel Patrașcu; +Cc: 55127-done


Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de> writes:

> * gnu/packages/bioconductor.scm (r-adsplit): New variable.

Applied with stylistic changes.  Thank you!

-- 
Ricardo




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-27 14:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-26 14:07 [bug#55127] [PATCH] gnu: Add r-adsplit Mădălin Ionel Patrașcu
2022-04-27 14:09 ` bug#55127: " Ricardo Wurmus

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.