gnu: r-ggpubr: Update to 0.1.8.
[jackhill/guix/guix.git] / gnu / packages / bioconductor.scm
CommitLineData
fa596599
RW
1;;; GNU Guix --- Functional package management for GNU
2;;; Copyright © 2018 Ricardo Wurmus <rekado@elephly.net>
183ce988 3;;; Copyright © 2018 Roel Janssen <roel@gnu.org>
f39938b1 4;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
fa596599
RW
5;;;
6;;; This file is part of GNU Guix.
7;;;
8;;; GNU Guix is free software; you can redistribute it and/or modify it
9;;; under the terms of the GNU General Public License as published by
10;;; the Free Software Foundation; either version 3 of the License, or (at
11;;; your option) any later version.
12;;;
13;;; GNU Guix is distributed in the hope that it will be useful, but
14;;; WITHOUT ANY WARRANTY; without even the implied warranty of
15;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16;;; GNU General Public License for more details.
17;;;
18;;; You should have received a copy of the GNU General Public License
19;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
20
21(define-module (gnu packages bioconductor)
22 #:use-module ((guix licenses) #:prefix license:)
23 #:use-module (guix packages)
24 #:use-module (guix download)
25 #:use-module (guix build-system r)
183ce988 26 #:use-module (gnu packages)
cf9a29b2 27 #:use-module (gnu packages bioinformatics)
a5b56a53
RJ
28 #:use-module (gnu packages cran)
29 #:use-module (gnu packages compression)
cf9a29b2 30 #:use-module (gnu packages graph)
b64ce4b7 31 #:use-module (gnu packages maths)
f4235c0e
RW
32 #:use-module (gnu packages statistics)
33 #:use-module (gnu packages web))
fa596599 34
183db725
RW
35(define-public r-bsgenome-dmelanogaster-ucsc-dm6
36 (package
37 (name "r-bsgenome-dmelanogaster-ucsc-dm6")
38 (version "1.4.1")
39 (source (origin
40 (method url-fetch)
41 ;; We cannot use bioconductor-uri here because this tarball is
42 ;; located under "data/annotation/" instead of "bioc/".
43 (uri (string-append "https://www.bioconductor.org/packages/"
44 "release/data/annotation/src/contrib/"
45 "BSgenome.Dmelanogaster.UCSC.dm6_"
46 version ".tar.gz"))
47 (sha256
48 (base32
49 "1bhj0rdgf7lspw4xby9y9mf7v7jxxz8001bc8vw8kf04rjsx6060"))))
50 (properties
51 `((upstream-name . "BSgenome.Dmelanogaster.UCSC.dm6")))
52 (build-system r-build-system)
53 ;; As this package provides little more than a very large data file it
54 ;; doesn't make sense to build substitutes.
55 (arguments `(#:substitutable? #f))
56 (propagated-inputs
57 `(("r-bsgenome" ,r-bsgenome)))
58 (home-page
59 "https://www.bioconductor.org/packages/BSgenome.Dmelanogaster.UCSC.dm6/")
60 (synopsis "Full genome sequences for Fly")
61 (description
62 "This package provides full genome sequences for Drosophila
63melanogaster (Fly) as provided by UCSC (dm6) and stored in Biostrings
64objects.")
65 (license license:artistic2.0)))
66
dfac7eb9
RW
67(define-public r-bsgenome-dmelanogaster-ucsc-dm3-masked
68 (package
69 (name "r-bsgenome-dmelanogaster-ucsc-dm3-masked")
70 (version "1.3.99")
71 (source (origin
72 (method url-fetch)
73 ;; We cannot use bioconductor-uri here because this tarball is
74 ;; located under "data/annotation/" instead of "bioc/".
75 (uri (string-append "http://www.bioconductor.org/packages/"
76 "release/data/annotation/src/contrib/"
77 "BSgenome.Dmelanogaster.UCSC.dm3.masked_"
78 version ".tar.gz"))
79 (sha256
80 (base32
81 "1756csb09f1br9rj1l3f08qyh4hlymdbd0cfn8x3fq39dn45m5ap"))))
82 (properties
83 `((upstream-name . "BSgenome.Dmelanogaster.UCSC.dm3.masked")))
84 (build-system r-build-system)
85 (propagated-inputs
86 `(("r-bsgenome" ,r-bsgenome)
87 ("r-bsgenome-dmelanogaster-ucsc-dm3"
88 ,r-bsgenome-dmelanogaster-ucsc-dm3)))
89 (home-page "https://www.bioconductor.org/packages/BSgenome.Dmelanogaster.UCSC.dm3.masked/")
90 (synopsis "Full masked genome sequences for Fly")
91 (description
92 "This package provides full masked genome sequences for Drosophila
93melanogaster (Fly) as provided by UCSC (dm3, April 2006) and stored in
94Biostrings objects. The sequences are the same as in
95BSgenome.Dmelanogaster.UCSC.dm3, except that each of them has the 4 following
96masks on top: (1) the mask of assembly gaps (AGAPS mask), (2) the mask of
97intra-contig ambiguities (AMB mask), (3) the mask of repeats from
98RepeatMasker (RM mask), and (4) the mask of repeats from Tandem Repeats
99Finder (TRF mask). Only the AGAPS and AMB masks are \"active\" by default.")
100 (license license:artistic2.0)))
101
6fbd759b
RW
102(define-public r-bsgenome-hsapiens-ucsc-hg19-masked
103 (package
104 (name "r-bsgenome-hsapiens-ucsc-hg19-masked")
105 (version "1.3.99")
106 (source (origin
107 (method url-fetch)
108 ;; We cannot use bioconductor-uri here because this tarball is
109 ;; located under "data/annotation/" instead of "bioc/".
110 (uri (string-append "http://www.bioconductor.org/packages/"
111 "release/data/annotation/src/contrib/"
112 "BSgenome.Hsapiens.UCSC.hg19.masked_"
113 version ".tar.gz"))
114 (sha256
115 (base32
116 "0452pyah0kv1vsrsjbrqw4k2rm8lc2vc771dzib45gnnfz86qxrr"))))
117 (properties
118 `((upstream-name . "BSgenome.Hsapiens.UCSC.hg19.masked")))
119 (build-system r-build-system)
120 (propagated-inputs
121 `(("r-bsgenome" ,r-bsgenome)
122 ("r-bsgenome-hsapiens-ucsc-hg19"
123 ,r-bsgenome-hsapiens-ucsc-hg19)))
124 (home-page "https://bioconductor.org/packages/BSgenome.Hsapiens.UCSC.hg19.masked/")
125 (synopsis "Full masked genome sequences for Homo sapiens")
126 (description
127 "This package provides full genome sequences for Homo sapiens (Human) as
128provided by UCSC (hg19, Feb. 2009) and stored in Biostrings objects. The
129sequences are the same as in BSgenome.Hsapiens.UCSC.hg19, except that each of
130them has the 4 following masks on top: (1) the mask of assembly gaps (AGAPS
131mask), (2) the mask of intra-contig ambiguities (AMB mask), (3) the mask of
132repeats from RepeatMasker (RM mask), and (4) the mask of repeats from Tandem
133Repeats Finder (TRF mask). Only the AGAPS and AMB masks are \"active\" by
134default.")
135 (license license:artistic2.0)))
136
2bece692
RW
137(define-public r-bsgenome-mmusculus-ucsc-mm9-masked
138 (package
139 (name "r-bsgenome-mmusculus-ucsc-mm9-masked")
140 (version "1.3.99")
141 (source (origin
142 (method url-fetch)
143 ;; We cannot use bioconductor-uri here because this tarball is
144 ;; located under "data/annotation/" instead of "bioc/".
145 (uri (string-append "http://www.bioconductor.org/packages/"
146 "release/data/annotation/src/contrib/"
147 "BSgenome.Mmusculus.UCSC.mm9.masked_"
148 version ".tar.gz"))
149 (sha256
150 (base32
151 "00bpbm3havqcxr4g63zhllsbpd9q6svgihks7qp7x73nm4gvq7fn"))))
152 (properties
153 `((upstream-name . "BSgenome.Mmusculus.UCSC.mm9.masked")))
154 (build-system r-build-system)
155 (propagated-inputs
156 `(("r-bsgenome" ,r-bsgenome)
157 ("r-bsgenome-mmusculus-ucsc-mm9"
158 ,r-bsgenome-mmusculus-ucsc-mm9)))
159 (home-page "http://bioconductor.org/packages/BSgenome.Mmusculus.UCSC.mm9.masked/")
160 (synopsis "Full masked genome sequences for Mouse")
161 (description
162 "This package provides full genome sequences for Mus musculus (Mouse) as
163provided by UCSC (mm9, Jul. 2007) and stored in Biostrings objects. The
164sequences are the same as in BSgenome.Mmusculus.UCSC.mm9, except that each of
165them has the 4 following masks on top: (1) the mask of assembly gaps (AGAPS
166mask), (2) the mask of intra-contig ambiguities (AMB mask), (3) the mask of
167repeats from RepeatMasker (RM mask), and (4) the mask of repeats from Tandem
168Repeats Finder (TRF mask). Only the AGAPS and AMB masks are \"active\" by
169default." )
170 (license license:artistic2.0)))
171
2cc51108
RW
172(define-public r-genelendatabase
173 (package
174 (name "r-genelendatabase")
175 (version "1.16.0")
176 (source
177 (origin
178 (method url-fetch)
179 ;; We cannot use bioconductor-uri here because this tarball is
180 ;; located under "data/experiment/" instead of "bioc/".
181 (uri (string-append "https://bioconductor.org/packages/"
182 "release/data/experiment/src/contrib"
183 "/geneLenDataBase_" version ".tar.gz"))
184 (sha256
185 (base32
186 "07mmmn53kb7v14msc13dsbm8ghssbvwcrhifrk15hn37bw2p4ja5"))))
187 (properties
188 `((upstream-name . "geneLenDataBase")))
189 (build-system r-build-system)
190 (propagated-inputs
191 `(("r-rtracklayer" ,r-rtracklayer)
192 ("r-genomicfeatures" ,r-genomicfeatures)))
193 (home-page "https://bioconductor.org/packages/geneLenDataBase/")
194 (synopsis "Lengths of mRNA transcripts for a number of genomes")
195 (description
196 "This package provides the lengths of mRNA transcripts for a number of
197genomes and gene ID formats, largely based on the UCSC table browser.")
198 (license license:lgpl2.0+)))
199
200\f
fa596599
RW
201(define-public r-hpar
202 (package
203 (name "r-hpar")
2f5b3d8e 204 (version "1.22.2")
fa596599
RW
205 (source
206 (origin
207 (method url-fetch)
208 (uri (bioconductor-uri "hpar" version))
209 (sha256
210 (base32
2f5b3d8e 211 "1b72hvzasf6q739gmx6jblbzzyq22l7crrkbbfkihv3v7s94g388"))))
fa596599
RW
212 (build-system r-build-system)
213 (home-page "https://bioconductor.org/packages/hpar/")
214 (synopsis "Human Protein Atlas in R")
215 (description "This package provides a simple interface to and data from
216the Human Protein Atlas project.")
217 (license license:artistic2.0)))
183ce988
RJ
218
219(define-public r-regioner
220 (package
221 (name "r-regioner")
72427c72 222 (version "1.12.0")
183ce988
RJ
223 (source
224 (origin
225 (method url-fetch)
226 (uri (bioconductor-uri "regioneR" version))
227 (sha256
228 (base32
72427c72 229 "09bzlaqdgy7wmzly3zc9y2da50d07mlixlnpaxdxpiwdk8qmhxsb"))))
183ce988
RJ
230 (properties `((upstream-name . "regioneR")))
231 (build-system r-build-system)
232 (propagated-inputs
233 `(("r-memoise" ,r-memoise)
234 ("r-genomicranges" ,r-genomicranges)
235 ("r-bsgenome" ,r-bsgenome)
236 ("r-rtracklayer" ,r-rtracklayer)
237 ("r-genomeinfodb" ,r-genomeinfodb)
72427c72
RW
238 ("r-iranges" ,r-iranges)
239 ("r-s4vectors" ,r-s4vectors)))
183ce988
RJ
240 (home-page "https://bioconductor.org/packages/regioneR/")
241 (synopsis "Association analysis of genomic regions")
242 (description "This package offers a statistical framework based on
243customizable permutation tests to assess the association between genomic
244region sets and other genomic features.")
245 (license license:artistic2.0)))
a5b56a53
RJ
246
247(define-public r-diffbind
248 (package
249 (name "r-diffbind")
45bbccf4 250 (version "2.8.0")
a5b56a53
RJ
251 (source
252 (origin
253 (method url-fetch)
254 (uri (bioconductor-uri "DiffBind" version))
255 (sha256
256 (base32
45bbccf4 257 "1w1hybzd732ccg3q8zhirwfilq8sx3frv1x98zfyj3svzw98fish"))))
a5b56a53
RJ
258 (properties `((upstream-name . "DiffBind")))
259 (build-system r-build-system)
260 (inputs
261 `(("zlib" ,zlib)))
262 (propagated-inputs
263 `(("r-amap" ,r-amap)
264 ("r-biocparallel" ,r-biocparallel)
265 ("r-deseq2" ,r-deseq2)
266 ("r-dplyr" ,r-dplyr)
267 ("r-edger" ,r-edger)
268 ("r-genomicalignments" ,r-genomicalignments)
45bbccf4
RW
269 ("r-genomicranges" ,r-genomicranges)
270 ("r-ggplot2" ,r-ggplot2)
a5b56a53
RJ
271 ("r-ggrepel" ,r-ggrepel)
272 ("r-gplots" ,r-gplots)
273 ("r-iranges" ,r-iranges)
274 ("r-lattice" ,r-lattice)
275 ("r-limma" ,r-limma)
276 ("r-locfit" ,r-locfit)
277 ("r-rcolorbrewer" , r-rcolorbrewer)
278 ("r-rcpp" ,r-rcpp)
279 ("r-rsamtools" ,r-rsamtools)
280 ("r-s4vectors" ,r-s4vectors)
45bbccf4 281 ("r-summarizedexperiment" ,r-summarizedexperiment)
a5b56a53
RJ
282 ("r-systempiper" ,r-systempiper)
283 ("r-zlibbioc" ,r-zlibbioc)))
284 (home-page "http://bioconductor.org/packages/DiffBind")
285 (synopsis "Differential binding analysis of ChIP-Seq peak data")
286 (description
287 "This package computes differentially bound sites from multiple
288ChIP-seq experiments using affinity (quantitative) data. Also enables
289occupancy (overlap) analysis and plotting functions.")
290 (license license:artistic2.0)))
6d94bf6b
RJ
291
292(define-public r-ripseeker
293 (package
294 (name "r-ripseeker")
43734b47 295 (version "1.20.0")
6d94bf6b
RJ
296 (source
297 (origin
298 (method url-fetch)
299 (uri (bioconductor-uri "RIPSeeker" version))
300 (sha256
301 (base32
43734b47 302 "0y9cvzqslfxj3z9mnp47mknff0pky2g5x8x1z1s5yjcx35q89xfi"))))
6d94bf6b
RJ
303 (properties `((upstream-name . "RIPSeeker")))
304 (build-system r-build-system)
305 (propagated-inputs
306 `(("r-s4vectors" ,r-s4vectors)
307 ("r-iranges" ,r-iranges)
308 ("r-genomicranges" ,r-genomicranges)
309 ("r-summarizedexperiment" ,r-summarizedexperiment)
310 ("r-rsamtools" ,r-rsamtools)
311 ("r-genomicalignments" ,r-genomicalignments)
312 ("r-rtracklayer" ,r-rtracklayer)))
313 (home-page "http://bioconductor.org/packages/RIPSeeker")
314 (synopsis
315 "Identifying protein-associated transcripts from RIP-seq experiments")
316 (description
317 "This package infers and discriminates RIP peaks from RIP-seq alignments
318using two-state HMM with negative binomial emission probability. While
319RIPSeeker is specifically tailored for RIP-seq data analysis, it also provides
320a suite of bioinformatics tools integrated within this self-contained software
321package comprehensively addressing issues ranging from post-alignments
322processing to visualization and annotation.")
323 (license license:gpl2)))
a6ae9ffd
RJ
324
325(define-public r-multtest
326 (package
327 (name "r-multtest")
f39938b1 328 (version "2.36.0")
a6ae9ffd
RJ
329 (source
330 (origin
331 (method url-fetch)
332 (uri (bioconductor-uri "multtest" version))
333 (sha256
334 (base32
f39938b1 335 "11949h2kglw13x8haaj4clg4jim1mwh5n98n9zxp9mmgn01z1lp0"))))
a6ae9ffd
RJ
336 (build-system r-build-system)
337 (propagated-inputs
338 `(("r-survival" ,r-survival)
339 ("r-biocgenerics" ,r-biocgenerics)
340 ("r-biobase" ,r-biobase)
341 ("r-mass" ,r-mass)))
342 (home-page "http://bioconductor.org/packages/multtest")
343 (synopsis "Resampling-based multiple hypothesis testing")
344 (description
345 "This package can do non-parametric bootstrap and permutation
346resampling-based multiple testing procedures (including empirical Bayes
347methods) for controlling the family-wise error rate (FWER), generalized
348family-wise error rate (gFWER), tail probability of the proportion of
349false positives (TPPFP), and false discovery rate (FDR). Several choices
350of bootstrap-based null distribution are implemented (centered, centered
351and scaled, quantile-transformed). Single-step and step-wise methods are
352available. Tests based on a variety of T- and F-statistics (including
353T-statistics based on regression parameters from linear and survival models
354as well as those based on correlation parameters) are included. When probing
355hypotheses with T-statistics, users may also select a potentially faster null
356distribution which is multivariate normal with mean zero and variance
357covariance matrix derived from the vector influence function. Results are
358reported in terms of adjusted P-values, confidence regions and test statistic
359cutoffs. The procedures are directly applicable to identifying differentially
360expressed genes in DNA microarray experiments.")
361 (license license:lgpl3)))
793f83ef
RJ
362
363(define-public r-chippeakanno
364 (package
365 (name "r-chippeakanno")
65050163 366 (version "3.14.1")
793f83ef
RJ
367 (source
368 (origin
369 (method url-fetch)
370 (uri (bioconductor-uri "ChIPpeakAnno" version))
371 (sha256
372 (base32
65050163 373 "1cn1hfc3nvsf2n3563lkmvwjxfbiygx7f84zk683p89gy7zi1gyj"))))
793f83ef
RJ
374 (properties `((upstream-name . "ChIPpeakAnno")))
375 (build-system r-build-system)
376 (propagated-inputs
377 `(("r-biocgenerics" ,r-biocgenerics)
f794e85d
RW
378 ("r-biostrings" ,r-biostrings)
379 ("r-delayedarray" ,r-delayedarray)
793f83ef
RJ
380 ("r-go-db" ,r-go-db)
381 ("r-biomart" ,r-biomart)
382 ("r-bsgenome" ,r-bsgenome)
383 ("r-genomicfeatures" ,r-genomicfeatures)
f794e85d 384 ("r-genomicranges" ,r-genomicranges)
793f83ef 385 ("r-genomeinfodb" ,r-genomeinfodb)
f794e85d 386 ("r-iranges" ,r-iranges)
793f83ef
RJ
387 ("r-matrixstats" ,r-matrixstats)
388 ("r-annotationdbi" ,r-annotationdbi)
389 ("r-limma" ,r-limma)
390 ("r-multtest" ,r-multtest)
391 ("r-rbgl" ,r-rbgl)
392 ("r-graph" ,r-graph)
393 ("r-biocinstaller" ,r-biocinstaller)
394 ("r-regioner" ,r-regioner)
395 ("r-dbi" ,r-dbi)
396 ("r-ensembldb" ,r-ensembldb)
397 ("r-biobase" ,r-biobase)
f794e85d 398 ("r-s4vectors" ,r-s4vectors)
793f83ef
RJ
399 ("r-seqinr" ,r-seqinr)
400 ("r-idr" ,r-idr)
401 ("r-genomicalignments" ,r-genomicalignments)
402 ("r-summarizedexperiment" ,r-summarizedexperiment)
403 ("r-rsamtools" ,r-rsamtools)
404 ("r-venndiagram" ,r-venndiagram)))
405 (home-page "http://bioconductor.org/packages/ChIPpeakAnno")
406 (synopsis "Peaks annotation from ChIP-seq and ChIP-chip experiments")
407 (description
408 "The package includes functions to retrieve the sequences around the peak,
409obtain enriched Gene Ontology (GO) terms, find the nearest gene, exon, miRNA or
410custom features such as most conserved elements and other transcription factor
411binding sites supplied by users. Starting 2.0.5, new functions have been added
412for finding the peaks with bi-directional promoters with summary statistics
413(peaksNearBDP), for summarizing the occurrence of motifs in peaks
414(summarizePatternInPeaks) and for adding other IDs to annotated peaks or
415enrichedGO (addGeneIDs).")
416 (license license:gpl2+)))
164502d8
RJ
417
418(define-public r-marray
419 (package
420 (name "r-marray")
67487088 421 (version "1.58.0")
164502d8
RJ
422 (source (origin
423 (method url-fetch)
424 (uri (bioconductor-uri "marray" version))
425 (sha256
67487088 426 (base32 "0539flh3y1qy5b1bamkfwbskis765c5s33v1y9j51n33mxb9h08d"))))
164502d8
RJ
427 (build-system r-build-system)
428 (propagated-inputs
67487088 429 `(("r-limma" ,r-limma)))
164502d8
RJ
430 (home-page "http://bioconductor.org/packages/marray")
431 (synopsis "Exploratory analysis for two-color spotted microarray data")
432 (description "This package contains class definitions for two-color spotted
433microarray data. It also includes fuctions for data input, diagnostic plots,
434normalization and quality checking.")
435 (license license:lgpl2.0+)))
0416a0d4
RJ
436
437(define-public r-cghbase
438 (package
439 (name "r-cghbase")
205df4a4 440 (version "1.40.0")
0416a0d4
RJ
441 (source (origin
442 (method url-fetch)
443 (uri (bioconductor-uri "CGHbase" version))
444 (sha256
205df4a4 445 (base32 "1hf44vma3kgwr61kjbszvfxkava8bjqnam1mdncqvczbypb2xwaq"))))
0416a0d4
RJ
446 (properties `((upstream-name . "CGHbase")))
447 (build-system r-build-system)
448 (propagated-inputs
449 `(("r-biobase" ,r-biobase)
450 ("r-marray" ,r-marray)))
451 (home-page "http://bioconductor.org/packages/CGHbase")
452 (synopsis "Base functions and classes for arrayCGH data analysis")
453 (description "This package contains functions and classes that are needed by
454the @code{arrayCGH} packages.")
455 (license license:gpl2+)))
67ee83d6
RJ
456
457(define-public r-cghcall
458 (package
459 (name "r-cghcall")
5c0df206 460 (version "2.42.0")
67ee83d6
RJ
461 (source (origin
462 (method url-fetch)
463 (uri (bioconductor-uri "CGHcall" version))
464 (sha256
5c0df206 465 (base32 "0y71vfxv9x0am3xvv520yr95cb7m7y92dhdx1vkqki80jrmf12dz"))))
67ee83d6
RJ
466 (properties `((upstream-name . "CGHcall")))
467 (build-system r-build-system)
468 (propagated-inputs
469 `(("r-biobase" ,r-biobase)
470 ("r-cghbase" ,r-cghbase)
471 ("r-impute" ,r-impute)
472 ("r-dnacopy" ,r-dnacopy)
473 ("r-snowfall" ,r-snowfall)))
474 (home-page "http://bioconductor.org/packages/CGHcall")
475 (synopsis "Base functions and classes for arrayCGH data analysis")
476 (description "This package contains functions and classes that are needed by
477@code{arrayCGH} packages.")
478 (license license:gpl2+)))
0ef8cc9c
RJ
479
480(define-public r-qdnaseq
481 (package
482 (name "r-qdnaseq")
81b0181b 483 (version "1.16.0")
0ef8cc9c
RJ
484 (source (origin
485 (method url-fetch)
486 (uri (bioconductor-uri "QDNAseq" version))
487 (sha256
81b0181b 488 (base32 "1pj69mfyxwfd0d7h4kls9xq96sdc55y3rv20qpla50hw9libcwwd"))))
0ef8cc9c
RJ
489 (properties `((upstream-name . "QDNAseq")))
490 (build-system r-build-system)
491 (propagated-inputs
492 `(("r-biobase" ,r-biobase)
81b0181b 493 ("r-biocparallel" ,r-biocparallel)
0ef8cc9c
RJ
494 ("r-cghbase" ,r-cghbase)
495 ("r-cghcall" ,r-cghcall)
496 ("r-dnacopy" ,r-dnacopy)
497 ("r-genomicranges" ,r-genomicranges)
498 ("r-iranges" ,r-iranges)
499 ("r-matrixstats" ,r-matrixstats)
500 ("r-r-utils" ,r-r-utils)
501 ("r-rsamtools" ,r-rsamtools)))
502 (home-page "http://bioconductor.org/packages/QDNAseq")
503 (synopsis "Quantitative DNA sequencing for chromosomal aberrations")
504 (description "The genome is divided into non-overlapping fixed-sized bins,
505number of sequence reads in each counted, adjusted with a simultaneous
506two-dimensional loess correction for sequence mappability and GC content, and
507filtered to remove spurious regions in the genome. Downstream steps of
508segmentation and calling are also implemented via packages DNAcopy and CGHcall,
509respectively.")
510 (license license:gpl2+)))
bb15b581
RW
511
512(define-public r-bayseq
513 (package
514 (name "r-bayseq")
515 (version "2.14.0")
516 (source
517 (origin
518 (method url-fetch)
519 (uri (bioconductor-uri "baySeq" version))
520 (sha256
521 (base32
522 "0hbmm01a8libara9mbxknpk0wzarwfngnfwlmhpww91a0cmy5klg"))))
523 (properties `((upstream-name . "baySeq")))
524 (build-system r-build-system)
525 (propagated-inputs
526 `(("r-abind" ,r-abind)
527 ("r-edger" ,r-edger)
528 ("r-genomicranges" ,r-genomicranges)))
529 (home-page "https://bioconductor.org/packages/baySeq/")
530 (synopsis "Bayesian analysis of differential expression patterns in count data")
531 (description
532 "This package identifies differential expression in high-throughput count
533data, such as that derived from next-generation sequencing machines,
534calculating estimated posterior likelihoods of differential expression (or
535more complex hypotheses) via empirical Bayesian methods.")
536 (license license:gpl3)))
609f4ad1
RW
537
538(define-public r-chipcomp
539 (package
540 (name "r-chipcomp")
541 (version "1.10.0")
542 (source
543 (origin
544 (method url-fetch)
545 (uri (bioconductor-uri "ChIPComp" version))
546 (sha256
547 (base32
548 "0j9nif7z33qdxf347r9wa62hhz8qs09r2p96x3hg5yz30a10ahqs"))))
549 (properties `((upstream-name . "ChIPComp")))
550 (build-system r-build-system)
551 (propagated-inputs
552 `(("r-biocgenerics" ,r-biocgenerics)
553 ("r-bsgenome-hsapiens-ucsc-hg19" ,r-bsgenome-hsapiens-ucsc-hg19)
554 ("r-bsgenome-mmusculus-ucsc-mm9" ,r-bsgenome-mmusculus-ucsc-mm9)
555 ("r-genomeinfodb" ,r-genomeinfodb)
556 ("r-genomicranges" ,r-genomicranges)
557 ("r-iranges" ,r-iranges)
558 ("r-limma" ,r-limma)
559 ("r-rsamtools" ,r-rsamtools)
560 ("r-rtracklayer" ,r-rtracklayer)
561 ("r-s4vectors" ,r-s4vectors)))
562 (home-page "https://bioconductor.org/packages/ChIPComp")
563 (synopsis "Quantitative comparison of multiple ChIP-seq datasets")
564 (description
565 "ChIPComp implements a statistical method for quantitative comparison of
566multiple ChIP-seq datasets. It detects differentially bound sharp binding
567sites across multiple conditions considering matching control in ChIP-seq
568datasets.")
569 ;; Any version of the GPL.
570 (license license:gpl3+)))
0490f9de
RW
571
572(define-public r-riboprofiling
573 (package
574 (name "r-riboprofiling")
575 (version "1.10.0")
576 (source
577 (origin
578 (method url-fetch)
579 (uri (bioconductor-uri "RiboProfiling" version))
580 (sha256
581 (base32
582 "04yjklqdjkim7yxyk3cyvf0mmwyxyfvw2mmfzgwaaqbiyg29sli0"))))
583 (properties `((upstream-name . "RiboProfiling")))
584 (build-system r-build-system)
585 (propagated-inputs
586 `(("r-biocgenerics" ,r-biocgenerics)
587 ("r-biostrings" ,r-biostrings)
588 ("r-data-table" ,r-data-table)
589 ("r-genomeinfodb" ,r-genomeinfodb)
590 ("r-genomicalignments" ,r-genomicalignments)
591 ("r-genomicfeatures" ,r-genomicfeatures)
592 ("r-genomicranges" ,r-genomicranges)
593 ("r-ggbio" ,r-ggbio)
594 ("r-ggplot2" ,r-ggplot2)
595 ("r-iranges" ,r-iranges)
596 ("r-plyr" ,r-plyr)
597 ("r-reshape2" ,r-reshape2)
598 ("r-rsamtools" ,r-rsamtools)
599 ("r-rtracklayer" ,r-rtracklayer)
600 ("r-s4vectors" ,r-s4vectors)
601 ("r-sqldf" ,r-sqldf)))
602 (home-page "https://bioconductor.org/packages/RiboProfiling/")
603 (synopsis "Ribosome profiling data analysis")
604 (description "Starting with a BAM file, this package provides the
605necessary functions for quality assessment, read start position recalibration,
606the counting of genomic sequence reads on CDS, 3'UTR, and 5'UTR, and plotting
607of count data: pairs, log fold-change, codon frequency and coverage
608assessment, principal component analysis on codon coverage.")
609 (license license:gpl3)))
6ffdfe6a
RW
610
611(define-public r-riboseqr
612 (package
613 (name "r-riboseqr")
614 (version "1.14.0")
615 (source
616 (origin
617 (method url-fetch)
618 (uri (bioconductor-uri "riboSeqR" version))
619 (sha256
620 (base32
621 "0xavd1cdhi8qfjn9a1hjhflyg6jq1ydvv56z12gjz572pwz2knvn"))))
622 (properties `((upstream-name . "riboSeqR")))
623 (build-system r-build-system)
624 (propagated-inputs
625 `(("r-abind" ,r-abind)
626 ("r-bayseq" ,r-bayseq)
627 ("r-genomeinfodb" ,r-genomeinfodb)
628 ("r-genomicranges" ,r-genomicranges)
629 ("r-iranges" ,r-iranges)
630 ("r-rsamtools" ,r-rsamtools)
631 ("r-seqlogo" ,r-seqlogo)))
632 (home-page "https://bioconductor.org/packages/riboSeqR/")
633 (synopsis "Analysis of sequencing data from ribosome profiling experiments")
634 (description
635 "This package provides plotting functions, frameshift detection and
636parsing of genetic sequencing data from ribosome profiling experiments.")
637 (license license:gpl3)))
a32279ff
RW
638
639(define-public r-interactionset
640 (package
641 (name "r-interactionset")
642 (version "1.8.0")
643 (source
644 (origin
645 (method url-fetch)
646 (uri (bioconductor-uri "InteractionSet" version))
647 (sha256
648 (base32
649 "0xngraq7ic80jr98i1wqp8bxdgidq6py60m2wfk82n1ixpcdck8n"))))
650 (properties
651 `((upstream-name . "InteractionSet")))
652 (build-system r-build-system)
653 (propagated-inputs
654 `(("r-biocgenerics" ,r-biocgenerics)
655 ("r-genomeinfodb" ,r-genomeinfodb)
656 ("r-genomicranges" ,r-genomicranges)
657 ("r-iranges" ,r-iranges)
658 ("r-matrix" ,r-matrix)
659 ("r-rcpp" ,r-rcpp)
660 ("r-s4vectors" ,r-s4vectors)
661 ("r-summarizedexperiment" ,r-summarizedexperiment)))
662 (home-page "https://bioconductor.org/packages/InteractionSet")
663 (synopsis "Base classes for storing genomic interaction data")
664 (description
665 "This packages provides the @code{GInteractions},
666@code{InteractionSet} and @code{ContactMatrix} objects and associated methods
667for storing and manipulating genomic interaction data from Hi-C and ChIA-PET
668experiments.")
669 (license license:gpl3)))
cf9a29b2
RW
670
671(define-public r-genomicinteractions
672 (package
673 (name "r-genomicinteractions")
674 (version "1.14.0")
675 (source
676 (origin
677 (method url-fetch)
678 (uri (bioconductor-uri "GenomicInteractions" version))
679 (sha256
680 (base32
681 "0cnagprxj0b7p6s29iyhqwxj7hgmrh75gj52y4dlil790d1bmq2q"))))
682 (properties
683 `((upstream-name . "GenomicInteractions")))
684 (build-system r-build-system)
685 (propagated-inputs
686 `(("r-biobase" ,r-biobase)
687 ("r-biocgenerics" ,r-biocgenerics)
688 ("r-data-table" ,r-data-table)
689 ("r-dplyr" ,r-dplyr)
690 ("r-genomeinfodb" ,r-genomeinfodb)
691 ("r-genomicranges" ,r-genomicranges)
692 ("r-ggplot2" ,r-ggplot2)
693 ("r-gridextra" ,r-gridextra)
694 ("r-gviz" ,r-gviz)
695 ("r-igraph" ,r-igraph)
696 ("r-interactionset" ,r-interactionset)
697 ("r-iranges" ,r-iranges)
698 ("r-rsamtools" ,r-rsamtools)
699 ("r-rtracklayer" ,r-rtracklayer)
700 ("r-s4vectors" ,r-s4vectors)
701 ("r-stringr" ,r-stringr)))
702 (home-page "https://github.com/ComputationalRegulatoryGenomicsICL/GenomicInteractions/")
703 (synopsis "R package for handling genomic interaction data")
704 (description
705 "This R package provides tools for handling genomic interaction data,
706such as ChIA-PET/Hi-C, annotating genomic features with interaction
707information and producing various plots and statistics.")
708 (license license:gpl3)))
27c51606
RW
709
710(define-public r-ctc
711 (package
712 (name "r-ctc")
713 (version "1.54.0")
714 (source
715 (origin
716 (method url-fetch)
717 (uri (bioconductor-uri "ctc" version))
718 (sha256
719 (base32
720 "0sadplm4n9n3z6inmn6y3d6qbr4hllljqh700x5fygrnfacnckk9"))))
721 (build-system r-build-system)
722 (propagated-inputs `(("r-amap" ,r-amap)))
723 (home-page "https://bioconductor.org/packages/ctc/")
724 (synopsis "Cluster and tree conversion")
725 (description
726 "This package provides tools for exporting and importing classification
727trees and clusters to other programs.")
728 (license license:gpl2)))
5da0e142
RW
729
730(define-public r-goseq
731 (package
732 (name "r-goseq")
733 (version "1.32.0")
734 (source
735 (origin
736 (method url-fetch)
737 (uri (bioconductor-uri "goseq" version))
738 (sha256
739 (base32
740 "0xmbb8ma32lrfy810r82y34gkspq4fqiqxykic9j4rq9rg9n9x2l"))))
741 (build-system r-build-system)
742 (propagated-inputs
743 `(("r-annotationdbi" ,r-annotationdbi)
744 ("r-biasedurn" ,r-biasedurn)
745 ("r-biocgenerics" ,r-biocgenerics)
746 ("r-genelendatabase" ,r-genelendatabase)
747 ("r-go-db" ,r-go-db)
748 ("r-mgcv" ,r-mgcv)))
749 (home-page "https://bioconductor.org/packages/goseq/")
750 (synopsis "Gene Ontology analyser for RNA-seq and other length biased data")
751 (description
752 "This package provides tools to detect Gene Ontology and/or other user
753defined categories which are over/under represented in RNA-seq data.")
754 (license license:lgpl2.0+)))
f4235c0e
RW
755
756(define-public r-glimma
757 (package
758 (name "r-glimma")
759 (version "1.8.2")
760 (source
761 (origin
762 (method url-fetch)
763 (uri (bioconductor-uri "Glimma" version))
764 (sha256
765 (base32
766 "0kfia60vrlys6amdchdix01iwbkwyb7nfjqn5hczsxp8rhmbg25s"))))
767 (properties `((upstream-name . "Glimma")))
768 (build-system r-build-system)
769 (propagated-inputs
770 `(("r-edger" ,r-edger)
771 ("r-jsonlite" ,r-jsonlite)
772 ("r-s4vectors" ,r-s4vectors)))
773 (home-page "https://github.com/Shians/Glimma")
774 (synopsis "Interactive HTML graphics")
775 (description
776 "This package generates interactive visualisations for analysis of
777RNA-sequencing data using output from limma, edgeR or DESeq2 packages in an
778HTML page. The interactions are built on top of the popular static
779representations of analysis results in order to provide additional
780information.")
781 (license license:lgpl3)))
aa388dc7
RW
782
783(define-public r-rots
784 (package
785 (name "r-rots")
786 (version "1.8.0")
787 (source
788 (origin
789 (method url-fetch)
790 (uri (bioconductor-uri "ROTS" version))
791 (sha256
792 (base32
793 "12jvdqanyk86ihpcylp105zip22y0gkbksmyxy00q7iad0jhaqp3"))))
794 (properties `((upstream-name . "ROTS")))
795 (build-system r-build-system)
796 (propagated-inputs
797 `(("r-biobase" ,r-biobase)
798 ("r-rcpp" ,r-rcpp)))
799 (home-page "https://bioconductor.org/packages/ROTS/")
800 (synopsis "Reproducibility-Optimized Test Statistic")
801 (description
802 "This package provides tools for calculating the
803@dfn{Reproducibility-Optimized Test Statistic} (ROTS) for differential testing
804in omics data.")
805 (license license:gpl2+)))
b64ce4b7
RW
806
807(define-public r-inspect
808 (package
809 (name "r-inspect")
810 (version "1.10.0")
811 (source
812 (origin
813 (method url-fetch)
814 (uri (bioconductor-uri "INSPEcT" version))
815 (sha256
816 (base32
817 "1gk0pwyimkswrvgb2xr3c2zy4myi448a2shr5ap65rq9pcpp0l8p"))))
818 (properties `((upstream-name . "INSPEcT")))
819 (build-system r-build-system)
820 (propagated-inputs
821 `(("r-biobase" ,r-biobase)
822 ("r-biocgenerics" ,r-biocgenerics)
823 ("r-biocparallel" ,r-biocparallel)
824 ("r-desolve" ,r-desolve)
825 ("r-genomicalignments" ,r-genomicalignments)
826 ("r-genomicfeatures" ,r-genomicfeatures)
827 ("r-genomicranges" ,r-genomicranges)
828 ("r-iranges" ,r-iranges)
829 ("r-preprocesscore" ,r-preprocesscore)
830 ("r-proc" ,r-proc)
831 ("r-rootsolve" ,r-rootsolve)
832 ("r-rsamtools" ,r-rsamtools)
833 ("r-s4vectors" ,r-s4vectors)))
834 (home-page "https://bioconductor.org/packages/INSPEcT")
835 (synopsis "Analysis of 4sU-seq and RNA-seq time-course data")
836 (description
837 "INSPEcT (INference of Synthesis, Processing and dEgradation rates in
838Time-Course experiments) analyses 4sU-seq and RNA-seq time-course data in
839order to evaluate synthesis, processing and degradation rates and assess via
840modeling the rates that determines changes in mature mRNA levels.")
841 (license license:gpl2)))