[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: Add r-deco.
From: |
guix-commits |
Subject: |
01/06: gnu: Add r-deco. |
Date: |
Mon, 31 Oct 2022 15:11:08 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 41461b6e22bbad937737d1a5ca4f2826d09a8463
Author: Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
AuthorDate: Sun Oct 30 01:16:04 2022 +0200
gnu: Add r-deco.
* gnu/packages/bioconductor.scm (r-deco): New variable.
---
gnu/packages/bioconductor.scm | 42 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 9e463457f2..e25c4d0e95 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3178,6 +3178,48 @@ knowledge can achieve semi-supervised deconvolution of
mixtures.")
biological sequences.")
(license license:gpl3)))
+(define-public r-deco
+ (package
+ (name "r-deco")
+ (version "1.12.0")
+ (source (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "deco" version))
+ (sha256
+ (base32
+ "18n5zgln33c79jbjzjlivs8ihyg8zci6minfqlvagxgzcpa67k0m"))))
+ (properties `((upstream-name . "deco")))
+ (build-system r-build-system)
+ (propagated-inputs
+ (list r-ade4
+ r-annotationdbi
+ r-biobase
+ r-biocparallel
+ r-biocstyle
+ r-cluster
+ r-foreign
+ r-gdata
+ r-ggplot2
+ r-gplots
+ r-gridextra
+ r-limma
+ r-locfit
+ r-made4
+ r-rcolorbrewer
+ r-reshape2
+ r-scatterplot3d
+ r-sfsmisc
+ r-summarizedexperiment))
+ (native-inputs (list r-knitr))
+ (home-page "https://github.com/fjcamlab/deco")
+ (synopsis "Decomposing heterogeneous cohorts using omic data profiling")
+ (description
+ "This package discovers differential features in hetero- and homogeneous
+omic data by a two-step method including subsampling LIMMA and NSCA. DECO
+reveals feature associations to hidden subclasses not exclusively related to
+higher deregulation levels.")
+ (license license:gpl3+)))
+
(define-public r-deconvr
(package
(name "r-deconvr")
- branch master updated (22c8783dff -> 72315072d6), guix-commits, 2022/10/31
- 02/06: gnu: Add r-decomplexdisease., guix-commits, 2022/10/31
- 03/06: gnu: Add r-decomptumor2sig., guix-commits, 2022/10/31
- 06/06: gnu: Add r-forestplot., guix-commits, 2022/10/31
- 01/06: gnu: Add r-deco.,
guix-commits <=
- 04/06: gnu: Add r-deconrnaseq., guix-commits, 2022/10/31
- 05/06: gnu: Add r-decontam., guix-commits, 2022/10/31