unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Navid Afkhami <navid.afkhami@mdc-berlin.de>
To: 65493@debbugs.gnu.org
Cc: Navid Afkhami <navid.afkhami@mdc-berlin.de>
Subject: [bug#65493] [PATCH] gnu: Add r-msigdb.
Date: Thu, 24 Aug 2023 10:38:37 +0000	[thread overview]
Message-ID: <0e1abe23554c0125ec623d0926c7eb7d274c38f0.1692873517.git.navid.afkhami@mdc-berlin.de> (raw)

* 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	other threads:[~2023-08-24 10:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-24 10:38 Navid Afkhami [this message]
2023-08-28  8:06 ` bug#65493: [PATCH] gnu: Add r-msigdb Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0e1abe23554c0125ec623d0926c7eb7d274c38f0.1692873517.git.navid.afkhami@mdc-berlin.de \
    --to=navid.afkhami@mdc-berlin.de \
    --cc=65493@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).