GNU bug report logs -
#54896
[PATCH] gnu: Add r-absseq.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 54896 in the body.
You can then email your comments to 54896 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org:
bug#54896; Package
guix-patches.
(Tue, 12 Apr 2022 21:59:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de>:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org.
(Tue, 12 Apr 2022 21:59:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility.
(Thu, 14 Apr 2022 11:31:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de>:
bug acknowledged by developer.
(Thu, 14 Apr 2022 11:31:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 54896-done <at> debbugs.gnu.org (full text, mbox):
Applied, thanks!
--
Ricardo
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org.
(Fri, 13 May 2022 11:24:10 GMT)
Full text and
rfc822 format available.
This bug report was last modified 3 years and 99 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.