diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-07-15 14:42:52 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-08-05 11:02:48 +0200 |
| commit | 8bf5832379202f940bce2cc9673fd2db5da855a2 (patch) | |
| tree | ec7b874adde6b54b02f8bb0c4fc5db2ab00a1a2d | |
| parent | 84a4a2188627e2b052bc2a5ad9d8e842d13f05b3 (diff) | |
gnu: Remove r-monocle3.
* gnu/packages/bioconductor.scm (r-monocle3): Delete variable.
| -rw-r--r-- | gnu/packages/bioconductor.scm | 88 |
1 files changed, 0 insertions, 88 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 5ee2636a1c6..3c5ec9f77c5 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm | |||
| @@ -18299,94 +18299,6 @@ testing context, sansSouci provides statistical guarantees on possibly | |||
| 18299 | user-defined and/or data-driven sets of hypotheses.") | 18299 | user-defined and/or data-driven sets of hypotheses.") |
| 18300 | (license license:gpl3)))) | 18300 | (license license:gpl3)))) |
| 18301 | 18301 | ||
| 18302 | (define-public r-monocle3 | ||
| 18303 | (let ((commit "98402ed0c10cac020524bebbb9300614a799f6d1") | ||
| 18304 | (revision "1")) | ||
| 18305 | (package | ||
| 18306 | (name "r-monocle3") | ||
| 18307 | (version (git-version "1.3.7" revision commit)) | ||
| 18308 | (source | ||
| 18309 | (origin | ||
| 18310 | (method git-fetch) | ||
| 18311 | (uri (git-reference | ||
| 18312 | (url "https://github.com/cole-trapnell-lab/monocle3") | ||
| 18313 | (commit commit))) | ||
| 18314 | (file-name (git-file-name name version)) | ||
| 18315 | (sha256 | ||
| 18316 | (base32 "1qs4qcdz9hcq966qcr7xvkpx3ri8g1n5psfwik09m7ngzpdd1r5q")))) | ||
| 18317 | (properties `((upstream-name . "monocle3"))) | ||
| 18318 | (build-system r-build-system) | ||
| 18319 | ;; FIXME Tests are apparently broken. 30 of them fail with accuracy | ||
| 18320 | ;; errors. | ||
| 18321 | (arguments (list #:tests? #false)) | ||
| 18322 | (propagated-inputs | ||
| 18323 | (list r-assertthat | ||
| 18324 | r-batchelor | ||
| 18325 | r-biobase | ||
| 18326 | r-biocgenerics | ||
| 18327 | r-biocparallel | ||
| 18328 | r-delayedarray | ||
| 18329 | r-delayedmatrixstats | ||
| 18330 | r-digest | ||
| 18331 | r-dplyr | ||
| 18332 | r-future | ||
| 18333 | r-ggplot2 | ||
| 18334 | r-ggrastr | ||
| 18335 | r-ggrepel | ||
| 18336 | r-grr | ||
| 18337 | r-hdf5array | ||
| 18338 | r-igraph | ||
| 18339 | r-irlba | ||
| 18340 | r-leidenbase | ||
| 18341 | r-limma | ||
| 18342 | r-lme4 | ||
| 18343 | r-lmtest | ||
| 18344 | r-mass | ||
| 18345 | r-matrix | ||
| 18346 | r-openssl | ||
| 18347 | r-pbapply | ||
| 18348 | r-pbmcapply | ||
| 18349 | r-pheatmap | ||
| 18350 | r-plotly | ||
| 18351 | r-plyr | ||
| 18352 | r-proxy | ||
| 18353 | r-pscl | ||
| 18354 | r-purrr | ||
| 18355 | r-rann | ||
| 18356 | r-rcolorbrewer | ||
| 18357 | r-rcpp | ||
| 18358 | r-rcppannoy | ||
| 18359 | r-rcpphnsw | ||
| 18360 | r-reshape2 | ||
| 18361 | r-rhpcblasctl | ||
| 18362 | r-rsample | ||
| 18363 | r-rtsne | ||
| 18364 | r-s4vectors | ||
| 18365 | r-sf | ||
| 18366 | r-shiny | ||
| 18367 | r-singlecellexperiment | ||
| 18368 | r-slam | ||
| 18369 | r-spdep | ||
| 18370 | r-speedglm | ||
| 18371 | r-stringr | ||
| 18372 | r-summarizedexperiment | ||
| 18373 | r-tibble | ||
| 18374 | r-tidyr | ||
| 18375 | r-uwot | ||
| 18376 | r-viridis)) | ||
| 18377 | (native-inputs (list r-knitr r-testthat)) | ||
| 18378 | (home-page "https://github.com/cole-trapnell-lab/monocle3") | ||
| 18379 | (synopsis "Analysis toolkit for single-cell RNA-Seq data") | ||
| 18380 | (description | ||
| 18381 | "Monocle 3 performs clustering, differential expression and trajectory | ||
| 18382 | analysis for single-cell expression experiments. It orders individual cells | ||
| 18383 | according to progress through a biological process, without knowing ahead of | ||
| 18384 | time which genes define progress through that process. Monocle 3 also | ||
| 18385 | performs differential expression analysis, clustering, visualization, and | ||
| 18386 | other useful tasks on single-cell expression data. It is designed to work | ||
| 18387 | with RNA-Seq data, but could be used with other types as well.") | ||
| 18388 | (license license:expat)))) | ||
| 18389 | |||
| 18390 | (define-public r-noiseq | 18302 | (define-public r-noiseq |
| 18391 | (package | 18303 | (package |
| 18392 | (name "r-noiseq") | 18304 | (name "r-noiseq") |
