* [bug#55219] [PATCH] gnu: Add r-aims.
@ 2022-05-02 9:49 Mădălin Ionel Patrașcu
2022-11-24 14:36 ` bug#55219: " Ricardo Wurmus
0 siblings, 1 reply; 2+ messages in thread
From: Mădălin Ionel Patrașcu @ 2022-05-02 9:49 UTC (permalink / raw)
To: 55219; +Cc: rekado
* gnu/packages/bioconductor.scm (r-aims): 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 a78903becc..17fa746fae 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1877,6 +1877,29 @@ (define-public r-agilp
;; GPLv3.
(license license:gpl3)))
+(define-public r-aims
+ (package
+ (name "r-aims")
+ (version "1.28.0")
+ (source (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "AIMS" version))
+ (sha256
+ (base32
+ "1z7yzaizyzcv556w8880603nd947k0d6raadjm42mdl66mma0cdx"))))
+ (properties `((upstream-name . "AIMS")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-biobase r-e1071))
+ (home-page "https://git.bioconductor.org/packages/AIMS")
+ (synopsis
+ "Absolute assignment of breast cancer intrinsic molecular subtype")
+ (description
+ "This package contains the @code{AIMS} implementation. It contains
+necessary functions to assign the five intrinsic molecular subtypes (Luminal A,
+Luminal B, Her2-enriched, Basal-like, Normal-like). Assignments could be done
+on individual samples as well as on dataset of gene expression data.")
+ (license license:artistic2.0)))
+
(define-public r-aneufinder
(package
(name "r-aneufinder")
base-commit: 098f2eea331121905e3c867f478b22cea3510841
--
2.36.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#55219: [PATCH] gnu: Add r-aims.
2022-05-02 9:49 [bug#55219] [PATCH] gnu: Add r-aims Mădălin Ionel Patrașcu
@ 2022-11-24 14:36 ` Ricardo Wurmus
0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2022-11-24 14:36 UTC (permalink / raw)
To: 55219-done
Applied and updated, thanks!
--
Ricardo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-11-24 14:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-02 9:49 [bug#55219] [PATCH] gnu: Add r-aims Mădălin Ionel Patrașcu
2022-11-24 14:36 ` bug#55219: " 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.