mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
gnu: r-milor: Add missing inputs.
* gnu/packages/bioconductor.scm (r-milor)[native-inputs]: Add r-mass, r-mvtnorm, r-scater, and r-scran. Change-Id: Icdfa0e9a89a21ace0d994800a00b968a803d41ea
This commit is contained in:
parent
84c3b169b9
commit
17c1e8ef1b
1 changed files with 6 additions and 1 deletions
|
@ -16893,7 +16893,12 @@ experiments.")
|
|||
r-summarizedexperiment
|
||||
r-tibble
|
||||
r-tidyr))
|
||||
(native-inputs (list r-knitr r-testthat))
|
||||
(native-inputs (list r-knitr
|
||||
r-mass
|
||||
r-mvtnorm
|
||||
r-scater
|
||||
r-scran
|
||||
r-testthat))
|
||||
(home-page "https://marionilab.github.io/miloR")
|
||||
(synopsis "Differential neighbourhood abundance testing on a graph")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue