summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2026-07-15 14:39:18 +0200
committerAndreas Enge <andreas@enge.fr>2026-08-05 11:00:47 +0200
commit1132fca47589975eab0d9e9717787cf4f9fdbbde (patch)
tree7e3768bffea1dbba66f1bce9b9b26528b1c5d5d5 /gnu
parentb4cb7dd52126262c46ffb100a004ed3ecdd61b85 (diff)
gnu: Remove r-pando.
* gnu/packages/bioinformatics.scm (r-pando): Delete variable.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/bioinformatics.scm58
1 files changed, 0 insertions, 58 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index d4d5a59c880..b23c2b991c6 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -13047,64 +13047,6 @@ identification of subpopulations, and characterization of further unknown or
13047differently labelled data.") 13047differently labelled data.")
13048 (license license:gpl3)))) 13048 (license license:gpl3))))
13049 13049
13050(define-public r-pando
13051 (package
13052 (name "r-pando")
13053 (version "1.1.1")
13054 (source
13055 (origin
13056 (method git-fetch)
13057 (uri (git-reference
13058 (url "https://github.com/quadbio/Pando")
13059 (commit (string-append "v" version))))
13060 (file-name (git-file-name name version))
13061 (sha256
13062 (base32 "1zcsg3my1ka2wprvlx8p08cdz3dqphga54d5rp418zfhcyjy4fkp"))))
13063 (properties `((upstream-name . "Pando")))
13064 (build-system r-build-system)
13065 (arguments
13066 (list
13067 ;; The test file data/test_seurat.rds is not included.
13068 #:tests? #false))
13069 (propagated-inputs
13070 (list r-bayestestr
13071 r-foreach
13072 r-genomicranges
13073 r-ggplot2
13074 r-ggpointdensity
13075 r-ggraph
13076 r-glmnetutils
13077 r-grr
13078 r-iranges
13079 r-irlba
13080 r-matrix
13081 r-matrixgenerics
13082 r-motifmatchr
13083 r-pals
13084 r-patchwork
13085 r-seurat
13086 r-signac
13087 r-sparsematrixstats
13088 r-tfbstools
13089 r-tidygraph
13090 r-tidyverse
13091 r-uwot))
13092 (native-inputs
13093 (list r-bsgenome-hsapiens-ucsc-hg38
13094 r-devtools
13095 r-doparallel
13096 r-ensdb-hsapiens-v86
13097 r-knitr))
13098 (home-page "https://github.com/quadbiolab/Pando")
13099 (synopsis "Infer regulomes from multi-modal single-cell genomics data")
13100 (description
13101 "Pando leverages multi-modal single-cell measurements to infer gene
13102regulatory networks using a flexible linear model-based framework. By
13103modeling the relationship between TF-binding site pairs with the expression of
13104target genes, Pando simultaneously infers gene modules and sets of regulatory
13105regions for each transcription factor.")
13106 (license license:expat)))
13107
13108(define-public r-premessa 13050(define-public r-premessa
13109 (let ((commit "68b42bb984637d0f3ad6a0ecc83e9278994afc85") 13051 (let ((commit "68b42bb984637d0f3ad6a0ecc83e9278994afc85")
13110 (revision "1")) 13052 (revision "1"))