[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
26/323: gnu: Add r-greylistchip.
From: |
guix-commits |
Subject: |
26/323: gnu: Add r-greylistchip. |
Date: |
Wed, 9 Dec 2020 06:46:20 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 6e396c4bff6c79befdc3e255b7d21c6af1774c5e
Author: Roel Janssen <roel@gnu.org>
AuthorDate: Wed Nov 18 16:47:44 2020 +0100
gnu: Add r-greylistchip.
* gnu/packages/bioconductor.scm (r-greylistchip): 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 56d8036..d8db2ba 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1657,6 +1657,33 @@ effect sizes for a variety of GLM models, using
approximation of the
posterior for individual coefficients.")
(license license:gpl2)))
+(define-public r-greylistchip
+ (package
+ (name "r-greylistchip")
+ (version "1.22.0")
+ (source (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "GreyListChIP" version))
+ (sha256
+ (base32
+ "1d1yvza1aw3vs3di6mrra5l52ig0p9bpzprrqvknjaz5i4yb8ma6"))))
+ (properties `((upstream-name . "GreyListChIP")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-bsgenome" ,r-bsgenome)
+ ("r-genomeinfodb" ,r-genomeinfodb)
+ ("r-genomicalignments" ,r-genomicalignments)
+ ("r-genomicranges" ,r-genomicranges)
+ ("r-mass" ,r-mass)
+ ("r-rsamtools" ,r-rsamtools)
+ ("r-rtracklayer" ,r-rtracklayer)
+ ("r-summarizedexperiment" ,r-summarizedexperiment)))
+ (home-page "https://bioconductor.org/packages/GreyListChIP")
+ (synopsis "Greylist artefact regions based on ChIP inputs")
+ (description "This package identifies regions of ChIP experiments with high
+signal in the input, that lead to spurious peaks during peak calling.")
+ (license license:artistic2.0)))
+
(define-public r-diffbind
(package
(name "r-diffbind")
- 55/323: gnu: r-ihw: Update to 1.18.0., (continued)
- 55/323: gnu: r-ihw: Update to 1.18.0., guix-commits, 2020/12/09
- 69/323: gnu: r-gosemsim: Update to 2.16.1., guix-commits, 2020/12/09
- 68/323: gnu: r-heatplus: Update to 2.36.0., guix-commits, 2020/12/09
- 72/323: gnu: r-fgsea: Update to 1.16.0., guix-commits, 2020/12/09
- 75/323: gnu: r-enrichplot: Update to 1.10.1., guix-commits, 2020/12/09
- 14/323: gnu: r-regioner: Update to 1.22.0., guix-commits, 2020/12/09
- 23/323: gnu: Add r-etrunct., guix-commits, 2020/12/09
- 08/323: gnu: r-affycompatible: Update to 1.50.0., guix-commits, 2020/12/09
- 12/323: gnu: r-annotate: Update to 1.68.0., guix-commits, 2020/12/09
- 27/323: gnu: r-diffbind: Update to 3.0.7., guix-commits, 2020/12/09
- 26/323: gnu: Add r-greylistchip.,
guix-commits <=
- 31/323: gnu: r-marray: Update to 1.68.0., guix-commits, 2020/12/09
- 33/323: gnu: r-cghcall: Update to 2.52.0., guix-commits, 2020/12/09
- 40/323: gnu: r-glimma: Update to 2.0.0., guix-commits, 2020/12/09
- 36/323: gnu: r-riboprofiling: Update to 1.20.0., guix-commits, 2020/12/09
- 38/323: gnu: r-ctc: Update to 1.64.0., guix-commits, 2020/12/09
- 39/323: gnu: r-goseq: Update to 1.42.0., guix-commits, 2020/12/09
- 46/323: gnu: r-biocneighbors: Update to 1.8.0., guix-commits, 2020/12/09
- 45/323: gnu: r-ruvseq: Update to 1.24.0., guix-commits, 2020/12/09
- 47/323: gnu: r-destiny: Update to 3.4.0., guix-commits, 2020/12/09
- 54/323: gnu: r-lpsymphony: Update to 1.18.0., guix-commits, 2020/12/09