mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 07:58:01 -05:00
gnu: Add r-coregx.
* gnu/packages/bioconductor.scm (r-coregx): New variable. Change-Id: Ib54ba3c7bebdcc90748d4e4b0b2ce63b7f0fc1b8 Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
parent
e8cd556a7c
commit
7170720e48
1 changed files with 45 additions and 0 deletions
|
@ -4422,6 +4422,51 @@ (define-public r-cellid
|
||||||
enrichment in single cell data.")
|
enrichment in single cell data.")
|
||||||
(license license:gpl3)))
|
(license license:gpl3)))
|
||||||
|
|
||||||
|
(define-public r-coregx
|
||||||
|
(package
|
||||||
|
(name "r-coregx")
|
||||||
|
(version "2.4.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (bioconductor-uri "CoreGx" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "09pv117g8sxhrij960mparrz1r9vx8s20gmpvn1h667kl1bc0jm9"))))
|
||||||
|
(properties `((upstream-name . "CoreGx")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
(list r-bench
|
||||||
|
r-biobase
|
||||||
|
r-biocgenerics
|
||||||
|
r-biocparallel
|
||||||
|
r-bumpymatrix
|
||||||
|
r-checkmate
|
||||||
|
r-crayon
|
||||||
|
r-data-table
|
||||||
|
r-glue
|
||||||
|
r-lsa
|
||||||
|
r-matrixgenerics
|
||||||
|
r-multiassayexperiment
|
||||||
|
r-piano
|
||||||
|
r-rlang
|
||||||
|
r-s4vectors
|
||||||
|
r-summarizedexperiment))
|
||||||
|
(native-inputs (list r-knitr))
|
||||||
|
(home-page "https://bioconductor.org/packages/CoreGx")
|
||||||
|
(synopsis
|
||||||
|
"Classes and functions to serve as the basis for other Gx packages")
|
||||||
|
(description
|
||||||
|
"This package provides a collection of functions and classes which serve
|
||||||
|
as the foundation for packages such as PharmacoGx and RadioGx. It was created
|
||||||
|
to abstract shared functionality to increase ease of maintainability and
|
||||||
|
reduce code repetition in current and future Gx suite programs. Major
|
||||||
|
features include a @code{CoreSet} class, from which RadioSet and PharmacoSet
|
||||||
|
are derived, along with get and set methods for each respective slot.
|
||||||
|
Additional functions related to fitting and plotting dose response curves,
|
||||||
|
quantifying statistical correlation and calculating @acronym{AUC, area under
|
||||||
|
the curve} or @acronym{SF, survival fraction} are included.")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public r-coverageview
|
(define-public r-coverageview
|
||||||
(package
|
(package
|
||||||
(name "r-coverageview")
|
(name "r-coverageview")
|
||||||
|
|
Loading…
Reference in a new issue