unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#56269] [PATCH] gnu: Add r-bandits.
@ 2022-06-27 22:34 Mădălin Ionel Patrașcu
  2022-10-27 14:02 ` bug#56269: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Mădălin Ionel Patrașcu @ 2022-06-27 22:34 UTC (permalink / raw)
  To: 56269

* gnu/packages/bioconductor.scm (r-bandits): 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 1e87b190c2..628eaacb6c 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2029,6 +2029,44 @@ (define-public r-aneufinder
 sequencing data.")
     (license license:artistic2.0)))
 
+(define-public r-bandits
+  (package
+    (name "r-bandits")
+    (version "1.12.0")
+    (source (origin
+              (method url-fetch)
+              (uri (bioconductor-uri "BANDITS" version))
+              (sha256
+               (base32
+                "1423djb7cij68y0q2dcp8q7lrcn2fxjn6d25v4qy3w00b2w8ppg9"))))
+    (properties `((upstream-name . "BANDITS")))
+    (build-system r-build-system)
+    (propagated-inputs
+     (list r-biocparallel
+           r-data-table
+           r-doparallel
+           r-dorng
+           r-drimseq
+           r-foreach
+           r-ggplot2
+           r-mass
+           r-r-utils
+           r-rcpp
+           r-rcpparmadillo))
+    (native-inputs (list r-knitr))
+    (home-page "https://github.com/SimoneTiberi/BANDITS")
+    (synopsis "Bayesian analysis of differential splicing")
+    (description
+     "@code{BANDITS} is a Bayesian hierarchical model for detecting differential
+splicing of genes and transcripts, via @dfn{DTU} (differential transcript usage),
+between two or more conditions.  The method uses a Bayesian hierarchical framework,
+which allows for sample specific proportions in a Dirichlet-Multinomial model,
+and samples the allocation of fragments to the transcripts.  Parameters are
+inferred via @dfn{MCMC} (Markov chain Monte Carlo) techniques and a DTU test is
+performed via a multivariate Wald test on the posterior densities for the average
+relative abundance of transcripts.")
+    (license license:gpl3+)))
+
 (define-public r-biocversion
   (package
     (name "r-biocversion")

base-commit: 144a750f8b10e606751bc887bcb09e7fb7ae09ff
-- 
2.36.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#56269: [PATCH] gnu: Add r-bandits.
  2022-06-27 22:34 [bug#56269] [PATCH] gnu: Add r-bandits Mădălin Ionel Patrașcu
@ 2022-10-27 14:02 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2022-10-27 14:02 UTC (permalink / raw)
  To: 56269-done

Applied with minor changes.
Thanks!

-- 
Ricardo




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-27 14:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-27 22:34 [bug#56269] [PATCH] gnu: Add r-bandits Mădălin Ionel Patrașcu
2022-10-27 14:02 ` bug#56269: " Ricardo Wurmus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).