unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Ricardo Wurmus <rekado@elephly.net>
To: 28109@debbugs.gnu.org
Cc: Ricardo Wurmus <rekado@elephly.net>
Subject: [bug#28109] [PATCH 04/10] gnu: Add r-qvalue.
Date: Wed, 16 Aug 2017 15:08:53 +0200	[thread overview]
Message-ID: <20170816130859.15069-4-rekado@elephly.net> (raw)
In-Reply-To: <20170816130859.15069-1-rekado@elephly.net>

* gnu/packages/bioinformatics.scm (r-qvalue): New variable.
---
 gnu/packages/bioinformatics.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 4207b2a9d..7cc48b3df 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9317,6 +9317,35 @@ formats can be used as input to fastseg like expression set objects for
 microarrays or GRanges for sequencing data.")
     (license license:lgpl2.0+)))
 
+(define-public r-qvalue
+  (package
+    (name "r-qvalue")
+    (version "2.8.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (bioconductor-uri "qvalue" version))
+       (sha256
+        (base32
+         "1dxdwa767a9r8n61r272ypi09qblcdfpzzwkmri74y5mbp1r3y4i"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-ggplot2" ,r-ggplot2)
+       ("r-reshape2" ,r-reshape2)))
+    (home-page "http://github.com/jdstorey/qvalue")
+    (synopsis "Q-value estimation for false discovery rate control")
+    (description
+     "This package takes a list of p-values resulting from the simultaneous
+testing of many hypotheses and estimates their q-values and local @dfn{false
+discovery rate} (FDR) values.  The q-value of a test measures the proportion
+of false positives incurred when that particular test is called significant.
+The local FDR measures the posterior probability the null hypothesis is true
+given the test's p-value.  Various plots are automatically generated, allowing
+one to make sensible significance cut-offs.  The software can be applied to
+problems in genomics, brain imaging, astrophysics, and data mining.")
+    ;; Any version of the LGPL.
+    (license license:lgpl3+)))
+
 (define htslib-for-sambamba
   (let ((commit "2f3c3ea7b301f9b45737a793c0b2dcf0240e5ee5"))
     (package
-- 
2.13.3

  parent reply	other threads:[~2017-08-16 13:10 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-16 12:56 [bug#28109] [PATCH 00/11] Some more R things Ricardo Wurmus
2017-08-16 13:08 ` [bug#28109] [PATCH 01/10] gnu: r-trimcluster: Update license Ricardo Wurmus
2017-08-16 13:08   ` [bug#28109] [PATCH 02/10] gnu: Add r-emdbook Ricardo Wurmus
2017-08-16 13:08   ` [bug#28109] [PATCH 03/10] gnu: Add r-fastseg Ricardo Wurmus
2017-08-16 13:08   ` Ricardo Wurmus [this message]
2017-08-16 13:08   ` [bug#28109] [PATCH 05/10] gnu: Add r-lpsolve Ricardo Wurmus
2017-08-16 13:08   ` [bug#28109] [PATCH 06/10] gnu: Add r-limsolve Ricardo Wurmus
2017-08-16 13:08   ` [bug#28109] [PATCH 07/10] gnu: Add r-fitdistrplus Ricardo Wurmus
2017-08-16 13:08   ` [bug#28109] [PATCH 08/10] gnu: Add r-energy Ricardo Wurmus
2017-08-16 13:08   ` [bug#28109] [PATCH 09/10] gnu: Add r-suppdists Ricardo Wurmus
2017-08-16 13:08   ` [bug#28109] [PATCH 10/10] gnu: Add r-ksamples Ricardo Wurmus
2017-08-17 16:03   ` bug#28109: [PATCH 01/10] gnu: r-trimcluster: Update license Ricardo Wurmus
2017-08-16 13:11 ` [bug#28109] [PATCH 00/11] Some more R things 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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170816130859.15069-4-rekado@elephly.net \
    --to=rekado@elephly.net \
    --cc=28109@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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).