all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#51511] [PATCH] gnu: Add r-xmapbridge.
@ 2021-10-30 14:20 Mădălin Ionel Patrașcu
  2021-11-27  9:44 ` bug#51511: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Mădălin Ionel Patrașcu @ 2021-10-30 14:20 UTC (permalink / raw)
  To: 51511; +Cc: rekado, Mădălin Ionel Patrașcu

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

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 90a0e1f288..24ab4897d5 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4627,6 +4627,33 @@ (define-public r-vsn
 and specific in detecting differential transcription.")
     (license license:artistic2.0)))
 
+(define-public r-xmapbridge
+  (package
+    (name "r-xmapbridge")
+    (version "1.52.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (bioconductor-uri "xmapbridge" version))
+       (sha256
+        (base32 "1zsqhisbq6f9qgw9f0a6ixxh635h3qm17117yfns5nnfw73ndlgi"))))
+    (properties `((upstream-name . "xmapbridge")))
+    (build-system r-build-system)
+    (home-page "https://git.bioconductor.org/packages/xmapbridge")
+    (synopsis "Display numeric data in the web based genome browser X:MAP")
+    (description
+     "The package @code{r-xmapBridge} can plot graphs in the X:Map genome
+browser.  X:Map uses the Google Maps API to provide a scrollable view of the
+genome.  It supports a number of species, and can be accessed at
+http://xmap.picr.man.ac.uk.  This package exports plotting files in a suitable
+format.  Graph plotting in R is done using calls to the functions
+@code{xmap.plot} and @code{xmap.points}, which have parameters that aim to be
+similar to those used by the standard plot methods in R.  These result in data
+being written to a set of files (in a specific directory structure) that
+contain the data to be displayed, as well as some additional meta-data
+describing each of the graphs.")
+    (license license:lgpl3)))
+
 (define-public r-xvector
   (package
     (name "r-xvector")
-- 
2.33.0





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

* bug#51511: [PATCH] gnu: Add r-xmapbridge.
  2021-10-30 14:20 [bug#51511] [PATCH] gnu: Add r-xmapbridge Mădălin Ionel Patrașcu
@ 2021-11-27  9:44 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2021-11-27  9:44 UTC (permalink / raw)
  To: Mădălin Ionel Patrașcu; +Cc: 51511-done


Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de> 
writes:

> * gnu/packages/bioconductor.scm (r-xmapbridge): New variable.

Applied, thank you!

-- 
Ricardo




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

end of thread, other threads:[~2021-11-27  9:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-30 14:20 [bug#51511] [PATCH] gnu: Add r-xmapbridge Mădălin Ionel Patrașcu
2021-11-27  9:44 ` bug#51511: " Ricardo Wurmus

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.