GNU bug report logs -
#56812
[PATCH] gnu: Add r-muscat.
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 56812 in the body.
You can then email your comments to 56812 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
rekado <at> elephly.net, guix-patches <at> gnu.org
:
bug#56812
; Package
guix-patches
.
(Thu, 28 Jul 2022 10:20:01 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
rekado <at> elephly.net, guix-patches <at> gnu.org
.
(Thu, 28 Jul 2022 10:20:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/bioconductor.scm (r-muscat): New variable.
---
gnu/packages/bioconductor.scm | 50 +++++++++++++++++++++++++++++++++++
1 file changed, 50 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 31484799b2..c79787cea2 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4629,6 +4629,56 @@ (define-public r-motifrg
throughput genetic sequencing data sets using regression methods.")
(license license:artistic2.0)))
+(define-public r-muscat
+ (package
+ (name "r-muscat")
+ (version "1.10.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "muscat" version))
+ (sha256
+ (base32
+ "1j3zkhqgza92vdykb1yia1jjwsdqra6q9c0jk6p5p2x0778xqgfd"))))
+ (properties `((upstream-name . "muscat")))
+ (build-system r-build-system)
+ (propagated-inputs
+ (list r-biocparallel
+ r-blme
+ r-complexheatmap
+ r-data-table
+ r-deseq2
+ r-dplyr
+ r-edger
+ r-ggplot2
+ r-glmmtmb
+ r-limma
+ r-lme4
+ r-lmertest
+ r-matrix
+ r-matrixstats
+ r-progress
+ r-purrr
+ r-s4vectors
+ r-scales
+ r-scater
+ r-sctransform
+ r-scuttle
+ r-singlecellexperiment
+ r-summarizedexperiment
+ r-variancepartition
+ r-viridis))
+ (native-inputs (list r-knitr))
+ (home-page "https://github.com/HelenaLC/muscat")
+ (synopsis "Multi-sample multi-group scRNA-seq data analysis tools")
+ (description
+ "This package @code{muscat} provides various methods and visualization tools
+for @dfn{DS}(differential splicing) analysis in multi-sample, multi-group,
+multi-(cell-)subpopulation scRNA-seq data, including cell-level mixed models and
+methods based on aggregated \"pseudobulk\" data, as well as a flexible simulation
+platform that mimics both single and multi-sample scRNA-seq data.")
+ (license license:gpl3)))
+
(define-public r-mutationalpatterns
(package
(name "r-mutationalpatterns")
base-commit: dbcd7876566840f31b763e28bb74394f0914b397
--
2.37.1
Reply sent
to
Ricardo Wurmus <rekado <at> elephly.net>
:
You have taken responsibility.
(Mon, 01 Aug 2022 15:47:01 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.
(Mon, 01 Aug 2022 15:47:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 56812-done <at> debbugs.gnu.org (full text, mbox):
Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de> writes:
> * gnu/packages/bioconductor.scm (r-muscat): New variable.
Applied, thanks!
--
Ricardo
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 30 Aug 2022 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 3 years and 7 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.