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: 55121@debbugs.gnu.org
Cc: rekado@elephly.net
Subject: [bug#55121] [PATCH] gnu: Add r-adamgui.
Date: Tue, 26 Apr 2022 12:19:54 +0200	[thread overview]
Message-ID: <20220426101954.8271-1-madalinionel.patrascu@mdc-berlin.de> (raw)

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

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index fa862d736f..484fb2e0a6 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1616,6 +1616,53 @@ (define-public r-adam
 functionally associated genes} (GFAG).")
     (license license:gpl2+)))
 
+(define-public r-adamgui
+  (package
+    (name "r-adamgui")
+    (version "1.10.0")
+    (source (origin
+              (method url-fetch)
+              (uri (bioconductor-uri "ADAMgui" version))
+              (sha256
+               (base32
+                "0n06bb9djigha0249lxx84pn9q0xiryxbv25qsc3p2h46iaxi3wq"))))
+    (properties `((upstream-name . "ADAMgui")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-adam
+                             r-colorramps
+                             r-data-table
+                             r-dplyr
+                             r-dt
+                             r-ggplot2
+                             r-ggpubr
+                             r-ggrepel
+                             r-ggsignif
+                             r-go-db
+                             r-gridextra
+                             r-knitr
+                             r-rcolorbrewer
+                             r-reshape2
+                             r-shiny
+                             r-shinyjs
+                             r-stringi
+                             r-stringr
+                             r-testthat
+                             r-varhandle))
+    (native-inputs (list r-knitr))
+    (home-page "https://bioconductor.org/packages/ADAMgui/")
+    (synopsis
+     "Graphical user interface for gene activity and diversity analysis module")
+    (description
+     "This package @code{ADAMgui} is a @dfn{graphical user interface} (GUI) for
+the @code{ADAM} package.  The @code{ADAMgui} package provides 2 shiny-based
+applications that allows the user to study the output of the @code{ADAM}
+package files through different plots.  It's possible, for example, to choose a
+specific @dfn{group of functionally associated genes} (GFAG) and observe the
+gene expression behavior with the plots created with the @code{GFAGtargetUi}
+function.  Features such as differential expression and fold change can be
+easily seen with aid of the plots made with @code{GFAGpathUi} function.")
+    (license license:gpl2+)))
+
 (define-public r-aneufinder
   (package
     (name "r-aneufinder")

base-commit: 30ff557bd7255dddec16f4a032e58f5a88d5e448
-- 
2.34.0





             reply	other threads:[~2022-04-26 10:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-26 10:19 Mădălin Ionel Patrașcu [this message]
2022-04-26 21:48 ` bug#55121: [PATCH] gnu: Add r-adamgui 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=20220426101954.8271-1-madalinionel.patrascu@mdc-berlin.de \
    --to=madalinionel.patrascu@mdc-berlin.de \
    --cc=55121@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 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.