From fc27bf5d7469ec019ff7866b3b728afa7c434f26 Mon Sep 17 00:00:00 2001 From: Mădălin Ionel Patrașcu Date: Sun, 30 Oct 2022 01:16:07 +0200 Subject: gnu: Add r-deconrnaseq. * gnu/packages/bioconductor.scm (r-deconrnaseq): New variable. --- gnu/packages/bioconductor.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 80acaee764..321a9621f1 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -3296,6 +3296,33 @@ (define-public r-decomptumor2sig of the signatures 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 + "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") -- cgit v1.2.3