[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/14: gnu: Add r-gcrma.
From: |
guix-commits |
Subject: |
05/14: gnu: Add r-gcrma. |
Date: |
Sat, 30 Mar 2019 03:55:55 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit e99380d67b459128807f27184b93f0b2a9e6c3fd
Author: Ricardo Wurmus <address@hidden>
Date: Fri Mar 29 22:18:49 2019 +0100
gnu: Add r-gcrma.
* gnu/packages/bioconductor.scm (r-gcrma): New variable.
---
gnu/packages/bioconductor.scm | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 4c31ffc..91a5a66 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3762,3 +3762,39 @@ functions to perform a signature analysis with known
signatures and a
signature analysis on @dfn{stratified mutational catalogue} (SMC) are
provided.")
(license license:gpl3)))
+
+(define-public r-gcrma
+ (package
+ (name "r-gcrma")
+ (version "2.54.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "gcrma" version))
+ (sha256
+ (base32
+ "1v5fi98gdmj002ryq0rgsg2l4x3m3w5pz4h3bx4v8lk15azafgim"))))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-affy" ,r-affy)
+ ("r-affyio" ,r-affyio)
+ ("r-biobase" ,r-biobase)
+ ("r-biocmanager" ,r-biocmanager)
+ ("r-biostrings" ,r-biostrings)
+ ("r-xvector" ,r-xvector)))
+ (home-page "https://bioconductor.org/packages/gcrma/")
+ (synopsis "Background adjustment using sequence information")
+ (description
+ "Gcrma adjusts for background intensities in Affymetrix array data which
+include optical noise and @dfn{non-specific binding} (NSB). The main function
address@hidden converts background adjusted probe intensities to expression
+measures using the same normalization and summarization methods as a
address@hidden Multiarray Average} (RMA). Gcrma uses probe sequence information
+to estimate probe affinity to NSB. The sequence information is summarized in
+a more complex way than the simple GC content. Instead, the base types (A, T,
+G or C) at each position along the probe determine the affinity of each probe.
+The parameters of the position-specific base contributions to the probe
+affinity is estimated in an NSB experiment in which only NSB but no
+gene-specific bidning is expected.")
+ ;; Any version of the LGPL
+ (license license:lgpl2.1+)))
- branch master updated (bc91562 -> ec12e53), guix-commits, 2019/03/30
- 04/14: gnu: Add r-yapsa., guix-commits, 2019/03/30
- 03/14: gnu: Add r-somaticsignatures., guix-commits, 2019/03/30
- 05/14: gnu: Add r-gcrma.,
guix-commits <=
- 02/14: gnu: Add r-gtrellis., guix-commits, 2019/03/30
- 08/14: gnu: Add r-downloader., guix-commits, 2019/03/30
- 11/14: gnu: Add r-roar., guix-commits, 2019/03/30
- 07/14: gnu: Add r-yaqcaffy., guix-commits, 2019/03/30
- 01/14: gnu: Add r-pmcmr., guix-commits, 2019/03/30
- 10/14: gnu: Add r-yarn., guix-commits, 2019/03/30
- 06/14: gnu: Add r-simpleaffy., guix-commits, 2019/03/30
- 09/14: gnu: Add r-quantro., guix-commits, 2019/03/30
- 12/14: gnu: Add r-xbseq., guix-commits, 2019/03/30
- 13/14: gnu: Add r-massspecwavelet., guix-commits, 2019/03/30