mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-bisquerna: Add test input.
* gnu/packages/bioconductor.scm (r-bisquerna)[properties]: Record updater-extra-native-inputs. [native-inputs]: Add r-plyr. Change-Id: Ic490076e7a34e5e81b6c83ee82566c4197faaffe
This commit is contained in:
parent
6144fe944a
commit
21ce2b4086
1 changed files with 22 additions and 20 deletions
|
@ -7561,19 +7561,21 @@ absolute GSEA.")
|
|||
(sha256
|
||||
(base32
|
||||
"0p3p5lp69gri7vs6qfpm7br4ksbs4l7clm4nj8ki99wpqiqni23n"))))
|
||||
(properties `((upstream-name . "BisqueRNA")))
|
||||
(properties
|
||||
'((upstream-name . "BisqueRNA")
|
||||
(updater-extra-native-inputs . ("r-plyr"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-biobase r-limsolve))
|
||||
(native-inputs
|
||||
(list r-knitr r-testthat))
|
||||
(list r-knitr r-plyr r-testthat))
|
||||
(home-page "https://www.biorxiv.org/content/10.1101/669911v1")
|
||||
(synopsis "Decomposition of bulk expression with single-cell sequencing")
|
||||
(description "This package provides tools to accurately estimate cell type
|
||||
abundances from heterogeneous bulk expression. A reference-based method
|
||||
utilizes single-cell information to generate a signature matrix and
|
||||
transformation of bulk expression for accurate regression based estimates.
|
||||
A marker-based method utilizes known cell-specific marker genes to measure
|
||||
transformation of bulk expression for accurate regression based estimates. A
|
||||
marker-based method utilizes known cell-specific marker genes to measure
|
||||
relative abundances across samples.")
|
||||
(license license:gpl3)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue