mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: Add r-deconrnaseq.
* gnu/packages/bioconductor.scm (r-deconrnaseq): New variable.
This commit is contained in:
parent
ae94d879a1
commit
fc27bf5d74
1 changed files with 27 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue