guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#58879] [PATCH 4/5] gnu: Add r-deconrnaseq.


From: Mădălin Ionel Patrașcu
Subject: [bug#58879] [PATCH 4/5] gnu: Add r-deconrnaseq.
Date: Sun, 30 Oct 2022 01:16:07 +0200

* gnu/packages/bioconductor.scm (r-deconrnaseq): 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 7f6ba37bf8..ce95a9e5af 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3193,6 +3193,33 @@ (define-public r-decomptumor2sig
 to the mutation load of the tumor.")
     (license license:gpl2)))
 
+(define-public r-deconrnaseq
+  (package
+    (name "r-deconrnaseq")
+    (version "1.38.0")
+    (source (origin
+              (method url-fetch)
+              (uri (bioconductor-uri "DeconRNASeq" version))
+              (sha256
+               (base32
+                "10smk88srxm58hli0fhkdfd6l5z02q58xc9mww39gkn71y0127k6"))))
+    (properties `((upstream-name . "DeconRNASeq")))
+    (build-system r-build-system)
+    (propagated-inputs
+     (list r-ggplot2
+           r-limsolve
+           r-pcamethods))
+    (home-page "https://bioconductor.org/packages/DeconRNASeq";)
+    (synopsis
+     "Deconvolution of heterogeneous tissue samples for mRNA-Seq data")
+    (description
+     "@code{DeconSeq} is an R package for deconvolution of heterogeneous 
tissues
+based on mRNA-Seq data.  It models the expression levels from heterogeneous 
cell
+populations in mRNA-Seq as the weighted average of expression from different
+constituting cell types and predicted cell type proportions of single 
expression
+profiles.")
+    (license license:gpl2)))
+
 (define-public r-deconvr
   (package
     (name "r-deconvr")
-- 
2.38.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]