From: "Mădălin Ionel Patrașcu" <madalinionel.patrascu@mdc-berlin.de>
To: <59835@debbugs.gnu.org>
Cc: rekado@elephly.net
Subject: [bug#59835] [PATCH 3/3] gnu: Add r-harshlight.
Date: Mon, 5 Dec 2022 16:21:53 +0100 [thread overview]
Message-ID: <20221205152153.18545-3-madalinionel.patrascu@mdc-berlin.de> (raw)
In-Reply-To: <20221205152153.18545-1-madalinionel.patrascu@mdc-berlin.de>
* gnu/packages/bioconductor.scm (r-harshlight): 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 37b84983c4..346fccfd3a 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -5854,6 +5854,33 @@ (define-public r-gseabase
Enrichment Analysis} (GSEA).")
(license license:artistic2.0)))
+(define-public r-harshlight
+ (package
+ (name "r-harshlight")
+ (version "1.70.0")
+ (source (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "Harshlight" version))
+ (sha256
+ (base32
+ "0asjgcnwawg8x7ql0srhb2011rvb4kr2cpsa1cy28nfmjfvdf0qm"))))
+ (properties `((upstream-name . "Harshlight")))
+ (build-system r-build-system)
+ (propagated-inputs
+ (list r-affy
+ r-altcdfenvs
+ r-biobase))
+ (home-page "http://asterion.rockefeller.edu/Harshlight/")
+ (synopsis "Corrective make-up program for microarray chips")
+ (description
+ "The package detects extended diffuse and compact blemishes on microarray
+chips. @code{Harshlight} marks the areas in a collection of chips (affybatch
+objects). A corrected @code{AffyBatch} object will result. The package replaces
+the defected areas with N/As or the median of the values of the same probe. The
+new version handles the substitute value as a whole matrix to solve the memory
+problem.")
+ (license license:gpl2+)))
+
(define-public r-hpar
(package
(name "r-hpar")
--
2.38.1
next prev parent reply other threads:[~2022-12-05 15:23 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-05 15:18 [bug#59835] [PATCH] gnu: Add r-makecdfenv, r-altcdfenvs and r-harshlight MadalinIonel.Patrascu
2022-12-05 15:21 ` [bug#59835] [PATCH 1/3] gnu: Add r-makecdfenv Mădălin Ionel Patrașcu
2022-12-05 15:21 ` [bug#59835] [PATCH 2/3] gnu: Add r-altcdfenvs Mădălin Ionel Patrașcu
2022-12-05 15:21 ` Mădălin Ionel Patrașcu [this message]
2022-12-12 14:36 ` bug#59835: [PATCH 1/3] gnu: Add r-makecdfenv 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=20221205152153.18545-3-madalinionel.patrascu@mdc-berlin.de \
--to=madalinionel.patrascu@mdc-berlin.de \
--cc=59835@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.