all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#54896] [PATCH] gnu: Add r-absseq.
@ 2022-04-12 21:57 Mădălin Ionel Patrașcu
  2022-04-14 11:30 ` bug#54896: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Mădălin Ionel Patrașcu @ 2022-04-12 21:57 UTC (permalink / raw)
  To: 54896

* gnu/packages/bioconductor.scm (r-absseq): New variable.
---
 gnu/packages/bioconductor.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 803437a033..25e02bebad 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1139,6 +1139,35 @@ (define-public r-abadata
 All datasets are restricted to protein coding genes.")
     (license license:gpl2+)))
 
+(define-public r-absseq
+  (package
+    (name "r-absseq")
+    (version "1.48.0")
+    (source (origin
+              (method url-fetch)
+              (uri (bioconductor-uri "ABSSeq" version))
+              (sha256
+               (base32
+                "0l2hh6qv4lhw1g1kciw2f3ssj3lw83hqxnkmxzmv7snik3k6i650"))))
+    (properties `((upstream-name . "ABSSeq")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-limma r-locfit))
+    (home-page "https://bioconductor.org/packages/ABSSeq")
+    (synopsis
+     "RNA-Seq analysis based on modelling absolute expression differences")
+    (description
+     "This package @code{ABSSeq} implements a new RNA-Seq analysis method and
+integrates two modules: a basic model for pairwise comparison and a linear
+model for complex design.  RNA-Seq quantifies gene expression with reads count,
+which usually consists of conditions (or treatments) and several replicates for
+each condition.  This software infers differential expression directly by the
+counts difference between conditions.  It assumes that the sum counts
+difference between conditions follow a negative binomial distribution.  In
+addition, @code{ABSSeq} moderates the fold-changes by two steps: the expression
+level and gene-specific dispersion, that might facilitate the gene ranking by
+fold-change and visualization.")
+    (license license:gpl3+)))
+
 (define-public r-aneufinderdata
   (package
    (name "r-aneufinderdata")
-- 
2.34.0





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

* bug#54896: [PATCH] gnu: Add r-absseq.
  2022-04-12 21:57 [bug#54896] [PATCH] gnu: Add r-absseq Mădălin Ionel Patrașcu
@ 2022-04-14 11:30 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2022-04-14 11:30 UTC (permalink / raw)
  To: 54896-done

Applied, thanks!

-- 
Ricardo




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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-12 21:57 [bug#54896] [PATCH] gnu: Add r-absseq Mădălin Ionel Patrașcu
2022-04-14 11:30 ` bug#54896: " 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.