gnu: Add r-deconrnaseq.

* gnu/packages/bioconductor.scm (r-deconrnaseq): New variable.
This commit is contained in:
Mădălin Ionel Patrașcu 2022-10-30 01:16:07 +02:00 committed by Ricardo Wurmus
parent ae94d879a1
commit fc27bf5d74
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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")