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
|
@ -7553,29 +7553,31 @@ absolute GSEA.")
|
||||||
;; This is a CRAN package, but it depends on r-biobase from Bioconductor.
|
;; This is a CRAN package, but it depends on r-biobase from Bioconductor.
|
||||||
(define-public r-bisquerna
|
(define-public r-bisquerna
|
||||||
(package
|
(package
|
||||||
(name "r-bisquerna")
|
(name "r-bisquerna")
|
||||||
(version "1.0.5")
|
(version "1.0.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "BisqueRNA" version))
|
(uri (cran-uri "BisqueRNA" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0p3p5lp69gri7vs6qfpm7br4ksbs4l7clm4nj8ki99wpqiqni23n"))))
|
"0p3p5lp69gri7vs6qfpm7br4ksbs4l7clm4nj8ki99wpqiqni23n"))))
|
||||||
(properties `((upstream-name . "BisqueRNA")))
|
(properties
|
||||||
(build-system r-build-system)
|
'((upstream-name . "BisqueRNA")
|
||||||
(propagated-inputs
|
(updater-extra-native-inputs . ("r-plyr"))))
|
||||||
(list r-biobase r-limsolve))
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(propagated-inputs
|
||||||
(list r-knitr r-testthat))
|
(list r-biobase r-limsolve))
|
||||||
(home-page "https://www.biorxiv.org/content/10.1101/669911v1")
|
(native-inputs
|
||||||
(synopsis "Decomposition of bulk expression with single-cell sequencing")
|
(list r-knitr r-plyr r-testthat))
|
||||||
(description "This package provides tools to accurately estimate cell type
|
(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
|
abundances from heterogeneous bulk expression. A reference-based method
|
||||||
utilizes single-cell information to generate a signature matrix and
|
utilizes single-cell information to generate a signature matrix and
|
||||||
transformation of bulk expression for accurate regression based estimates.
|
transformation of bulk expression for accurate regression based estimates. A
|
||||||
A marker-based method utilizes known cell-specific marker genes to measure
|
marker-based method utilizes known cell-specific marker genes to measure
|
||||||
relative abundances across samples.")
|
relative abundances across samples.")
|
||||||
(license license:gpl3)))
|
(license license:gpl3)))
|
||||||
|
|
||||||
;; This is a CRAN package, but it depends on r-bsgenome-hsapiens-ucsc-hg19
|
;; This is a CRAN package, but it depends on r-bsgenome-hsapiens-ucsc-hg19
|
||||||
;; from Bioconductor.
|
;; from Bioconductor.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue