diff options
author | Ricardo Wurmus <[email protected]> | 2025-02-07 11:44:56 +0100 |
---|---|---|
committer | Ricardo Wurmus <[email protected]> | 2025-02-07 13:47:34 +0100 |
commit | 696b99dac65164cab070545543479f6a3fe00487 (patch) | |
tree | da4acdeaaa2c2645305ced10df69ed2b7dfa9ee0 | |
parent | 6e03dc796a3c00df745d2704b1e3c5b23098e50c (diff) |
gnu: r-voltron: Add suggested packages.
* gnu/packages/bioinformatics.scm (r-voltron):[propagated-inputs]: Add
r-anndata, r-anndatar, r-arrow, r-bpcells, r-circlize, r-codetools,
r-complexheatmap, r-delayedarray, r-deseq2, r-geojsonr, r-ggforce,
r-ggnewscale, r-glmgampoi, r-hdf5array, r-hdf5dataframe, r-hdf5r,
r-imagearray, r-music, r-rstudioapi, r-seurat, r-seuratobject,
r-singlecellexperiment, r-spacexr, r-spatialexperiment, r-vitesscer, r-xml,
and r-zarrdataframe.
Change-Id: I4333de31d40e5760f15c5453b8cb974598c8aa5d
-rw-r--r-- | gnu/packages/bioinformatics.scm | 31 |
1 files changed, 30 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 7e749449b7..6b2e552585 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -22572,7 +22572,36 @@ patterns.") r-shinyjs r-sp r-stringr - r-uwot)) + r-uwot + + ;; Suggested packages + r-anndata + r-anndatar + r-arrow + r-bpcells + r-circlize + r-codetools + r-complexheatmap + r-delayedarray + r-deseq2 + r-geojsonr + r-ggforce + r-ggnewscale + r-glmgampoi + r-hdf5array + r-hdf5dataframe + r-hdf5r + r-imagearray + r-music + r-rstudioapi + r-seurat + r-seuratobject + r-singlecellexperiment + r-spacexr + r-spatialexperiment + r-vitesscer + r-xml + r-zarrdataframe)) (native-inputs (list pkg-config r-testthat)) (home-page "https://github.com/BIMSBbioinfo/VoltRon") (synopsis "VoltRon for spatial data integration and analysis") |