all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Mădălin Ionel Patrașcu" <madalinionel.patrascu@mdc-berlin.de>
To: <54991@debbugs.gnu.org>
Subject: [bug#54991] [PATCH 1/3] gnu: Add r-adductdata.
Date: Sun, 17 Apr 2022 17:10:44 +0200	[thread overview]
Message-ID: <20220417151046.2206-1-madalinionel.patrascu@mdc-berlin.de> (raw)
In-Reply-To: <d36bb448159f4c33950c0e82aad93758@mdc-berlin.de>

* gnu/packages/bioconductor.scm (r-adductdata): New variable.
---
 gnu/packages/bioconductor.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index bec3496057..6e4ed31154 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1166,6 +1166,30 @@ (define-public r-abadata
 All datasets are restricted to protein coding genes.")
     (license license:gpl2+)))
 
+(define-public r-adductdata
+  (package
+    (name "r-adductdata")
+    (version "1.10.0")
+    (source (origin
+              (method url-fetch)
+              (uri (bioconductor-uri "adductData" version
+                                     'experiment))
+              (sha256
+               (base32
+                "0bp74p06gskwn2xl1srpnmsq27ajsrlynkzw6fcmvwwjcrzljmnj"))))
+    (properties `((upstream-name . "adductData")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-annotationhub r-experimenthub))
+    (native-inputs (list r-knitr))
+    (home-page "https://bioconductor.org/packages/adductData")
+    (synopsis
+     "Data from untargeted mass spectrometry of modifications to Cys34")
+    (description
+     "This package contains data from untargeted @dfn{mass spectrometry} (MS)
+of modifications to @dfn{oxidized cysteine} (Cys) 34 in @dfn{human serum
+albumin} (HSA).")
+    (license license:artistic2.0)))
+
 (define-public r-aneufinderdata
   (package
    (name "r-aneufinderdata")

base-commit: 0c89fe9e17dc9e628c73959289464ac5f146c7cd
-- 
2.34.0





  reply	other threads:[~2022-04-17 15:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-17 13:41 [bug#54991] gnu: Add r-adductomicsr, r-adductdata and r-orgmassspecr MadalinIonel.Patrascu
2022-04-17 15:10 ` Mădălin Ionel Patrașcu [this message]
2022-04-17 15:10   ` [bug#54991] [PATCH 2/3] gnu: Add r-orgmassspecr Mădălin Ionel Patrașcu
2022-04-17 15:10   ` [bug#54991] [PATCH 3/3] gnu: Add r-adductomicsr Mădălin Ionel Patrașcu
2022-05-02 13:21 ` bug#54991: gnu: Add r-adductomicsr, r-adductdata and r-orgmassspecr 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

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

  git send-email \
    --in-reply-to=20220417151046.2206-1-madalinionel.patrascu@mdc-berlin.de \
    --to=madalinionel.patrascu@mdc-berlin.de \
    --cc=54991@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.