From: zimoun <zimon.toutoune@gmail.com>
To: 37666@debbugs.gnu.org
Cc: zimoun <zimon.toutoune@gmail.com>
Subject: [bug#37666] [PATCH 1/1] gnu: Add r-unifiedwmwqpcr.
Date: Tue, 8 Oct 2019 19:35:17 +0200 [thread overview]
Message-ID: <20191008173518.1074-2-zimon.toutoune@gmail.com> (raw)
In-Reply-To: <20191008173518.1074-1-zimon.toutoune@gmail.com>
* gnu/packages/bioconductor.scm (r-unifiedwmwqpcr): New variable.
---
gnu/packages/bioconductor.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 4fc4ffbce2..9cd36fc69c 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -6082,3 +6082,28 @@ loading, quality assessment, normalization, visualization and parametric or
non-parametric testing for statistical significance in Ct values between
features (e.g. genes, microRNAs).")
(license license:artistic2.0)))
+
+(define-public r-unifiedwmwqpcr
+ (package
+ (name "r-unifiedwmwqpcr")
+ (version "1.20.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "unifiedWMWqPCR" version))
+ (sha256
+ (base32
+ "10j70bp5y1x2prz2iagqmwf04y79yqinq08wz4ilh8wggb9f7l8a"))))
+ (properties
+ `((upstream-name . "unifiedWMWqPCR")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-biocgenerics" ,r-biocgenerics)
+ ("r-htqpcr" ,r-htqpcr)))
+ (home-page "https://bioconductor.org/packages/unifiedWMWqPCR")
+ (synopsis "Unified Wilcoxon-Mann Whitney Test for differential expression in qPCR data")
+ (description
+ "This packages implements the unified Wilcoxon-Mann-Whitney Test for qPCR
+data. This modified test allows for testing differential expression in qPCR
+data.")
+ (license license:gpl2+)))
--
2.21.0
next prev parent reply other threads:[~2019-10-08 17:36 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-08 16:53 [bug#37666] [PATCH 0/2] Add r-htqpcr and r-unifiedwmwqpcr zimoun
2019-10-08 17:35 ` [bug#37666] [PATCH 1/2] gnu: Add r-htqpcr zimoun
2019-10-08 17:35 ` zimoun [this message]
2019-10-08 17:35 ` [bug#37666] [PATCH 2/2] gnu: Add r-unifiedwmwqpcr zimoun
2019-10-15 12:13 ` bug#37666: [PATCH 1/2] gnu: Add r-htqpcr Ludovic Courtès
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=20191008173518.1074-2-zimon.toutoune@gmail.com \
--to=zimon.toutoune@gmail.com \
--cc=37666@debbugs.gnu.org \
/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.