guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

18/23: gnu: Add r-ccfindr.


From: guix-commits
Subject: 18/23: gnu: Add r-ccfindr.
Date: Mon, 25 Nov 2024 10:57:00 -0500 (EST)

rekado pushed a commit to branch r-team
in repository guix.

commit af640f9145c8a6d700c58032b1fa7dbae33fb121
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Nov 25 16:37:07 2024 +0100

    gnu: Add r-ccfindr.
    
    * gnu/packages/bioconductor.scm (r-ccfindr): New variable.
    
    Change-Id: Icc76252494a1750888b8218df36ed002096c0268
---
 gnu/packages/bioconductor.scm | 43 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 6811aed04e..2aa219ca92 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -5327,6 +5327,49 @@ scRNA-seq data.  A flexible beta-binomial error model 
that accounts for
 stochastic dropout events as well as systematic allelic imbalance is used.")
     (license license:gpl3)))
 
+(define-public r-ccfindr
+  (package
+    (name "r-ccfindr")
+    (version "1.26.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (bioconductor-uri "ccfindR" version))
+       (sha256
+        (base32 "1v8lrgs5rqf0pz5gg7g5hh9y7cj90s8k04bhimhlzr0iah27vhc5"))))
+    (properties
+     `((upstream-name . "ccfindR")
+       (updater-extra-inputs . ("gsl"))))
+    (build-system r-build-system)
+    (inputs (list gsl))
+    (propagated-inputs (list r-ape
+                             r-gtools
+                             r-irlba
+                             r-matrix
+                             r-rcolorbrewer
+                             r-rcpp
+                             r-rcppeigen
+                             r-rdpack
+                             r-rmpi
+                             r-rtsne
+                             r-s4vectors
+                             r-singlecellexperiment
+                             r-summarizedexperiment))
+    (native-inputs (list r-knitr))
+    (home-page "https://dx.doi.org/10.26508/lsa.201900443";)
+    (synopsis "Cancer clone finder")
+    (description
+     "This package provides a collection of tools for cancer genomic data
+clustering analyses, including those for single cell RNA-seq.  Cell clustering
+and feature gene selection analysis employ Bayesian (and maximum likelihood)
+non-negative matrix factorization (NMF) algorithm.  Input data set consists of
+RNA count matrix, gene, and cell bar code annotations.  Analysis outputs are
+factor matrices for multiple ranks and marginal likelihood values for each
+rank.  The package includes utilities for downstream analyses, including
+meta-gene identification, visualization, and construction of rank-based trees
+for clusters.")
+    (license license:gpl2+)))
+
 (define-public r-cellid
   (package
     (name "r-cellid")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]