GNU bug report logs -
#68368
[PATCH] gnu: Add r-dsb.
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 68368 in the body.
You can then email your comments to 68368 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#68368
; Package
guix-patches
.
(Wed, 10 Jan 2024 13:59:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
nafkhamdc <navid.afkhami <at> mdc-berlin.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 10 Jan 2024 13:59:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/bioconductor.scm (r-dsb): New variable.
Change-Id: I34b91da1ae177bd37cfa548c5f6fede453f29bcd
---
gnu/packages/bioconductor.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index a7af5c42ce..7c4272f8be 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -5599,6 +5599,34 @@ (define-public r-dropletutils
pseudo-cells, and downsampling of the count matrix.")
(license license:gpl3)))
+;; This is a CRAN package, but it depends on r-limma from Bioconductor.
+(define-public r-dsb
+ (package
+ (name "r-dsb")
+ (version "1.0.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "dsb" version))
+ (sha256
+ (base32 "1xzhd4q04c1vql49r6m4zskpx7f5hkl5hmdgr3gsbxb73xfs51v2"))))
+ (properties `((upstream-name . "dsb")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-limma r-magrittr r-mclust))
+ (native-inputs (list r-knitr r-rmarkdown))
+ (home-page "https://github.com/niaid/dsb")
+ (synopsis
+ "Normalize & denoise droplet single cell protein data (CITE-Seq)")
+ (description
+ "R-dsb improves protein expression analysis in droplet-based single-cell studies.
+The package specifically addresses noise in raw protein UMI counts from methods like
+CITE-seq. It identifies and removes two main sources of noise—protein-specific noise
+from unbound antibodies and droplet/cell-specific noise. The package is applicable to
+various methods, including CITE-seq, REAP-seq, ASAP-seq, TEA-seq, and Mission Bioplatform
+data. Check the vignette for tutorials on integrating dsb with Seurat and Bioconductor,
+and using dsb in Python.")
+ (license license:cc0)))
+
(define-public r-dss
(package
(name "r-dss")
base-commit: 537768018ee03a6a9a5562022a16b47ac287d131
--
2.34.1
Reply sent
to
Ricardo Wurmus <rekado <at> elephly.net>
:
You have taken responsibility.
(Wed, 10 Jan 2024 17:51:04 GMT)
Full text and
rfc822 format available.
Notification sent
to
nafkhamdc <navid.afkhami <at> mdc-berlin.de>
:
bug acknowledged by developer.
(Wed, 10 Jan 2024 17:51:05 GMT)
Full text and
rfc822 format available.
Message #10 received at 68368-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
.
(Thu, 08 Feb 2024 12:24:15 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 190 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.