mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: Add r-bisquerna.
* gnu/packages/bioinformatics.scm (r-bisquerna): New variable.
This commit is contained in:
parent
a9401b4c94
commit
0574446be8
1 changed files with 25 additions and 0 deletions
|
@ -7923,6 +7923,31 @@ (define-public r-biobase
|
|||
on Bioconductor or which replace R functions.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-bisquerna
|
||||
(package
|
||||
(name "r-bisquerna")
|
||||
(version "1.0.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "BisqueRNA" version))
|
||||
(sha256
|
||||
(base32
|
||||
"01g34n87ml7n3pck77497ddgbv3rr5p4153ac8ninpgjijlm3jw2"))))
|
||||
(properties `((upstream-name . "BisqueRNA")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-biobase" ,r-biobase)
|
||||
("r-limsolve" ,r-limsolve)))
|
||||
(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
|
||||
relative abundances across samples.")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public r-annotationdbi
|
||||
(package
|
||||
(name "r-annotationdbi")
|
||||
|
|
Loading…
Reference in a new issue