unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#65493] [PATCH] gnu: Add r-msigdb.
@ 2023-08-24 10:38 Navid Afkhami
  2023-08-28  8:06 ` bug#65493: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Navid Afkhami @ 2023-08-24 10:38 UTC (permalink / raw)
  To: 65493; +Cc: Navid Afkhami

* 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





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

* bug#65493: [PATCH] gnu: Add r-msigdb.
  2023-08-24 10:38 [bug#65493] [PATCH] gnu: Add r-msigdb Navid Afkhami
@ 2023-08-28  8:06 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2023-08-28  8:06 UTC (permalink / raw)
  To: 65493-done

Applied with minor changes:

- changed the home page because it is not reachable (guix lint
  complained)
- reflowed the description

Thanks!

-- 
Ricardo




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

end of thread, other threads:[~2023-08-28  8:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-24 10:38 [bug#65493] [PATCH] gnu: Add r-msigdb Navid Afkhami
2023-08-28  8:06 ` bug#65493: " Ricardo Wurmus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).