[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: gnu: Add r-greylistchip.
From: |
guix-commits |
Subject: |
01/07: gnu: Add r-greylistchip. |
Date: |
Wed, 18 Nov 2020 11:00:23 -0500 (EST) |
roelj pushed a commit to branch wip-r
in repository guix.
commit 2e4124d73bac8b384b52ecb80185bf89d4e799be
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 43a95fe..a9b153d 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")
- branch wip-r updated (82f9a54 -> b39ce5e), guix-commits, 2020/11/18
- 01/07: gnu: Add r-greylistchip.,
guix-commits <=
- 03/07: gnu: Update r-chippeakanno to 3.24.1., guix-commits, 2020/11/18
- 02/07: gnu: Update r-diffbind to 3.0.6., guix-commits, 2020/11/18
- 05/07: gnu: Update r-gosemsim to 2.16.1., guix-commits, 2020/11/18
- 06/07: gnu: Add r-shadowtext., guix-commits, 2020/11/18
- 04/07: gnu: Update r-biocneighbors to 1.8.1., guix-commits, 2020/11/18
- 07/07: gnu: Update r-enrichplot to 1.10.1., guix-commits, 2020/11/18