From: "Mădălin Ionel Patrașcu" <madalinionel.patrascu@mdc-berlin.de>
To: 56039@debbugs.gnu.org
Cc: rekado@elephly.net
Subject: [bug#56039] [PATCH] gnu: Add r-annmap.
Date: Fri, 17 Jun 2022 16:05:58 +0200 [thread overview]
Message-ID: <20220617140558.10555-1-madalinionel.patrascu@mdc-berlin.de> (raw)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 1e87b190c2..5b74118974 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2029,6 +2029,40 @@ (define-public r-aneufinder
sequencing data.")
(license license:artistic2.0)))
+(define-public r-annmap
+ (package
+ (name "r-annmap")
+ (version "1.38.0")
+ (source (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "annmap" version))
+ (sha256
+ (base32
+ "0ywqbb8jia7rrkzcsf6a11kqf8dnx96z8n8xw7067mahycykbixv"))))
+ (properties `((upstream-name . "annmap")))
+ (build-system r-build-system)
+ (propagated-inputs
+ (list r-biobase
+ r-biocgenerics
+ r-dbi
+ r-digest
+ r-genefilter
+ r-genomicranges
+ r-iranges
+ r-lattice
+ r-rmysql
+ r-rsamtools))
+ (home-page "https://github.com/cruk-mi/annmap")
+ (synopsis
+ "Genome annotation and visualisation for Affymetrix arrays and NGS analysis")
+ (description
+ "This package @code{annmap} provides annotation mappings for Affymetrix exon
+arrays and coordinate based queries to support deep sequencing data analysis.
+Database access is hidden behind the API which provides a set of functions such
+as @code{genesInRange()}, @code{geneToExon()}, @code{exonDetails()}, etc.
+Functions to plot gene architecture and BAM file data are also provided.")
+ (license license:gpl2)))
+
(define-public r-biocversion
(package
(name "r-biocversion")
base-commit: d6bd483cd53cedc8da39fcc6c419f7241080ed21
--
2.36.1
next reply other threads:[~2022-06-17 14:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-17 14:05 Mădălin Ionel Patrașcu [this message]
2022-07-01 8:25 ` bug#56039: [PATCH] gnu: Add r-annmap 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=20220617140558.10555-1-madalinionel.patrascu@mdc-berlin.de \
--to=madalinionel.patrascu@mdc-berlin.de \
--cc=56039@debbugs.gnu.org \
--cc=rekado@elephly.net \
/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).