* [bug#60203] [PATCH] gnu: Add r-cardelino.
@ 2022-12-19 15:03 zimoun
2022-12-19 18:24 ` bug#60203: " Ricardo Wurmus
0 siblings, 1 reply; 2+ messages in thread
From: zimoun @ 2022-12-19 15:03 UTC (permalink / raw)
To: 60203; +Cc: zimoun, rekado
* gnu/packages/bioconductor.scm (r-cardelino): New variable.
---
gnu/packages/bioconductor.scm | 38 +++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index ec1bbb99d1..2d8b475b2a 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3480,6 +3480,44 @@ (define-public r-biocgenerics
packages.")
(license license:artistic2.0)))
+(define-public r-cardelino
+ (package
+ (name "r-cardelino")
+ (version "1.0.0")
+ (source (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "cardelino" version))
+ (sha256
+ (base32
+ "1ma4clkrkrjvy12ln2d2smyzzsz9y9554f5wgwmh9kv6s4xc66qs"))))
+ (properties `((upstream-name . "cardelino")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-combinat
+ r-genomeinfodb
+ r-genomicranges
+ r-ggplot2
+ r-ggtree
+ r-matrix
+ r-matrixstats
+ r-pheatmap
+ r-s4vectors
+ r-snpstats
+ r-variantannotation
+ r-vcfr))
+ (native-inputs (list r-knitr))
+ (home-page "https://github.com/single-cell-genetics/cardelino")
+ (synopsis "Clone Identification from Single Cell Data")
+ (description
+ "This package provides methods to infer clonal tree configuration for a
+population of cells using single-cell RNA-seq data (scRNA-seq), and possibly
+other data modalities. Methods are also provided to assign cells to inferred
+clones and explore differences in gene expression between clones. These
+methods can flexibly integrate information from imperfect clonal trees
+inferred based on bulk exome-seq data, and sparse variant alleles expressed in
+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-coverageview
(package
(name "r-coverageview")
base-commit: 513ab9956ddfd54cfb411c73cfd0838b78b47fc4
--
2.38.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#60203: [PATCH] gnu: Add r-cardelino.
2022-12-19 15:03 [bug#60203] [PATCH] gnu: Add r-cardelino zimoun
@ 2022-12-19 18:24 ` Ricardo Wurmus
0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2022-12-19 18:24 UTC (permalink / raw)
To: zimoun; +Cc: 60203-done
zimoun <zimon.toutoune@gmail.com> writes:
> * gnu/packages/bioconductor.scm (r-cardelino): New variable.
Applied, thanks!
--
Ricardo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-12-19 18:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-19 15:03 [bug#60203] [PATCH] gnu: Add r-cardelino zimoun
2022-12-19 18:24 ` bug#60203: " Ricardo Wurmus
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.