mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: Add r-fateid.
* gnu/packages/cran.scm (r-fateid): New variable. Change-Id: If8d8dc20a0d377173a7428ebbfa238695a5d8002
This commit is contained in:
parent
a5ed41e02a
commit
b223d04784
1 changed files with 29 additions and 0 deletions
|
@ -1038,6 +1038,35 @@ (define-public r-emdist
|
|||
Distance (EMD).")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public r-fateid
|
||||
(package
|
||||
(name "r-fateid")
|
||||
(version "0.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "FateID" version))
|
||||
(sha256
|
||||
(base32 "0sgvaqhqkmmkcsl53bm1jlfpzrvzfb5cz8k513nizfsi638vydlm"))))
|
||||
(properties `((upstream-name . "FateID")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-locfit
|
||||
r-matrixstats
|
||||
r-pheatmap
|
||||
r-princurve
|
||||
r-randomforest
|
||||
r-rcolorbrewer
|
||||
r-rtsne
|
||||
r-som
|
||||
r-umap))
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://cran.r-project.org/package=FateID")
|
||||
(synopsis "Quantification of fate bias in multipotent progenitors")
|
||||
(description
|
||||
"This package computes cell fate bias for multi-lineage single-cell data.
|
||||
It also provides visualization tools for analyzing these biases.")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public r-fuzzyjoin
|
||||
(package
|
||||
(name "r-fuzzyjoin")
|
||||
|
|
Loading…
Reference in a new issue