GNU bug report logs -
#58806
[PATCH] gnu: Add r-baalchip.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 27 Oct 2022 13:55:00 +0200
with message-id <87o7txiiqj.fsf <at> elephly.net>
and subject line [PATCH] gnu: Add r-baalchip.
has caused the debbugs.gnu.org bug report #58806,
regarding [PATCH] gnu: Add r-baalchip.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
58806: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58806
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
X-Debbugs-Cc: rekado <at> elephly.net
* gnu/packages/bioconductor.scm (r-baalchip): New variable.
---
gnu/packages/bioconductor.scm | 45 +++++++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 3692bb94af..23991983da 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2293,6 +2293,51 @@ (define-public r-antiprofiles
tumor samples from healthy controls.")
(license license:artistic2.0)))
+(define-public r-baalchip
+ (package
+ (name "r-baalchip")
+ (version "1.22.0")
+ (source (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "BaalChIP" version))
+ (sha256
+ (base32
+ "02qwk9n2fyg5f9xxjiiha9mi6p9ii3zi5x7w84sh5d5g58s27g6q"))))
+ (properties `((upstream-name . "BaalChIP")))
+ (build-system r-build-system)
+ (arguments
+ '(#:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'set-HOME
+ (lambda _ (setenv "HOME" "/tmp"))))))
+ (inputs (list perl)) ;; extra/get.overlaps.v2_chrXY.perl
+ (propagated-inputs
+ (list r-coda
+ r-doby
+ r-doparallel
+ r-foreach
+ r-genomeinfodb
+ r-genomicalignments
+ r-genomicranges
+ r-ggplot2
+ r-iranges
+ r-reshape2
+ r-rsamtools
+ r-scales))
+ (native-inputs (list r-knitr))
+ (home-page "https://bioconductor.org/packages/BaalChIP")
+ (synopsis
+ "Analysis of allele-specific transcription factor binding in cancer genomes")
+ (description
+ "The package offers functions to process multiple @code{ChIP-seq BAM} files
+and detect allele-specific events. Computes allele counts at individual variants
+(SNPs/SNVs), implements extensive @dfn{QC} (quality control) steps to remove
+problematic variants, and utilizes a Bayesian framework to identify statistically
+significant allele-specific events. @code{BaalChIP} is able to account for copy
+number differences between the two alleles, a known phenotypical feature of cancer
+samples.")
+ (license license:artistic2.0)))
+
(define-public r-biocversion
(package
(name "r-biocversion")
base-commit: a2e4e3489b4fdec6e270c93fcd9724abe983217e
--
2.37.3
[Message part 3 (message/rfc822, inline)]
Applied with minor changes. Thanks!
--
Ricardo
This bug report was last modified 2 years and 210 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.