unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Mădălin Ionel Patrașcu" <madalinionel.patrascu@mdc-berlin.de>
To: <62428@debbugs.gnu.org.>
Subject: [bug#62428]
Date: Sat, 25 Mar 2023 00:18:50 +0100	[thread overview]
Message-ID: <20230324231900.28367-4-madalinionel.patrascu@mdc-berlin.de> (raw)
In-Reply-To: <20230324231900.28367-1-madalinionel.patrascu@mdc-berlin.de>

Date: Fri, 24 Mar 2023 00:51:48 +0100
Subject: [PATCH 04/14] gnu: Add r-apalyzer.

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

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index c58613bea3..3ae0dba919 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -9354,6 +9354,51 @@ (define r-rcppnumerical
 @code{Rcpp}.")
    (license license:gpl2+)))
 
+(define-public r-apalyzer
+  (package
+    (name "r-apalyzer")
+    (version "1.12.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (bioconductor-uri "APAlyzer" version))
+       (sha256
+        (base32 "1iaz9ircfh5x3z5pibn5vnd4lbbr7m5ypk97xnizn22z41aqrxn3"))))
+    (properties `((upstream-name . "APAlyzer")))
+    (build-system r-build-system)
+    (arguments
+     (list
+      #:phases
+      #~(modify-phases %standard-phases
+         (add-before 'install 'change-home-dir
+           (lambda _
+             ;; Change from /homeless-shelter to /tmp for write permission.
+             (setenv "HOME" "/tmp"))))))
+    (propagated-inputs
+     (list r-deseq2
+           r-dplyr
+           r-genomicalignments
+           r-genomicfeatures
+           r-genomicranges
+           r-ggplot2
+           r-ggrepel
+           r-hybridmtest
+           r-repmis
+           r-rsamtools
+           r-rsubread
+           r-rtracklayer
+           r-summarizedexperiment
+           r-tidyr
+           r-variantannotation))
+    (native-inputs (list r-knitr))
+    (home-page "https://github.com/RJWANGbioinfo/APAlyzer/")
+    (synopsis "Toolkit for APA analysis using RNA-seq data")
+    (description
+     "The APAlyzer package performs @acronym{3'UTR, Three Prime Untranslated
+Region} @acronym{APA, Alternative polyadenylation}, Intronic APA and gene
+expression analysis using RNA-seq data.")
+    (license license:lgpl3)))
+
 (define-public r-apeglm
   (package
    (name "r-apeglm")
-- 
2.39.2





  parent reply	other threads:[~2023-03-24 23:21 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-24 22:25 [bug#62428] gnu: Add r-anota2seq, r-hybridmtest, r-apalyzer, r-org-sc-sgd-db, r-apcomplex, r-mdqc, , r-parody, r-arraymvout, r-arrayquality, r-beaddatapackr, r-beadarray, r-arrayqualitymetrics, r-repmis, r-setrng Mădălin Ionel Patrașcu
2023-03-24 23:18 ` [bug#62428] [PATCH 01/14] gnu: Add r-anota2seq Mădălin Ionel Patrașcu
2023-03-24 23:18   ` [bug#62428] [PATCH 02/14] gnu: Add r-repmis Mădălin Ionel Patrașcu
2023-03-24 23:18   ` [bug#62428] [PATCH 03/14] gnu: Add r-hybridmtest Mădălin Ionel Patrașcu
2023-03-24 23:18   ` Mădălin Ionel Patrașcu [this message]
2023-03-24 23:18   ` [bug#62428] [PATCH 05/14] gnu: Add r-org-sc-sgd-db Mădălin Ionel Patrașcu
2023-03-24 23:18   ` [bug#62428] [PATCH 06/14] gnu: Add r-apcomplex Mădălin Ionel Patrașcu
2023-03-24 23:18   ` [bug#62428] [PATCH 07/14] gnu: Add r-mdqc Mădălin Ionel Patrașcu
2023-03-24 23:18   ` [bug#62428] [PATCH 08/14] gnu: Add r-parody Mădălin Ionel Patrașcu
2023-03-24 23:18   ` [bug#62428] [PATCH 09/14] gnu: Add r-arraymvout Mădălin Ionel Patrașcu
2023-03-24 23:18   ` [bug#62428] [PATCH 10/14] gnu: Add r-arrayquality Mădălin Ionel Patrașcu
2023-03-24 23:18   ` [bug#62428] [PATCH 11/14] gnu: Add r-setrng Mădălin Ionel Patrașcu
2023-03-24 23:18   ` [bug#62428] [PATCH 12/14] gnu: Add r-beaddatapackr Mădălin Ionel Patrașcu
2023-03-24 23:18   ` [bug#62428] [PATCH 13/14] gnu: Add r-beadarray Mădălin Ionel Patrașcu
2023-03-24 23:19   ` [bug#62428] [PATCH 14/14] gnu: Add r-arrayqualitymetrics Mădălin Ionel Patrașcu
2023-10-04  9:06 ` bug#62428: gnu: Add r-anota2seq … 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=20230324231900.28367-4-madalinionel.patrascu@mdc-berlin.de \
    --to=madalinionel.patrascu@mdc-berlin.de \
    --cc=62428@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).