GNU bug report logs -
#65493
[PATCH] gnu: Add r-msigdb.
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 65493 in the body.
You can then email your comments to 65493 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#65493
; Package
guix-patches
.
(Thu, 24 Aug 2023 10:40:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 24 Aug 2023 10:40: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-msigdb): New variable.
---
gnu/packages/bioconductor.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 74071900a3..5e323d11ef 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1754,6 +1754,39 @@ (define-public r-msdata
files for various search engines.")
(license license:gpl2+)))
+(define-public r-msigdb
+ (package
+ (name "r-msigdb")
+ (version "1.8.0")
+ (source (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "msigdb" version
+ 'experiment))
+ (sha256
+ (base32
+ "1kgsqg1d5r852qas09g6fs0pcmk6jgbb6g983v6iqw19qsiy6jby"))))
+ (properties `((upstream-name . "msigdb")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-annotationdbi
+ r-annotationhub
+ r-experimenthub
+ r-gseabase
+ r-org-hs-eg-db
+ r-org-mm-eg-db))
+ (native-inputs (list r-knitr))
+ (home-page "https://davislaboratory.github.io/msigdb")
+ (synopsis "ExperimentHub package for the molecular signatures database")
+ (description
+ "R-msigdb provides the Molecular Signatures Database in a R accessible objects.
+Signatures are stored in @code{GeneSet} class objects form
+the GSEABase package and the entire database is stored in a
+@code{GeneSetCollection} object. These data are then hosted
+on the @code{ExperimentHub.} Data used in this package was
+obtained from the @code{MSigDB} of the Broad Institute.
+Metadata for each gene set is stored along with the gene
+set in the @code{GeneSet} class object.")
+ (license license:cc-by4.0)))
+
(define-public r-pasilla
(package
(name "r-pasilla")
base-commit: 160f78a4d92205df986ed9efcce7d3aac188cb24
--
2.34.1
Reply sent
to
Ricardo Wurmus <rekado <at> elephly.net>
:
You have taken responsibility.
(Mon, 28 Aug 2023 08:09:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
:
bug acknowledged by developer.
(Mon, 28 Aug 2023 08:09:01 GMT)
Full text and
rfc822 format available.
Message #10 received at 65493-done <at> debbugs.gnu.org (full text, mbox):
Applied with minor changes:
- changed the home page because it is not reachable (guix lint
complained)
- reflowed the description
Thanks!
--
Ricardo
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 25 Sep 2023 11:24:18 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 228 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.