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: 55148@debbugs.gnu.org
Cc: rekado@elephly.net
Subject: [bug#55148] [PATCH] gnu: Add r-agilp.
Date: Wed, 27 Apr 2022 14:50:15 +0200	[thread overview]
Message-ID: <20220427125015.27456-1-madalinionel.patrascu@mdc-berlin.de> (raw)

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

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 67ee6079c6..c0d874b423 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1664,6 +1664,50 @@ (define-public r-adamgui
 the @code{GFAGpathUi} function.")
     (license license:gpl2+)))
 
+(define-public r-agilp
+  (package
+    (name "r-agilp")
+    (version "3.26.0")
+    (source (origin
+              (method url-fetch)
+              (uri (bioconductor-uri "agilp" version))
+              (sha256
+               (base32
+                "02cyc2y4v3y16zlrnax2c96b2qfxj6b2j37ps4g2gdqgas08n9xp"))))
+    (properties `((upstream-name . "agilp")))
+    (build-system r-build-system)
+    (home-page "https://bioconductor.org/packages/agilp")
+    (synopsis "Processing of Agilent expression array")
+    (description
+      "This package @code{agilp} was developed to provide a pipeline for the
+low-level analysis of gene expression microarray data, primarily focused on the
+Agilent platform, but which also provides utilities which may be useful for
+other platforms.  @code{Agilp} implements functions like:
+@itemize
+@item
+@code{AAProcess}: extracts raw expression data from Agilent expression array
+scanner files;
+@item
+@code{filenamex}: a file name listing utility;
+@item
+@code{Baseline}: constructs a file with the mean of each probe from a set of raw
+expression array data files
+@item
+@code{Loader}: selects a set of processed array files from directory according
+to criteria from a template file;
+@item
+@code{AALoess}: normalises a set of gene expression data files using @code{LOESS}
+against a reference data set;
+@item
+@code{IDswop}: maps expression data across different bioinformatic identifiers;
+@item
+@code{Equaliser}: trims a set of gene expression data files to include only the
+set of identifiers common to all files.
+@end itemize")
+    ;; Some files are under GPLv2+ but the combined work is released under the
+    ;; GPLv3.
+    (license license:gpl3)))
+
 (define-public r-aneufinder
   (package
     (name "r-aneufinder")

base-commit: 4fb6ef6636acd7608889639c1b2e492517256f76
-- 
2.34.0





             reply	other threads:[~2022-04-27 12:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-27 12:50 Mădălin Ionel Patrașcu [this message]
2022-04-27 14:36 ` bug#55148: [PATCH] gnu: Add r-agilp 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=20220427125015.27456-1-madalinionel.patrascu@mdc-berlin.de \
    --to=madalinionel.patrascu@mdc-berlin.de \
    --cc=55148@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.