mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: r-pcaexplorer: Add missing inputs.
* gnu/packages/bioconductor.scm (r-pcaexplorer)[native-inputs]: Add r-airway and r-org-hs-eg-db. Change-Id: Id559bea8cd4308058a06158e74d3e13d7f645572
This commit is contained in:
parent
c2511ab60f
commit
7c37518d76
1 changed files with 1 additions and 1 deletions
|
@ -11457,7 +11457,7 @@ (define-public r-pcaexplorer
|
|||
r-threejs
|
||||
r-tidyr
|
||||
r-topgo))
|
||||
(native-inputs (list r-knitr r-testthat))
|
||||
(native-inputs (list r-airway r-knitr r-org-hs-eg-db r-testthat))
|
||||
(home-page "https://github.com/federicomarini/pcaExplorer")
|
||||
(synopsis
|
||||
"Interactive Visualization of RNA-seq Data Using a Principal Components Approach")
|
||||
|
|
Loading…
Reference in a new issue