diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2025-11-21 17:26:01 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2025-11-21 18:33:48 +0100 |
| commit | c2e28c1ac463264156e174f8ce170d7944fe1eea (patch) | |
| tree | 37eb81011262f56bc3d926f4064020b9dc642b1f /gnu | |
| parent | ddfaa6d8a5fc05e23cada920e10abf4b9b6f9a82 (diff) | |
gnu: Add r-genenmf.
* gnu/packages/bioinformatics.scm (r-genenmf): New variable.
Change-Id: Ic17308d94bd5d9ec0484acc82cc738a3c67fb632
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 32841dc144c..0e9c9f5fe43 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm | |||
| @@ -12813,6 +12813,43 @@ sequence.") | |||
| 12813 | (supported-systems '("i686-linux" "x86_64-linux")) | 12813 | (supported-systems '("i686-linux" "x86_64-linux")) |
| 12814 | (license license:bsd-3))) | 12814 | (license license:bsd-3))) |
| 12815 | 12815 | ||
| 12816 | (define-public r-genenmf | ||
| 12817 | (let ((commit "7ac475261123232d3e691ef851936e05055becd4") | ||
| 12818 | (revision "1")) | ||
| 12819 | (package | ||
| 12820 | (name "r-genenmf") | ||
| 12821 | (version (git-version "0.9.2" revision commit)) | ||
| 12822 | (source | ||
| 12823 | (origin | ||
| 12824 | (method git-fetch) | ||
| 12825 | (uri (git-reference | ||
| 12826 | (url "https://github.com/carmonalab/GeneNMF") | ||
| 12827 | (commit commit))) | ||
| 12828 | (file-name (git-file-name name version)) | ||
| 12829 | (sha256 | ||
| 12830 | (base32 "0kv419nyyddpj2j2dvhxhwk5m26p39f3jc2r7rz98j86x6hgwgpl")))) | ||
| 12831 | (properties `((upstream-name . "GeneNMF"))) | ||
| 12832 | (build-system r-build-system) | ||
| 12833 | (propagated-inputs (list r-cluster | ||
| 12834 | r-colorspace | ||
| 12835 | r-dendextend | ||
| 12836 | r-irlba | ||
| 12837 | r-lsa | ||
| 12838 | r-matrix | ||
| 12839 | r-pheatmap | ||
| 12840 | r-rcppml | ||
| 12841 | r-seurat | ||
| 12842 | r-viridis)) | ||
| 12843 | (native-inputs (list r-knitr)) | ||
| 12844 | (home-page "https://github.com/carmonalab/GeneNMF") | ||
| 12845 | (synopsis "Non-Negative matrix factorization for single-cell omics") | ||
| 12846 | (description | ||
| 12847 | "This package provides a collection of methods to extract gene programs | ||
| 12848 | from single-cell gene expression data using @dfn{non-negative matrix | ||
| 12849 | factorization} (NMF). @code{GeneNMF} contains functions to directly interact | ||
| 12850 | with the Seurat toolkit and derive interpretable gene program signatures.") | ||
| 12851 | (license license:gpl3)))) | ||
| 12852 | |||
| 12816 | (define-public r-ggexpress | 12853 | (define-public r-ggexpress |
| 12817 | (let ((commit "82f169385f87af328ff971195c2f64ff3c573a8a") | 12854 | (let ((commit "82f169385f87af328ff971195c2f64ff3c573a8a") |
| 12818 | (revision "1")) | 12855 | (revision "1")) |
