[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/08: gnu: Add r-debcam.
From: |
guix-commits |
Subject: |
02/08: gnu: Add r-debcam. |
Date: |
Fri, 28 Oct 2022 09:04:31 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 917b96cef74ba74294e1eeaf9f20d5cec1dddb7c
Author: Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
AuthorDate: Fri Oct 28 07:02:35 2022 +0200
gnu: Add r-debcam.
* gnu/packages/bioconductor.scm (r-debcam): New variable.
---
gnu/packages/bioconductor.scm | 40 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index b8535250f9..23d7d5b3bf 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -48,6 +48,7 @@
#:use-module (gnu packages graphviz)
#:use-module (gnu packages haskell-xyz)
#:use-module (gnu packages image)
+ #:use-module (gnu packages java)
#:use-module (gnu packages maths)
#:use-module (gnu packages netpbm)
#:use-module (gnu packages python)
@@ -3051,6 +3052,45 @@ heteroscedasticity through precision weights. Perform
both gene-wise and gene
set analyses, and can deal with repeated or longitudinal data.")
(license license:gpl2)))
+(define-public r-debcam
+ (package
+ (name "r-debcam")
+ (version "1.14.0")
+ (source (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "debCAM" version))
+ (sha256
+ (base32
+ "1ynz57kkxl8nx80zhh1vhhydqb5n6r9d7p69f0k9nj8rp4hdgng7"))))
+ (properties `((upstream-name . "debCAM")))
+ (build-system r-build-system)
+ (inputs (list openjdk))
+ (propagated-inputs
+ (list r-apcluster
+ r-biobase
+ r-biocparallel
+ r-corpcor
+ r-dmwr2
+ r-geometry
+ r-nmf
+ r-nnls
+ r-pcapp
+ r-rjava
+ r-summarizedexperiment))
+ (native-inputs (list r-knitr))
+ (home-page "https://bioconductor.org/packages/debCAM")
+ (synopsis "Deconvolution by convex analysis of mixtures")
+ (description
+ "This package is an R implementation for fully unsupervised deconvolution
+of complex tissues. DebCAM provides basic functions to perform unsupervised
+deconvolution on mixture expression profiles by @acronym{CAM, Convex Analysis
+of Mixtures} and some auxiliary functions to help understand the
+subpopulation- specific results. It also implements functions to perform
+supervised deconvolution based on prior knowledge of molecular markers, S
+matrix or A matrix. Combining molecular markers from CAM and from prior
+knowledge can achieve semi-supervised deconvolution of mixtures.")
+ (license license:gpl2)))
+
(define-public r-decipher
(package
(name "r-decipher")
- branch master updated (7d92434326 -> 77a81280b2), guix-commits, 2022/10/28
- 06/08: gnu: ghc-4: Embed absolute file name of GCC in GHC., guix-commits, 2022/10/28
- 01/08: gnu: Add r-dmwr2., guix-commits, 2022/10/28
- 04/08: gnu: flair: Set R_HOME., guix-commits, 2022/10/28
- 02/08: gnu: Add r-debcam.,
guix-commits <=
- 05/08: gnu: flair: Update to 1.6.4., guix-commits, 2022/10/28
- 07/08: gnu: ghc-6.0: Adjust configuration., guix-commits, 2022/10/28
- 08/08: gnu: Add ghc-6.6., guix-commits, 2022/10/28
- 03/08: gnu: flair: Add missing R package., guix-commits, 2022/10/28