gnu: r-txdb-hsapiens-ucsc-hg19-knowngene: Use bioconductor-uri.
[jackhill/guix/guix.git] / gnu / packages / bioconductor.scm
1 ;;; GNU Guix --- Functional package management for GNU
2 ;;; Copyright © 2016, 2017, 2018, 2019 Ricardo Wurmus <rekado@elephly.net>
3 ;;; Copyright © 2016, 2017, 2018 Roel Janssen <roel@gnu.org>
4 ;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
5 ;;; Copyright © 2019 Simon Tournier <zimon.toutoune@gmail.com>
6 ;;;
7 ;;; This file is part of GNU Guix.
8 ;;;
9 ;;; GNU Guix is free software; you can redistribute it and/or modify it
10 ;;; under the terms of the GNU General Public License as published by
11 ;;; the Free Software Foundation; either version 3 of the License, or (at
12 ;;; your option) any later version.
13 ;;;
14 ;;; GNU Guix is distributed in the hope that it will be useful, but
15 ;;; WITHOUT ANY WARRANTY; without even the implied warranty of
16 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 ;;; GNU General Public License for more details.
18 ;;;
19 ;;; You should have received a copy of the GNU General Public License
20 ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
21
22 (define-module (gnu packages bioconductor)
23 #:use-module ((guix licenses) #:prefix license:)
24 #:use-module (guix packages)
25 #:use-module (guix download)
26 #:use-module (guix git-download)
27 #:use-module (guix build-system r)
28 #:use-module (gnu packages)
29 #:use-module (gnu packages base)
30 #:use-module (gnu packages bioinformatics)
31 #:use-module (gnu packages cran)
32 #:use-module (gnu packages compression)
33 #:use-module (gnu packages gcc)
34 #:use-module (gnu packages graph)
35 #:use-module (gnu packages haskell-xyz)
36 #:use-module (gnu packages image)
37 #:use-module (gnu packages maths)
38 #:use-module (gnu packages netpbm)
39 #:use-module (gnu packages perl)
40 #:use-module (gnu packages pkg-config)
41 #:use-module (gnu packages statistics)
42 #:use-module (gnu packages web)
43 #:use-module (srfi srfi-1))
44
45 \f
46 ;;; Annotations
47
48 (define-public r-bsgenome-celegans-ucsc-ce6
49 (package
50 (name "r-bsgenome-celegans-ucsc-ce6")
51 (version "1.4.0")
52 (source (origin
53 (method url-fetch)
54 (uri (bioconductor-uri "BSgenome.Celegans.UCSC.ce6"
55 version 'annotation))
56 (sha256
57 (base32
58 "0mqzb353xv2c3m3vkb315dkmnxkgczp7ndnknyhpgjlybyf715v9"))))
59 (properties
60 `((upstream-name . "BSgenome.Celegans.UCSC.ce6")))
61 (build-system r-build-system)
62 (propagated-inputs
63 `(("r-bsgenome" ,r-bsgenome)))
64 (home-page
65 "https://www.bioconductor.org/packages/BSgenome.Celegans.UCSC.ce6/")
66 (synopsis "Full genome sequences for Worm")
67 (description
68 "This package provides full genome sequences for Caenorhabditis
69 elegans (Worm) as provided by UCSC (ce6, May 2008) and stored in Biostrings
70 objects.")
71 (license license:artistic2.0)))
72
73 (define-public r-bsgenome-celegans-ucsc-ce10
74 (package
75 (name "r-bsgenome-celegans-ucsc-ce10")
76 (version "1.4.0")
77 (source (origin
78 (method url-fetch)
79 (uri (bioconductor-uri "BSgenome.Celegans.UCSC.ce10"
80 version 'annotation))
81 (sha256
82 (base32
83 "1zaym97jk4npxk14ifvwz2rvhm4zx9xgs33r9vvx9rlynp0gydrk"))))
84 (properties
85 `((upstream-name . "BSgenome.Celegans.UCSC.ce10")))
86 (build-system r-build-system)
87 (propagated-inputs
88 `(("r-bsgenome" ,r-bsgenome)))
89 (home-page
90 "https://www.bioconductor.org/packages/BSgenome.Celegans.UCSC.ce10/")
91 (synopsis "Full genome sequences for Worm")
92 (description
93 "This package provides full genome sequences for Caenorhabditis
94 elegans (Worm) as provided by UCSC (ce10, Oct 2010) and stored in Biostrings
95 objects.")
96 (license license:artistic2.0)))
97
98 (define-public r-bsgenome-dmelanogaster-ucsc-dm6
99 (package
100 (name "r-bsgenome-dmelanogaster-ucsc-dm6")
101 (version "1.4.1")
102 (source (origin
103 (method url-fetch)
104 (uri (bioconductor-uri "BSgenome.Dmelanogaster.UCSC.dm6"
105 version 'annotation))
106 (sha256
107 (base32
108 "1bhj0rdgf7lspw4xby9y9mf7v7jxxz8001bc8vw8kf04rjsx6060"))))
109 (properties
110 `((upstream-name . "BSgenome.Dmelanogaster.UCSC.dm6")))
111 (build-system r-build-system)
112 (propagated-inputs
113 `(("r-bsgenome" ,r-bsgenome)))
114 (home-page
115 "https://www.bioconductor.org/packages/BSgenome.Dmelanogaster.UCSC.dm6/")
116 (synopsis "Full genome sequences for Fly")
117 (description
118 "This package provides full genome sequences for Drosophila
119 melanogaster (Fly) as provided by UCSC (dm6) and stored in Biostrings
120 objects.")
121 (license license:artistic2.0)))
122
123 (define-public r-bsgenome-dmelanogaster-ucsc-dm3
124 (package
125 (name "r-bsgenome-dmelanogaster-ucsc-dm3")
126 (version "1.4.0")
127 (source (origin
128 (method url-fetch)
129 (uri (bioconductor-uri "BSgenome.Dmelanogaster.UCSC.dm3"
130 version 'annotation))
131 (sha256
132 (base32
133 "19bm3lkhhkag3gnwp419211fh0cnr0x6fa0r1lr0ycwrikxdxsv8"))))
134 (properties
135 `((upstream-name . "BSgenome.Dmelanogaster.UCSC.dm3")))
136 (build-system r-build-system)
137 (propagated-inputs
138 `(("r-bsgenome" ,r-bsgenome)))
139 (home-page
140 "https://www.bioconductor.org/packages/BSgenome.Dmelanogaster.UCSC.dm3/")
141 (synopsis "Full genome sequences for Fly")
142 (description
143 "This package provides full genome sequences for Drosophila
144 melanogaster (Fly) as provided by UCSC (dm3, April 2006) and stored in
145 Biostrings objects.")
146 (license license:artistic2.0)))
147
148 (define-public r-bsgenome-dmelanogaster-ucsc-dm3-masked
149 (package
150 (name "r-bsgenome-dmelanogaster-ucsc-dm3-masked")
151 (version "1.3.99")
152 (source (origin
153 (method url-fetch)
154 (uri (bioconductor-uri "BSgenome.Dmelanogaster.UCSC.dm3.masked"
155 version 'annotation))
156 (sha256
157 (base32
158 "1756csb09f1br9rj1l3f08qyh4hlymdbd0cfn8x3fq39dn45m5ap"))))
159 (properties
160 `((upstream-name . "BSgenome.Dmelanogaster.UCSC.dm3.masked")))
161 (build-system r-build-system)
162 (propagated-inputs
163 `(("r-bsgenome" ,r-bsgenome)
164 ("r-bsgenome-dmelanogaster-ucsc-dm3"
165 ,r-bsgenome-dmelanogaster-ucsc-dm3)))
166 (home-page "https://www.bioconductor.org/packages/BSgenome.Dmelanogaster.UCSC.dm3.masked/")
167 (synopsis "Full masked genome sequences for Fly")
168 (description
169 "This package provides full masked genome sequences for Drosophila
170 melanogaster (Fly) as provided by UCSC (dm3, April 2006) and stored in
171 Biostrings objects. The sequences are the same as in
172 BSgenome.Dmelanogaster.UCSC.dm3, except that each of them has the 4 following
173 masks on top: (1) the mask of assembly gaps (AGAPS mask), (2) the mask of
174 intra-contig ambiguities (AMB mask), (3) the mask of repeats from
175 RepeatMasker (RM mask), and (4) the mask of repeats from Tandem Repeats
176 Finder (TRF mask). Only the AGAPS and AMB masks are \"active\" by default.")
177 (license license:artistic2.0)))
178
179 (define-public r-bsgenome-hsapiens-1000genomes-hs37d5
180 (package
181 (name "r-bsgenome-hsapiens-1000genomes-hs37d5")
182 (version "0.99.1")
183 (source (origin
184 (method url-fetch)
185 (uri (bioconductor-uri "BSgenome.Hsapiens.1000genomes.hs37d5"
186 version 'annotation))
187 (sha256
188 (base32
189 "1cg0g5fqmsvwyw2p9hp2yy4ilk21jkbbrnpgqvb5c36ihjwvc7sr"))))
190 (properties
191 `((upstream-name . "BSgenome.Hsapiens.1000genomes.hs37d5")))
192 (build-system r-build-system)
193 (propagated-inputs
194 `(("r-bsgenome" ,r-bsgenome)))
195 (home-page
196 "https://www.bioconductor.org/packages/BSgenome.Hsapiens.1000genomes.hs37d5/")
197 (synopsis "Full genome sequences for Homo sapiens")
198 (description
199 "This package provides full genome sequences for Homo sapiens from
200 1000genomes phase2 reference genome sequence (hs37d5), based on NCBI GRCh37.")
201 (license license:artistic2.0)))
202
203 (define-public r-bsgenome-hsapiens-ucsc-hg19-masked
204 (package
205 (name "r-bsgenome-hsapiens-ucsc-hg19-masked")
206 (version "1.3.99")
207 (source (origin
208 (method url-fetch)
209 (uri (bioconductor-uri "BSgenome.Hsapiens.UCSC.hg19.masked"
210 version 'annotation))
211 (sha256
212 (base32
213 "0452pyah0kv1vsrsjbrqw4k2rm8lc2vc771dzib45gnnfz86qxrr"))))
214 (properties
215 `((upstream-name . "BSgenome.Hsapiens.UCSC.hg19.masked")))
216 (build-system r-build-system)
217 (propagated-inputs
218 `(("r-bsgenome" ,r-bsgenome)
219 ("r-bsgenome-hsapiens-ucsc-hg19"
220 ,r-bsgenome-hsapiens-ucsc-hg19)))
221 (home-page "https://bioconductor.org/packages/BSgenome.Hsapiens.UCSC.hg19.masked/")
222 (synopsis "Full masked genome sequences for Homo sapiens")
223 (description
224 "This package provides full genome sequences for Homo sapiens (Human) as
225 provided by UCSC (hg19, Feb. 2009) and stored in Biostrings objects. The
226 sequences are the same as in BSgenome.Hsapiens.UCSC.hg19, except that each of
227 them has the 4 following masks on top: (1) the mask of assembly gaps (AGAPS
228 mask), (2) the mask of intra-contig ambiguities (AMB mask), (3) the mask of
229 repeats from RepeatMasker (RM mask), and (4) the mask of repeats from Tandem
230 Repeats Finder (TRF mask). Only the AGAPS and AMB masks are \"active\" by
231 default.")
232 (license license:artistic2.0)))
233
234 (define-public r-bsgenome-mmusculus-ucsc-mm9
235 (package
236 (name "r-bsgenome-mmusculus-ucsc-mm9")
237 (version "1.4.0")
238 (source (origin
239 (method url-fetch)
240 (uri (bioconductor-uri "BSgenome.Mmusculus.UCSC.mm9"
241 version 'annotation))
242 (sha256
243 (base32
244 "1birqw30g2azimxpnjfzmkphan7x131yy8b9h85lfz5fjdg7841i"))))
245 (properties
246 `((upstream-name . "BSgenome.Mmusculus.UCSC.mm9")))
247 (build-system r-build-system)
248 (propagated-inputs
249 `(("r-bsgenome" ,r-bsgenome)))
250 (home-page
251 "https://www.bioconductor.org/packages/BSgenome.Mmusculus.UCSC.mm9/")
252 (synopsis "Full genome sequences for Mouse")
253 (description
254 "This package provides full genome sequences for Mus musculus (Mouse) as
255 provided by UCSC (mm9, July 2007) and stored in Biostrings objects.")
256 (license license:artistic2.0)))
257
258 (define-public r-bsgenome-mmusculus-ucsc-mm9-masked
259 (package
260 (name "r-bsgenome-mmusculus-ucsc-mm9-masked")
261 (version "1.3.99")
262 (source (origin
263 (method url-fetch)
264 (uri (bioconductor-uri "BSgenome.Mmusculus.UCSC.mm9.masked"
265 version 'annotation))
266 (sha256
267 (base32
268 "00bpbm3havqcxr4g63zhllsbpd9q6svgihks7qp7x73nm4gvq7fn"))))
269 (properties
270 `((upstream-name . "BSgenome.Mmusculus.UCSC.mm9.masked")))
271 (build-system r-build-system)
272 (propagated-inputs
273 `(("r-bsgenome" ,r-bsgenome)
274 ("r-bsgenome-mmusculus-ucsc-mm9"
275 ,r-bsgenome-mmusculus-ucsc-mm9)))
276 (home-page "http://bioconductor.org/packages/BSgenome.Mmusculus.UCSC.mm9.masked/")
277 (synopsis "Full masked genome sequences for Mouse")
278 (description
279 "This package provides full genome sequences for Mus musculus (Mouse) as
280 provided by UCSC (mm9, Jul. 2007) and stored in Biostrings objects. The
281 sequences are the same as in BSgenome.Mmusculus.UCSC.mm9, except that each of
282 them has the 4 following masks on top: (1) the mask of assembly gaps (AGAPS
283 mask), (2) the mask of intra-contig ambiguities (AMB mask), (3) the mask of
284 repeats from RepeatMasker (RM mask), and (4) the mask of repeats from Tandem
285 Repeats Finder (TRF mask). Only the AGAPS and AMB masks are \"active\" by
286 default." )
287 (license license:artistic2.0)))
288
289 (define-public r-bsgenome-mmusculus-ucsc-mm10
290 (package
291 (name "r-bsgenome-mmusculus-ucsc-mm10")
292 (version "1.4.0")
293 (source (origin
294 (method url-fetch)
295 (uri (bioconductor-uri "BSgenome.Mmusculus.UCSC.mm10"
296 version 'annotation))
297 (sha256
298 (base32
299 "12s0nm2na9brjad4rn9l7d3db2aj8qa1xvz0y1k7gk08wayb6bkf"))))
300 (properties
301 `((upstream-name . "BSgenome.Mmusculus.UCSC.mm10")))
302 (build-system r-build-system)
303 (propagated-inputs
304 `(("r-bsgenome" ,r-bsgenome)))
305 (home-page
306 "https://www.bioconductor.org/packages/BSgenome.Mmusculus.UCSC.mm10/")
307 (synopsis "Full genome sequences for Mouse")
308 (description
309 "This package provides full genome sequences for Mus
310 musculus (Mouse) as provided by UCSC (mm10, December 2011) and stored
311 in Biostrings objects.")
312 (license license:artistic2.0)))
313
314 (define-public r-org-ce-eg-db
315 (package
316 (name "r-org-ce-eg-db")
317 (version "3.7.0")
318 (source (origin
319 (method url-fetch)
320 (uri (bioconductor-uri "org.Ce.eg.db" version 'annotation))
321 (sha256
322 (base32
323 "1w5br1ss4ha8wv4v2saj7cmbjc2jw0dyj2f2y269l078z31wcnaz"))))
324 (properties
325 `((upstream-name . "org.Ce.eg.db")))
326 (build-system r-build-system)
327 (propagated-inputs
328 `(("r-annotationdbi" ,r-annotationdbi)))
329 (home-page "https://www.bioconductor.org/packages/org.Ce.eg.db/")
330 (synopsis "Genome wide annotation for Worm")
331 (description
332 "This package provides mappings from Entrez gene identifiers to various
333 annotations for the genome of the model worm Caenorhabditis elegans.")
334 (license license:artistic2.0)))
335
336 (define-public r-org-dm-eg-db
337 (package
338 (name "r-org-dm-eg-db")
339 (version "3.7.0")
340 (source (origin
341 (method url-fetch)
342 (uri (bioconductor-uri "org.Dm.eg.db" version 'annotation))
343 (sha256
344 (base32
345 "1pqjrzlyg72bjpy8zsxvaglc7jsv176bnyi87xdajmkvsgxpm7b3"))))
346 (properties
347 `((upstream-name . "org.Dm.eg.db")))
348 (build-system r-build-system)
349 (propagated-inputs
350 `(("r-annotationdbi" ,r-annotationdbi)))
351 (home-page "https://www.bioconductor.org/packages/org.Dm.eg.db/")
352 (synopsis "Genome wide annotation for Fly")
353 (description
354 "This package provides mappings from Entrez gene identifiers to various
355 annotations for the genome of the model fruit fly Drosophila melanogaster.")
356 (license license:artistic2.0)))
357
358 (define-public r-org-dr-eg-db
359 (package
360 (name "r-org-dr-eg-db")
361 (version "3.7.0")
362 (source (origin
363 (method url-fetch)
364 (uri (bioconductor-uri "org.Dr.eg.db" version 'annotation))
365 (sha256
366 (base32
367 "1xs5wsbcpy0iwbjyiv7fax57djqc529ai5fk1qfsdcvlja3cpglx"))))
368 (properties
369 `((upstream-name . "org.Dr.eg.db")))
370 (build-system r-build-system)
371 (propagated-inputs
372 `(("r-annotationdbi" ,r-annotationdbi)))
373 (home-page "https://www.bioconductor.org/packages/org.Dr.eg.db/")
374 (synopsis "Annotation for Zebrafish")
375 (description
376 "This package provides genome wide annotations for Zebrafish, primarily
377 based on mapping using Entrez Gene identifiers.")
378 (license license:artistic2.0)))
379
380 (define-public r-org-hs-eg-db
381 (package
382 (name "r-org-hs-eg-db")
383 (version "3.7.0")
384 (source (origin
385 (method url-fetch)
386 (uri (bioconductor-uri "org.Hs.eg.db" version 'annotation))
387 (sha256
388 (base32
389 "1qxz9l80yg3qdqszs6dsscp7lrpfi1bgd0pxh9j7q34vprzwhdim"))))
390 (properties
391 `((upstream-name . "org.Hs.eg.db")))
392 (build-system r-build-system)
393 (propagated-inputs
394 `(("r-annotationdbi" ,r-annotationdbi)))
395 (home-page "https://www.bioconductor.org/packages/org.Hs.eg.db/")
396 (synopsis "Genome wide annotation for Human")
397 (description
398 "This package contains genome-wide annotations for Human, primarily based
399 on mapping using Entrez Gene identifiers.")
400 (license license:artistic2.0)))
401
402 (define-public r-org-mm-eg-db
403 (package
404 (name "r-org-mm-eg-db")
405 (version "3.7.0")
406 (source (origin
407 (method url-fetch)
408 (uri (bioconductor-uri "org.Mm.eg.db" version 'annotation))
409 (sha256
410 (base32
411 "1i3nvrd3wjigf1rmgxq1p5xxc3p8v02h5gwi62s30rkrsyjjfjxx"))))
412 (properties
413 `((upstream-name . "org.Mm.eg.db")))
414 (build-system r-build-system)
415 (propagated-inputs
416 `(("r-annotationdbi" ,r-annotationdbi)))
417 (home-page "https://www.bioconductor.org/packages/org.Mm.eg.db/")
418 (synopsis "Genome wide annotation for Mouse")
419 (description
420 "This package provides mappings from Entrez gene identifiers to various
421 annotations for the genome of the model mouse Mus musculus.")
422 (license license:artistic2.0)))
423
424 (define-public r-bsgenome-hsapiens-ucsc-hg19
425 (package
426 (name "r-bsgenome-hsapiens-ucsc-hg19")
427 (version "1.4.0")
428 (source (origin
429 (method url-fetch)
430 (uri (bioconductor-uri "BSgenome.Hsapiens.UCSC.hg19"
431 version 'annotation))
432 (sha256
433 (base32
434 "1y0nqpk8cw5a34sd9hmin3z4v7iqm6hf6l22cl81vlbxqbjibxc8"))))
435 (properties
436 `((upstream-name . "BSgenome.Hsapiens.UCSC.hg19")))
437 (build-system r-build-system)
438 (propagated-inputs
439 `(("r-bsgenome" ,r-bsgenome)))
440 (home-page
441 "https://www.bioconductor.org/packages/BSgenome.Hsapiens.UCSC.hg19/")
442 (synopsis "Full genome sequences for Homo sapiens")
443 (description
444 "This package provides full genome sequences for Homo sapiens as provided
445 by UCSC (hg19, February 2009) and stored in Biostrings objects.")
446 (license license:artistic2.0)))
447
448 (define-public r-ensdb-hsapiens-v75
449 (package
450 (name "r-ensdb-hsapiens-v75")
451 (version "2.99.0")
452 (source
453 (origin
454 (method url-fetch)
455 (uri (bioconductor-uri "EnsDb.Hsapiens.v75" version 'annotation))
456 (sha256
457 (base32
458 "0jx6rf6v0j8yr07q3c1h7s121901dc400nm6xaiv4i7kb5czjn9c"))))
459 (properties
460 `((upstream-name . "EnsDb.Hsapiens.v75")))
461 (build-system r-build-system)
462 (propagated-inputs
463 `(("r-ensembldb" ,r-ensembldb)))
464 (home-page "https://bioconductor.org/packages/EnsDb.Hsapiens.v75")
465 (synopsis "Ensembl based annotation package")
466 (description
467 "This package exposes an annotation database generated from Ensembl.")
468 (license license:artistic2.0)))
469
470 (define-public r-genelendatabase
471 (package
472 (name "r-genelendatabase")
473 (version "1.18.0")
474 (source
475 (origin
476 (method url-fetch)
477 (uri (bioconductor-uri "geneLenDataBase" version 'experiment))
478 (sha256
479 (base32
480 "03gm4pvsfascx7kjg0jycpf4f572mja68wwmwigs390vbmawyb4a"))))
481 (properties
482 `((upstream-name . "geneLenDataBase")))
483 (build-system r-build-system)
484 (propagated-inputs
485 `(("r-rtracklayer" ,r-rtracklayer)
486 ("r-genomicfeatures" ,r-genomicfeatures)))
487 (home-page "https://bioconductor.org/packages/geneLenDataBase/")
488 (synopsis "Lengths of mRNA transcripts for a number of genomes")
489 (description
490 "This package provides the lengths of mRNA transcripts for a number of
491 genomes and gene ID formats, largely based on the UCSC table browser.")
492 (license license:lgpl2.0+)))
493
494 (define-public r-txdb-hsapiens-ucsc-hg19-knowngene
495 (package
496 (name "r-txdb-hsapiens-ucsc-hg19-knowngene")
497 (version "3.2.2")
498 (source (origin
499 (method url-fetch)
500 (uri (bioconductor-uri "TxDb.Hsapiens.UCSC.hg19.knownGene"
501 version 'annotation))
502 (sha256
503 (base32
504 "1sajhcqqwazgz2lqbik7rd935i7kpnh08zxbp2ra10j72yqy4g86"))))
505 (properties
506 `((upstream-name . "TxDb.Hsapiens.UCSC.hg19.knownGene")))
507 (build-system r-build-system)
508 (propagated-inputs
509 `(("r-genomicfeatures" ,r-genomicfeatures)))
510 (home-page
511 "https://bioconductor.org/packages/TxDb.Hsapiens.UCSC.hg19.knownGene/")
512 (synopsis "Annotation package for human genome in TxDb format")
513 (description
514 "This package provides an annotation database of Homo sapiens genome
515 data. It is derived from the UCSC hg19 genome and based on the \"knownGene\"
516 track. The database is exposed as a @code{TxDb} object.")
517 (license license:artistic2.0)))
518
519 (define-public r-txdb-hsapiens-ucsc-hg38-knowngene
520 (package
521 (name "r-txdb-hsapiens-ucsc-hg38-knowngene")
522 (version "3.4.6")
523 (source (origin
524 (method url-fetch)
525 ;; We cannot use bioconductor-uri here because this tarball is
526 ;; located under "data/annotation/" instead of "bioc/".
527 (uri (string-append "https://bioconductor.org/packages/"
528 "release/data/annotation/src/contrib"
529 "/TxDb.Hsapiens.UCSC.hg38.knownGene_"
530 version ".tar.gz"))
531 (sha256
532 (base32
533 "12j7rri9r129v9w1yiqadg952dx462dh092sxif3r5kk8l7bxkn9"))))
534 (properties
535 `((upstream-name . "TxDb.Hsapiens.UCSC.hg38.knownGene")))
536 (build-system r-build-system)
537 (propagated-inputs
538 `(("r-genomicfeatures" ,r-genomicfeatures)))
539 (home-page
540 "https://bioconductor.org/packages/TxDb.Hsapiens.UCSC.hg38.knownGene/")
541 (synopsis "Annotation package for human genome in TxDb format")
542 (description
543 "This package provides an annotation database of Homo sapiens genome
544 data. It is derived from the UCSC hg38 genome and based on the \"knownGene\"
545 track. The database is exposed as a @code{TxDb} object.")
546 (license license:artistic2.0)))
547
548 (define-public r-txdb-mmusculus-ucsc-mm9-knowngene
549 (package
550 (name "r-txdb-mmusculus-ucsc-mm9-knowngene")
551 (version "3.2.2")
552 (source (origin
553 (method url-fetch)
554 ;; We cannot use bioconductor-uri here because this tarball is
555 ;; located under "data/annotation/" instead of "bioc/".
556 (uri (string-append "https://bioconductor.org/packages/"
557 "release/data/annotation/src/contrib"
558 "/TxDb.Mmusculus.UCSC.mm9.knownGene_"
559 version ".tar.gz"))
560 (sha256
561 (base32
562 "16bjxy00363hf91ik2mqlqls86i07gia72qh92xc3l1ncch61mx2"))))
563 (properties
564 `((upstream-name . "TxDb.Mmusculus.UCSC.mm9.knownGene")))
565 (build-system r-build-system)
566 (propagated-inputs
567 `(("r-genomicfeatures" ,r-genomicfeatures)
568 ("r-annotationdbi" ,r-annotationdbi)))
569 (home-page
570 "https://bioconductor.org/packages/TxDb.Mmusculus.UCSC.mm9.knownGene/")
571 (synopsis "Annotation package for mouse genome in TxDb format")
572 (description
573 "This package provides an annotation database of Mouse genome data. It
574 is derived from the UCSC mm9 genome and based on the \"knownGene\" track. The
575 database is exposed as a @code{TxDb} object.")
576 (license license:artistic2.0)))
577
578 (define-public r-txdb-mmusculus-ucsc-mm10-knowngene
579 (package
580 (name "r-txdb-mmusculus-ucsc-mm10-knowngene")
581 (version "3.4.7")
582 (source (origin
583 (method url-fetch)
584 ;; We cannot use bioconductor-uri here because this tarball is
585 ;; located under "data/annotation/" instead of "bioc/".
586 (uri (string-append "https://www.bioconductor.org/packages/"
587 "release/data/annotation/src/contrib/"
588 "TxDb.Mmusculus.UCSC.mm10.knownGene_"
589 version ".tar.gz"))
590 (sha256
591 (base32
592 "04impkl8zh1gpwwrpbf19jqznsjrq2306yyhm6cmx6hr1401bd6b"))))
593 (properties
594 `((upstream-name . "TxDb.Mmusculus.UCSC.mm10.knownGene")))
595 (build-system r-build-system)
596 ;; As this package provides little more than a very large data file it
597 ;; doesn't make sense to build substitutes.
598 (arguments `(#:substitutable? #f))
599 (propagated-inputs
600 `(("r-bsgenome" ,r-bsgenome)
601 ("r-genomicfeatures" ,r-genomicfeatures)
602 ("r-annotationdbi" ,r-annotationdbi)))
603 (home-page
604 "https://bioconductor.org/packages/TxDb.Mmusculus.UCSC.mm10.knownGene/")
605 (synopsis "Annotation package for TxDb knownGene object(s) for Mouse")
606 (description
607 "This package loads a TxDb object, which is an R interface to
608 prefabricated databases contained in this package. This package provides
609 the TxDb object of Mouse data as provided by UCSC (mm10, December 2011)
610 based on the knownGene track.")
611 (license license:artistic2.0)))
612
613 (define-public r-txdb-celegans-ucsc-ce6-ensgene
614 (package
615 (name "r-txdb-celegans-ucsc-ce6-ensgene")
616 (version "3.2.2")
617 (source
618 (origin
619 (method url-fetch)
620 (uri (bioconductor-uri "TxDb.Celegans.UCSC.ce6.ensGene"
621 version 'annotation))
622 (sha256
623 (base32
624 "1sgppva33cdy4isj2is8mfalj5gmmkpbkq9w1d83a4agcq31mi90"))))
625 (properties
626 `((upstream-name . "TxDb.Celegans.UCSC.ce6.ensGene")))
627 (build-system r-build-system)
628 (propagated-inputs
629 `(("r-annotationdbi" ,r-annotationdbi)
630 ("r-genomicfeatures" ,r-genomicfeatures)))
631 (home-page "https://bioconductor.org/packages/TxDb.Celegans.UCSC.ce6.ensGene/")
632 (synopsis "Annotation package for C elegans TxDb objects")
633 (description
634 "This package exposes a C elegans annotation database generated from UCSC
635 by exposing these as TxDb objects.")
636 (license license:artistic2.0)))
637
638 (define-public r-fdb-infiniummethylation-hg19
639 (package
640 (name "r-fdb-infiniummethylation-hg19")
641 (version "2.2.0")
642 (source (origin
643 (method url-fetch)
644 ;; We cannot use bioconductor-uri here because this tarball is
645 ;; located under "data/annotation/" instead of "bioc/".
646 (uri (string-append "https://www.bioconductor.org/packages/"
647 "release/data/annotation/src/contrib/"
648 "FDb.InfiniumMethylation.hg19_"
649 version ".tar.gz"))
650 (sha256
651 (base32
652 "0gq90fvph6kgrpjb89nvzq6hl1k24swn19rgjh5g98l86mja6nk0"))))
653 (properties
654 `((upstream-name . "FDb.InfiniumMethylation.hg19")))
655 (build-system r-build-system)
656 (propagated-inputs
657 `(("r-biostrings" ,r-biostrings)
658 ("r-genomicfeatures" ,r-genomicfeatures)
659 ("r-annotationdbi" ,r-annotationdbi)
660 ("r-org-hs-eg-db" ,r-org-hs-eg-db)
661 ("r-txdb-hsapiens-ucsc-hg19-knowngene" ,r-txdb-hsapiens-ucsc-hg19-knowngene)))
662 (home-page "https://bioconductor.org/packages/FDb.InfiniumMethylation.hg19/")
663 (synopsis "Compiled HumanMethylation27 and HumanMethylation450 annotations")
664 (description
665 "This is an annotation package for Illumina Infinium DNA methylation
666 probes. It contains the compiled HumanMethylation27 and HumanMethylation450
667 annotations.")
668 (license license:artistic2.0)))
669
670 (define-public r-illuminahumanmethylationepicmanifest
671 (package
672 (name "r-illuminahumanmethylationepicmanifest")
673 (version "0.3.0")
674 (source (origin
675 (method url-fetch)
676 ;; We cannot use bioconductor-uri here because this tarball is
677 ;; located under "data/annotation/" instead of "bioc/".
678 (uri (string-append "https://www.bioconductor.org/packages/"
679 "release/data/annotation/src/contrib/"
680 "IlluminaHumanMethylationEPICmanifest_"
681 version ".tar.gz"))
682 (sha256
683 (base32
684 "0alhjda5g186z8b1nsmnpfswrlj7prdz8mkwx60wkkl6hkcnk6p3"))))
685 (properties
686 `((upstream-name . "IlluminaHumanMethylationEPICmanifest")))
687 (build-system r-build-system)
688 (propagated-inputs
689 `(("r-minfi" ,r-minfi)))
690 (home-page "https://bioconductor.org/packages/IlluminaHumanMethylationEPICmanifest/")
691 (synopsis "Manifest for Illumina's EPIC methylation arrays")
692 (description
693 "This is a manifest package for Illumina's EPIC methylation arrays.")
694 (license license:artistic2.0)))
695
696 (define-public r-do-db
697 (package
698 (name "r-do-db")
699 (version "2.9")
700 (source (origin
701 (method url-fetch)
702 ;; We cannot use bioconductor-uri here because this tarball is
703 ;; located under "data/annotation/" instead of "bioc/".
704 (uri (string-append "https://www.bioconductor.org/packages/"
705 "release/data/annotation/src/contrib/"
706 "DO.db_" version ".tar.gz"))
707 (sha256
708 (base32
709 "10bqqa124l61ivzy4mdd3z3ar9a6537qbxw23pc4y9w8a6dwnavn"))))
710 (properties
711 `((upstream-name . "DO.db")))
712 (build-system r-build-system)
713 (propagated-inputs
714 `(("r-annotationdbi" ,r-annotationdbi)))
715 (home-page "https://www.bioconductor.org/packages/DO.db/")
716 (synopsis "Annotation maps describing the entire Disease Ontology")
717 (description
718 "This package provides a set of annotation maps describing the entire
719 Disease Ontology.")
720 (license license:artistic2.0)))
721
722 (define-public r-pfam-db
723 (package
724 (name "r-pfam-db")
725 (version "3.8.2")
726 (source
727 (origin
728 (method url-fetch)
729 (uri (bioconductor-uri "PFAM.db" version 'annotation))
730 (sha256
731 (base32
732 "0rn1arzzcniy3yyc4yc44vn40g0cqss37dhwnvsgxpfayqq1k59s"))))
733 (properties `((upstream-name . "PFAM.db")))
734 (build-system r-build-system)
735 (propagated-inputs
736 `(("r-annotationdbi" ,r-annotationdbi)))
737 (home-page "https://bioconductor.org/packages/PFAM.db")
738 (synopsis "Set of protein ID mappings for PFAM")
739 (description
740 "This package provides a set of protein ID mappings for PFAM, assembled
741 using data from public repositories.")
742 (license license:artistic2.0)))
743
744 (define-public r-phastcons100way-ucsc-hg19
745 (package
746 (name "r-phastcons100way-ucsc-hg19")
747 (version "3.7.2")
748 (source
749 (origin
750 (method url-fetch)
751 (uri (bioconductor-uri "phastCons100way.UCSC.hg19"
752 version 'annotation))
753 (sha256
754 (base32
755 "1jmc4k4zgkx5vr2plnidnd9bidlwlb0kr7mjg60cqjw7dq7jl1fa"))))
756 (properties
757 `((upstream-name . "phastCons100way.UCSC.hg19")))
758 (build-system r-build-system)
759 (propagated-inputs
760 `(("r-bsgenome" ,r-bsgenome)
761 ("r-genomeinfodb" ,r-genomeinfodb)
762 ("r-genomicranges" ,r-genomicranges)
763 ("r-genomicscores" ,r-genomicscores)
764 ("r-iranges" ,r-iranges)
765 ("r-s4vectors" ,r-s4vectors)))
766 (home-page "https://bioconductor.org/packages/phastCons100way.UCSC.hg19")
767 (synopsis "UCSC phastCons conservation scores for hg19")
768 (description
769 "This package provides UCSC phastCons conservation scores for the human
770 genome (hg19) calculated from multiple alignments with other 99 vertebrate
771 species.")
772 (license license:artistic2.0)))
773
774 \f
775 ;;; Experiment data
776
777 (define-public r-abadata
778 (package
779 (name "r-abadata")
780 (version "1.12.0")
781 (source (origin
782 (method url-fetch)
783 ;; We cannot use bioconductor-uri here because this tarball is
784 ;; located under "data/experiment/" instead of "bioc/".
785 (uri (string-append "https://www.bioconductor.org/packages/"
786 "release/data/experiment/src/contrib/"
787 "ABAData_" version ".tar.gz"))
788 (sha256
789 (base32
790 "1bmj341xcymlrk02gss5vvrqc4ddas0rdw39lnpsj98hq6n11p5z"))))
791 (properties
792 `((upstream-name . "ABAData")))
793 (build-system r-build-system)
794 (propagated-inputs
795 `(("r-annotationdbi" ,r-annotationdbi)))
796 (home-page "https://www.bioconductor.org/packages/ABAData/")
797 (synopsis "Gene expression in human brain regions from Allen Brain Atlas")
798 (description
799 "This package provides the data for the gene expression enrichment
800 analysis conducted in the package ABAEnrichment. The package includes three
801 datasets which are derived from the Allen Brain Atlas:
802
803 @enumerate
804 @item Gene expression data from Human Brain (adults) averaged across donors,
805 @item Gene expression data from the Developing Human Brain pooled into five
806 age categories and averaged across donors, and
807 @item a developmental effect score based on the Developing Human Brain
808 expression data.
809 @end enumerate
810
811 All datasets are restricted to protein coding genes.")
812 (license license:gpl2+)))
813
814 (define-public r-arrmdata
815 (package
816 (name "r-arrmdata")
817 (version "1.18.0")
818 (source (origin
819 (method url-fetch)
820 ;; We cannot use bioconductor-uri here because this tarball is
821 ;; located under "data/experiment/" instead of "bioc/".
822 (uri (string-append "https://www.bioconductor.org/packages/"
823 "release/data/experiment/src/contrib/"
824 "ARRmData_" version ".tar.gz"))
825 (sha256
826 (base32
827 "0r1y3zn7ly4k3ngx55vfavn9s6aidbddlv2fbmj7hj3hvpslmyly"))))
828 (properties
829 `((upstream-name . "ARRmData")))
830 (build-system r-build-system)
831 (home-page "https://www.bioconductor.org/packages/ARRmData/")
832 (synopsis "Example dataset for normalization of Illumina 450k methylation data")
833 (description
834 "This package provides raw beta values from 36 samples across 3 groups
835 from Illumina 450k methylation arrays.")
836 (license license:artistic2.0)))
837
838 (define-public r-hsmmsinglecell
839 (package
840 (name "r-hsmmsinglecell")
841 (version "1.2.0")
842 (source (origin
843 (method url-fetch)
844 ;; We cannot use bioconductor-uri here because this tarball is
845 ;; located under "data/experiment/" instead of "bioc/".
846 (uri (string-append "https://www.bioconductor.org/packages/"
847 "release/data/experiment/src/contrib/"
848 "HSMMSingleCell_" version ".tar.gz"))
849 (sha256
850 (base32
851 "1vxnr8gr6md85g39csy7g2sqqajiqgyvznys2qa9yixd2b01yph9"))))
852 (properties
853 `((upstream-name . "HSMMSingleCell")))
854 (build-system r-build-system)
855 (home-page "https://www.bioconductor.org/packages/HSMMSingleCell/")
856 (synopsis "Single-cell RNA-Seq for differentiating human skeletal muscle myoblasts (HSMM)")
857 (description
858 "Skeletal myoblasts undergo a well-characterized sequence of
859 morphological and transcriptional changes during differentiation. In this
860 experiment, primary @dfn{human skeletal muscle myoblasts} (HSMM) were expanded
861 under high mitogen conditions (GM) and then differentiated by switching to
862 low-mitogen media (DM). RNA-Seq libraries were sequenced from each of several
863 hundred cells taken over a time-course of serum-induced differentiation.
864 Between 49 and 77 cells were captured at each of four time points (0, 24, 48,
865 72 hours) following serum switch using the Fluidigm C1 microfluidic system.
866 RNA from each cell was isolated and used to construct mRNA-Seq libraries,
867 which were then sequenced to a depth of ~4 million reads per library,
868 resulting in a complete gene expression profile for each cell.")
869 (license license:artistic2.0)))
870
871 (define-public r-all
872 (package
873 (name "r-all")
874 (version "1.26.0")
875 (source (origin
876 (method url-fetch)
877 ;; We cannot use bioconductor-uri here because this tarball is
878 ;; located under "data/experiment/" instead of "bioc/".
879 (uri (string-append "https://www.bioconductor.org/packages/"
880 "release/data/experiment/src/contrib/"
881 "ALL_" version ".tar.gz"))
882 (sha256
883 (base32
884 "1z7kpjw4ndj6fkxwvhqf3gawhrn26ksrlns7j2c78qzxqmjndik9"))))
885 (properties `((upstream-name . "ALL")))
886 (build-system r-build-system)
887 (propagated-inputs
888 `(("r-biobase" ,r-biobase)))
889 (home-page "https://bioconductor.org/packages/ALL")
890 (synopsis "Acute Lymphoblastic Leukemia data from the Ritz laboratory")
891 (description
892 "The data consist of microarrays from 128 different individuals with
893 @dfn{acute lymphoblastic leukemia} (ALL). A number of additional covariates
894 are available. The data have been normalized (using rma) and it is the
895 jointly normalized data that are available here. The data are presented in
896 the form of an @code{exprSet} object.")
897 (license license:artistic2.0)))
898
899 (define-public r-affydata
900 (package
901 (name "r-affydata")
902 (version "1.32.0")
903 (source
904 (origin
905 (method url-fetch)
906 (uri (bioconductor-uri "affydata" version 'experiment))
907 (sha256
908 (base32
909 "1l9qhmjqgbrdl9cmd74rlnvmvr6mslbmckb83n0211whp2i0b7h5"))))
910 (properties `((upstream-name . "affydata")))
911 (build-system r-build-system)
912 (propagated-inputs
913 `(("r-affy" ,r-affy)))
914 (home-page "https://bioconductor.org/packages/affydata/")
915 (synopsis "Affymetrix data for demonstration purposes")
916 (description
917 "This package provides example datasets that represent 'real world
918 examples' of Affymetrix data, unlike the artificial examples included in the
919 package @code{affy}.")
920 (license license:gpl2+)))
921
922 \f
923 ;;; Packages
924
925 (define-public r-biocgenerics
926 (package
927 (name "r-biocgenerics")
928 (version "0.30.0")
929 (source (origin
930 (method url-fetch)
931 (uri (bioconductor-uri "BiocGenerics" version))
932 (sha256
933 (base32
934 "1n87686bg5nmpqdpzwv1h551dkbxp9wk6wbmzpkgm71qxnk2yv9f"))))
935 (properties
936 `((upstream-name . "BiocGenerics")))
937 (build-system r-build-system)
938 (home-page "https://bioconductor.org/packages/BiocGenerics")
939 (synopsis "S4 generic functions for Bioconductor")
940 (description
941 "This package provides S4 generic functions needed by many Bioconductor
942 packages.")
943 (license license:artistic2.0)))
944
945 (define-public r-affycomp
946 (package
947 (name "r-affycomp")
948 (version "1.60.0")
949 (source
950 (origin
951 (method url-fetch)
952 (uri (bioconductor-uri "affycomp" version))
953 (sha256
954 (base32
955 "1nijqljg5r3qj1y6an0i58sby76hqacj3a3nvainxic4n5wlzh0n"))))
956 (properties `((upstream-name . "affycomp")))
957 (build-system r-build-system)
958 (propagated-inputs `(("r-biobase" ,r-biobase)))
959 (home-page "https://bioconductor.org/packages/affycomp/")
960 (synopsis "Graphics toolbox for assessment of Affymetrix expression measures")
961 (description
962 "The package contains functions that can be used to compare expression
963 measures for Affymetrix Oligonucleotide Arrays.")
964 (license license:gpl2+)))
965
966 (define-public r-affycompatible
967 (package
968 (name "r-affycompatible")
969 (version "1.44.0")
970 (source
971 (origin
972 (method url-fetch)
973 (uri (bioconductor-uri "AffyCompatible" version))
974 (sha256
975 (base32
976 "1zi96qa6vkgwvvy5cn6c3p1kbfsaz74zsw2kjxarz5qs744f0xvs"))))
977 (properties
978 `((upstream-name . "AffyCompatible")))
979 (build-system r-build-system)
980 (propagated-inputs
981 `(("r-biostrings" ,r-biostrings)
982 ("r-rcurl" ,r-rcurl)
983 ("r-xml" ,r-xml)))
984 (home-page "https://bioconductor.org/packages/AffyCompatible/")
985 (synopsis "Work with Affymetrix GeneChip files")
986 (description
987 "This package provides an interface to Affymetrix chip annotation and
988 sample attribute files. The package allows an easy way for users to download
989 and manage local data bases of Affynmetrix NetAffx annotation files. It also
990 provides access to @dfn{GeneChip Operating System} (GCOS) and @dfn{GeneChip
991 Command Console} (AGCC)-compatible sample annotation files.")
992 (license license:artistic2.0)))
993
994 (define-public r-affycontam
995 (package
996 (name "r-affycontam")
997 (version "1.42.0")
998 (source
999 (origin
1000 (method url-fetch)
1001 (uri (bioconductor-uri "affyContam" version))
1002 (sha256
1003 (base32
1004 "0nzk1cm26rhmym753wyhn35hqnz5lvavi3i5qfgdvhxgjy3m1jgp"))))
1005 (properties `((upstream-name . "affyContam")))
1006 (build-system r-build-system)
1007 (propagated-inputs
1008 `(("r-affy" ,r-affy)
1009 ("r-affydata" ,r-affydata)
1010 ("r-biobase" ,r-biobase)))
1011 (home-page "https://bioconductor.org/packages/affyContam/")
1012 (synopsis "Structured corruption of Affymetrix CEL file data")
1013 (description
1014 "Microarray quality assessment is a major concern of microarray analysts.
1015 This package provides some simple approaches to in silico creation of quality
1016 problems in CEL-level data to help evaluate performance of quality metrics.")
1017 (license license:artistic2.0)))
1018
1019 (define-public r-affycoretools
1020 (package
1021 (name "r-affycoretools")
1022 (version "1.56.0")
1023 (source
1024 (origin
1025 (method url-fetch)
1026 (uri (bioconductor-uri "affycoretools" version))
1027 (sha256
1028 (base32
1029 "17dxpzhwwdwnxkdpmyjwdnacg41hw60mlc71w4nzlvs28sfsy09s"))))
1030 (properties `((upstream-name . "affycoretools")))
1031 (build-system r-build-system)
1032 (propagated-inputs
1033 `(("r-affy" ,r-affy)
1034 ("r-annotationdbi" ,r-annotationdbi)
1035 ("r-biobase" ,r-biobase)
1036 ("r-biocgenerics" ,r-biocgenerics)
1037 ("r-dbi" ,r-dbi)
1038 ("r-edger" ,r-edger)
1039 ("r-gcrma" ,r-gcrma)
1040 ("r-ggplot2" ,r-ggplot2)
1041 ("r-gostats" ,r-gostats)
1042 ("r-gplots" ,r-gplots)
1043 ("r-hwriter" ,r-hwriter)
1044 ("r-lattice" ,r-lattice)
1045 ("r-limma" ,r-limma)
1046 ("r-oligoclasses" ,r-oligoclasses)
1047 ("r-reportingtools" ,r-reportingtools)
1048 ("r-rsqlite" ,r-rsqlite)
1049 ("r-s4vectors" ,r-s4vectors)
1050 ("r-xtable" ,r-xtable)))
1051 (home-page "https://bioconductor.org/packages/affycoretools/")
1052 (synopsis "Functions for analyses with Affymetrix GeneChips")
1053 (description
1054 "This package provides various wrapper functions that have been written
1055 to streamline the more common analyses that a Biostatistician might see.")
1056 (license license:artistic2.0)))
1057
1058 (define-public r-affxparser
1059 (package
1060 (name "r-affxparser")
1061 (version "1.56.0")
1062 (source
1063 (origin
1064 (method url-fetch)
1065 (uri (bioconductor-uri "affxparser" version))
1066 (sha256
1067 (base32
1068 "1jv7k9pn4c7szi3ma2f2xsd58pkrkvjpk5wra73r6kc607qgrv33"))))
1069 (properties `((upstream-name . "affxparser")))
1070 (build-system r-build-system)
1071 (home-page "https://github.com/HenrikBengtsson/affxparser")
1072 (synopsis "Affymetrix File Parsing SDK")
1073 (description
1074 "This is a package for parsing Affymetrix files (CDF, CEL, CHP, BPMAP,
1075 BAR). It provides methods for fast and memory efficient parsing of Affymetrix
1076 files using the Affymetrix' Fusion SDK. Both ASCII- and binary-based files
1077 are supported. Currently, there are methods for reading @dfn{chip definition
1078 file} (CDF) and a @dfn{cell intensity file} (CEL). These files can be read
1079 either in full or in part. For example, probe signals from a few probesets
1080 can be extracted very quickly from a set of CEL files into a convenient list
1081 structure.")
1082 ;; The Fusion SDK contains files under GPLv2 and LGPLv2.1. The R code is
1083 ;; under LGPLv2+.
1084 (license (list license:lgpl2.0+ license:lgpl2.1 license:gpl2))))
1085
1086 (define-public r-annotate
1087 (package
1088 (name "r-annotate")
1089 (version "1.62.0")
1090 (source
1091 (origin
1092 (method url-fetch)
1093 (uri (bioconductor-uri "annotate" version))
1094 (sha256
1095 (base32
1096 "0hww0h4b7bv37mnjviazy247mnzj72z5linwm1gvljrgqv3bagcs"))))
1097 (build-system r-build-system)
1098 (propagated-inputs
1099 `(("r-annotationdbi" ,r-annotationdbi)
1100 ("r-biobase" ,r-biobase)
1101 ("r-biocgenerics" ,r-biocgenerics)
1102 ("r-dbi" ,r-dbi)
1103 ("r-rcurl" ,r-rcurl)
1104 ("r-xml" ,r-xml)
1105 ("r-xtable" ,r-xtable)))
1106 (home-page
1107 "https://bioconductor.org/packages/annotate")
1108 (synopsis "Annotation for microarrays")
1109 (description "This package provides R environments for the annotation of
1110 microarrays.")
1111 (license license:artistic2.0)))
1112
1113 (define-public r-hpar
1114 (package
1115 (name "r-hpar")
1116 (version "1.26.0")
1117 (source
1118 (origin
1119 (method url-fetch)
1120 (uri (bioconductor-uri "hpar" version))
1121 (sha256
1122 (base32
1123 "1mnld60nrn6qpb24sz2sy8vlw3wkhfc3z726gi67l8b5mdmkxgg5"))))
1124 (build-system r-build-system)
1125 (home-page "https://bioconductor.org/packages/hpar/")
1126 (synopsis "Human Protein Atlas in R")
1127 (description "This package provides a simple interface to and data from
1128 the Human Protein Atlas project.")
1129 (license license:artistic2.0)))
1130
1131 (define-public r-regioner
1132 (package
1133 (name "r-regioner")
1134 (version "1.16.5")
1135 (source
1136 (origin
1137 (method url-fetch)
1138 (uri (bioconductor-uri "regioneR" version))
1139 (sha256
1140 (base32
1141 "12x7sh5d8y549hqz4qjb2j3ak22l79w9l0vdbv4gn0bwi5206k8h"))))
1142 (properties `((upstream-name . "regioneR")))
1143 (build-system r-build-system)
1144 (propagated-inputs
1145 `(("r-biostrings" ,r-biostrings)
1146 ("r-bsgenome" ,r-bsgenome)
1147 ("r-genomeinfodb" ,r-genomeinfodb)
1148 ("r-genomicranges" ,r-genomicranges)
1149 ("r-iranges" ,r-iranges)
1150 ("r-memoise" ,r-memoise)
1151 ("r-rtracklayer" ,r-rtracklayer)
1152 ("r-s4vectors" ,r-s4vectors)))
1153 (home-page "https://bioconductor.org/packages/regioneR/")
1154 (synopsis "Association analysis of genomic regions")
1155 (description "This package offers a statistical framework based on
1156 customizable permutation tests to assess the association between genomic
1157 region sets and other genomic features.")
1158 (license license:artistic2.0)))
1159
1160 (define-public r-reportingtools
1161 (package
1162 (name "r-reportingtools")
1163 (version "2.24.0")
1164 (source
1165 (origin
1166 (method url-fetch)
1167 (uri (bioconductor-uri "ReportingTools" version))
1168 (sha256
1169 (base32
1170 "16ska7mlacka0xi8x2icy8v42vaxccb3a1x73szmfvcrwr592qsc"))))
1171 (properties
1172 `((upstream-name . "ReportingTools")))
1173 (build-system r-build-system)
1174 (propagated-inputs
1175 `(("r-annotate" ,r-annotate)
1176 ("r-annotationdbi" ,r-annotationdbi)
1177 ("r-biobase" ,r-biobase)
1178 ("r-biocgenerics" ,r-biocgenerics)
1179 ("r-category" ,r-category)
1180 ("r-deseq2" ,r-deseq2)
1181 ("r-edger" ,r-edger)
1182 ("r-ggbio" ,r-ggbio)
1183 ("r-ggplot2" ,r-ggplot2)
1184 ("r-gostats" ,r-gostats)
1185 ("r-gseabase" ,r-gseabase)
1186 ("r-hwriter" ,r-hwriter)
1187 ("r-iranges" ,r-iranges)
1188 ("r-knitr" ,r-knitr)
1189 ("r-lattice" ,r-lattice)
1190 ("r-limma" ,r-limma)
1191 ("r-pfam-db" ,r-pfam-db)
1192 ("r-r-utils" ,r-r-utils)
1193 ("r-xml" ,r-xml)))
1194 (home-page "https://bioconductor.org/packages/ReportingTools/")
1195 (synopsis "Tools for making reports in various formats")
1196 (description
1197 "The ReportingTools package enables users to easily display reports of
1198 analysis results generated from sources such as microarray and sequencing
1199 data. The package allows users to create HTML pages that may be viewed on a
1200 web browser, or in other formats. Users can generate tables with sortable and
1201 filterable columns, make and display plots, and link table entries to other
1202 data sources such as NCBI or larger plots within the HTML page. Using the
1203 package, users can also produce a table of contents page to link various
1204 reports together for a particular project that can be viewed in a web
1205 browser.")
1206 (license license:artistic2.0)))
1207
1208 (define-public r-geneplotter
1209 (package
1210 (name "r-geneplotter")
1211 (version "1.62.0")
1212 (source
1213 (origin
1214 (method url-fetch)
1215 (uri (bioconductor-uri "geneplotter" version))
1216 (sha256
1217 (base32
1218 "0jlqs20mqr0wgmjgzkzaynp3cy1z3xjzpz7055c1qi42fhimmimb"))))
1219 (build-system r-build-system)
1220 (propagated-inputs
1221 `(("r-annotate" ,r-annotate)
1222 ("r-annotationdbi" ,r-annotationdbi)
1223 ("r-biobase" ,r-biobase)
1224 ("r-biocgenerics" ,r-biocgenerics)
1225 ("r-lattice" ,r-lattice)
1226 ("r-rcolorbrewer" ,r-rcolorbrewer)))
1227 (home-page "https://bioconductor.org/packages/geneplotter")
1228 (synopsis "Graphics functions for genomic data")
1229 (description
1230 "This package provides functions for plotting genomic data.")
1231 (license license:artistic2.0)))
1232
1233 (define-public r-oligoclasses
1234 (package
1235 (name "r-oligoclasses")
1236 (version "1.46.0")
1237 (source
1238 (origin
1239 (method url-fetch)
1240 (uri (bioconductor-uri "oligoClasses" version))
1241 (sha256
1242 (base32
1243 "0z86zrmn80kcy6fgb9i9zs82vhim73n8hlkqy7y8sbb2jwksdr72"))))
1244 (properties `((upstream-name . "oligoClasses")))
1245 (build-system r-build-system)
1246 (propagated-inputs
1247 `(("r-affyio" ,r-affyio)
1248 ("r-biobase" ,r-biobase)
1249 ("r-biocgenerics" ,r-biocgenerics)
1250 ("r-biocmanager" ,r-biocmanager)
1251 ("r-biostrings" ,r-biostrings)
1252 ("r-dbi" ,r-dbi)
1253 ("r-ff" ,r-ff)
1254 ("r-foreach" ,r-foreach)
1255 ("r-genomicranges" ,r-genomicranges)
1256 ("r-iranges" ,r-iranges)
1257 ("r-rsqlite" ,r-rsqlite)
1258 ("r-s4vectors" ,r-s4vectors)
1259 ("r-summarizedexperiment" ,r-summarizedexperiment)))
1260 (home-page "https://bioconductor.org/packages/oligoClasses/")
1261 (synopsis "Classes for high-throughput arrays")
1262 (description
1263 "This package contains class definitions, validity checks, and
1264 initialization methods for classes used by the @code{oligo} and @code{crlmm}
1265 packages.")
1266 (license license:gpl2+)))
1267
1268 (define-public r-oligo
1269 (package
1270 (name "r-oligo")
1271 (version "1.48.0")
1272 (source
1273 (origin
1274 (method url-fetch)
1275 (uri (bioconductor-uri "oligo" version))
1276 (sha256
1277 (base32
1278 "0qkyz65zvry0syibjkvkshwijccna18jy0hlib0n5x4c8x9zs5df"))))
1279 (properties `((upstream-name . "oligo")))
1280 (build-system r-build-system)
1281 (inputs `(("zlib" ,zlib)))
1282 (propagated-inputs
1283 `(("r-affxparser" ,r-affxparser)
1284 ("r-affyio" ,r-affyio)
1285 ("r-biobase" ,r-biobase)
1286 ("r-biocgenerics" ,r-biocgenerics)
1287 ("r-biostrings" ,r-biostrings)
1288 ("r-dbi" ,r-dbi)
1289 ("r-ff" ,r-ff)
1290 ("r-oligoclasses" ,r-oligoclasses)
1291 ("r-preprocesscore" ,r-preprocesscore)
1292 ("r-rsqlite" ,r-rsqlite)
1293 ("r-zlibbioc" ,r-zlibbioc)))
1294 (home-page "https://bioconductor.org/packages/oligo/")
1295 (synopsis "Preprocessing tools for oligonucleotide arrays")
1296 (description
1297 "This package provides a package to analyze oligonucleotide
1298 arrays (expression/SNP/tiling/exon) at probe-level. It currently supports
1299 Affymetrix (CEL files) and NimbleGen arrays (XYS files).")
1300 (license license:lgpl2.0+)))
1301
1302 (define-public r-qvalue
1303 (package
1304 (name "r-qvalue")
1305 (version "2.16.0")
1306 (source
1307 (origin
1308 (method url-fetch)
1309 (uri (bioconductor-uri "qvalue" version))
1310 (sha256
1311 (base32
1312 "00mahhwb4n2s6nycwkdkjs2qgyyyi7hyrby3qr269krprr6q3lh5"))))
1313 (build-system r-build-system)
1314 (propagated-inputs
1315 `(("r-ggplot2" ,r-ggplot2)
1316 ("r-reshape2" ,r-reshape2)))
1317 (home-page "http://github.com/jdstorey/qvalue")
1318 (synopsis "Q-value estimation for false discovery rate control")
1319 (description
1320 "This package takes a list of p-values resulting from the simultaneous
1321 testing of many hypotheses and estimates their q-values and local @dfn{false
1322 discovery rate} (FDR) values. The q-value of a test measures the proportion
1323 of false positives incurred when that particular test is called significant.
1324 The local FDR measures the posterior probability the null hypothesis is true
1325 given the test's p-value. Various plots are automatically generated, allowing
1326 one to make sensible significance cut-offs. The software can be applied to
1327 problems in genomics, brain imaging, astrophysics, and data mining.")
1328 ;; Any version of the LGPL.
1329 (license license:lgpl3+)))
1330
1331 (define-public r-diffbind
1332 (package
1333 (name "r-diffbind")
1334 (version "2.12.0")
1335 (source
1336 (origin
1337 (method url-fetch)
1338 (uri (bioconductor-uri "DiffBind" version))
1339 (sha256
1340 (base32
1341 "1ialb1j2xa21a8dzss76qky83rg8y6jwdwi0mhy8b088zvxavich"))))
1342 (properties `((upstream-name . "DiffBind")))
1343 (build-system r-build-system)
1344 (inputs
1345 `(("zlib" ,zlib)))
1346 (propagated-inputs
1347 `(("r-amap" ,r-amap)
1348 ("r-biocparallel" ,r-biocparallel)
1349 ("r-deseq2" ,r-deseq2)
1350 ("r-dplyr" ,r-dplyr)
1351 ("r-edger" ,r-edger)
1352 ("r-genomicalignments" ,r-genomicalignments)
1353 ("r-genomicranges" ,r-genomicranges)
1354 ("r-ggplot2" ,r-ggplot2)
1355 ("r-ggrepel" ,r-ggrepel)
1356 ("r-gplots" ,r-gplots)
1357 ("r-iranges" ,r-iranges)
1358 ("r-lattice" ,r-lattice)
1359 ("r-limma" ,r-limma)
1360 ("r-locfit" ,r-locfit)
1361 ("r-rcolorbrewer" , r-rcolorbrewer)
1362 ("r-rcpp" ,r-rcpp)
1363 ("r-rhtslib" ,r-rhtslib)
1364 ("r-rsamtools" ,r-rsamtools)
1365 ("r-s4vectors" ,r-s4vectors)
1366 ("r-summarizedexperiment" ,r-summarizedexperiment)
1367 ("r-systempiper" ,r-systempiper)))
1368 (home-page "http://bioconductor.org/packages/DiffBind")
1369 (synopsis "Differential binding analysis of ChIP-Seq peak data")
1370 (description
1371 "This package computes differentially bound sites from multiple
1372 ChIP-seq experiments using affinity (quantitative) data. Also enables
1373 occupancy (overlap) analysis and plotting functions.")
1374 (license license:artistic2.0)))
1375
1376 (define-public r-ripseeker
1377 (package
1378 (name "r-ripseeker")
1379 (version "1.24.0")
1380 (source
1381 (origin
1382 (method url-fetch)
1383 (uri (bioconductor-uri "RIPSeeker" version))
1384 (sha256
1385 (base32
1386 "0rfff4wal51iji0m74mgnrlcq6i41nq5b79mv5brv7mab3g0cv43"))))
1387 (properties `((upstream-name . "RIPSeeker")))
1388 (build-system r-build-system)
1389 (propagated-inputs
1390 `(("r-s4vectors" ,r-s4vectors)
1391 ("r-iranges" ,r-iranges)
1392 ("r-genomicranges" ,r-genomicranges)
1393 ("r-summarizedexperiment" ,r-summarizedexperiment)
1394 ("r-rsamtools" ,r-rsamtools)
1395 ("r-genomicalignments" ,r-genomicalignments)
1396 ("r-rtracklayer" ,r-rtracklayer)))
1397 (home-page "http://bioconductor.org/packages/RIPSeeker")
1398 (synopsis
1399 "Identifying protein-associated transcripts from RIP-seq experiments")
1400 (description
1401 "This package infers and discriminates RIP peaks from RIP-seq alignments
1402 using two-state HMM with negative binomial emission probability. While
1403 RIPSeeker is specifically tailored for RIP-seq data analysis, it also provides
1404 a suite of bioinformatics tools integrated within this self-contained software
1405 package comprehensively addressing issues ranging from post-alignments
1406 processing to visualization and annotation.")
1407 (license license:gpl2)))
1408
1409 (define-public r-multtest
1410 (package
1411 (name "r-multtest")
1412 (version "2.40.0")
1413 (source
1414 (origin
1415 (method url-fetch)
1416 (uri (bioconductor-uri "multtest" version))
1417 (sha256
1418 (base32
1419 "0vy9wk1111qm69xy4r4n01b9rw60dsrcj2169jd45yiq63cdq7bv"))))
1420 (build-system r-build-system)
1421 (propagated-inputs
1422 `(("r-survival" ,r-survival)
1423 ("r-biocgenerics" ,r-biocgenerics)
1424 ("r-biobase" ,r-biobase)
1425 ("r-mass" ,r-mass)))
1426 (home-page "http://bioconductor.org/packages/multtest")
1427 (synopsis "Resampling-based multiple hypothesis testing")
1428 (description
1429 "This package can do non-parametric bootstrap and permutation
1430 resampling-based multiple testing procedures (including empirical Bayes
1431 methods) for controlling the family-wise error rate (FWER), generalized
1432 family-wise error rate (gFWER), tail probability of the proportion of
1433 false positives (TPPFP), and false discovery rate (FDR). Several choices
1434 of bootstrap-based null distribution are implemented (centered, centered
1435 and scaled, quantile-transformed). Single-step and step-wise methods are
1436 available. Tests based on a variety of T- and F-statistics (including
1437 T-statistics based on regression parameters from linear and survival models
1438 as well as those based on correlation parameters) are included. When probing
1439 hypotheses with T-statistics, users may also select a potentially faster null
1440 distribution which is multivariate normal with mean zero and variance
1441 covariance matrix derived from the vector influence function. Results are
1442 reported in terms of adjusted P-values, confidence regions and test statistic
1443 cutoffs. The procedures are directly applicable to identifying differentially
1444 expressed genes in DNA microarray experiments.")
1445 (license license:lgpl3)))
1446
1447 (define-public r-graph
1448 (package
1449 (name "r-graph")
1450 (version "1.62.0")
1451 (source (origin
1452 (method url-fetch)
1453 (uri (bioconductor-uri "graph" version))
1454 (sha256
1455 (base32
1456 "0rs81a8kp7nfzsfy2d11mlrjf4z156075p52wvz9nvi3vc6l348w"))))
1457 (build-system r-build-system)
1458 (propagated-inputs
1459 `(("r-biocgenerics" ,r-biocgenerics)))
1460 (home-page "https://bioconductor.org/packages/graph")
1461 (synopsis "Handle graph data structures in R")
1462 (description
1463 "This package implements some simple graph handling capabilities for R.")
1464 (license license:artistic2.0)))
1465
1466 (define-public r-codedepends
1467 (package
1468 (name "r-codedepends")
1469 (version "0.6.5")
1470 (source
1471 (origin
1472 (method url-fetch)
1473 (uri (cran-uri "CodeDepends" version))
1474 (sha256
1475 (base32
1476 "0l7kiv3awx50glf5cs841b4zzsff1ml90f0zr868ygvwsr4ps1hq"))))
1477 (properties `((upstream-name . "CodeDepends")))
1478 (build-system r-build-system)
1479 (propagated-inputs
1480 `(("r-codetools" ,r-codetools)
1481 ("r-graph" ,r-graph)
1482 ("r-xml" ,r-xml)))
1483 (home-page "http://cran.r-project.org/web/packages/CodeDepends")
1484 (synopsis "Analysis of R code for reproducible research and code comprehension")
1485 (description
1486 "This package provides tools for analyzing R expressions or blocks of
1487 code and determining the dependencies between them. It focuses on R scripts,
1488 but can be used on the bodies of functions. There are many facilities
1489 including the ability to summarize or get a high-level view of code,
1490 determining dependencies between variables, code improvement suggestions.")
1491 ;; Any version of the GPL
1492 (license (list license:gpl2+ license:gpl3+))))
1493
1494 (define-public r-chippeakanno
1495 (package
1496 (name "r-chippeakanno")
1497 (version "3.18.2")
1498 (source
1499 (origin
1500 (method url-fetch)
1501 (uri (bioconductor-uri "ChIPpeakAnno" version))
1502 (sha256
1503 (base32
1504 "0wzwdxvvr7wknz5jnan0wsp81c1gv4d2qx0mrb1yybqf4z068779"))))
1505 (properties `((upstream-name . "ChIPpeakAnno")))
1506 (build-system r-build-system)
1507 (propagated-inputs
1508 `(("r-annotationdbi" ,r-annotationdbi)
1509 ("r-biobase" ,r-biobase)
1510 ("r-biocgenerics" ,r-biocgenerics)
1511 ("r-biocmanager" ,r-biocmanager)
1512 ("r-biomart" ,r-biomart)
1513 ("r-biostrings" ,r-biostrings)
1514 ("r-bsgenome" ,r-bsgenome)
1515 ("r-dbi" ,r-dbi)
1516 ("r-delayedarray" ,r-delayedarray)
1517 ("r-ensembldb" ,r-ensembldb)
1518 ("r-genomeinfodb" ,r-genomeinfodb)
1519 ("r-genomicalignments" ,r-genomicalignments)
1520 ("r-genomicfeatures" ,r-genomicfeatures)
1521 ("r-genomicranges" ,r-genomicranges)
1522 ("r-go-db" ,r-go-db)
1523 ("r-graph" ,r-graph)
1524 ("r-idr" ,r-idr)
1525 ("r-iranges" ,r-iranges)
1526 ("r-limma" ,r-limma)
1527 ("r-matrixstats" ,r-matrixstats)
1528 ("r-multtest" ,r-multtest)
1529 ("r-rbgl" ,r-rbgl)
1530 ("r-regioner" ,r-regioner)
1531 ("r-rsamtools" ,r-rsamtools)
1532 ("r-rtracklayer" ,r-rtracklayer)
1533 ("r-s4vectors" ,r-s4vectors)
1534 ("r-seqinr" ,r-seqinr)
1535 ("r-summarizedexperiment" ,r-summarizedexperiment)
1536 ("r-venndiagram" ,r-venndiagram)))
1537 (home-page "http://bioconductor.org/packages/ChIPpeakAnno")
1538 (synopsis "Peaks annotation from ChIP-seq and ChIP-chip experiments")
1539 (description
1540 "The package includes functions to retrieve the sequences around the peak,
1541 obtain enriched Gene Ontology (GO) terms, find the nearest gene, exon, miRNA or
1542 custom features such as most conserved elements and other transcription factor
1543 binding sites supplied by users. Starting 2.0.5, new functions have been added
1544 for finding the peaks with bi-directional promoters with summary statistics
1545 (peaksNearBDP), for summarizing the occurrence of motifs in peaks
1546 (summarizePatternInPeaks) and for adding other IDs to annotated peaks or
1547 enrichedGO (addGeneIDs).")
1548 (license license:gpl2+)))
1549
1550 (define-public r-marray
1551 (package
1552 (name "r-marray")
1553 (version "1.62.0")
1554 (source (origin
1555 (method url-fetch)
1556 (uri (bioconductor-uri "marray" version))
1557 (sha256
1558 (base32 "000745d7gxka8cx4jwxf0p128jk90dw6wi3y8dkrkyz2arkl29yz"))))
1559 (build-system r-build-system)
1560 (propagated-inputs
1561 `(("r-limma" ,r-limma)))
1562 (home-page "http://bioconductor.org/packages/marray")
1563 (synopsis "Exploratory analysis for two-color spotted microarray data")
1564 (description "This package contains class definitions for two-color spotted
1565 microarray data. It also includes functions for data input, diagnostic plots,
1566 normalization and quality checking.")
1567 (license license:lgpl2.0+)))
1568
1569 (define-public r-cghbase
1570 (package
1571 (name "r-cghbase")
1572 (version "1.44.0")
1573 (source (origin
1574 (method url-fetch)
1575 (uri (bioconductor-uri "CGHbase" version))
1576 (sha256
1577 (base32 "0z9lvn5dxym6kc8ak5fsqkipv2p4z49va3cyz1ch8rw477k2iwvm"))))
1578 (properties `((upstream-name . "CGHbase")))
1579 (build-system r-build-system)
1580 (propagated-inputs
1581 `(("r-biobase" ,r-biobase)
1582 ("r-marray" ,r-marray)))
1583 (home-page "http://bioconductor.org/packages/CGHbase")
1584 (synopsis "Base functions and classes for arrayCGH data analysis")
1585 (description "This package contains functions and classes that are needed by
1586 the @code{arrayCGH} packages.")
1587 (license license:gpl2+)))
1588
1589 (define-public r-cghcall
1590 (package
1591 (name "r-cghcall")
1592 (version "2.46.0")
1593 (source (origin
1594 (method url-fetch)
1595 (uri (bioconductor-uri "CGHcall" version))
1596 (sha256
1597 (base32 "13vzk4myizs94hyak4iyxdrqyxyq1g85hwsmd13892g8pww6ga93"))))
1598 (properties `((upstream-name . "CGHcall")))
1599 (build-system r-build-system)
1600 (propagated-inputs
1601 `(("r-biobase" ,r-biobase)
1602 ("r-cghbase" ,r-cghbase)
1603 ("r-impute" ,r-impute)
1604 ("r-dnacopy" ,r-dnacopy)
1605 ("r-snowfall" ,r-snowfall)))
1606 (home-page "http://bioconductor.org/packages/CGHcall")
1607 (synopsis "Base functions and classes for arrayCGH data analysis")
1608 (description "This package contains functions and classes that are needed by
1609 @code{arrayCGH} packages.")
1610 (license license:gpl2+)))
1611
1612 (define-public r-qdnaseq
1613 (package
1614 (name "r-qdnaseq")
1615 (version "1.20.0")
1616 (source (origin
1617 (method url-fetch)
1618 (uri (bioconductor-uri "QDNAseq" version))
1619 (sha256
1620 (base32 "02afy5bpj35981q1qm59jx399hksk6a9v1jfwy7x888rn86gfcfz"))))
1621 (properties `((upstream-name . "QDNAseq")))
1622 (build-system r-build-system)
1623 (propagated-inputs
1624 `(("r-biobase" ,r-biobase)
1625 ("r-biocparallel" ,r-biocparallel)
1626 ("r-cghbase" ,r-cghbase)
1627 ("r-cghcall" ,r-cghcall)
1628 ("r-dnacopy" ,r-dnacopy)
1629 ("r-genomicranges" ,r-genomicranges)
1630 ("r-iranges" ,r-iranges)
1631 ("r-matrixstats" ,r-matrixstats)
1632 ("r-r-utils" ,r-r-utils)
1633 ("r-rsamtools" ,r-rsamtools)))
1634 (home-page "http://bioconductor.org/packages/QDNAseq")
1635 (synopsis "Quantitative DNA sequencing for chromosomal aberrations")
1636 (description "The genome is divided into non-overlapping fixed-sized bins,
1637 number of sequence reads in each counted, adjusted with a simultaneous
1638 two-dimensional loess correction for sequence mappability and GC content, and
1639 filtered to remove spurious regions in the genome. Downstream steps of
1640 segmentation and calling are also implemented via packages DNAcopy and CGHcall,
1641 respectively.")
1642 (license license:gpl2+)))
1643
1644 (define-public r-bayseq
1645 (package
1646 (name "r-bayseq")
1647 (version "2.18.0")
1648 (source
1649 (origin
1650 (method url-fetch)
1651 (uri (bioconductor-uri "baySeq" version))
1652 (sha256
1653 (base32
1654 "13lm7n5zqw8yg5sqb92h6ppcnr0l32qdgmv7i16pn32fb6z41p0w"))))
1655 (properties `((upstream-name . "baySeq")))
1656 (build-system r-build-system)
1657 (propagated-inputs
1658 `(("r-abind" ,r-abind)
1659 ("r-edger" ,r-edger)
1660 ("r-genomicranges" ,r-genomicranges)))
1661 (home-page "https://bioconductor.org/packages/baySeq/")
1662 (synopsis "Bayesian analysis of differential expression patterns in count data")
1663 (description
1664 "This package identifies differential expression in high-throughput count
1665 data, such as that derived from next-generation sequencing machines,
1666 calculating estimated posterior likelihoods of differential expression (or
1667 more complex hypotheses) via empirical Bayesian methods.")
1668 (license license:gpl3)))
1669
1670 (define-public r-chipcomp
1671 (package
1672 (name "r-chipcomp")
1673 (version "1.14.0")
1674 (source
1675 (origin
1676 (method url-fetch)
1677 (uri (bioconductor-uri "ChIPComp" version))
1678 (sha256
1679 (base32
1680 "0ragyl9dhg0ymgkh4z9d1cbwhbpcwh6x4985laaw6wmq2sjm732y"))))
1681 (properties `((upstream-name . "ChIPComp")))
1682 (build-system r-build-system)
1683 (propagated-inputs
1684 `(("r-biocgenerics" ,r-biocgenerics)
1685 ("r-bsgenome-hsapiens-ucsc-hg19" ,r-bsgenome-hsapiens-ucsc-hg19)
1686 ("r-bsgenome-mmusculus-ucsc-mm9" ,r-bsgenome-mmusculus-ucsc-mm9)
1687 ("r-genomeinfodb" ,r-genomeinfodb)
1688 ("r-genomicranges" ,r-genomicranges)
1689 ("r-iranges" ,r-iranges)
1690 ("r-limma" ,r-limma)
1691 ("r-rsamtools" ,r-rsamtools)
1692 ("r-rtracklayer" ,r-rtracklayer)
1693 ("r-s4vectors" ,r-s4vectors)))
1694 (home-page "https://bioconductor.org/packages/ChIPComp")
1695 (synopsis "Quantitative comparison of multiple ChIP-seq datasets")
1696 (description
1697 "ChIPComp implements a statistical method for quantitative comparison of
1698 multiple ChIP-seq datasets. It detects differentially bound sharp binding
1699 sites across multiple conditions considering matching control in ChIP-seq
1700 datasets.")
1701 ;; Any version of the GPL.
1702 (license license:gpl3+)))
1703
1704 (define-public r-riboprofiling
1705 (package
1706 (name "r-riboprofiling")
1707 (version "1.14.0")
1708 (source
1709 (origin
1710 (method url-fetch)
1711 (uri (bioconductor-uri "RiboProfiling" version))
1712 (sha256
1713 (base32
1714 "1si8zkznm0slvghk786qsp0wd6sns6hggrnz88ww9fcfvsqvzsy9"))))
1715 (properties `((upstream-name . "RiboProfiling")))
1716 (build-system r-build-system)
1717 (propagated-inputs
1718 `(("r-biocgenerics" ,r-biocgenerics)
1719 ("r-biostrings" ,r-biostrings)
1720 ("r-data-table" ,r-data-table)
1721 ("r-genomeinfodb" ,r-genomeinfodb)
1722 ("r-genomicalignments" ,r-genomicalignments)
1723 ("r-genomicfeatures" ,r-genomicfeatures)
1724 ("r-genomicranges" ,r-genomicranges)
1725 ("r-ggbio" ,r-ggbio)
1726 ("r-ggplot2" ,r-ggplot2)
1727 ("r-iranges" ,r-iranges)
1728 ("r-plyr" ,r-plyr)
1729 ("r-reshape2" ,r-reshape2)
1730 ("r-rsamtools" ,r-rsamtools)
1731 ("r-rtracklayer" ,r-rtracklayer)
1732 ("r-s4vectors" ,r-s4vectors)
1733 ("r-sqldf" ,r-sqldf)))
1734 (home-page "https://bioconductor.org/packages/RiboProfiling/")
1735 (synopsis "Ribosome profiling data analysis")
1736 (description "Starting with a BAM file, this package provides the
1737 necessary functions for quality assessment, read start position recalibration,
1738 the counting of genomic sequence reads on CDS, 3'UTR, and 5'UTR, and plotting
1739 of count data: pairs, log fold-change, codon frequency and coverage
1740 assessment, principal component analysis on codon coverage.")
1741 (license license:gpl3)))
1742
1743 (define-public r-riboseqr
1744 (package
1745 (name "r-riboseqr")
1746 (version "1.18.0")
1747 (source
1748 (origin
1749 (method url-fetch)
1750 (uri (bioconductor-uri "riboSeqR" version))
1751 (sha256
1752 (base32
1753 "1d1v098w7fmnsmxfg3l7yndyyr7ajig00axiwg413lyg255is1ga"))))
1754 (properties `((upstream-name . "riboSeqR")))
1755 (build-system r-build-system)
1756 (propagated-inputs
1757 `(("r-abind" ,r-abind)
1758 ("r-bayseq" ,r-bayseq)
1759 ("r-genomeinfodb" ,r-genomeinfodb)
1760 ("r-genomicranges" ,r-genomicranges)
1761 ("r-iranges" ,r-iranges)
1762 ("r-rsamtools" ,r-rsamtools)
1763 ("r-seqlogo" ,r-seqlogo)))
1764 (home-page "https://bioconductor.org/packages/riboSeqR/")
1765 (synopsis "Analysis of sequencing data from ribosome profiling experiments")
1766 (description
1767 "This package provides plotting functions, frameshift detection and
1768 parsing of genetic sequencing data from ribosome profiling experiments.")
1769 (license license:gpl3)))
1770
1771 (define-public r-interactionset
1772 (package
1773 (name "r-interactionset")
1774 (version "1.12.0")
1775 (source
1776 (origin
1777 (method url-fetch)
1778 (uri (bioconductor-uri "InteractionSet" version))
1779 (sha256
1780 (base32
1781 "0djgfpp34l6w8mk5b8s4wh0l12s4nn0f9ifvc3dq4970f6hb55z6"))))
1782 (properties
1783 `((upstream-name . "InteractionSet")))
1784 (build-system r-build-system)
1785 (propagated-inputs
1786 `(("r-biocgenerics" ,r-biocgenerics)
1787 ("r-genomeinfodb" ,r-genomeinfodb)
1788 ("r-genomicranges" ,r-genomicranges)
1789 ("r-iranges" ,r-iranges)
1790 ("r-matrix" ,r-matrix)
1791 ("r-rcpp" ,r-rcpp)
1792 ("r-s4vectors" ,r-s4vectors)
1793 ("r-summarizedexperiment" ,r-summarizedexperiment)))
1794 (home-page "https://bioconductor.org/packages/InteractionSet")
1795 (synopsis "Base classes for storing genomic interaction data")
1796 (description
1797 "This package provides the @code{GInteractions},
1798 @code{InteractionSet} and @code{ContactMatrix} objects and associated methods
1799 for storing and manipulating genomic interaction data from Hi-C and ChIA-PET
1800 experiments.")
1801 (license license:gpl3)))
1802
1803 (define-public r-genomicinteractions
1804 (package
1805 (name "r-genomicinteractions")
1806 (version "1.18.1")
1807 (source
1808 (origin
1809 (method url-fetch)
1810 (uri (bioconductor-uri "GenomicInteractions" version))
1811 (sha256
1812 (base32
1813 "0hq2n5yfr9h2ayn10dy9lz08gd2q0awrm5cy2kqdmz4d8ss4r94p"))))
1814 (properties
1815 `((upstream-name . "GenomicInteractions")))
1816 (build-system r-build-system)
1817 (propagated-inputs
1818 `(("r-biobase" ,r-biobase)
1819 ("r-biocgenerics" ,r-biocgenerics)
1820 ("r-data-table" ,r-data-table)
1821 ("r-dplyr" ,r-dplyr)
1822 ("r-genomeinfodb" ,r-genomeinfodb)
1823 ("r-genomicranges" ,r-genomicranges)
1824 ("r-ggplot2" ,r-ggplot2)
1825 ("r-gridextra" ,r-gridextra)
1826 ("r-gviz" ,r-gviz)
1827 ("r-igraph" ,r-igraph)
1828 ("r-interactionset" ,r-interactionset)
1829 ("r-iranges" ,r-iranges)
1830 ("r-rsamtools" ,r-rsamtools)
1831 ("r-rtracklayer" ,r-rtracklayer)
1832 ("r-s4vectors" ,r-s4vectors)
1833 ("r-stringr" ,r-stringr)))
1834 (home-page "https://github.com/ComputationalRegulatoryGenomicsICL/GenomicInteractions/")
1835 (synopsis "R package for handling genomic interaction data")
1836 (description
1837 "This R package provides tools for handling genomic interaction data,
1838 such as ChIA-PET/Hi-C, annotating genomic features with interaction
1839 information and producing various plots and statistics.")
1840 (license license:gpl3)))
1841
1842 (define-public r-ctc
1843 (package
1844 (name "r-ctc")
1845 (version "1.58.0")
1846 (source
1847 (origin
1848 (method url-fetch)
1849 (uri (bioconductor-uri "ctc" version))
1850 (sha256
1851 (base32
1852 "15n5b6i18x14km5rdqiydxcak5cr5dr3adwwwc5kcqf5gkwmi3am"))))
1853 (build-system r-build-system)
1854 (propagated-inputs `(("r-amap" ,r-amap)))
1855 (home-page "https://bioconductor.org/packages/ctc/")
1856 (synopsis "Cluster and tree conversion")
1857 (description
1858 "This package provides tools for exporting and importing classification
1859 trees and clusters to other programs.")
1860 (license license:gpl2)))
1861
1862 (define-public r-goseq
1863 (package
1864 (name "r-goseq")
1865 (version "1.36.0")
1866 (source
1867 (origin
1868 (method url-fetch)
1869 (uri (bioconductor-uri "goseq" version))
1870 (sha256
1871 (base32
1872 "0h8kd3d7yfdq8padfb0k92crwxi5h9gvgv4l3pa8k8wn4kczvciw"))))
1873 (build-system r-build-system)
1874 (propagated-inputs
1875 `(("r-annotationdbi" ,r-annotationdbi)
1876 ("r-biasedurn" ,r-biasedurn)
1877 ("r-biocgenerics" ,r-biocgenerics)
1878 ("r-genelendatabase" ,r-genelendatabase)
1879 ("r-go-db" ,r-go-db)
1880 ("r-mgcv" ,r-mgcv)))
1881 (home-page "https://bioconductor.org/packages/goseq/")
1882 (synopsis "Gene Ontology analyser for RNA-seq and other length biased data")
1883 (description
1884 "This package provides tools to detect Gene Ontology and/or other user
1885 defined categories which are over/under represented in RNA-seq data.")
1886 (license license:lgpl2.0+)))
1887
1888 (define-public r-glimma
1889 (package
1890 (name "r-glimma")
1891 (version "1.12.0")
1892 (source
1893 (origin
1894 (method url-fetch)
1895 (uri (bioconductor-uri "Glimma" version))
1896 (sha256
1897 (base32
1898 "11qg5khqspxldfgg6p3xsxys472ab8wwi2snwc6bdxczv1f2p56x"))))
1899 (properties `((upstream-name . "Glimma")))
1900 (build-system r-build-system)
1901 (propagated-inputs
1902 `(("r-edger" ,r-edger)
1903 ("r-jsonlite" ,r-jsonlite)
1904 ("r-s4vectors" ,r-s4vectors)))
1905 (home-page "https://github.com/Shians/Glimma")
1906 (synopsis "Interactive HTML graphics")
1907 (description
1908 "This package generates interactive visualisations for analysis of
1909 RNA-sequencing data using output from limma, edgeR or DESeq2 packages in an
1910 HTML page. The interactions are built on top of the popular static
1911 representations of analysis results in order to provide additional
1912 information.")
1913 (license license:lgpl3)))
1914
1915 (define-public r-rots
1916 (package
1917 (name "r-rots")
1918 (version "1.12.0")
1919 (source
1920 (origin
1921 (method url-fetch)
1922 (uri (bioconductor-uri "ROTS" version))
1923 (sha256
1924 (base32
1925 "1j29pfyv2pn0wp544m5a568b3yd31kzavwwiwqylcjwvq5lfzy77"))))
1926 (properties `((upstream-name . "ROTS")))
1927 (build-system r-build-system)
1928 (propagated-inputs
1929 `(("r-biobase" ,r-biobase)
1930 ("r-rcpp" ,r-rcpp)))
1931 (home-page "https://bioconductor.org/packages/ROTS/")
1932 (synopsis "Reproducibility-Optimized Test Statistic")
1933 (description
1934 "This package provides tools for calculating the
1935 @dfn{Reproducibility-Optimized Test Statistic} (ROTS) for differential testing
1936 in omics data.")
1937 (license license:gpl2+)))
1938
1939 (define-public r-plgem
1940 (package
1941 (name "r-plgem")
1942 (version "1.56.0")
1943 (source
1944 (origin
1945 (method url-fetch)
1946 (uri (bioconductor-uri "plgem" version))
1947 (sha256
1948 (base32
1949 "0y6gp5rlkvlv435qps7zhih84g5wrdvg6myj74ywnpl5a773nfqp"))))
1950 (build-system r-build-system)
1951 (propagated-inputs
1952 `(("r-biobase" ,r-biobase)
1953 ("r-mass" ,r-mass)))
1954 (home-page "http://www.genopolis.it")
1955 (synopsis "Detect differential expression in microarray and proteomics datasets")
1956 (description
1957 "The Power Law Global Error Model (PLGEM) has been shown to faithfully
1958 model the variance-versus-mean dependence that exists in a variety of
1959 genome-wide datasets, including microarray and proteomics data. The use of
1960 PLGEM has been shown to improve the detection of differentially expressed
1961 genes or proteins in these datasets.")
1962 (license license:gpl2)))
1963
1964 (define-public r-inspect
1965 (package
1966 (name "r-inspect")
1967 (version "1.14.0")
1968 (source
1969 (origin
1970 (method url-fetch)
1971 (uri (bioconductor-uri "INSPEcT" version))
1972 (sha256
1973 (base32
1974 "1a7smljndiyahgpj6vl079pvi3n0rfk1vkdkp799y4nm2wnhn93r"))))
1975 (properties `((upstream-name . "INSPEcT")))
1976 (build-system r-build-system)
1977 (propagated-inputs
1978 `(("r-biobase" ,r-biobase)
1979 ("r-biocgenerics" ,r-biocgenerics)
1980 ("r-biocparallel" ,r-biocparallel)
1981 ("r-deseq2" ,r-deseq2)
1982 ("r-desolve" ,r-desolve)
1983 ("r-genomicalignments" ,r-genomicalignments)
1984 ("r-genomicfeatures" ,r-genomicfeatures)
1985 ("r-genomicranges" ,r-genomicranges)
1986 ("r-iranges" ,r-iranges)
1987 ("r-plgem" ,r-plgem)
1988 ("r-preprocesscore" ,r-preprocesscore)
1989 ("r-proc" ,r-proc)
1990 ("r-rootsolve" ,r-rootsolve)
1991 ("r-rsamtools" ,r-rsamtools)
1992 ("r-s4vectors" ,r-s4vectors)
1993 ("r-shiny" ,r-shiny)
1994 ("r-summarizedexperiment" ,r-summarizedexperiment)
1995 ("r-txdb-mmusculus-ucsc-mm9-knowngene"
1996 ,r-txdb-mmusculus-ucsc-mm9-knowngene)))
1997 (home-page "https://bioconductor.org/packages/INSPEcT")
1998 (synopsis "Analysis of 4sU-seq and RNA-seq time-course data")
1999 (description
2000 "INSPEcT (INference of Synthesis, Processing and dEgradation rates in
2001 Time-Course experiments) analyses 4sU-seq and RNA-seq time-course data in
2002 order to evaluate synthesis, processing and degradation rates and assess via
2003 modeling the rates that determines changes in mature mRNA levels.")
2004 (license license:gpl2)))
2005
2006 (define-public r-dnabarcodes
2007 (package
2008 (name "r-dnabarcodes")
2009 (version "1.14.0")
2010 (source
2011 (origin
2012 (method url-fetch)
2013 (uri (bioconductor-uri "DNABarcodes" version))
2014 (sha256
2015 (base32
2016 "1a0c9ag9n41cs0da9lfvpkxf7n5vbrfypaygdv66mw73aibix6v0"))))
2017 (properties `((upstream-name . "DNABarcodes")))
2018 (build-system r-build-system)
2019 (propagated-inputs
2020 `(("r-bh" ,r-bh)
2021 ("r-matrix" ,r-matrix)
2022 ("r-rcpp" ,r-rcpp)))
2023 (home-page "https://bioconductor.org/packages/DNABarcodes")
2024 (synopsis "Create and analyze DNA barcodes")
2025 (description
2026 "This package offers tools to create DNA barcode sets capable of
2027 correcting insertion, deletion, and substitution errors. Existing barcodes
2028 can be analyzed regarding their minimal, maximal and average distances between
2029 barcodes. Finally, reads that start with a (possibly mutated) barcode can be
2030 demultiplexed, i.e. assigned to their original reference barcode.")
2031 (license license:gpl2)))
2032
2033 (define-public r-ruvseq
2034 (package
2035 (name "r-ruvseq")
2036 (version "1.18.0")
2037 (source
2038 (origin
2039 (method url-fetch)
2040 (uri (bioconductor-uri "RUVSeq" version))
2041 (sha256
2042 (base32
2043 "0ln4qc9d5r15zlhazx6annx97c0wrx3jqpcvk7yj1jnwh349lw33"))))
2044 (properties `((upstream-name . "RUVSeq")))
2045 (build-system r-build-system)
2046 (propagated-inputs
2047 `(("r-biobase" ,r-biobase)
2048 ("r-edaseq" ,r-edaseq)
2049 ("r-edger" ,r-edger)
2050 ("r-mass" ,r-mass)))
2051 (home-page "https://github.com/drisso/RUVSeq")
2052 (synopsis "Remove unwanted variation from RNA-Seq data")
2053 (description
2054 "This package implements methods to @dfn{remove unwanted variation} (RUV)
2055 of Risso et al. (2014) for the normalization of RNA-Seq read counts between
2056 samples.")
2057 (license license:artistic2.0)))
2058
2059 (define-public r-biocneighbors
2060 (package
2061 (name "r-biocneighbors")
2062 (version "1.2.0")
2063 (source
2064 (origin
2065 (method url-fetch)
2066 (uri (bioconductor-uri "BiocNeighbors" version))
2067 (sha256
2068 (base32
2069 "08ak72y6mafzkhzfkx6b7waljpa0f1nxcrvyspd88sgzxgxjnkmg"))))
2070 (properties `((upstream-name . "BiocNeighbors")))
2071 (build-system r-build-system)
2072 (propagated-inputs
2073 `(("r-biocgenerics" ,r-biocgenerics)
2074 ("r-biocparallel" ,r-biocparallel)
2075 ("r-rcpp" ,r-rcpp)
2076 ("r-rcppannoy" ,r-rcppannoy)
2077 ("r-rcpphnsw" ,r-rcpphnsw)
2078 ("r-s4vectors" ,r-s4vectors)))
2079 (home-page "https://bioconductor.org/packages/BiocNeighbors")
2080 (synopsis "Nearest Neighbor Detection for Bioconductor packages")
2081 (description
2082 "This package implements exact and approximate methods for nearest
2083 neighbor detection, in a framework that allows them to be easily switched
2084 within Bioconductor packages or workflows. The exact algorithm is implemented
2085 using pre-clustering with the k-means algorithm. Functions are also provided
2086 to search for all neighbors within a given distance. Parallelization is
2087 achieved for all methods using the BiocParallel framework.")
2088 (license license:gpl3)))
2089
2090 (define-public r-biocsingular
2091 (package
2092 (name "r-biocsingular")
2093 (version "1.0.0")
2094 (source
2095 (origin
2096 (method url-fetch)
2097 (uri (bioconductor-uri "BiocSingular" version))
2098 (sha256
2099 (base32
2100 "129z6bkdhm5wlvrjiwrr8yl2jj9chh4i6dm6firlj4c4ql3jp4f5"))))
2101 (properties `((upstream-name . "BiocSingular")))
2102 (build-system r-build-system)
2103 (propagated-inputs
2104 `(("r-beachmat" ,r-beachmat)
2105 ("r-biocgenerics" ,r-biocgenerics)
2106 ("r-biocparallel" ,r-biocparallel)
2107 ("r-delayedarray" ,r-delayedarray)
2108 ("r-irlba" ,r-irlba)
2109 ("r-matrix" ,r-matrix)
2110 ("r-rcpp" ,r-rcpp)
2111 ("r-rsvd" ,r-rsvd)
2112 ("r-s4vectors" ,r-s4vectors)))
2113 (home-page "https://github.com/LTLA/BiocSingular")
2114 (synopsis "Singular value decomposition for Bioconductor packages")
2115 (description
2116 "This package implements exact and approximate methods for singular value
2117 decomposition and principal components analysis, in a framework that allows
2118 them to be easily switched within Bioconductor packages or workflows. Where
2119 possible, parallelization is achieved using the BiocParallel framework.")
2120 (license license:gpl3)))
2121
2122 (define-public r-destiny
2123 (package
2124 (name "r-destiny")
2125 (version "2.14.0")
2126 (source
2127 (origin
2128 (method url-fetch)
2129 (uri (bioconductor-uri "destiny" version))
2130 (sha256
2131 (base32
2132 "1bpa114fgrknn6415g4d1jrvb924nkwi18jzfqribpvcf1vlgrf3"))))
2133 (build-system r-build-system)
2134 (propagated-inputs
2135 `(("r-biobase" ,r-biobase)
2136 ("r-biocgenerics" ,r-biocgenerics)
2137 ("r-ggplot2" ,r-ggplot2)
2138 ("r-ggthemes" ,r-ggthemes)
2139 ("r-igraph" ,r-igraph)
2140 ("r-matrix" ,r-matrix)
2141 ("r-proxy" ,r-proxy)
2142 ("r-rcpp" ,r-rcpp)
2143 ("r-rcppeigen" ,r-rcppeigen)
2144 ("r-scales" ,r-scales)
2145 ("r-scatterplot3d" ,r-scatterplot3d)
2146 ("r-smoother" ,r-smoother)
2147 ("r-summarizedexperiment" ,r-summarizedexperiment)
2148 ("r-vim" ,r-vim)))
2149 (home-page "https://bioconductor.org/packages/destiny/")
2150 (synopsis "Create and plot diffusion maps")
2151 (description "This package provides tools to create and plot diffusion
2152 maps.")
2153 ;; Any version of the GPL
2154 (license license:gpl3+)))
2155
2156 (define-public r-savr
2157 (package
2158 (name "r-savr")
2159 (version "1.22.0")
2160 (source
2161 (origin
2162 (method url-fetch)
2163 (uri (bioconductor-uri "savR" version))
2164 (sha256
2165 (base32
2166 "101p0c07p49c50lfnbfanyyikdypmqkvwclqifq32js9phqwhf6h"))))
2167 (properties `((upstream-name . "savR")))
2168 (build-system r-build-system)
2169 (propagated-inputs
2170 `(("r-ggplot2" ,r-ggplot2)
2171 ("r-gridextra" ,r-gridextra)
2172 ("r-reshape2" ,r-reshape2)
2173 ("r-scales" ,r-scales)
2174 ("r-xml" ,r-xml)))
2175 (home-page "https://github.com/bcalder/savR")
2176 (synopsis "Parse and analyze Illumina SAV files")
2177 (description
2178 "This package provides tools to parse Illumina Sequence Analysis
2179 Viewer (SAV) files, access data, and generate QC plots.")
2180 (license license:agpl3+)))
2181
2182 (define-public r-chipexoqual
2183 (package
2184 (name "r-chipexoqual")
2185 (version "1.8.0")
2186 (source
2187 (origin
2188 (method url-fetch)
2189 (uri (bioconductor-uri "ChIPexoQual" version))
2190 (sha256
2191 (base32
2192 "02341i3lg74czgapf5qc6zvi2321af3rp85qavbg209fyc219acj"))))
2193 (properties `((upstream-name . "ChIPexoQual")))
2194 (build-system r-build-system)
2195 (propagated-inputs
2196 `(("r-biocparallel" ,r-biocparallel)
2197 ("r-biovizbase" ,r-biovizbase)
2198 ("r-broom" ,r-broom)
2199 ("r-data-table" ,r-data-table)
2200 ("r-dplyr" ,r-dplyr)
2201 ("r-genomeinfodb" ,r-genomeinfodb)
2202 ("r-genomicalignments" ,r-genomicalignments)
2203 ("r-genomicranges" ,r-genomicranges)
2204 ("r-ggplot2" ,r-ggplot2)
2205 ("r-hexbin" ,r-hexbin)
2206 ("r-iranges" ,r-iranges)
2207 ("r-rcolorbrewer" ,r-rcolorbrewer)
2208 ("r-rmarkdown" ,r-rmarkdown)
2209 ("r-rsamtools" ,r-rsamtools)
2210 ("r-s4vectors" ,r-s4vectors)
2211 ("r-scales" ,r-scales)
2212 ("r-viridis" ,r-viridis)))
2213 (home-page "https://github.com/keleslab/ChIPexoQual")
2214 (synopsis "Quality control pipeline for ChIP-exo/nexus data")
2215 (description
2216 "This package provides a quality control pipeline for ChIP-exo/nexus
2217 sequencing data.")
2218 (license license:gpl2+)))
2219
2220 (define-public r-copynumber
2221 (package
2222 (name "r-copynumber")
2223 (version "1.24.0")
2224 (source (origin
2225 (method url-fetch)
2226 (uri (bioconductor-uri "copynumber" version))
2227 (sha256
2228 (base32
2229 "0gmxi7w776pjqv3v0pkdihb167zzrnr9hw64yfvzgjhkhrc6a4rp"))))
2230 (build-system r-build-system)
2231 (propagated-inputs
2232 `(("r-s4vectors" ,r-s4vectors)
2233 ("r-iranges" ,r-iranges)
2234 ("r-genomicranges" ,r-genomicranges)
2235 ("r-biocgenerics" ,r-biocgenerics)))
2236 (home-page "https://bioconductor.org/packages/copynumber")
2237 (synopsis "Segmentation of single- and multi-track copy number data")
2238 (description
2239 "This package segments single- and multi-track copy number data by a
2240 penalized least squares regression method.")
2241 (license license:artistic2.0)))
2242
2243 (define-public r-dnacopy
2244 (package
2245 (name "r-dnacopy")
2246 (version "1.58.0")
2247 (source
2248 (origin
2249 (method url-fetch)
2250 (uri (bioconductor-uri "DNAcopy" version))
2251 (sha256
2252 (base32
2253 "1gybr3cbsrqjgz00n4l5kb2nrmh302xpvzk5zk957ijj5qbfwmxa"))))
2254 (properties `((upstream-name . "DNAcopy")))
2255 (build-system r-build-system)
2256 (native-inputs `(("gfortran" ,gfortran)))
2257 (home-page "https://bioconductor.org/packages/DNAcopy")
2258 (synopsis "DNA copy number data analysis")
2259 (description
2260 "This package implements the @dfn{circular binary segmentation} (CBS)
2261 algorithm to segment DNA copy number data and identify genomic regions with
2262 abnormal copy number.")
2263 (license license:gpl2+)))
2264
2265 ;; This is a CRAN package, but it uncharacteristically depends on a
2266 ;; Bioconductor package.
2267 (define-public r-htscluster
2268 (package
2269 (name "r-htscluster")
2270 (version "2.0.8")
2271 (source
2272 (origin
2273 (method url-fetch)
2274 (uri (cran-uri "HTSCluster" version))
2275 (sha256
2276 (base32
2277 "0wnbfh6hdx8692jilgmv8sys1zm6fqc6mim7vvjhyqlmpm8gm0kg"))))
2278 (properties `((upstream-name . "HTSCluster")))
2279 (build-system r-build-system)
2280 (propagated-inputs
2281 `(("r-capushe" ,r-capushe)
2282 ("r-edger" ,r-edger)
2283 ("r-plotrix" ,r-plotrix)))
2284 (home-page "https://cran.r-project.org/web/packages/HTSCluster")
2285 (synopsis "Clustering high-throughput transcriptome sequencing (HTS) data")
2286 (description
2287 "This package provides a Poisson mixture model is implemented to cluster
2288 genes from high-throughput transcriptome sequencing (RNA-seq) data. Parameter
2289 estimation is performed using either the EM or CEM algorithm, and the slope
2290 heuristics are used for model selection (i.e., to choose the number of
2291 clusters).")
2292 (license license:gpl3+)))
2293
2294 (define-public r-deds
2295 (package
2296 (name "r-deds")
2297 (version "1.58.0")
2298 (source
2299 (origin
2300 (method url-fetch)
2301 (uri (bioconductor-uri "DEDS" version))
2302 (sha256
2303 (base32
2304 "029g7wgxc7yp1cdyalbi8gipkskrgp7nyl1s2whhjy5dqpfcpigs"))))
2305 (properties `((upstream-name . "DEDS")))
2306 (build-system r-build-system)
2307 (home-page "https://bioconductor.org/packages/DEDS/")
2308 (synopsis "Differential expression via distance summary for microarray data")
2309 (description
2310 "This library contains functions that calculate various statistics of
2311 differential expression for microarray data, including t statistics, fold
2312 change, F statistics, SAM, moderated t and F statistics and B statistics. It
2313 also implements a new methodology called DEDS (Differential Expression via
2314 Distance Summary), which selects differentially expressed genes by integrating
2315 and summarizing a set of statistics using a weighted distance approach.")
2316 ;; Any version of the LGPL.
2317 (license license:lgpl3+)))
2318
2319 ;; This is a CRAN package, but since it depends on a Bioconductor package we
2320 ;; put it here.
2321 (define-public r-nbpseq
2322 (package
2323 (name "r-nbpseq")
2324 (version "0.3.0")
2325 (source
2326 (origin
2327 (method url-fetch)
2328 (uri (cran-uri "NBPSeq" version))
2329 (sha256
2330 (base32
2331 "0l4ylxhs2k9ww21jjqs67fygk92avdchhx2y1ixzl7yr2yh1y9by"))))
2332 (properties `((upstream-name . "NBPSeq")))
2333 (build-system r-build-system)
2334 (propagated-inputs
2335 `(("r-qvalue" ,r-qvalue)))
2336 (home-page "https://cran.r-project.org/web/packages/NBPSeq")
2337 (synopsis "Negative binomial models for RNA-Seq data")
2338 (description
2339 "This package provides negative binomial models for two-group comparisons
2340 and regression inferences from RNA-sequencing data.")
2341 (license license:gpl2)))
2342
2343 (define-public r-ebseq
2344 (package
2345 (name "r-ebseq")
2346 (version "1.24.0")
2347 (source
2348 (origin
2349 (method url-fetch)
2350 (uri (bioconductor-uri "EBSeq" version))
2351 (sha256
2352 (base32
2353 "13rf85gffqn86r5gqibla3gqrnnag2zinrfawpcsgn3fk7hl3v83"))))
2354 (properties `((upstream-name . "EBSeq")))
2355 (build-system r-build-system)
2356 (propagated-inputs
2357 `(("r-blockmodeling" ,r-blockmodeling)
2358 ("r-gplots" ,r-gplots)
2359 ("r-testthat" ,r-testthat)))
2360 (home-page "https://bioconductor.org/packages/EBSeq")
2361 (synopsis "Differential expression analysis of RNA-seq data")
2362 (description
2363 "This package provides tools for differential expression analysis at both
2364 gene and isoform level using RNA-seq data")
2365 (license license:artistic2.0)))
2366
2367 (define-public r-lpsymphony
2368 (package
2369 (name "r-lpsymphony")
2370 (version "1.12.0")
2371 (source
2372 (origin
2373 (method url-fetch)
2374 (uri (bioconductor-uri "lpsymphony" version))
2375 (sha256
2376 (base32
2377 "13wvq4ip8nkyxmpncs6fzcf3vphra1n0fd5vz9kspbch0k1z6bsv"))))
2378 (build-system r-build-system)
2379 (inputs
2380 `(("gfortran" ,gfortran)
2381 ("zlib" ,zlib)))
2382 (native-inputs
2383 `(("pkg-config" ,pkg-config)))
2384 (home-page "http://r-forge.r-project.org/projects/rsymphony")
2385 (synopsis "Symphony integer linear programming solver in R")
2386 (description
2387 "This package was derived from Rsymphony. The package provides an R
2388 interface to SYMPHONY, a linear programming solver written in C++. The main
2389 difference between this package and Rsymphony is that it includes the solver
2390 source code, while Rsymphony expects to find header and library files on the
2391 users' system. Thus the intention of @code{lpsymphony} is to provide an easy
2392 to install interface to SYMPHONY.")
2393 ;; Symphony 5.4 or later is distributed under the terms of the EPL 1.0.
2394 ;; lpsimphony is released under the same terms.
2395 (license license:epl1.0)))
2396
2397 (define-public r-ihw
2398 (package
2399 (name "r-ihw")
2400 (version "1.12.0")
2401 (source
2402 (origin
2403 (method url-fetch)
2404 (uri (bioconductor-uri "IHW" version))
2405 (sha256
2406 (base32
2407 "05hs6w1albkbyqzkid0bchb5zs41f31a7vhfbcswryhc86cxwzkz"))))
2408 (properties `((upstream-name . "IHW")))
2409 (build-system r-build-system)
2410 (propagated-inputs
2411 `(("r-biocgenerics" ,r-biocgenerics)
2412 ("r-fdrtool" ,r-fdrtool)
2413 ("r-lpsymphony" ,r-lpsymphony)
2414 ("r-slam" ,r-slam)))
2415 (home-page "https://bioconductor.org/packages/IHW")
2416 (synopsis "Independent hypothesis weighting")
2417 (description
2418 "@dfn{Independent hypothesis weighting} (IHW) is a multiple testing
2419 procedure that increases power compared to the method of Benjamini and
2420 Hochberg by assigning data-driven weights to each hypothesis. The input to
2421 IHW is a two-column table of p-values and covariates. The covariate can be
2422 any continuous-valued or categorical variable that is thought to be
2423 informative on the statistical properties of each hypothesis test, while it is
2424 independent of the p-value under the null hypothesis.")
2425 (license license:artistic2.0)))
2426
2427 (define-public r-icobra
2428 (package
2429 (name "r-icobra")
2430 (version "1.12.1")
2431 (source
2432 (origin
2433 (method url-fetch)
2434 (uri (bioconductor-uri "iCOBRA" version))
2435 (sha256
2436 (base32
2437 "1wj0vqyb6h4rddmn4va3182yap9bv4m1r1jlzyjfyrqxhl2sqb1q"))))
2438 (properties `((upstream-name . "iCOBRA")))
2439 (build-system r-build-system)
2440 (propagated-inputs
2441 `(("r-dplyr" ,r-dplyr)
2442 ("r-dt" ,r-dt)
2443 ("r-ggplot2" ,r-ggplot2)
2444 ("r-limma" ,r-limma)
2445 ("r-reshape2" ,r-reshape2)
2446 ("r-rocr" ,r-rocr)
2447 ("r-scales" ,r-scales)
2448 ("r-shiny" ,r-shiny)
2449 ("r-shinybs" ,r-shinybs)
2450 ("r-shinydashboard" ,r-shinydashboard)
2451 ("r-upsetr" ,r-upsetr)))
2452 (home-page "https://bioconductor.org/packages/iCOBRA")
2453 (synopsis "Comparison and visualization of ranking and assignment methods")
2454 (description
2455 "This package provides functions for calculation and visualization of
2456 performance metrics for evaluation of ranking and binary
2457 classification (assignment) methods. It also contains a Shiny application for
2458 interactive exploration of results.")
2459 (license license:gpl2+)))
2460
2461 (define-public r-mast
2462 (package
2463 (name "r-mast")
2464 (version "1.10.0")
2465 (source
2466 (origin
2467 (method url-fetch)
2468 (uri (bioconductor-uri "MAST" version))
2469 (sha256
2470 (base32
2471 "0f2qkp346095k9m45frpd3bivrvaps9wlm0m3n0z8j0aj7w1kqlx"))))
2472 (properties `((upstream-name . "MAST")))
2473 (build-system r-build-system)
2474 (propagated-inputs
2475 `(("r-abind" ,r-abind)
2476 ("r-blme" ,r-blme)
2477 ("r-biobase" ,r-biobase)
2478 ("r-biocgenerics" ,r-biocgenerics)
2479 ("r-data-table" ,r-data-table)
2480 ("r-ggplot2" ,r-ggplot2)
2481 ("r-plyr" ,r-plyr)
2482 ("r-progress" ,r-progress)
2483 ("r-reshape2" ,r-reshape2)
2484 ("r-s4vectors" ,r-s4vectors)
2485 ("r-singlecellexperiment" ,r-singlecellexperiment)
2486 ("r-stringr" ,r-stringr)
2487 ("r-summarizedexperiment" ,r-summarizedexperiment)))
2488 (home-page "https://github.com/RGLab/MAST/")
2489 (synopsis "Model-based analysis of single cell transcriptomics")
2490 (description
2491 "This package provides methods and models for handling zero-inflated
2492 single cell assay data.")
2493 (license license:gpl2+)))
2494
2495 (define-public r-monocle
2496 (package
2497 (name "r-monocle")
2498 (version "2.12.0")
2499 (source
2500 (origin
2501 (method url-fetch)
2502 (uri (bioconductor-uri "monocle" version))
2503 (sha256
2504 (base32
2505 "1rnr3k0wc61a806w9flapni91wz5xm0l66jabjzx0vbiwgczs32z"))))
2506 (build-system r-build-system)
2507 (propagated-inputs
2508 `(("r-biobase" ,r-biobase)
2509 ("r-biocgenerics" ,r-biocgenerics)
2510 ("r-biocviews" ,r-biocviews)
2511 ("r-cluster" ,r-cluster)
2512 ("r-combinat" ,r-combinat)
2513 ("r-ddrtree" ,r-ddrtree)
2514 ("r-densityclust" ,r-densityclust)
2515 ("r-dplyr" ,r-dplyr)
2516 ("r-fastica" ,r-fastica)
2517 ("r-ggplot2" ,r-ggplot2)
2518 ("r-hsmmsinglecell" ,r-hsmmsinglecell)
2519 ("r-igraph" ,r-igraph)
2520 ("r-irlba" ,r-irlba)
2521 ("r-limma" ,r-limma)
2522 ("r-mass" ,r-mass)
2523 ("r-matrix" ,r-matrix)
2524 ("r-matrixstats" ,r-matrixstats)
2525 ("r-pheatmap" ,r-pheatmap)
2526 ("r-plyr" ,r-plyr)
2527 ("r-proxy" ,r-proxy)
2528 ("r-qlcmatrix" ,r-qlcmatrix)
2529 ("r-rann" ,r-rann)
2530 ("r-rcpp" ,r-rcpp)
2531 ("r-reshape2" ,r-reshape2)
2532 ("r-rtsne" ,r-rtsne)
2533 ("r-slam" ,r-slam)
2534 ("r-stringr" ,r-stringr)
2535 ("r-tibble" ,r-tibble)
2536 ("r-vgam" ,r-vgam)
2537 ("r-viridis" ,r-viridis)))
2538 (home-page "https://bioconductor.org/packages/monocle")
2539 (synopsis "Clustering, differential expression, and trajectory analysis for single-cell RNA-Seq")
2540 (description
2541 "Monocle performs differential expression and time-series analysis for
2542 single-cell expression experiments. It orders individual cells according to
2543 progress through a biological process, without knowing ahead of time which
2544 genes define progress through that process. Monocle also performs
2545 differential expression analysis, clustering, visualization, and other useful
2546 tasks on single cell expression data. It is designed to work with RNA-Seq and
2547 qPCR data, but could be used with other types as well.")
2548 (license license:artistic2.0)))
2549
2550 (define-public r-monocle3
2551 (package
2552 (name "r-monocle3")
2553 (version "0.1.2")
2554 (source
2555 (origin
2556 (method git-fetch)
2557 (uri (git-reference
2558 (url "https://github.com/cole-trapnell-lab/monocle3.git")
2559 (commit version)))
2560 (file-name (git-file-name name version))
2561 (sha256
2562 (base32
2563 "1cjxqfw3qvy269hsf5v80d4kshl932wrl949iayas02saj6f70ls"))))
2564 (build-system r-build-system)
2565 (propagated-inputs
2566 `(("r-biobase" ,r-biobase)
2567 ("r-biocgenerics" ,r-biocgenerics)
2568 ("r-delayedmatrixstats" ,r-delayedmatrixstats)
2569 ("r-dplyr" ,r-dplyr)
2570 ("r-ggplot2" ,r-ggplot2)
2571 ("r-ggrepel" ,r-ggrepel)
2572 ("r-grr" ,r-grr)
2573 ("r-htmlwidgets" ,r-htmlwidgets)
2574 ("r-igraph" ,r-igraph)
2575 ("r-irlba" ,r-irlba)
2576 ("r-limma" ,r-limma)
2577 ("r-lmtest" ,r-lmtest)
2578 ("r-mass" ,r-mass)
2579 ("r-matrix" ,r-matrix)
2580 ("r-matrix-utils" ,r-matrix-utils)
2581 ("r-pbapply" ,r-pbapply)
2582 ("r-pbmcapply" ,r-pbmcapply)
2583 ("r-pheatmap" ,r-pheatmap)
2584 ("r-plotly" ,r-plotly)
2585 ("r-pryr" ,r-pryr)
2586 ("r-proxy" ,r-proxy)
2587 ("r-pscl" ,r-pscl)
2588 ("r-purrr" ,r-purrr)
2589 ("r-rann" ,r-rann)
2590 ("r-rcpp" ,r-rcpp)
2591 ("r-rcppparallel" ,r-rcppparallel)
2592 ("r-reshape2" ,r-reshape2)
2593 ("r-reticulate" ,r-reticulate)
2594 ("r-rhpcblasctl" ,r-rhpcblasctl)
2595 ("r-rtsne" ,r-rtsne)
2596 ("r-shiny" ,r-shiny)
2597 ("r-slam" ,r-slam)
2598 ("r-spdep" ,r-spdep)
2599 ("r-speedglm" ,r-speedglm)
2600 ("r-stringr" ,r-stringr)
2601 ("r-singlecellexperiment" ,r-singlecellexperiment)
2602 ("r-tibble" ,r-tibble)
2603 ("r-tidyr" ,r-tidyr)
2604 ("r-uwot" ,r-uwot)
2605 ("r-viridis" ,r-viridis)))
2606 (home-page "https://github.com/cole-trapnell-lab/monocle3")
2607 (synopsis "Analysis toolkit for single-cell RNA-Seq data")
2608 (description
2609 "Monocle 3 is an analysis toolkit for single-cell RNA-Seq experiments.")
2610 (license license:expat)))
2611
2612 (define-public r-noiseq
2613 (package
2614 (name "r-noiseq")
2615 (version "2.28.0")
2616 (source
2617 (origin
2618 (method url-fetch)
2619 (uri (bioconductor-uri "NOISeq" version))
2620 (sha256
2621 (base32
2622 "1k7k0xqa0lxj6mfsvbmd6x6glv9wynbwl87w5d3bilbq4dpc139j"))))
2623 (properties `((upstream-name . "NOISeq")))
2624 (build-system r-build-system)
2625 (propagated-inputs
2626 `(("r-biobase" ,r-biobase)
2627 ("r-matrix" ,r-matrix)))
2628 (home-page "https://bioconductor.org/packages/NOISeq")
2629 (synopsis "Exploratory analysis and differential expression for RNA-seq data")
2630 (description
2631 "This package provides tools to support the analysis of RNA-seq
2632 expression data or other similar kind of data. It provides exploratory plots
2633 to evaluate saturation, count distribution, expression per chromosome, type of
2634 detected features, features length, etc. It also supports the analysis of
2635 differential expression between two experimental conditions with no parametric
2636 assumptions.")
2637 (license license:artistic2.0)))
2638
2639 (define-public r-scdd
2640 (package
2641 (name "r-scdd")
2642 (version "1.8.0")
2643 (source
2644 (origin
2645 (method url-fetch)
2646 (uri (bioconductor-uri "scDD" version))
2647 (sha256
2648 (base32
2649 "01hp6xxxap7541yi5dv596xvamqyyihvgkdy224ixa0n2cxyrhyf"))))
2650 (properties `((upstream-name . "scDD")))
2651 (build-system r-build-system)
2652 (propagated-inputs
2653 `(("r-arm" ,r-arm)
2654 ("r-biocparallel" ,r-biocparallel)
2655 ("r-ebseq" ,r-ebseq)
2656 ("r-fields" ,r-fields)
2657 ("r-ggplot2" ,r-ggplot2)
2658 ("r-mclust" ,r-mclust)
2659 ("r-outliers" ,r-outliers)
2660 ("r-s4vectors" ,r-s4vectors)
2661 ("r-scran" ,r-scran)
2662 ("r-singlecellexperiment" ,r-singlecellexperiment)
2663 ("r-summarizedexperiment" ,r-summarizedexperiment)))
2664 (home-page "https://github.com/kdkorthauer/scDD")
2665 (synopsis "Mixture modeling of single-cell RNA-seq data")
2666 (description
2667 "This package implements a method to analyze single-cell RNA-seq data
2668 utilizing flexible Dirichlet Process mixture models. Genes with differential
2669 distributions of expression are classified into several interesting patterns
2670 of differences between two conditions. The package also includes functions
2671 for simulating data with these patterns from negative binomial
2672 distributions.")
2673 (license license:gpl2)))
2674
2675 (define-public r-scone
2676 (package
2677 (name "r-scone")
2678 (version "1.8.0")
2679 (source
2680 (origin
2681 (method url-fetch)
2682 (uri (bioconductor-uri "scone" version))
2683 (sha256
2684 (base32
2685 "00cr0jp1ywxygf2pryw7mmcmn7cp1500fvifkbwgg2qxbkq5zqck"))))
2686 (build-system r-build-system)
2687 (propagated-inputs
2688 `(("r-aroma-light" ,r-aroma-light)
2689 ("r-biocparallel" ,r-biocparallel)
2690 ("r-boot" ,r-boot)
2691 ("r-class" ,r-class)
2692 ("r-cluster" ,r-cluster)
2693 ("r-compositions" ,r-compositions)
2694 ("r-diptest" ,r-diptest)
2695 ("r-edger" ,r-edger)
2696 ("r-fpc" ,r-fpc)
2697 ("r-gplots" ,r-gplots)
2698 ("r-hexbin" ,r-hexbin)
2699 ("r-limma" ,r-limma)
2700 ("r-matrixstats" ,r-matrixstats)
2701 ("r-mixtools" ,r-mixtools)
2702 ("r-rarpack" ,r-rarpack)
2703 ("r-rcolorbrewer" ,r-rcolorbrewer)
2704 ("r-rhdf5" ,r-rhdf5)
2705 ("r-ruvseq" ,r-ruvseq)
2706 ("r-summarizedexperiment" ,r-summarizedexperiment)))
2707 (home-page "https://bioconductor.org/packages/scone")
2708 (synopsis "Single cell overview of normalized expression data")
2709 (description
2710 "SCONE is an R package for comparing and ranking the performance of
2711 different normalization schemes for single-cell RNA-seq and other
2712 high-throughput analyses.")
2713 (license license:artistic2.0)))
2714
2715 (define-public r-geoquery
2716 (package
2717 (name "r-geoquery")
2718 (version "2.52.0")
2719 (source
2720 (origin
2721 (method url-fetch)
2722 (uri (bioconductor-uri "GEOquery" version))
2723 (sha256
2724 (base32
2725 "1r8x4jsl1mr9j7wyyqlj0zgwd80vkqhxxqrcgbb78ksryzq45jkr"))))
2726 (properties `((upstream-name . "GEOquery")))
2727 (build-system r-build-system)
2728 (propagated-inputs
2729 `(("r-biobase" ,r-biobase)
2730 ("r-dplyr" ,r-dplyr)
2731 ("r-httr" ,r-httr)
2732 ("r-limma" ,r-limma)
2733 ("r-magrittr" ,r-magrittr)
2734 ("r-readr" ,r-readr)
2735 ("r-tidyr" ,r-tidyr)
2736 ("r-xml2" ,r-xml2)))
2737 (home-page "https://github.com/seandavi/GEOquery/")
2738 (synopsis "Get data from NCBI Gene Expression Omnibus (GEO)")
2739 (description
2740 "The NCBI Gene Expression Omnibus (GEO) is a public repository of
2741 microarray data. Given the rich and varied nature of this resource, it is
2742 only natural to want to apply BioConductor tools to these data. GEOquery is
2743 the bridge between GEO and BioConductor.")
2744 (license license:gpl2)))
2745
2746 (define-public r-illuminaio
2747 (package
2748 (name "r-illuminaio")
2749 (version "0.26.0")
2750 (source
2751 (origin
2752 (method url-fetch)
2753 (uri (bioconductor-uri "illuminaio" version))
2754 (sha256
2755 (base32
2756 "18plm8p40gfzfmqflxssrdj8az3xvmnmh9i9dafl3af3bxwv03l8"))))
2757 (build-system r-build-system)
2758 (propagated-inputs
2759 `(("r-base64" ,r-base64)))
2760 (home-page "https://github.com/HenrikBengtsson/illuminaio/")
2761 (synopsis "Parse Illumina microarray output files")
2762 (description
2763 "This package provides tools for parsing Illumina's microarray output
2764 files, including IDAT.")
2765 (license license:gpl2)))
2766
2767 (define-public r-siggenes
2768 (package
2769 (name "r-siggenes")
2770 (version "1.58.0")
2771 (source
2772 (origin
2773 (method url-fetch)
2774 (uri (bioconductor-uri "siggenes" version))
2775 (sha256
2776 (base32
2777 "178jmmdxsv3rd71a9w5yrvg5aplak40hb42vna15g1d55c2yv1ib"))))
2778 (build-system r-build-system)
2779 (propagated-inputs
2780 `(("r-biobase" ,r-biobase)
2781 ("r-multtest" ,r-multtest)
2782 ("r-scrime" ,r-scrime)))
2783 (home-page "https://bioconductor.org/packages/siggenes/")
2784 (synopsis
2785 "Multiple testing using SAM and Efron's empirical Bayes approaches")
2786 (description
2787 "This package provides tools for the identification of differentially
2788 expressed genes and estimation of the @dfn{False Discovery Rate} (FDR) using
2789 both the Significance Analysis of Microarrays (SAM) and the @dfn{Empirical
2790 Bayes Analyses of Microarrays} (EBAM).")
2791 (license license:lgpl2.0+)))
2792
2793 (define-public r-bumphunter
2794 (package
2795 (name "r-bumphunter")
2796 (version "1.26.0")
2797 (source
2798 (origin
2799 (method url-fetch)
2800 (uri (bioconductor-uri "bumphunter" version))
2801 (sha256
2802 (base32
2803 "1dkyicwqdaahnxcxj6kmivkqb47yccx51lb1q0yar3xpw91vwlfx"))))
2804 (build-system r-build-system)
2805 (propagated-inputs
2806 `(("r-annotationdbi" ,r-annotationdbi)
2807 ("r-biocgenerics" ,r-biocgenerics)
2808 ("r-dorng" ,r-dorng)
2809 ("r-foreach" ,r-foreach)
2810 ("r-genomeinfodb" ,r-genomeinfodb)
2811 ("r-genomicfeatures" ,r-genomicfeatures)
2812 ("r-genomicranges" ,r-genomicranges)
2813 ("r-iranges" ,r-iranges)
2814 ("r-iterators" ,r-iterators)
2815 ("r-limma" ,r-limma)
2816 ("r-locfit" ,r-locfit)
2817 ("r-matrixstats" ,r-matrixstats)
2818 ("r-s4vectors" ,r-s4vectors)))
2819 (home-page "https://github.com/ririzarr/bumphunter")
2820 (synopsis "Find bumps in genomic data")
2821 (description
2822 "This package provides tools for finding bumps in genomic data in order
2823 to identify differentially methylated regions in epigenetic epidemiology
2824 studies.")
2825 (license license:artistic2.0)))
2826
2827 (define-public r-minfi
2828 (package
2829 (name "r-minfi")
2830 (version "1.30.0")
2831 (source
2832 (origin
2833 (method url-fetch)
2834 (uri (bioconductor-uri "minfi" version))
2835 (sha256
2836 (base32
2837 "0qir0zd0qa97fzm33v10nyrsjp8nmzhn7mn20dnlpsg7rwlf60pd"))))
2838 (build-system r-build-system)
2839 (propagated-inputs
2840 `(("r-beanplot" ,r-beanplot)
2841 ("r-biobase" ,r-biobase)
2842 ("r-biocgenerics" ,r-biocgenerics)
2843 ("r-biocparallel" ,r-biocparallel)
2844 ("r-biostrings" ,r-biostrings)
2845 ("r-bumphunter" ,r-bumphunter)
2846 ("r-data-table" ,r-data-table)
2847 ("r-delayedarray" ,r-delayedarray)
2848 ("r-delayedmatrixstats" ,r-delayedmatrixstats)
2849 ("r-genefilter" ,r-genefilter)
2850 ("r-genomeinfodb" ,r-genomeinfodb)
2851 ("r-genomicranges" ,r-genomicranges)
2852 ("r-geoquery" ,r-geoquery)
2853 ("r-hdf5array" ,r-hdf5array)
2854 ("r-illuminaio" ,r-illuminaio)
2855 ("r-iranges" ,r-iranges)
2856 ("r-lattice" ,r-lattice)
2857 ("r-limma" ,r-limma)
2858 ("r-mass" ,r-mass)
2859 ("r-mclust" ,r-mclust)
2860 ("r-nlme" ,r-nlme)
2861 ("r-nor1mix" ,r-nor1mix)
2862 ("r-preprocesscore" ,r-preprocesscore)
2863 ("r-quadprog" ,r-quadprog)
2864 ("r-rcolorbrewer" ,r-rcolorbrewer)
2865 ("r-reshape" ,r-reshape)
2866 ("r-s4vectors" ,r-s4vectors)
2867 ("r-siggenes" ,r-siggenes)
2868 ("r-summarizedexperiment" ,r-summarizedexperiment)))
2869 (home-page "https://github.com/hansenlab/minfi")
2870 (synopsis "Analyze Illumina Infinium DNA methylation arrays")
2871 (description
2872 "This package provides tools to analyze and visualize Illumina Infinium
2873 methylation arrays.")
2874 (license license:artistic2.0)))
2875
2876 (define-public r-methylumi
2877 (package
2878 (name "r-methylumi")
2879 (version "2.30.0")
2880 (source
2881 (origin
2882 (method url-fetch)
2883 (uri (bioconductor-uri "methylumi" version))
2884 (sha256
2885 (base32
2886 "13acn771ybi10v50x123bq5yqd62b8sr4gz77lpgaj192sxq9d9f"))))
2887 (build-system r-build-system)
2888 (propagated-inputs
2889 `(("r-annotate" ,r-annotate)
2890 ("r-annotationdbi" ,r-annotationdbi)
2891 ("r-biobase" ,r-biobase)
2892 ("r-biocgenerics" ,r-biocgenerics)
2893 ("r-fdb-infiniummethylation-hg19" ,r-fdb-infiniummethylation-hg19)
2894 ("r-genefilter" ,r-genefilter)
2895 ("r-genomeinfodb" ,r-genomeinfodb)
2896 ("r-genomicranges" ,r-genomicranges)
2897 ("r-ggplot2" ,r-ggplot2)
2898 ("r-illuminaio" ,r-illuminaio)
2899 ("r-iranges" ,r-iranges)
2900 ("r-lattice" ,r-lattice)
2901 ("r-matrixstats" ,r-matrixstats)
2902 ("r-minfi" ,r-minfi)
2903 ("r-reshape2" ,r-reshape2)
2904 ("r-s4vectors" ,r-s4vectors)
2905 ("r-scales" ,r-scales)
2906 ("r-summarizedexperiment" ,r-summarizedexperiment)))
2907 (home-page "https://bioconductor.org/packages/methylumi")
2908 (synopsis "Handle Illumina methylation data")
2909 (description
2910 "This package provides classes for holding and manipulating Illumina
2911 methylation data. Based on eSet, it can contain MIAME information, sample
2912 information, feature information, and multiple matrices of data. An
2913 \"intelligent\" import function, methylumiR can read the Illumina text files
2914 and create a MethyLumiSet. methylumIDAT can directly read raw IDAT files from
2915 HumanMethylation27 and HumanMethylation450 microarrays. Normalization,
2916 background correction, and quality control features for GoldenGate, Infinium,
2917 and Infinium HD arrays are also included.")
2918 (license license:gpl2)))
2919
2920 (define-public r-lumi
2921 (package
2922 (name "r-lumi")
2923 (version "2.36.0")
2924 (source
2925 (origin
2926 (method url-fetch)
2927 (uri (bioconductor-uri "lumi" version))
2928 (sha256
2929 (base32
2930 "1rf6xmd2wnajjvnl50q63agakzjf4hrzn2chdsnhapi7fh7bcjba"))))
2931 (build-system r-build-system)
2932 (propagated-inputs
2933 `(("r-affy" ,r-affy)
2934 ("r-annotate" ,r-annotate)
2935 ("r-annotationdbi" ,r-annotationdbi)
2936 ("r-biobase" ,r-biobase)
2937 ("r-dbi" ,r-dbi)
2938 ("r-genomicfeatures" ,r-genomicfeatures)
2939 ("r-genomicranges" ,r-genomicranges)
2940 ("r-kernsmooth" ,r-kernsmooth)
2941 ("r-lattice" ,r-lattice)
2942 ("r-mass" ,r-mass)
2943 ("r-methylumi" ,r-methylumi)
2944 ("r-mgcv" ,r-mgcv)
2945 ("r-nleqslv" ,r-nleqslv)
2946 ("r-preprocesscore" ,r-preprocesscore)
2947 ("r-rsqlite" ,r-rsqlite)))
2948 (home-page "https://bioconductor.org/packages/lumi")
2949 (synopsis "BeadArray-specific methods for Illumina methylation and expression microarrays")
2950 (description
2951 "The lumi package provides an integrated solution for the Illumina
2952 microarray data analysis. It includes functions of Illumina
2953 BeadStudio (GenomeStudio) data input, quality control, BeadArray-specific
2954 variance stabilization, normalization and gene annotation at the probe level.
2955 It also includes the functions of processing Illumina methylation microarrays,
2956 especially Illumina Infinium methylation microarrays.")
2957 (license license:lgpl2.0+)))
2958
2959 (define-public r-linnorm
2960 (package
2961 (name "r-linnorm")
2962 (version "2.8.0")
2963 (source
2964 (origin
2965 (method url-fetch)
2966 (uri (bioconductor-uri "Linnorm" version))
2967 (sha256
2968 (base32
2969 "1rv3ljdwb71364qd2p8za3jpk08agvzwas6f63s5d8wjlapzm3i5"))))
2970 (properties `((upstream-name . "Linnorm")))
2971 (build-system r-build-system)
2972 (propagated-inputs
2973 `(("r-amap" ,r-amap)
2974 ("r-apcluster" ,r-apcluster)
2975 ("r-ellipse" ,r-ellipse)
2976 ("r-fastcluster" ,r-fastcluster)
2977 ("r-fpc" ,r-fpc)
2978 ("r-ggdendro" ,r-ggdendro)
2979 ("r-ggplot2" ,r-ggplot2)
2980 ("r-gmodels" ,r-gmodels)
2981 ("r-igraph" ,r-igraph)
2982 ("r-limma" ,r-limma)
2983 ("r-mass" ,r-mass)
2984 ("r-mclust" ,r-mclust)
2985 ("r-rcpp" ,r-rcpp)
2986 ("r-rcpparmadillo" ,r-rcpparmadillo)
2987 ("r-rtsne" ,r-rtsne)
2988 ("r-statmod" ,r-statmod)
2989 ("r-vegan" ,r-vegan)
2990 ("r-zoo" ,r-zoo)))
2991 (home-page "http://www.jjwanglab.org/Linnorm/")
2992 (synopsis "Linear model and normality based transformation method")
2993 (description
2994 "Linnorm is an R package for the analysis of RNA-seq, scRNA-seq, ChIP-seq
2995 count data or any large scale count data. It transforms such datasets for
2996 parametric tests. In addition to the transformtion function (@code{Linnorm}),
2997 the following pipelines are implemented:
2998
2999 @enumerate
3000 @item Library size/batch effect normalization (@code{Linnorm.Norm})
3001 @item Cell subpopluation analysis and visualization using t-SNE or PCA K-means
3002 clustering or hierarchical clustering (@code{Linnorm.tSNE},
3003 @code{Linnorm.PCA}, @code{Linnorm.HClust})
3004 @item Differential expression analysis or differential peak detection using
3005 limma (@code{Linnorm.limma})
3006 @item Highly variable gene discovery and visualization (@code{Linnorm.HVar})
3007 @item Gene correlation network analysis and visualization (@code{Linnorm.Cor})
3008 @item Stable gene selection for scRNA-seq data; for users without or who do
3009 not want to rely on spike-in genes (@code{Linnorm.SGenes})
3010 @item Data imputation (@code{Linnorm.DataImput}).
3011 @end enumerate
3012
3013 Linnorm can work with raw count, CPM, RPKM, FPKM and TPM. Additionally, the
3014 @code{RnaXSim} function is included for simulating RNA-seq data for the
3015 evaluation of DEG analysis methods.")
3016 (license license:expat)))
3017
3018 (define-public r-ioniser
3019 (package
3020 (name "r-ioniser")
3021 (version "2.8.0")
3022 (source
3023 (origin
3024 (method url-fetch)
3025 (uri (bioconductor-uri "IONiseR" version))
3026 (sha256
3027 (base32
3028 "0kznyqqpm0zbah537p197z1cgrgh9w82whmq0aydfxzgs2vxdw2y"))))
3029 (properties `((upstream-name . "IONiseR")))
3030 (build-system r-build-system)
3031 (propagated-inputs
3032 `(("r-biocgenerics" ,r-biocgenerics)
3033 ("r-biocparallel" ,r-biocparallel)
3034 ("r-biostrings" ,r-biostrings)
3035 ("r-bit64" ,r-bit64)
3036 ("r-dplyr" ,r-dplyr)
3037 ("r-ggplot2" ,r-ggplot2)
3038 ("r-magrittr" ,r-magrittr)
3039 ("r-rhdf5" ,r-rhdf5)
3040 ("r-shortread" ,r-shortread)
3041 ("r-stringr" ,r-stringr)
3042 ("r-tibble" ,r-tibble)
3043 ("r-tidyr" ,r-tidyr)
3044 ("r-xvector" ,r-xvector)))
3045 (home-page "https://bioconductor.org/packages/IONiseR/")
3046 (synopsis "Quality assessment tools for Oxford Nanopore MinION data")
3047 (description
3048 "IONiseR provides tools for the quality assessment of Oxford Nanopore
3049 MinION data. It extracts summary statistics from a set of fast5 files and can
3050 be used either before or after base calling. In addition to standard
3051 summaries of the read-types produced, it provides a number of plots for
3052 visualising metrics relative to experiment run time or spatially over the
3053 surface of a flowcell.")
3054 (license license:expat)))
3055
3056 ;; This is a CRAN package, but it depends on packages from Bioconductor.
3057 (define-public r-gkmsvm
3058 (package
3059 (name "r-gkmsvm")
3060 (version "0.79.0")
3061 (source
3062 (origin
3063 (method url-fetch)
3064 (uri (cran-uri "gkmSVM" version))
3065 (sha256
3066 (base32
3067 "04dakbgfvfalz4rm4fvvybp506dn5fbj5g86ybfhrc6wywjllsz3"))))
3068 (properties `((upstream-name . "gkmSVM")))
3069 (build-system r-build-system)
3070 (propagated-inputs
3071 `(("r-biocgenerics" ,r-biocgenerics)
3072 ("r-biostrings" ,r-biostrings)
3073 ("r-genomeinfodb" ,r-genomeinfodb)
3074 ("r-genomicranges" ,r-genomicranges)
3075 ("r-iranges" ,r-iranges)
3076 ("r-kernlab" ,r-kernlab)
3077 ("r-rcpp" ,r-rcpp)
3078 ("r-rocr" ,r-rocr)
3079 ("r-rtracklayer" ,r-rtracklayer)
3080 ("r-s4vectors" ,r-s4vectors)
3081 ("r-seqinr" ,r-seqinr)))
3082 (home-page "https://cran.r-project.org/web/packages/gkmSVM")
3083 (synopsis "Gapped-kmer support vector machine")
3084 (description
3085 "This R package provides tools for training gapped-kmer SVM classifiers
3086 for DNA and protein sequences. This package supports several sequence
3087 kernels, including: gkmSVM, kmer-SVM, mismatch kernel and wildcard kernel.")
3088 (license license:gpl2+)))
3089
3090 (define-public r-triform
3091 (package
3092 (name "r-triform")
3093 (version "1.26.0")
3094 (source
3095 (origin
3096 (method url-fetch)
3097 (uri (bioconductor-uri "triform" version))
3098 (sha256
3099 (base32
3100 "0bsxkn386kfx4gg19p6smy5fi3k7xdw89r5hvfsks8hsdpdz3hya"))))
3101 (build-system r-build-system)
3102 (propagated-inputs
3103 `(("r-biocgenerics" ,r-biocgenerics)
3104 ("r-iranges" ,r-iranges)
3105 ("r-yaml" ,r-yaml)))
3106 (home-page "https://bioconductor.org/packages/triform/")
3107 (synopsis "Find enriched regions in transcription factor ChIP-sequencing data")
3108 (description
3109 "The Triform algorithm uses model-free statistics to identify peak-like
3110 distributions of TF ChIP sequencing reads, taking advantage of an improved
3111 peak definition in combination with known profile characteristics.")
3112 (license license:gpl2)))
3113
3114 (define-public r-varianttools
3115 (package
3116 (name "r-varianttools")
3117 (version "1.26.0")
3118 (source
3119 (origin
3120 (method url-fetch)
3121 (uri (bioconductor-uri "VariantTools" version))
3122 (sha256
3123 (base32
3124 "0y37nziipwikg47x4jhhsx0dyv15rrih4a4z43jbzv4jgq4krzql"))))
3125 (properties `((upstream-name . "VariantTools")))
3126 (build-system r-build-system)
3127 (propagated-inputs
3128 `(("r-biobase" ,r-biobase)
3129 ("r-biocgenerics" ,r-biocgenerics)
3130 ("r-biocparallel" ,r-biocparallel)
3131 ("r-biostrings" ,r-biostrings)
3132 ("r-bsgenome" ,r-bsgenome)
3133 ("r-genomeinfodb" ,r-genomeinfodb)
3134 ("r-genomicfeatures" ,r-genomicfeatures)
3135 ("r-genomicranges" ,r-genomicranges)
3136 ("r-iranges" ,r-iranges)
3137 ("r-matrix" ,r-matrix)
3138 ("r-rsamtools" ,r-rsamtools)
3139 ("r-rtracklayer" ,r-rtracklayer)
3140 ("r-s4vectors" ,r-s4vectors)
3141 ("r-variantannotation" ,r-variantannotation)))
3142 (home-page "https://bioconductor.org/packages/VariantTools/")
3143 (synopsis "Tools for exploratory analysis of variant calls")
3144 (description
3145 "Explore, diagnose, and compare variant calls using filters. The
3146 VariantTools package supports a workflow for loading data, calling single
3147 sample variants and tumor-specific somatic mutations or other sample-specific
3148 variant types (e.g., RNA editing). Most of the functions operate on
3149 alignments (BAM files) or datasets of called variants. The user is expected
3150 to have already aligned the reads with a separate tool, e.g., GSNAP via
3151 gmapR.")
3152 (license license:artistic2.0)))
3153
3154 (define-public r-heatplus
3155 (package
3156 (name "r-heatplus")
3157 (version "2.30.0")
3158 (source
3159 (origin
3160 (method url-fetch)
3161 (uri (bioconductor-uri "Heatplus" version))
3162 (sha256
3163 (base32
3164 "18b0zy12przp88sj1smvfdd39m17nhhnqzk656bs5pjls2ifmcm6"))))
3165 (properties `((upstream-name . "Heatplus")))
3166 (build-system r-build-system)
3167 (propagated-inputs
3168 `(("r-rcolorbrewer" ,r-rcolorbrewer)))
3169 (home-page "https://github.com/alexploner/Heatplus")
3170 (synopsis "Heatmaps with row and/or column covariates and colored clusters")
3171 (description
3172 "This package provides tools to display a rectangular heatmap (intensity
3173 plot) of a data matrix. By default, both samples (columns) and features (row)
3174 of the matrix are sorted according to a hierarchical clustering, and the
3175 corresponding dendrogram is plotted. Optionally, panels with additional
3176 information about samples and features can be added to the plot.")
3177 (license license:gpl2+)))
3178
3179 (define-public r-gosemsim
3180 (package
3181 (name "r-gosemsim")
3182 (version "2.10.0")
3183 (source
3184 (origin
3185 (method url-fetch)
3186 (uri (bioconductor-uri "GOSemSim" version))
3187 (sha256
3188 (base32
3189 "035jbm14rb1rjp2n00dp5bm88ad8a9afv4lvzpkv39nil98nzbdg"))))
3190 (properties `((upstream-name . "GOSemSim")))
3191 (build-system r-build-system)
3192 (propagated-inputs
3193 `(("r-annotationdbi" ,r-annotationdbi)
3194 ("r-go-db" ,r-go-db)
3195 ("r-rcpp" ,r-rcpp)))
3196 (home-page "https://guangchuangyu.github.io/software/GOSemSim")
3197 (synopsis "GO-terms semantic similarity measures")
3198 (description
3199 "The semantic comparisons of @dfn{Gene Ontology} (GO) annotations provide
3200 quantitative ways to compute similarities between genes and gene groups, and
3201 have became important basis for many bioinformatics analysis approaches.
3202 GOSemSim is an R package for semantic similarity computation among GO terms,
3203 sets of GO terms, gene products and gene clusters.")
3204 (license license:artistic2.0)))
3205
3206 (define-public r-anota
3207 (package
3208 (name "r-anota")
3209 (version "1.32.0")
3210 (source
3211 (origin
3212 (method url-fetch)
3213 (uri (bioconductor-uri "anota" version))
3214 (sha256
3215 (base32
3216 "0jchhyf9gqyj0k0fn5zp319griy32cckqpldq9x58z69l2ix2s2c"))))
3217 (build-system r-build-system)
3218 (propagated-inputs
3219 `(("r-multtest" ,r-multtest)
3220 ("r-qvalue" ,r-qvalue)))
3221 (home-page "https://bioconductor.org/packages/anota/")
3222 (synopsis "Analysis of translational activity")
3223 (description
3224 "Genome wide studies of translational control is emerging as a tool to
3225 study various biological conditions. The output from such analysis is both
3226 the mRNA level (e.g. cytosolic mRNA level) and the levl of mRNA actively
3227 involved in translation (the actively translating mRNA level) for each mRNA.
3228 The standard analysis of such data strives towards identifying differential
3229 translational between two or more sample classes - i.e. differences in
3230 actively translated mRNA levels that are independent of underlying differences
3231 in cytosolic mRNA levels. This package allows for such analysis using partial
3232 variances and the random variance model. As 10s of thousands of mRNAs are
3233 analyzed in parallel the library performs a number of tests to assure that
3234 the data set is suitable for such analysis.")
3235 (license license:gpl3)))
3236
3237 (define-public r-sigpathway
3238 (package
3239 (name "r-sigpathway")
3240 (version "1.52.0")
3241 (source
3242 (origin
3243 (method url-fetch)
3244 (uri (bioconductor-uri "sigPathway" version))
3245 (sha256
3246 (base32
3247 "1mc4lb78rcmpihzjiy4w738cbalw5zxms30z8kyy12s6vbxi6hx7"))))
3248 (properties `((upstream-name . "sigPathway")))
3249 (build-system r-build-system)
3250 (home-page "https://www.pnas.org/cgi/doi/10.1073/pnas.0506577102")
3251 (synopsis "Pathway analysis")
3252 (description
3253 "This package is used to conduct pathway analysis by calculating the NT_k
3254 and NE_k statistics in a statistical framework for determining whether a
3255 specified group of genes for a pathway has a coordinated association with a
3256 phenotype of interest.")
3257 (license license:gpl2)))
3258
3259 (define-public r-fgsea
3260 (package
3261 (name "r-fgsea")
3262 (version "1.10.1")
3263 (source
3264 (origin
3265 (method url-fetch)
3266 (uri (bioconductor-uri "fgsea" version))
3267 (sha256
3268 (base32
3269 "1k2f9hkp1mvc9fpqzhbf08jd0yg4xaa312v9vy37fxd9pyrwp5a6"))))
3270 (build-system r-build-system)
3271 (propagated-inputs
3272 `(("r-bh" ,r-bh)
3273 ("r-biocparallel" ,r-biocparallel)
3274 ("r-data-table" ,r-data-table)
3275 ("r-fastmatch" ,r-fastmatch)
3276 ("r-ggplot2" ,r-ggplot2)
3277 ("r-gridextra" ,r-gridextra)
3278 ("r-matrix" ,r-matrix)
3279 ("r-rcpp" ,r-rcpp)))
3280 (home-page "https://github.com/ctlab/fgsea/")
3281 (synopsis "Fast gene set enrichment analysis")
3282 (description
3283 "The package implements an algorithm for fast gene set enrichment
3284 analysis. Using the fast algorithm allows to make more permutations and get
3285 more fine grained p-values, which allows to use accurate stantard approaches
3286 to multiple hypothesis correction.")
3287 (license license:expat)))
3288
3289 (define-public r-dose
3290 (package
3291 (name "r-dose")
3292 (version "3.10.2")
3293 (source
3294 (origin
3295 (method url-fetch)
3296 (uri (bioconductor-uri "DOSE" version))
3297 (sha256
3298 (base32
3299 "06jm1mnfd92s84f21562vsmj6jfkravfqf4lcxx2lk7s4ll66znj"))))
3300 (properties `((upstream-name . "DOSE")))
3301 (build-system r-build-system)
3302 (propagated-inputs
3303 `(("r-annotationdbi" ,r-annotationdbi)
3304 ("r-biocparallel" ,r-biocparallel)
3305 ("r-do-db" ,r-do-db)
3306 ("r-fgsea" ,r-fgsea)
3307 ("r-ggplot2" ,r-ggplot2)
3308 ("r-gosemsim" ,r-gosemsim)
3309 ("r-qvalue" ,r-qvalue)
3310 ("r-reshape2" ,r-reshape2)
3311 ("r-s4vectors" ,r-s4vectors)))
3312 (home-page "https://guangchuangyu.github.io/software/DOSE/")
3313 (synopsis "Disease ontology semantic and enrichment analysis")
3314 (description
3315 "This package implements five methods proposed by Resnik, Schlicker,
3316 Jiang, Lin and Wang, respectively, for measuring semantic similarities among
3317 @dfn{Disease ontology} (DO) terms and gene products. Enrichment analyses
3318 including hypergeometric model and gene set enrichment analysis are also
3319 implemented for discovering disease associations of high-throughput biological
3320 data.")
3321 (license license:artistic2.0)))
3322
3323 (define-public r-enrichplot
3324 (package
3325 (name "r-enrichplot")
3326 (version "1.4.0")
3327 (source
3328 (origin
3329 (method url-fetch)
3330 (uri (bioconductor-uri "enrichplot" version))
3331 (sha256
3332 (base32
3333 "1i9psakvvdc6jn7k7zwpbdhwvf9r8s7649w05mwh1hy978x4rh6h"))))
3334 (build-system r-build-system)
3335 (propagated-inputs
3336 `(("r-annotationdbi" ,r-annotationdbi)
3337 ("r-cowplot" ,r-cowplot)
3338 ("r-dose" ,r-dose)
3339 ("r-europepmc" ,r-europepmc)
3340 ("r-ggplot2" ,r-ggplot2)
3341 ("r-ggplotify" ,r-ggplotify)
3342 ("r-ggraph" ,r-ggraph)
3343 ("r-ggridges" ,r-ggridges)
3344 ("r-gosemsim" ,r-gosemsim)
3345 ("r-gridextra" ,r-gridextra)
3346 ("r-igraph" ,r-igraph)
3347 ("r-purrr" ,r-purrr)
3348 ("r-rcolorbrewer" ,r-rcolorbrewer)
3349 ("r-reshape2" ,r-reshape2)
3350 ("r-upsetr" ,r-upsetr)))
3351 (home-page "https://github.com/GuangchuangYu/enrichplot")
3352 (synopsis "Visualization of functional enrichment result")
3353 (description
3354 "The enrichplot package implements several visualization methods for
3355 interpreting functional enrichment results obtained from ORA or GSEA analyses.
3356 All the visualization methods are developed based on ggplot2 graphics.")
3357 (license license:artistic2.0)))
3358
3359 (define-public r-clusterprofiler
3360 (package
3361 (name "r-clusterprofiler")
3362 (version "3.12.0")
3363 (source
3364 (origin
3365 (method url-fetch)
3366 (uri (bioconductor-uri "clusterProfiler" version))
3367 (sha256
3368 (base32
3369 "1jw8h6nlcgd86qhqlcgi3icylb7amcqimlvzg29gay3bf3grwfhq"))))
3370 (properties
3371 `((upstream-name . "clusterProfiler")))
3372 (build-system r-build-system)
3373 (propagated-inputs
3374 `(("r-annotationdbi" ,r-annotationdbi)
3375 ("r-dose" ,r-dose)
3376 ("r-enrichplot" ,r-enrichplot)
3377 ("r-ggplot2" ,r-ggplot2)
3378 ("r-go-db" ,r-go-db)
3379 ("r-gosemsim" ,r-gosemsim)
3380 ("r-magrittr" ,r-magrittr)
3381 ("r-plyr" ,r-plyr)
3382 ("r-qvalue" ,r-qvalue)
3383 ("r-rvcheck" ,r-rvcheck)
3384 ("r-tidyr" ,r-tidyr)))
3385 (home-page "https://guangchuangyu.github.io/software/clusterProfiler/")
3386 (synopsis "Analysis and visualization of functional profiles for gene clusters")
3387 (description
3388 "This package implements methods to analyze and visualize functional
3389 profiles (GO and KEGG) of gene and gene clusters.")
3390 (license license:artistic2.0)))
3391
3392 (define-public r-mlinterfaces
3393 (package
3394 (name "r-mlinterfaces")
3395 (version "1.64.1")
3396 (source
3397 (origin
3398 (method url-fetch)
3399 (uri (bioconductor-uri "MLInterfaces" version))
3400 (sha256
3401 (base32
3402 "1c1hciwy37zpr5bzdjj2xxx2r4jdfmr5w0zmg010lm2985z41gqh"))))
3403 (properties `((upstream-name . "MLInterfaces")))
3404 (build-system r-build-system)
3405 (propagated-inputs
3406 `(("r-annotate" ,r-annotate)
3407 ("r-biobase" ,r-biobase)
3408 ("r-biocgenerics" ,r-biocgenerics)
3409 ("r-cluster" ,r-cluster)
3410 ("r-fpc" ,r-fpc)
3411 ("r-gbm" ,r-gbm)
3412 ("r-gdata" ,r-gdata)
3413 ("r-genefilter" ,r-genefilter)
3414 ("r-ggvis" ,r-ggvis)
3415 ("r-hwriter" ,r-hwriter)
3416 ("r-mass" ,r-mass)
3417 ("r-mlbench" ,r-mlbench)
3418 ("r-pls" ,r-pls)
3419 ("r-rcolorbrewer" ,r-rcolorbrewer)
3420 ("r-rda" ,r-rda)
3421 ("r-rpart" ,r-rpart)
3422 ("r-sfsmisc" ,r-sfsmisc)
3423 ("r-shiny" ,r-shiny)
3424 ("r-threejs" ,r-threejs)))
3425 (home-page "https://bioconductor.org/packages/MLInterfaces/")
3426 (synopsis "Interfaces to R machine learning procedures")
3427 (description
3428 "This package provides uniform interfaces to machine learning code for
3429 data in R and Bioconductor containers.")
3430 ;; Any version of the LGPL.
3431 (license license:lgpl2.1+)))
3432
3433 (define-public r-annaffy
3434 (package
3435 (name "r-annaffy")
3436 (version "1.56.0")
3437 (source
3438 (origin
3439 (method url-fetch)
3440 (uri (bioconductor-uri "annaffy" version))
3441 (sha256
3442 (base32
3443 "0sz96lcw0xc4bw1h3x0j40yh5ragmybsq6zwd0adlwzkhvriqjn9"))))
3444 (build-system r-build-system)
3445 (arguments
3446 `(#:phases
3447 (modify-phases %standard-phases
3448 (add-after 'unpack 'remove-reference-to-non-free-data
3449 (lambda _
3450 (substitute* "DESCRIPTION"
3451 ((", KEGG.db") ""))
3452 #t)))))
3453 (propagated-inputs
3454 `(("r-annotationdbi" ,r-annotationdbi)
3455 ("r-biobase" ,r-biobase)
3456 ("r-dbi" ,r-dbi)
3457 ("r-go-db" ,r-go-db)))
3458 (home-page "https://bioconductor.org/packages/annaffy/")
3459 (synopsis "Annotation tools for Affymetrix biological metadata")
3460 (description
3461 "This package provides functions for handling data from Bioconductor
3462 Affymetrix annotation data packages. It produces compact HTML and text
3463 reports including experimental data and URL links to many online databases.
3464 It allows searching of biological metadata using various criteria.")
3465 ;; Any version of the LGPL according to the DESCRIPTION file. A copy of
3466 ;; the LGPL 2.1 is included.
3467 (license license:lgpl2.1+)))
3468
3469 (define-public r-a4core
3470 (package
3471 (name "r-a4core")
3472 (version "1.32.0")
3473 (source
3474 (origin
3475 (method url-fetch)
3476 (uri (bioconductor-uri "a4Core" version))
3477 (sha256
3478 (base32
3479 "1cr0d1w81iygil3pygqzigfb1a0hc248qd9vqvs0n537cxrxq7i7"))))
3480 (properties `((upstream-name . "a4Core")))
3481 (build-system r-build-system)
3482 (propagated-inputs
3483 `(("r-biobase" ,r-biobase)
3484 ("r-glmnet" ,r-glmnet)))
3485 (home-page "https://bioconductor.org/packages/a4Core")
3486 (synopsis "Automated Affymetrix array analysis core package")
3487 (description
3488 "This is the core package for the automated analysis of Affymetrix
3489 arrays.")
3490 (license license:gpl3)))
3491
3492 (define-public r-a4classif
3493 (package
3494 (name "r-a4classif")
3495 (version "1.32.0")
3496 (source
3497 (origin
3498 (method url-fetch)
3499 (uri (bioconductor-uri "a4Classif" version))
3500 (sha256
3501 (base32
3502 "1jif0w3hx020zzwkaza1a26mf34343y7a3v80ic93in6n53yjhj0"))))
3503 (properties `((upstream-name . "a4Classif")))
3504 (build-system r-build-system)
3505 (propagated-inputs
3506 `(("r-a4core" ,r-a4core)
3507 ("r-a4preproc" ,r-a4preproc)
3508 ("r-glmnet" ,r-glmnet)
3509 ("r-mlinterfaces" ,r-mlinterfaces)
3510 ("r-pamr" ,r-pamr)
3511 ("r-rocr" ,r-rocr)
3512 ("r-varselrf" ,r-varselrf)))
3513 (home-page "https://bioconductor.org/packages/a4Classif/")
3514 (synopsis "Automated Affymetrix array analysis classification package")
3515 (description
3516 "This is the classification package for the automated analysis of
3517 Affymetrix arrays.")
3518 (license license:gpl3)))
3519
3520 (define-public r-a4preproc
3521 (package
3522 (name "r-a4preproc")
3523 (version "1.32.0")
3524 (source
3525 (origin
3526 (method url-fetch)
3527 (uri (bioconductor-uri "a4Preproc" version))
3528 (sha256
3529 (base32
3530 "13sj4zriq1mian2xcjwkbmmpdjh3h6dgjslar2hc8nmd34cb9xjr"))))
3531 (properties `((upstream-name . "a4Preproc")))
3532 (build-system r-build-system)
3533 (propagated-inputs
3534 `(("r-annotationdbi" ,r-annotationdbi)))
3535 (home-page "https://bioconductor.org/packages/a4Preproc/")
3536 (synopsis "Automated Affymetrix array analysis preprocessing package")
3537 (description
3538 "This is a package for the automated analysis of Affymetrix arrays. It
3539 is used for preprocessing the arrays.")
3540 (license license:gpl3)))
3541
3542 (define-public r-a4reporting
3543 (package
3544 (name "r-a4reporting")
3545 (version "1.32.0")
3546 (source
3547 (origin
3548 (method url-fetch)
3549 (uri (bioconductor-uri "a4Reporting" version))
3550 (sha256
3551 (base32
3552 "1lail2iw8jmvfdq9brv7i41k6vmbhx2kp21jxq2cj1zva5rcqssj"))))
3553 (properties `((upstream-name . "a4Reporting")))
3554 (build-system r-build-system)
3555 (propagated-inputs
3556 `(("r-annaffy" ,r-annaffy)
3557 ("r-xtable" ,r-xtable)))
3558 (home-page "https://bioconductor.org/packages/a4Reporting/")
3559 (synopsis "Automated Affymetrix array analysis reporting package")
3560 (description
3561 "This is a package for the automated analysis of Affymetrix arrays. It
3562 provides reporting features.")
3563 (license license:gpl3)))
3564
3565 (define-public r-a4base
3566 (package
3567 (name "r-a4base")
3568 (version "1.32.0")
3569 (source
3570 (origin
3571 (method url-fetch)
3572 (uri (bioconductor-uri "a4Base" version))
3573 (sha256
3574 (base32
3575 "0yd8gkg3dlkijnms88bxkqsghhc9i32pgd9yaq6hzr67wk879wa1"))))
3576 (properties `((upstream-name . "a4Base")))
3577 (build-system r-build-system)
3578 (propagated-inputs
3579 `(("r-a4core" ,r-a4core)
3580 ("r-a4preproc" ,r-a4preproc)
3581 ("r-annaffy" ,r-annaffy)
3582 ("r-annotationdbi" ,r-annotationdbi)
3583 ("r-biobase" ,r-biobase)
3584 ("r-genefilter" ,r-genefilter)
3585 ("r-glmnet" ,r-glmnet)
3586 ("r-gplots" ,r-gplots)
3587 ("r-limma" ,r-limma)
3588 ("r-mpm" ,r-mpm)
3589 ("r-multtest" ,r-multtest)))
3590 (home-page "https://bioconductor.org/packages/a4Base/")
3591 (synopsis "Automated Affymetrix array analysis base package")
3592 (description
3593 "This package provides basic features for the automated analysis of
3594 Affymetrix arrays.")
3595 (license license:gpl3)))
3596
3597 (define-public r-a4
3598 (package
3599 (name "r-a4")
3600 (version "1.32.0")
3601 (source
3602 (origin
3603 (method url-fetch)
3604 (uri (bioconductor-uri "a4" version))
3605 (sha256
3606 (base32
3607 "08146qzsr6mjblmh08g83063nnyrfl35z6p65v71isprkydgxyhy"))))
3608 (build-system r-build-system)
3609 (propagated-inputs
3610 `(("r-a4base" ,r-a4base)
3611 ("r-a4classif" ,r-a4classif)
3612 ("r-a4core" ,r-a4core)
3613 ("r-a4preproc" ,r-a4preproc)
3614 ("r-a4reporting" ,r-a4reporting)))
3615 (home-page "https://bioconductor.org/packages/a4/")
3616 (synopsis "Automated Affymetrix array analysis umbrella package")
3617 (description
3618 "This package provides a software suite for the automated analysis of
3619 Affymetrix arrays.")
3620 (license license:gpl3)))
3621
3622 (define-public r-abseqr
3623 (package
3624 (name "r-abseqr")
3625 (version "1.2.0")
3626 (source
3627 (origin
3628 (method url-fetch)
3629 (uri (bioconductor-uri "abseqR" version))
3630 (sha256
3631 (base32
3632 "0cbjm7cxjfrkwqhcrrh93w0zf3skmi2p9hyx7acg0ym5fz0ic51r"))))
3633 (properties `((upstream-name . "abseqR")))
3634 (build-system r-build-system)
3635 (inputs
3636 `(("pandoc" ,ghc-pandoc)))
3637 (propagated-inputs
3638 `(("r-biocparallel" ,r-biocparallel)
3639 ("r-biocstyle" ,r-biocstyle)
3640 ("r-circlize" ,r-circlize)
3641 ("r-flexdashboard" ,r-flexdashboard)
3642 ("r-ggcorrplot" ,r-ggcorrplot)
3643 ("r-ggdendro" ,r-ggdendro)
3644 ("r-ggplot2" ,r-ggplot2)
3645 ("r-gridextra" ,r-gridextra)
3646 ("r-knitr" ,r-knitr)
3647 ("r-plotly" ,r-plotly)
3648 ("r-plyr" ,r-plyr)
3649 ("r-png" ,r-png)
3650 ("r-rcolorbrewer" ,r-rcolorbrewer)
3651 ("r-reshape2" ,r-reshape2)
3652 ("r-rmarkdown" ,r-rmarkdown)
3653 ("r-stringr" ,r-stringr)
3654 ("r-vegan" ,r-vegan)
3655 ("r-venndiagram" ,r-venndiagram)))
3656 (home-page "https://github.com/malhamdoosh/abseqR")
3657 (synopsis "Reporting and data analysis for Rep-Seq datasets of antibody libraries")
3658 (description
3659 "AbSeq is a comprehensive bioinformatic pipeline for the analysis of
3660 sequencing datasets generated from antibody libraries and abseqR is one of its
3661 packages. AbseqR empowers the users of abseqPy with plotting and reporting
3662 capabilities and allows them to generate interactive HTML reports for the
3663 convenience of viewing and sharing with other researchers. Additionally,
3664 abseqR extends abseqPy to compare multiple repertoire analyses and perform
3665 further downstream analysis on its output.")
3666 (license license:gpl3)))
3667
3668 (define-public r-bacon
3669 (package
3670 (name "r-bacon")
3671 (version "1.12.0")
3672 (source
3673 (origin
3674 (method url-fetch)
3675 (uri (bioconductor-uri "bacon" version))
3676 (sha256
3677 (base32
3678 "1p6h348kwbsan6dwviclwxx02jcdmf580g5f95w2sgn4jnfv7q1q"))))
3679 (build-system r-build-system)
3680 (propagated-inputs
3681 `(("r-biocparallel" ,r-biocparallel)
3682 ("r-ellipse" ,r-ellipse)
3683 ("r-ggplot2" ,r-ggplot2)))
3684 (home-page "https://bioconductor.org/packages/bacon/")
3685 (synopsis "Controlling bias and inflation in association studies")
3686 (description
3687 "Bacon can be used to remove inflation and bias often observed in
3688 epigenome- and transcriptome-wide association studies. To this end bacon
3689 constructs an empirical null distribution using a Gibbs Sampling algorithm by
3690 fitting a three-component normal mixture on z-scores.")
3691 (license license:gpl2+)))
3692
3693 (define-public r-rgadem
3694 (package
3695 (name "r-rgadem")
3696 (version "2.32.0")
3697 (source
3698 (origin
3699 (method url-fetch)
3700 (uri (bioconductor-uri "rGADEM" version))
3701 (sha256
3702 (base32
3703 "1zf8ayllf1i79wc39vyln2hii1bgg88sw6h1hngkqx4phyvl9q18"))))
3704 (properties `((upstream-name . "rGADEM")))
3705 (build-system r-build-system)
3706 (propagated-inputs
3707 `(("r-biostrings" ,r-biostrings)
3708 ("r-bsgenome" ,r-bsgenome)
3709 ("r-iranges" ,r-iranges)
3710 ("r-seqlogo" ,r-seqlogo)))
3711 (home-page "https://bioconductor.org/packages/rGADEM/")
3712 (synopsis "De novo sequence motif discovery")
3713 (description
3714 "rGADEM is an efficient de novo motif discovery tool for large-scale
3715 genomic sequence data.")
3716 (license license:artistic2.0)))
3717
3718 (define-public r-motiv
3719 (package
3720 (name "r-motiv")
3721 (version "1.40.0")
3722 (source
3723 (origin
3724 (method url-fetch)
3725 (uri (bioconductor-uri "MotIV" version))
3726 (sha256
3727 (base32
3728 "088z3vyx5h2c4ll4sway01cd4h0x2ayhbv55f6l2kss71v6k6byf"))))
3729 (properties `((upstream-name . "MotIV")))
3730 (build-system r-build-system)
3731 (inputs
3732 `(("gsl" ,gsl)))
3733 (propagated-inputs
3734 `(("r-biocgenerics" ,r-biocgenerics)
3735 ("r-biostrings" ,r-biostrings)
3736 ("r-iranges" ,r-iranges)
3737 ("r-lattice" ,r-lattice)
3738 ("r-rgadem" ,r-rgadem)
3739 ("r-s4vectors" ,r-s4vectors)))
3740 (home-page "https://bioconductor.org/packages/MotIV/")
3741 (synopsis "Motif identification and validation")
3742 (description
3743 "This package is used for the identification and validation of sequence
3744 motifs. It makes use of STAMP for comparing a set of motifs to a given
3745 database (e.g. JASPAR). It can also be used to visualize motifs, motif
3746 distributions, modules and filter motifs.")
3747 (license license:gpl2)))
3748
3749 (define-public r-motifstack
3750 (package
3751 (name "r-motifstack")
3752 (version "1.28.0")
3753 (source
3754 (origin
3755 (method url-fetch)
3756 (uri (bioconductor-uri "motifStack" version))
3757 (sha256
3758 (base32
3759 "0qbv5pvn1g9xfn221vqjmp9vfxpkda1wxkn0kyn2nqyb80d4jf9f"))))
3760 (properties `((upstream-name . "motifStack")))
3761 (build-system r-build-system)
3762 (propagated-inputs
3763 `(("r-ade4" ,r-ade4)
3764 ("r-biostrings" ,r-biostrings)
3765 ("r-grimport2" ,r-grimport2)
3766 ("r-htmlwidgets" ,r-htmlwidgets)
3767 ("r-motiv" ,r-motiv)
3768 ("r-scales" ,r-scales)
3769 ("r-xml" ,r-xml)))
3770 (home-page "https://bioconductor.org/packages/motifStack/")
3771 (synopsis "Plot stacked logos for DNA, RNA and amino acid sequences")
3772 (description
3773 "The motifStack package is designed for graphic representation of
3774 multiple motifs with different similarity scores. It works with both DNA/RNA
3775 sequence motifs and amino acid sequence motifs. In addition, it provides the
3776 flexibility for users to customize the graphic parameters such as the font
3777 type and symbol colors.")
3778 (license license:gpl2+)))
3779
3780 (define-public r-genomicscores
3781 (package
3782 (name "r-genomicscores")
3783 (version "1.8.1")
3784 (source
3785 (origin
3786 (method url-fetch)
3787 (uri (bioconductor-uri "GenomicScores" version))
3788 (sha256
3789 (base32
3790 "0xgv5h6hwr4p2p05z8vzhivy97gfirm4rj1ihb5c8fhgc5vp85dy"))))
3791 (properties `((upstream-name . "GenomicScores")))
3792 (build-system r-build-system)
3793 (propagated-inputs
3794 `(("r-annotationhub" ,r-annotationhub)
3795 ("r-biobase" ,r-biobase)
3796 ("r-biocgenerics" ,r-biocgenerics)
3797 ("r-biostrings" ,r-biostrings)
3798 ("r-bsgenome" ,r-bsgenome)
3799 ("r-genomeinfodb" ,r-genomeinfodb)
3800 ("r-genomicranges" ,r-genomicranges)
3801 ("r-iranges" ,r-iranges)
3802 ("r-s4vectors" ,r-s4vectors)
3803 ("r-xml" ,r-xml)))
3804 (home-page "https://github.com/rcastelo/GenomicScores/")
3805 (synopsis "Work with genome-wide position-specific scores")
3806 (description
3807 "This package provides infrastructure to store and access genome-wide
3808 position-specific scores within R and Bioconductor.")
3809 (license license:artistic2.0)))
3810
3811 (define-public r-atacseqqc
3812 (package
3813 (name "r-atacseqqc")
3814 (version "1.8.5")
3815 (source
3816 (origin
3817 (method url-fetch)
3818 (uri (bioconductor-uri "ATACseqQC" version))
3819 (sha256
3820 (base32
3821 "1i8f0vs0z4jbc2yvj1diay7jhcmb1a82zv96xllk771f25nvmmxp"))))
3822 (properties `((upstream-name . "ATACseqQC")))
3823 (build-system r-build-system)
3824 (propagated-inputs
3825 `(("r-biocgenerics" ,r-biocgenerics)
3826 ("r-biostrings" ,r-biostrings)
3827 ("r-bsgenome" ,r-bsgenome)
3828 ("r-chippeakanno" ,r-chippeakanno)
3829 ("r-edger" ,r-edger)
3830 ("r-genomeinfodb" ,r-genomeinfodb)
3831 ("r-genomicalignments" ,r-genomicalignments)
3832 ("r-genomicranges" ,r-genomicranges)
3833 ("r-genomicscores" ,r-genomicscores)
3834 ("r-iranges" ,r-iranges)
3835 ("r-kernsmooth" ,r-kernsmooth)
3836 ("r-limma" ,r-limma)
3837 ("r-motifstack" ,r-motifstack)
3838 ("r-preseqr" ,r-preseqr)
3839 ("r-randomforest" ,r-randomforest)
3840 ("r-rsamtools" ,r-rsamtools)
3841 ("r-rtracklayer" ,r-rtracklayer)
3842 ("r-s4vectors" ,r-s4vectors)))
3843 (home-page "https://bioconductor.org/packages/ATACseqQC/")
3844 (synopsis "ATAC-seq quality control")
3845 (description
3846 "ATAC-seq, an assay for Transposase-Accessible Chromatin using
3847 sequencing, is a rapid and sensitive method for chromatin accessibility
3848 analysis. It was developed as an alternative method to MNase-seq, FAIRE-seq
3849 and DNAse-seq. The ATACseqQC package was developed to help users to quickly
3850 assess whether their ATAC-seq experiment is successful. It includes
3851 diagnostic plots of fragment size distribution, proportion of mitochondria
3852 reads, nucleosome positioning pattern, and CTCF or other Transcript Factor
3853 footprints.")
3854 (license license:gpl2+)))
3855
3856 (define-public r-gofuncr
3857 (package
3858 (name "r-gofuncr")
3859 (version "1.4.0")
3860 (source
3861 (origin
3862 (method url-fetch)
3863 (uri (bioconductor-uri "GOfuncR" version))
3864 (sha256
3865 (base32
3866 "1znnkh96yyv6rkbjxx2942nixw4ixdll1f72v92wzsxdcbwkgqdm"))))
3867 (properties `((upstream-name . "GOfuncR")))
3868 (build-system r-build-system)
3869 (propagated-inputs
3870 `(("r-annotationdbi" ,r-annotationdbi)
3871 ("r-genomicranges" ,r-genomicranges)
3872 ("r-gtools" ,r-gtools)
3873 ("r-iranges" ,r-iranges)
3874 ("r-mapplots" ,r-mapplots)
3875 ("r-rcpp" ,r-rcpp)
3876 ("r-vioplot" ,r-vioplot)))
3877 (home-page "https://bioconductor.org/packages/GOfuncR/")
3878 (synopsis "Gene ontology enrichment using FUNC")
3879 (description
3880 "GOfuncR performs a gene ontology enrichment analysis based on the
3881 ontology enrichment software FUNC. GO-annotations are obtained from
3882 OrganismDb or OrgDb packages (@code{Homo.sapiens} by default); the GO-graph is
3883 included in the package and updated regularly. GOfuncR provides the standard
3884 candidate vs background enrichment analysis using the hypergeometric test, as
3885 well as three additional tests:
3886
3887 @enumerate
3888 @item the Wilcoxon rank-sum test that is used when genes are ranked,
3889 @item a binomial test that is used when genes are associated with two counts,
3890 and
3891 @item a Chi-square or Fisher's exact test that is used in cases when genes are
3892 associated with four counts.
3893 @end enumerate
3894
3895 To correct for multiple testing and interdependency of the tests, family-wise
3896 error rates are computed based on random permutations of the gene-associated
3897 variables. GOfuncR also provides tools for exploring the ontology graph and
3898 the annotations, and options to take gene-length or spatial clustering of
3899 genes into account. It is also possible to provide custom gene coordinates,
3900 annotations and ontologies.")
3901 (license license:gpl2+)))
3902
3903 (define-public r-abaenrichment
3904 (package
3905 (name "r-abaenrichment")
3906 (version "1.14.1")
3907 (source
3908 (origin
3909 (method url-fetch)
3910 (uri (bioconductor-uri "ABAEnrichment" version))
3911 (sha256
3912 (base32
3913 "1w322wsp6bd3gyfwzgdf088cvfmpq774knr57d0dj420ljf4xn48"))))
3914 (properties `((upstream-name . "ABAEnrichment")))
3915 (build-system r-build-system)
3916 (propagated-inputs
3917 `(("r-abadata" ,r-abadata)
3918 ("r-data-table" ,r-data-table)
3919 ("r-gofuncr" ,r-gofuncr)
3920 ("r-gplots" ,r-gplots)
3921 ("r-gtools" ,r-gtools)
3922 ("r-rcpp" ,r-rcpp)))
3923 (home-page "https://bioconductor.org/packages/ABAEnrichment/")
3924 (synopsis "Gene expression enrichment in human brain regions")
3925 (description
3926 "The package ABAEnrichment is designed to test for enrichment of user
3927 defined candidate genes in the set of expressed genes in different human brain
3928 regions. The core function @code{aba_enrich} integrates the expression of the
3929 candidate gene set (averaged across donors) and the structural information of
3930 the brain using an ontology, both provided by the Allen Brain Atlas project.")
3931 (license license:gpl2+)))
3932
3933 (define-public r-annotationfuncs
3934 (package
3935 (name "r-annotationfuncs")
3936 (version "1.34.0")
3937 (source
3938 (origin
3939 (method url-fetch)
3940 (uri (bioconductor-uri "AnnotationFuncs" version))
3941 (sha256
3942 (base32
3943 "12vh07x8s9y74h65q1pnjlma752pz29bmyyhlnqaiy83gsg26hm3"))))
3944 (properties
3945 `((upstream-name . "AnnotationFuncs")))
3946 (build-system r-build-system)
3947 (propagated-inputs
3948 `(("r-annotationdbi" ,r-annotationdbi)
3949 ("r-dbi" ,r-dbi)))
3950 (home-page "https://www.iysik.com/r/annotationfuncs")
3951 (synopsis "Annotation translation functions")
3952 (description
3953 "This package provides functions for handling translating between
3954 different identifieres using the Biocore Data Team data-packages (e.g.
3955 @code{org.Bt.eg.db}).")
3956 (license license:gpl2)))
3957
3958 (define-public r-annotationtools
3959 (package
3960 (name "r-annotationtools")
3961 (version "1.58.0")
3962 (source
3963 (origin
3964 (method url-fetch)
3965 (uri (bioconductor-uri "annotationTools" version))
3966 (sha256
3967 (base32
3968 "148fi8bv1m0y81psm0jv1nqvjhvr461drnl0krqd7skcf0mb0fc1"))))
3969 (properties
3970 `((upstream-name . "annotationTools")))
3971 (build-system r-build-system)
3972 (propagated-inputs `(("r-biobase" ,r-biobase)))
3973 (home-page "https://bioconductor.org/packages/annotationTools/")
3974 (synopsis "Annotate microarrays and perform gene expression analyses")
3975 (description
3976 "This package provides functions to annotate microarrays, find orthologs,
3977 and integrate heterogeneous gene expression profiles using annotation and
3978 other molecular biology information available as flat file database (plain
3979 text files).")
3980 ;; Any version of the GPL.
3981 (license (list license:gpl2+))))
3982
3983 (define-public r-allelicimbalance
3984 (package
3985 (name "r-allelicimbalance")
3986 (version "1.22.0")
3987 (source
3988 (origin
3989 (method url-fetch)
3990 (uri (bioconductor-uri "AllelicImbalance" version))
3991 (sha256
3992 (base32
3993 "1f51y8zjgz0wdd33qbs1gpnadbprixr4wcfvff6v3s09rmnr8fng"))))
3994 (properties
3995 `((upstream-name . "AllelicImbalance")))
3996 (build-system r-build-system)
3997 (propagated-inputs
3998 `(("r-annotationdbi" ,r-annotationdbi)
3999 ("r-biocgenerics" ,r-biocgenerics)
4000 ("r-biostrings" ,r-biostrings)
4001 ("r-bsgenome" ,r-bsgenome)
4002 ("r-genomeinfodb" ,r-genomeinfodb)
4003 ("r-genomicalignments" ,r-genomicalignments)
4004 ("r-genomicfeatures" ,r-genomicfeatures)
4005 ("r-genomicranges" ,r-genomicranges)
4006 ("r-gridextra" ,r-gridextra)
4007 ("r-gviz" ,r-gviz)
4008 ("r-iranges" ,r-iranges)
4009 ("r-lattice" ,r-lattice)
4010 ("r-latticeextra" ,r-latticeextra)
4011 ("r-nlme" ,r-nlme)
4012 ("r-rsamtools" ,r-rsamtools)
4013 ("r-s4vectors" ,r-s4vectors)
4014 ("r-seqinr" ,r-seqinr)
4015 ("r-summarizedexperiment" ,r-summarizedexperiment)
4016 ("r-variantannotation" ,r-variantannotation)))
4017 (home-page "https://github.com/pappewaio/AllelicImbalance")
4018 (synopsis "Investigate allele-specific expression")
4019 (description
4020 "This package provides a framework for allele-specific expression
4021 investigation using RNA-seq data.")
4022 (license license:gpl3)))
4023
4024 (define-public r-aucell
4025 (package
4026 (name "r-aucell")
4027 (version "1.6.1")
4028 (source
4029 (origin
4030 (method url-fetch)
4031 (uri (bioconductor-uri "AUCell" version))
4032 (sha256
4033 (base32
4034 "1vd8w6dygn1b5bwlha09mm6fbwyj07pmawpv53agcg1y7jlxs31b"))))
4035 (properties `((upstream-name . "AUCell")))
4036 (build-system r-build-system)
4037 (propagated-inputs
4038 `(("r-data-table" ,r-data-table)
4039 ("r-gseabase" ,r-gseabase)
4040 ("r-mixtools" ,r-mixtools)
4041 ("r-r-utils" ,r-r-utils)
4042 ("r-shiny" ,r-shiny)
4043 ("r-summarizedexperiment" ,r-summarizedexperiment)))
4044 (home-page "https://bioconductor.org/packages/AUCell/")
4045 (synopsis "Analysis of gene set activity in single-cell RNA-seq data")
4046 (description
4047 "AUCell allows to identify cells with active gene sets (e.g. signatures,
4048 gene modules, etc) in single-cell RNA-seq data. AUCell uses the @dfn{Area
4049 Under the Curve} (AUC) to calculate whether a critical subset of the input
4050 gene set is enriched within the expressed genes for each cell. The
4051 distribution of AUC scores across all the cells allows exploring the relative
4052 expression of the signature. Since the scoring method is ranking-based,
4053 AUCell is independent of the gene expression units and the normalization
4054 procedure. In addition, since the cells are evaluated individually, it can
4055 easily be applied to bigger datasets, subsetting the expression matrix if
4056 needed.")
4057 (license license:gpl3)))
4058
4059 (define-public r-ebimage
4060 (package
4061 (name "r-ebimage")
4062 (version "4.26.0")
4063 (source
4064 (origin
4065 (method url-fetch)
4066 (uri (bioconductor-uri "EBImage" version))
4067 (sha256
4068 (base32
4069 "0c8rfi40959rbpbizpiizkq21az3lfwf2azlj55yz5m61qp7mgsq"))))
4070 (properties `((upstream-name . "EBImage")))
4071 (build-system r-build-system)
4072 (propagated-inputs
4073 `(("r-abind" ,r-abind)
4074 ("r-biocgenerics" ,r-biocgenerics)
4075 ("r-fftwtools" ,r-fftwtools)
4076 ("r-htmltools" ,r-htmltools)
4077 ("r-htmlwidgets" ,r-htmlwidgets)
4078 ("r-jpeg" ,r-jpeg)
4079 ("r-locfit" ,r-locfit)
4080 ("r-png" ,r-png)
4081 ("r-rcurl" ,r-rcurl)
4082 ("r-tiff" ,r-tiff)))
4083 (native-inputs
4084 `(("r-knitr" ,r-knitr))) ; for vignettes
4085 (home-page "https://github.com/aoles/EBImage")
4086 (synopsis "Image processing and analysis toolbox for R")
4087 (description
4088 "EBImage provides general purpose functionality for image processing and
4089 analysis. In the context of (high-throughput) microscopy-based cellular
4090 assays, EBImage offers tools to segment cells and extract quantitative
4091 cellular descriptors. This allows the automation of such tasks using the R
4092 programming language and facilitates the use of other tools in the R
4093 environment for signal processing, statistical modeling, machine learning and
4094 visualization with image data.")
4095 ;; Any version of the LGPL.
4096 (license license:lgpl2.1+)))
4097
4098 (define-public r-yamss
4099 (package
4100 (name "r-yamss")
4101 (version "1.10.0")
4102 (source
4103 (origin
4104 (method url-fetch)
4105 (uri (bioconductor-uri "yamss" version))
4106 (sha256
4107 (base32
4108 "00756szrmfm1jdayl90jgblydn6sick9nagdf77pn7wzh6wlaj23"))))
4109 (build-system r-build-system)
4110 (propagated-inputs
4111 `(("r-biocgenerics" ,r-biocgenerics)
4112 ("r-data-table" ,r-data-table)
4113 ("r-ebimage" ,r-ebimage)
4114 ("r-iranges" ,r-iranges)
4115 ("r-limma" ,r-limma)
4116 ("r-matrix" ,r-matrix)
4117 ("r-mzr" ,r-mzr)
4118 ("r-s4vectors" ,r-s4vectors)
4119 ("r-summarizedexperiment"
4120 ,r-summarizedexperiment)))
4121 (home-page "https://github.com/hansenlab/yamss")
4122 (synopsis "Tools for high-throughput metabolomics")
4123 (description
4124 "This package provides tools to analyze and visualize high-throughput
4125 metabolomics data acquired using chromatography-mass spectrometry. These tools
4126 preprocess data in a way that enables reliable and powerful differential
4127 analysis.")
4128 (license license:artistic2.0)))
4129
4130 (define-public r-gtrellis
4131 (package
4132 (name "r-gtrellis")
4133 (version "1.16.1")
4134 (source
4135 (origin
4136 (method url-fetch)
4137 (uri (bioconductor-uri "gtrellis" version))
4138 (sha256
4139 (base32
4140 "069hln9vflyxic24bxrlmdmz9h3jdd2qaqy898rgk5bn0gqwcjix"))))
4141 (build-system r-build-system)
4142 (propagated-inputs
4143 `(("r-circlize" ,r-circlize)
4144 ("r-genomicranges" ,r-genomicranges)
4145 ("r-getoptlong" ,r-getoptlong)
4146 ("r-iranges" ,r-iranges)))
4147 (home-page "https://github.com/jokergoo/gtrellis")
4148 (synopsis "Genome level Trellis layout")
4149 (description
4150 "Genome level Trellis graph visualizes genomic data conditioned by
4151 genomic categories (e.g. chromosomes). For each genomic category, multiple
4152 dimensional data which are represented as tracks describe different features
4153 from different aspects. This package provides high flexibility to arrange
4154 genomic categories and to add self-defined graphics in the plot.")
4155 (license license:expat)))
4156
4157 (define-public r-somaticsignatures
4158 (package
4159 (name "r-somaticsignatures")
4160 (version "2.20.0")
4161 (source
4162 (origin
4163 (method url-fetch)
4164 (uri (bioconductor-uri "SomaticSignatures" version))
4165 (sha256
4166 (base32
4167 "0wc4ddwngvkc9jhihzaxx8yazqncl1kbgkx8vqn5gd4w2hx0h5bx"))))
4168 (properties
4169 `((upstream-name . "SomaticSignatures")))
4170 (build-system r-build-system)
4171 (propagated-inputs
4172 `(("r-biobase" ,r-biobase)
4173 ("r-biostrings" ,r-biostrings)
4174 ("r-genomeinfodb" ,r-genomeinfodb)
4175 ("r-genomicranges" ,r-genomicranges)
4176 ("r-ggbio" ,r-ggbio)
4177 ("r-ggplot2" ,r-ggplot2)
4178 ("r-iranges" ,r-iranges)
4179 ("r-nmf" ,r-nmf)
4180 ("r-pcamethods" ,r-pcamethods)
4181 ("r-proxy" ,r-proxy)
4182 ("r-reshape2" ,r-reshape2)
4183 ("r-s4vectors" ,r-s4vectors)
4184 ("r-variantannotation" ,r-variantannotation)))
4185 (home-page "https://github.com/juliangehring/SomaticSignatures")
4186 (synopsis "Somatic signatures")
4187 (description
4188 "This package identifies mutational signatures of @dfn{single nucleotide
4189 variants} (SNVs). It provides a infrastructure related to the methodology
4190 described in Nik-Zainal (2012, Cell), with flexibility in the matrix
4191 decomposition algorithms.")
4192 (license license:expat)))
4193
4194 (define-public r-yapsa
4195 (package
4196 (name "r-yapsa")
4197 (version "1.10.0")
4198 (source
4199 (origin
4200 (method url-fetch)
4201 (uri (bioconductor-uri "YAPSA" version))
4202 (sha256
4203 (base32
4204 "0rfjn2x6hsqiigd53bnl7z5ix5s2mbpr9glsyihsa7i6iazh3n1q"))))
4205 (properties `((upstream-name . "YAPSA")))
4206 (build-system r-build-system)
4207 (propagated-inputs
4208 `(("r-circlize" ,r-circlize)
4209 ("r-complexheatmap" ,r-complexheatmap)
4210 ("r-corrplot" ,r-corrplot)
4211 ("r-dendextend" ,r-dendextend)
4212 ("r-genomeinfodb" ,r-genomeinfodb)
4213 ("r-genomicranges" ,r-genomicranges)
4214 ("r-getoptlong" ,r-getoptlong)
4215 ("r-ggplot2" ,r-ggplot2)
4216 ("r-gridextra" ,r-gridextra)
4217 ("r-gtrellis" ,r-gtrellis)
4218 ("r-keggrest" ,r-keggrest)
4219 ("r-lsei" ,r-lsei)
4220 ("r-pmcmr" ,r-pmcmr)
4221 ("r-reshape2" ,r-reshape2)
4222 ("r-somaticsignatures" ,r-somaticsignatures)
4223 ("r-variantannotation" ,r-variantannotation)))
4224 (home-page "https://bioconductor.org/packages/YAPSA/")
4225 (synopsis "Yet another package for signature analysis")
4226 (description
4227 "This package provides functions and routines useful in the analysis of
4228 somatic signatures (cf. L. Alexandrov et al., Nature 2013). In particular,
4229 functions to perform a signature analysis with known signatures and a
4230 signature analysis on @dfn{stratified mutational catalogue} (SMC) are
4231 provided.")
4232 (license license:gpl3)))
4233
4234 (define-public r-gcrma
4235 (package
4236 (name "r-gcrma")
4237 (version "2.56.0")
4238 (source
4239 (origin
4240 (method url-fetch)
4241 (uri (bioconductor-uri "gcrma" version))
4242 (sha256
4243 (base32
4244 "1wazr3f4hwzpd0cjs2nlnzifr2g1r8a692pxap9xnmrw66zq94s4"))))
4245 (build-system r-build-system)
4246 (propagated-inputs
4247 `(("r-affy" ,r-affy)
4248 ("r-affyio" ,r-affyio)
4249 ("r-biobase" ,r-biobase)
4250 ("r-biocmanager" ,r-biocmanager)
4251 ("r-biostrings" ,r-biostrings)
4252 ("r-xvector" ,r-xvector)))
4253 (home-page "https://bioconductor.org/packages/gcrma/")
4254 (synopsis "Background adjustment using sequence information")
4255 (description
4256 "Gcrma adjusts for background intensities in Affymetrix array data which
4257 include optical noise and @dfn{non-specific binding} (NSB). The main function
4258 @code{gcrma} converts background adjusted probe intensities to expression
4259 measures using the same normalization and summarization methods as a
4260 @dfn{Robust Multiarray Average} (RMA). Gcrma uses probe sequence information
4261 to estimate probe affinity to NSB. The sequence information is summarized in
4262 a more complex way than the simple GC content. Instead, the base types (A, T,
4263 G or C) at each position along the probe determine the affinity of each probe.
4264 The parameters of the position-specific base contributions to the probe
4265 affinity is estimated in an NSB experiment in which only NSB but no
4266 gene-specific bidning is expected.")
4267 ;; Any version of the LGPL
4268 (license license:lgpl2.1+)))
4269
4270 (define-public r-simpleaffy
4271 (package
4272 (name "r-simpleaffy")
4273 (version "2.60.0")
4274 (source
4275 (origin
4276 (method url-fetch)
4277 (uri (bioconductor-uri "simpleaffy" version))
4278 (sha256
4279 (base32
4280 "0zjpbjkk27w56mrxsxynkqc298xxsarsnzbd7injg6zakhlmhy6a"))))
4281 (build-system r-build-system)
4282 (propagated-inputs
4283 `(("r-affy" ,r-affy)
4284 ("r-biobase" ,r-biobase)
4285 ("r-biocgenerics" ,r-biocgenerics)
4286 ("r-gcrma" ,r-gcrma)
4287 ("r-genefilter" ,r-genefilter)))
4288 (home-page "https://bioconductor.org/packages/simpleaffy/")
4289 (synopsis "Very simple high level analysis of Affymetrix data")
4290 (description
4291 "This package provides high level functions for reading Affy @file{.CEL}
4292 files, phenotypic data, and then computing simple things with it, such as
4293 t-tests, fold changes and the like. It makes heavy use of the @code{affy}
4294 library. It also has some basic scatter plot functions and mechanisms for
4295 generating high resolution journal figures.")
4296 (license license:gpl2+)))
4297
4298 (define-public r-yaqcaffy
4299 (package
4300 (name "r-yaqcaffy")
4301 (version "1.44.0")
4302 (source
4303 (origin
4304 (method url-fetch)
4305 (uri (bioconductor-uri "yaqcaffy" version))
4306 (sha256
4307 (base32
4308 "1v12mbai6gf7wpxbyz4clvr7w1mlbv3scjf4kydfin8wwrrzq670"))))
4309 (build-system r-build-system)
4310 (propagated-inputs
4311 `(("r-simpleaffy" ,r-simpleaffy)))
4312 (home-page "https://bioconductor.org/packages/yaqcaffy/")
4313 (synopsis "Affymetrix quality control and reproducibility analysis")
4314 (description
4315 "This is a package that can be used for quality control of Affymetrix
4316 GeneChip expression data and reproducibility analysis of human whole genome
4317 chips with the MAQC reference datasets.")
4318 (license license:artistic2.0)))
4319
4320 (define-public r-quantro
4321 (package
4322 (name "r-quantro")
4323 (version "1.18.0")
4324 (source
4325 (origin
4326 (method url-fetch)
4327 (uri (bioconductor-uri "quantro" version))
4328 (sha256
4329 (base32
4330 "0zfb2s410ijp0didapnq7q4gn2d26wy785cygxyvg8sq6mlw2cab"))))
4331 (build-system r-build-system)
4332 (propagated-inputs
4333 `(("r-biobase" ,r-biobase)
4334 ("r-doparallel" ,r-doparallel)
4335 ("r-foreach" ,r-foreach)
4336 ("r-ggplot2" ,r-ggplot2)
4337 ("r-iterators" ,r-iterators)
4338 ("r-minfi" ,r-minfi)
4339 ("r-rcolorbrewer" ,r-rcolorbrewer)))
4340 (home-page "https://bioconductor.org/packages/quantro/")
4341 (synopsis "Test for when to use quantile normalization")
4342 (description
4343 "This package provides a data-driven test for the assumptions of quantile
4344 normalization using raw data such as objects that inherit eSets (e.g.
4345 ExpressionSet, MethylSet). Group level information about each sample (such as
4346 Tumor / Normal status) must also be provided because the test assesses if
4347 there are global differences in the distributions between the user-defined
4348 groups.")
4349 (license license:gpl3+)))
4350
4351 (define-public r-yarn
4352 (package
4353 (name "r-yarn")
4354 (version "1.10.0")
4355 (source
4356 (origin
4357 (method url-fetch)
4358 (uri (bioconductor-uri "yarn" version))
4359 (sha256
4360 (base32
4361 "00gmwylpdmssz8xpd91d8fsiyglr7f9vc9bdalpa7w5vg4c6d2f6"))))
4362 (build-system r-build-system)
4363 (propagated-inputs
4364 `(("r-biobase" ,r-biobase)
4365 ("r-biomart" ,r-biomart)
4366 ("r-downloader" ,r-downloader)
4367 ("r-edger" ,r-edger)
4368 ("r-gplots" ,r-gplots)
4369 ("r-limma" ,r-limma)
4370 ("r-matrixstats" ,r-matrixstats)
4371 ("r-preprocesscore" ,r-preprocesscore)
4372 ("r-quantro" ,r-quantro)
4373 ("r-rcolorbrewer" ,r-rcolorbrewer)
4374 ("r-readr" ,r-readr)))
4375 (home-page "https://bioconductor.org/packages/yarn/")
4376 (synopsis "Robust multi-condition RNA-Seq preprocessing and normalization")
4377 (description
4378 "Expedite large RNA-Seq analyses using a combination of previously
4379 developed tools. YARN is meant to make it easier for the user in performing
4380 basic mis-annotation quality control, filtering, and condition-aware
4381 normalization. YARN leverages many Bioconductor tools and statistical
4382 techniques to account for the large heterogeneity and sparsity found in very
4383 large RNA-seq experiments.")
4384 (license license:artistic2.0)))
4385
4386 (define-public r-roar
4387 (package
4388 (name "r-roar")
4389 (version "1.20.0")
4390 (source
4391 (origin
4392 (method url-fetch)
4393 (uri (bioconductor-uri "roar" version))
4394 (sha256
4395 (base32
4396 "11ib5vr2vrrqsqcikph528c56bp52myyfdlwkklp8m0r15kwpxr7"))))
4397 (build-system r-build-system)
4398 (propagated-inputs
4399 `(("r-biocgenerics" ,r-biocgenerics)
4400 ("r-genomeinfodb" ,r-genomeinfodb)
4401 ("r-genomicalignments" ,r-genomicalignments)
4402 ("r-genomicranges" ,r-genomicranges)
4403 ("r-iranges" ,r-iranges)
4404 ("r-rtracklayer" ,r-rtracklayer)
4405 ("r-s4vectors" ,r-s4vectors)
4406 ("r-summarizedexperiment" ,r-summarizedexperiment)))
4407 (home-page "https://github.com/vodkatad/roar/")
4408 (synopsis "Identify differential APA usage from RNA-seq alignments")
4409 (description
4410 "This package provides tools for identifying preferential usage of APA
4411 sites, comparing two biological conditions, starting from known alternative
4412 sites and alignments obtained from standard RNA-seq experiments.")
4413 (license license:gpl3)))
4414
4415 (define-public r-xbseq
4416 (package
4417 (name "r-xbseq")
4418 (version "1.16.0")
4419 (source
4420 (origin
4421 (method url-fetch)
4422 (uri (bioconductor-uri "XBSeq" version))
4423 (sha256
4424 (base32
4425 "12l5qnkg6iahwyfmcsf18hys2i9cjn486sacvsqqfcjj3m88w1gy"))))
4426 (properties `((upstream-name . "XBSeq")))
4427 (build-system r-build-system)
4428 (propagated-inputs
4429 `(("r-biobase" ,r-biobase)
4430 ("r-deseq2" ,r-deseq2)
4431 ("r-dplyr" ,r-dplyr)
4432 ("r-ggplot2" ,r-ggplot2)
4433 ("r-locfit" ,r-locfit)
4434 ("r-magrittr" ,r-magrittr)
4435 ("r-matrixstats" ,r-matrixstats)
4436 ("r-pracma" ,r-pracma)
4437 ("r-roar" ,r-roar)))
4438 (home-page "https://github.com/Liuy12/XBSeq")
4439 (synopsis "Test for differential expression for RNA-seq data")
4440 (description
4441 "XBSeq is a novel algorithm for testing RNA-seq @dfn{differential
4442 expression} (DE), where a statistical model was established based on the
4443 assumption that observed signals are the convolution of true expression
4444 signals and sequencing noises. The mapped reads in non-exonic regions are
4445 considered as sequencing noises, which follows a Poisson distribution. Given
4446 measurable observed signal and background noise from RNA-seq data, true
4447 expression signals, assuming governed by the negative binomial distribution,
4448 can be delineated and thus the accurate detection of differential expressed
4449 genes.")
4450 (license license:gpl3+)))
4451
4452 (define-public r-massspecwavelet
4453 (package
4454 (name "r-massspecwavelet")
4455 (version "1.50.0")
4456 (source
4457 (origin
4458 (method url-fetch)
4459 (uri (bioconductor-uri "MassSpecWavelet" version))
4460 (sha256
4461 (base32
4462 "1qg73qv69fvf2al7znkh9lmyx5qmkqv2mpl33lahdwzkm0lh6n72"))))
4463 (properties
4464 `((upstream-name . "MassSpecWavelet")))
4465 (build-system r-build-system)
4466 (propagated-inputs
4467 `(("r-waveslim" ,r-waveslim)))
4468 (home-page "https://bioconductor.org/packages/MassSpecWavelet/")
4469 (synopsis "Mass spectrum processing by wavelet-based algorithms")
4470 (description
4471 "The MassSpecWavelet package aims to process @dfn{Mass Spectrometry} (MS)
4472 data mainly through the use of wavelet transforms. It supports peak detection
4473 based on @dfn{Continuous Wavelet Transform} (CWT).")
4474 (license license:lgpl2.0+)))
4475
4476 (define-public r-xcms
4477 (package
4478 (name "r-xcms")
4479 (version "3.6.2")
4480 (source
4481 (origin
4482 (method url-fetch)
4483 (uri (bioconductor-uri "xcms" version))
4484 (sha256
4485 (base32
4486 "0icww3f1kahyk96mc07yhsbyiranzm2614n509as09jf8bdhq23v"))))
4487 (build-system r-build-system)
4488 (propagated-inputs
4489 `(("r-biobase" ,r-biobase)
4490 ("r-biocgenerics" ,r-biocgenerics)
4491 ("r-biocparallel" ,r-biocparallel)
4492 ("r-lattice" ,r-lattice)
4493 ("r-massspecwavelet" ,r-massspecwavelet)
4494 ("r-msnbase" ,r-msnbase)
4495 ("r-multtest" ,r-multtest)
4496 ("r-mzr" ,r-mzr)
4497 ("r-plyr" ,r-plyr)
4498 ("r-protgenerics" ,r-protgenerics)
4499 ("r-rann" ,r-rann)
4500 ("r-rcolorbrewer" ,r-rcolorbrewer)
4501 ("r-robustbase" ,r-robustbase)
4502 ("r-s4vectors" ,r-s4vectors)))
4503 (home-page "https://bioconductor.org/packages/xcms/")
4504 (synopsis "LC/MS and GC/MS mass spectrometry data analysis")
4505 (description
4506 "This package provides a framework for processing and visualization of
4507 chromatographically separated and single-spectra mass spectral data. It
4508 imports from AIA/ANDI NetCDF, mzXML, mzData and mzML files. It preprocesses
4509 data for high-throughput, untargeted analyte profiling.")
4510 (license license:gpl2+)))
4511
4512 (define-public r-wrench
4513 (package
4514 (name "r-wrench")
4515 (version "1.2.0")
4516 (source
4517 (origin
4518 (method url-fetch)
4519 (uri (bioconductor-uri "Wrench" version))
4520 (sha256
4521 (base32
4522 "1js4dsgpgwq552r4ay78awd5vhzlmva0v8xvn3dy9v18y4j9k94i"))))
4523 (properties `((upstream-name . "Wrench")))
4524 (build-system r-build-system)
4525 (propagated-inputs
4526 `(("r-limma" ,r-limma)
4527 ("r-locfit" ,r-locfit)
4528 ("r-matrixstats" ,r-matrixstats)))
4529 (home-page "https://github.com/HCBravoLab/Wrench")
4530 (synopsis "Wrench normalization for sparse count data")
4531 (description
4532 "Wrench is a package for normalization sparse genomic count data, like
4533 that arising from 16s metagenomic surveys.")
4534 (license license:artistic2.0)))
4535
4536 (define-public r-wiggleplotr
4537 (package
4538 (name "r-wiggleplotr")
4539 (version "1.8.0")
4540 (source
4541 (origin
4542 (method url-fetch)
4543 (uri (bioconductor-uri "wiggleplotr" version))
4544 (sha256
4545 (base32
4546 "0yl3ymsk5iijbypjg7lf6mkjgb54893vml2v5aqp2q4l8q0ld7l0"))))
4547 (build-system r-build-system)
4548 (propagated-inputs
4549 `(("r-assertthat" ,r-assertthat)
4550 ("r-cowplot" ,r-cowplot)
4551 ("r-dplyr" ,r-dplyr)
4552 ("r-genomeinfodb" ,r-genomeinfodb)
4553 ("r-genomicranges" ,r-genomicranges)
4554 ("r-ggplot2" ,r-ggplot2)
4555 ("r-iranges" ,r-iranges)
4556 ("r-purrr" ,r-purrr)
4557 ("r-rtracklayer" ,r-rtracklayer)
4558 ("r-s4vectors" ,r-s4vectors)))
4559 (home-page "https://bioconductor.org/packages/wiggleplotr/")
4560 (synopsis "Make read coverage plots from BigWig files")
4561 (description
4562 "This package provides tools to visualize read coverage from sequencing
4563 experiments together with genomic annotations (genes, transcripts, peaks).
4564 Introns of long transcripts can be rescaled to a fixed length for better
4565 visualization of exonic read coverage.")
4566 (license license:asl2.0)))
4567
4568 (define-public r-widgettools
4569 (package
4570 (name "r-widgettools")
4571 (version "1.62.0")
4572 (source
4573 (origin
4574 (method url-fetch)
4575 (uri (bioconductor-uri "widgetTools" version))
4576 (sha256
4577 (base32
4578 "021b4s5vcy68p95p8rrcz8a8b1gyk4k8zq06snn32k2dqr91xi1a"))))
4579 (properties `((upstream-name . "widgetTools")))
4580 (build-system r-build-system)
4581 (home-page "https://bioconductor.org/packages/widgetTools/")
4582 (synopsis "Tools for creating interactive tcltk widgets")
4583 (description
4584 "This package contains tools to support the construction of tcltk
4585 widgets in R.")
4586 ;; Any version of the LGPL.
4587 (license license:lgpl3+)))
4588
4589 (define-public r-webbioc
4590 (package
4591 (name "r-webbioc")
4592 (version "1.56.0")
4593 (source
4594 (origin
4595 (method url-fetch)
4596 (uri (bioconductor-uri "webbioc" version))
4597 (sha256
4598 (base32
4599 "0ilrwzbk0v41p6hwng7jmr3hwwb4skdcjqml1mc3xmh99lcvw8hz"))))
4600 (build-system r-build-system)
4601 (inputs
4602 `(("netpbm" ,netpbm)
4603 ("perl" ,perl)))
4604 (propagated-inputs
4605 `(("r-affy" ,r-affy)
4606 ("r-annaffy" ,r-annaffy)
4607 ("r-biobase" ,r-biobase)
4608 ("r-biocmanager" ,r-biocmanager)
4609 ("r-gcrma" ,r-gcrma)
4610 ("r-multtest" ,r-multtest)
4611 ("r-qvalue" ,r-qvalue)
4612 ("r-vsn" ,r-vsn)))
4613 (home-page "https://www.bioconductor.org/")
4614 (synopsis "Bioconductor web interface")
4615 (description
4616 "This package provides an integrated web interface for doing microarray
4617 analysis using several of the Bioconductor packages. It is intended to be
4618 deployed as a centralized bioinformatics resource for use by many users.
4619 Currently only Affymetrix oligonucleotide analysis is supported.")
4620 (license license:gpl2+)))
4621
4622 (define-public r-zfpkm
4623 (package
4624 (name "r-zfpkm")
4625 (version "1.6.0")
4626 (source
4627 (origin
4628 (method url-fetch)
4629 (uri (bioconductor-uri "zFPKM" version))
4630 (sha256
4631 (base32
4632 "14knxp8cjjp9fhc6py66c7hrckf112jamz3gl1v60l1f2l1hmfvz"))))
4633 (properties `((upstream-name . "zFPKM")))
4634 (build-system r-build-system)
4635 (propagated-inputs
4636 `(("r-checkmate" ,r-checkmate)
4637 ("r-dplyr" ,r-dplyr)
4638 ("r-ggplot2" ,r-ggplot2)
4639 ("r-summarizedexperiment" ,r-summarizedexperiment)
4640 ("r-tidyr" ,r-tidyr)))
4641 (home-page "https://github.com/ronammar/zFPKM/")
4642 (synopsis "Functions to facilitate zFPKM transformations")
4643 (description
4644 "This is a package to perform the zFPKM transform on RNA-seq FPKM data.
4645 This algorithm is based on the publication by Hart et al., 2013 (Pubmed ID
4646 24215113).")
4647 (license license:gpl3)))
4648
4649 (define-public r-rbowtie2
4650 (package
4651 (name "r-rbowtie2")
4652 (version "1.6.0")
4653 (source
4654 (origin
4655 (method url-fetch)
4656 (uri (bioconductor-uri "Rbowtie2" version))
4657 (sha256
4658 (base32
4659 "1yphnrk5j52gzvy9g6mw05dzh9sm8xxvhyja59ak68nrs1bh3lq4"))))
4660 (properties `((upstream-name . "Rbowtie2")))
4661 (build-system r-build-system)
4662 (inputs
4663 `(("zlib" ,zlib)))
4664 (home-page "https://bioconductor.org/packages/Rbowtie2/")
4665 (synopsis "R wrapper for Bowtie2 and AdapterRemoval")
4666 (description
4667 "This package provides an R wrapper of the popular @code{bowtie2}
4668 sequencing reads aligner and @code{AdapterRemoval}, a convenient tool for
4669 rapid adapter trimming, identification, and read merging.")
4670 (license license:gpl3+)))
4671
4672 (define-public r-progeny
4673 (package
4674 (name "r-progeny")
4675 (version "1.6.0")
4676 (source
4677 (origin
4678 (method url-fetch)
4679 (uri (bioconductor-uri "progeny" version))
4680 (sha256
4681 (base32
4682 "03rm90vfb9ivxhapvs3h5yggfazf8bf5vh1krknvb3xyw27br9dw"))))
4683 (build-system r-build-system)
4684 (propagated-inputs `(("r-biobase" ,r-biobase)))
4685 (home-page "https://github.com/saezlab/progeny")
4686 (synopsis "Pathway responsive gene activity inference")
4687 (description
4688 "This package provides a function to infer pathway activity from gene
4689 expression. It contains the linear model inferred in the publication
4690 \"Perturbation-response genes reveal signaling footprints in cancer gene
4691 expression\".")
4692 (license license:asl2.0)))
4693
4694 (define-public r-arrmnormalization
4695 (package
4696 (name "r-arrmnormalization")
4697 (version "1.24.0")
4698 (source
4699 (origin
4700 (method url-fetch)
4701 (uri (bioconductor-uri "ARRmNormalization" version))
4702 (sha256
4703 (base32
4704 "05m7hy1qd4lr1ylb0ld30dirdl9jfp1zhvifl6wvj40x74b6h2d1"))))
4705 (properties
4706 `((upstream-name . "ARRmNormalization")))
4707 (build-system r-build-system)
4708 (propagated-inputs `(("r-arrmdata" ,r-arrmdata)))
4709 (home-page "https://bioconductor.org/packages/ARRmNormalization/")
4710 (synopsis "Adaptive robust regression normalization for methylation data")
4711 (description
4712 "This is a package to perform the @dfn{Adaptive Robust Regression
4713 method} (ARRm) for the normalization of methylation data from the Illumina
4714 Infinium HumanMethylation 450k assay.")
4715 (license license:artistic2.0)))
4716
4717 (define-public r-biocfilecache
4718 (package
4719 (name "r-biocfilecache")
4720 (version "1.8.0")
4721 (source
4722 (origin
4723 (method url-fetch)
4724 (uri (bioconductor-uri "BiocFileCache" version))
4725 (sha256
4726 (base32
4727 "1mi8p8hvrdxim8lqsid2cb7284imyjf9rlzsrdlzdjac7dp9bpdb"))))
4728 (properties `((upstream-name . "BiocFileCache")))
4729 (build-system r-build-system)
4730 (propagated-inputs
4731 `(("r-curl" ,r-curl)
4732 ("r-dbi" ,r-dbi)
4733 ("r-dbplyr" ,r-dbplyr)
4734 ("r-dplyr" ,r-dplyr)
4735 ("r-httr" ,r-httr)
4736 ("r-rappdirs" ,r-rappdirs)
4737 ("r-rsqlite" ,r-rsqlite)))
4738 (home-page "https://bioconductor.org/packages/BiocFileCache/")
4739 (synopsis "Manage files across sessions")
4740 (description
4741 "This package creates a persistent on-disk cache of files that the user
4742 can add, update, and retrieve. It is useful for managing resources (such as
4743 custom Txdb objects) that are costly or difficult to create, web resources,
4744 and data files used across sessions.")
4745 (license license:artistic2.0)))
4746
4747 (define-public r-iclusterplus
4748 (package
4749 (name "r-iclusterplus")
4750 (version "1.20.0")
4751 (source
4752 (origin
4753 (method url-fetch)
4754 (uri (bioconductor-uri "iClusterPlus" version))
4755 (sha256
4756 (base32
4757 "14x43jjhbp4zwb4dv9rwrm5l5p7h76bc1zkdbiikqip9bzph0viq"))))
4758 (properties `((upstream-name . "iClusterPlus")))
4759 (build-system r-build-system)
4760 (native-inputs `(("gfortran" ,gfortran)))
4761 (home-page "https://bioconductor.org/packages/iClusterPlus/")
4762 (synopsis "Integrative clustering of multi-type genomic data")
4763 (description
4764 "iClusterPlus is developed for integrative clustering analysis of
4765 multi-type genomic data and is an enhanced version of iCluster proposed and
4766 developed by Shen, Olshen and Ladanyi (2009). Multi-type genomic data arise
4767 from the experiments where biological samples (e.g. tumor samples) are
4768 analyzed by multiple techniques, for instance, @dfn{array comparative genomic
4769 hybridization} (aCGH), gene expression microarray, RNA-seq and DNA-seq, and so
4770 on. In the iClusterPlus model, binary observations such as somatic mutation
4771 are modeled as Binomial processes; categorical observations such as copy
4772 number states are realizations of Multinomial random variables; counts are
4773 modeled as Poisson random processes; and continuous measures are modeled by
4774 Gaussian distributions.")
4775 (license license:gpl2+)))
4776
4777 (define-public r-rbowtie
4778 (package
4779 (name "r-rbowtie")
4780 (version "1.24.0")
4781 (source
4782 (origin
4783 (method url-fetch)
4784 (uri (bioconductor-uri "Rbowtie" version))
4785 (sha256
4786 (base32
4787 "1p8gbd2zn677lq8d009p2cplg1jm2jhn81lppipj638i9ynjh44f"))))
4788 (properties `((upstream-name . "Rbowtie")))
4789 (build-system r-build-system)
4790 (inputs
4791 `(("zlib" ,zlib)))
4792 (home-page "https://bioconductor.org/packages/Rbowtie/")
4793 (synopsis "R bowtie wrapper")
4794 (description
4795 "This package provides an R wrapper around the popular bowtie short read
4796 aligner and around SpliceMap, a de novo splice junction discovery and
4797 alignment tool.")
4798 (license license:artistic2.0)))
4799
4800 (define-public r-sgseq
4801 (package
4802 (name "r-sgseq")
4803 (version "1.18.0")
4804 (source
4805 (origin
4806 (method url-fetch)
4807 (uri (bioconductor-uri "SGSeq" version))
4808 (sha256
4809 (base32
4810 "09c0hv74pl310wahyyp4x50g6sz30bvrg24p2j9h7glla5dh2z4s"))))
4811 (properties `((upstream-name . "SGSeq")))
4812 (build-system r-build-system)
4813 (propagated-inputs
4814 `(("r-annotationdbi" ,r-annotationdbi)
4815 ("r-biocgenerics" ,r-biocgenerics)
4816 ("r-biostrings" ,r-biostrings)
4817 ("r-genomeinfodb" ,r-genomeinfodb)
4818 ("r-genomicalignments" ,r-genomicalignments)
4819 ("r-genomicfeatures" ,r-genomicfeatures)
4820 ("r-genomicranges" ,r-genomicranges)
4821 ("r-igraph" ,r-igraph)
4822 ("r-iranges" ,r-iranges)
4823 ("r-rsamtools" ,r-rsamtools)
4824 ("r-rtracklayer" ,r-rtracklayer)
4825 ("r-runit" ,r-runit)
4826 ("r-s4vectors" ,r-s4vectors)
4827 ("r-summarizedexperiment" ,r-summarizedexperiment)))
4828 (home-page "https://bioconductor.org/packages/SGSeq/")
4829 (synopsis "Splice event prediction and quantification from RNA-seq data")
4830 (description
4831 "SGSeq is a package for analyzing splice events from RNA-seq data. Input
4832 data are RNA-seq reads mapped to a reference genome in BAM format. Genes are
4833 represented as a splice graph, which can be obtained from existing annotation
4834 or predicted from the mapped sequence reads. Splice events are identified
4835 from the graph and are quantified locally using structurally compatible reads
4836 at the start or end of each splice variant. The software includes functions
4837 for splice event prediction, quantification, visualization and
4838 interpretation.")
4839 (license license:artistic2.0)))
4840
4841 (define-public r-rhisat2
4842 (package
4843 (name "r-rhisat2")
4844 (version "1.0.3")
4845 (source
4846 (origin
4847 (method url-fetch)
4848 (uri (bioconductor-uri "Rhisat2" version))
4849 (sha256
4850 (base32
4851 "02ig9qci18n93vmya7q6bijrqsbfh69fyg8iqysf89ym2vd3x3c5"))))
4852 (properties `((upstream-name . "Rhisat2")))
4853 (build-system r-build-system)
4854 (native-inputs
4855 `(("which" ,which)))
4856 (propagated-inputs
4857 `(("r-genomicfeatures" ,r-genomicfeatures)
4858 ("r-genomicranges" ,r-genomicranges)
4859 ("r-sgseq" ,r-sgseq)))
4860 (home-page "https://github.com/fmicompbio/Rhisat2")
4861 (synopsis "R Wrapper for HISAT2 sequence aligner")
4862 (description
4863 "This package provides an R interface to the HISAT2 spliced short-read
4864 aligner by Kim et al. (2015). The package contains wrapper functions to
4865 create a genome index and to perform the read alignment to the generated
4866 index.")
4867 (license license:gpl3)))
4868
4869 (define-public r-quasr
4870 (package
4871 (name "r-quasr")
4872 (version "1.24.2")
4873 (source
4874 (origin
4875 (method url-fetch)
4876 (uri (bioconductor-uri "QuasR" version))
4877 (sha256
4878 (base32
4879 "1pshm41iba9nfq2pigk4dyldn5434w83rhgj99cdjnd0rszj7ajx"))))
4880 (properties `((upstream-name . "QuasR")))
4881 (build-system r-build-system)
4882 (inputs
4883 `(("zlib" ,zlib)))
4884 (propagated-inputs
4885 `(("r-annotationdbi" ,r-annotationdbi)
4886 ("r-biobase" ,r-biobase)
4887 ("r-biocgenerics" ,r-biocgenerics)
4888 ("r-biocmanager" ,r-biocmanager)
4889 ("r-biocparallel" ,r-biocparallel)
4890 ("r-biostrings" ,r-biostrings)
4891 ("r-bsgenome" ,r-bsgenome)
4892 ("r-genomeinfodb" ,r-genomeinfodb)
4893 ("r-genomicalignments" ,r-genomicalignments)
4894 ("r-genomicfeatures" ,r-genomicfeatures)
4895 ("r-genomicfiles" ,r-genomicfiles)
4896 ("r-genomicranges" ,r-genomicranges)
4897 ("r-iranges" ,r-iranges)
4898 ("r-rbowtie" ,r-rbowtie)
4899 ("r-rhisat2" ,r-rhisat2)
4900 ("r-rhtslib" ,r-rhtslib)
4901 ("r-rsamtools" ,r-rsamtools)
4902 ("r-rtracklayer" ,r-rtracklayer)
4903 ("r-s4vectors" ,r-s4vectors)
4904 ("r-shortread" ,r-shortread)))
4905 (home-page "https://bioconductor.org/packages/QuasR/")
4906 (synopsis "Quantify and annotate short reads in R")
4907 (description
4908 "This package provides a framework for the quantification and analysis of
4909 short genomic reads. It covers a complete workflow starting from raw sequence
4910 reads, over creation of alignments and quality control plots, to the
4911 quantification of genomic regions of interest.")
4912 (license license:gpl2)))
4913
4914 (define-public r-rqc
4915 (package
4916 (name "r-rqc")
4917 (version "1.18.0")
4918 (source
4919 (origin
4920 (method url-fetch)
4921 (uri (bioconductor-uri "Rqc" version))
4922 (sha256
4923 (base32
4924 "09kyn5nc2fqfdm3q07h0x2jyh24vsq5sxxm63ir1lvv250lmal4g"))))
4925 (properties `((upstream-name . "Rqc")))
4926 (build-system r-build-system)
4927 (propagated-inputs
4928 `(("r-biocgenerics" ,r-biocgenerics)
4929 ("r-biocparallel" ,r-biocparallel)
4930 ("r-biocstyle" ,r-biocstyle)
4931 ("r-biostrings" ,r-biostrings)
4932 ("r-biovizbase" ,r-biovizbase)
4933 ("r-genomicalignments" ,r-genomicalignments)
4934 ("r-genomicfiles" ,r-genomicfiles)
4935 ("r-ggplot2" ,r-ggplot2)
4936 ("r-iranges" ,r-iranges)
4937 ("r-knitr" ,r-knitr)
4938 ("r-markdown" ,r-markdown)
4939 ("r-plyr" ,r-plyr)
4940 ("r-rcpp" ,r-rcpp)
4941 ("r-reshape2" ,r-reshape2)
4942 ("r-rsamtools" ,r-rsamtools)
4943 ("r-s4vectors" ,r-s4vectors)
4944 ("r-shiny" ,r-shiny)
4945 ("r-shortread" ,r-shortread)))
4946 (home-page "https://github.com/labbcb/Rqc")
4947 (synopsis "Quality control tool for high-throughput sequencing data")
4948 (description
4949 "Rqc is an optimized tool designed for quality control and assessment of
4950 high-throughput sequencing data. It performs parallel processing of entire
4951 files and produces a report which contains a set of high-resolution
4952 graphics.")
4953 (license license:gpl2+)))
4954
4955 (define-public r-birewire
4956 (package
4957 (name "r-birewire")
4958 (version "3.16.0")
4959 (source
4960 (origin
4961 (method url-fetch)
4962 (uri (bioconductor-uri "BiRewire" version))
4963 (sha256
4964 (base32
4965 "1gjb18l3gq3w8zl6r5d49hw0r1kfh9f7ghv9hz6y86aniprvb518"))))
4966 (properties `((upstream-name . "BiRewire")))
4967 (build-system r-build-system)
4968 (propagated-inputs
4969 `(("r-igraph" ,r-igraph)
4970 ("r-matrix" ,r-matrix)
4971 ("r-slam" ,r-slam)
4972 ("r-tsne" ,r-tsne)))
4973 (home-page "https://bioconductor.org/packages/release/bioc/html/BiRewire.html")
4974 (synopsis "Tools for randomization of bipartite graphs")
4975 (description
4976 "This package provides functions for bipartite network rewiring through N
4977 consecutive switching steps and for the computation of the minimal number of
4978 switching steps to be performed in order to maximise the dissimilarity with
4979 respect to the original network. It includes functions for the analysis of
4980 the introduced randomness across the switching steps and several other
4981 routines to analyse the resulting networks and their natural projections.")
4982 (license license:gpl3)))
4983
4984 (define-public r-birta
4985 (package
4986 (name "r-birta")
4987 (version "1.28.0")
4988 (source
4989 (origin
4990 (method url-fetch)
4991 (uri (bioconductor-uri "birta" version))
4992 (sha256
4993 (base32
4994 "12xjyvgmh4h0b7hi4qg50kcpb9003gnh2xyfgncb8l9mzvsbkxc2"))))
4995 (build-system r-build-system)
4996 (propagated-inputs
4997 `(("r-biobase" ,r-biobase)
4998 ("r-limma" ,r-limma)
4999 ("r-mass" ,r-mass)))
5000 (home-page "https://bioconductor.org/packages/birta")
5001 (synopsis "Bayesian inference of regulation of transcriptional activity")
5002 (description
5003 "Expression levels of mRNA molecules are regulated by different
5004 processes, comprising inhibition or activation by transcription factors and
5005 post-transcriptional degradation by microRNAs. @dfn{birta} (Bayesian
5006 Inference of Regulation of Transcriptional Activity) uses the regulatory
5007 networks of transcription factors and miRNAs together with mRNA and miRNA
5008 expression data to predict switches in regulatory activity between two
5009 conditions. A Bayesian network is used to model the regulatory structure and
5010 Markov-Chain-Monte-Carlo is applied to sample the activity states.")
5011 (license license:gpl2+)))
5012
5013 (define-public r-ropls
5014 (package
5015 (name "r-ropls")
5016 (version "1.16.0")
5017 (source
5018 (origin
5019 (method url-fetch)
5020 (uri (bioconductor-uri "ropls" version))
5021 (sha256
5022 (base32
5023 "099nv9dgmw3avkxv7cd27r16yj56svjlp5q4i389yp1n0r5zhyl2"))))
5024 (build-system r-build-system)
5025 (propagated-inputs `(("r-biobase" ,r-biobase)))
5026 (native-inputs
5027 `(("r-knitr" ,r-knitr))) ; for vignettes
5028 (home-page "https://dx.doi.org/10.1021/acs.jproteome.5b00354")
5029 (synopsis "Multivariate analysis and feature selection of omics data")
5030 (description
5031 "Latent variable modeling with @dfn{Principal Component Analysis} (PCA)
5032 and @dfn{Partial Least Squares} (PLS) are powerful methods for visualization,
5033 regression, classification, and feature selection of omics data where the
5034 number of variables exceeds the number of samples and with multicollinearity
5035 among variables. @dfn{Orthogonal Partial Least Squares} (OPLS) enables to
5036 separately model the variation correlated (predictive) to the factor of
5037 interest and the uncorrelated (orthogonal) variation. While performing
5038 similarly to PLS, OPLS facilitates interpretation.
5039
5040 This package provides imlementations of PCA, PLS, and OPLS for multivariate
5041 analysis and feature selection of omics data. In addition to scores, loadings
5042 and weights plots, the package provides metrics and graphics to determine the
5043 optimal number of components (e.g. with the R2 and Q2 coefficients), check the
5044 validity of the model by permutation testing, detect outliers, and perform
5045 feature selection (e.g. with Variable Importance in Projection or regression
5046 coefficients).")
5047 (license license:cecill)))
5048
5049 (define-public r-biosigner
5050 (package
5051 (name "r-biosigner")
5052 (version "1.12.0")
5053 (source
5054 (origin
5055 (method url-fetch)
5056 (uri (bioconductor-uri "biosigner" version))
5057 (sha256
5058 (base32
5059 "1643iya40v6whb7lw7y34w5sanbasvj4yhvcygbip667yhphyv5b"))))
5060 (build-system r-build-system)
5061 (propagated-inputs
5062 `(("r-biobase" ,r-biobase)
5063 ("r-e1071" ,r-e1071)
5064 ("r-randomforest" ,r-randomforest)
5065 ("r-ropls" ,r-ropls)))
5066 (native-inputs
5067 `(("r-knitr" ,r-knitr)
5068 ("r-rmarkdown" ,r-rmarkdown)
5069 ("pandoc" ,ghc-pandoc)
5070 ("pandoc-citeproc" ,ghc-pandoc-citeproc))) ; all for vignettes
5071 (home-page "https://bioconductor.org/packages/biosigner/")
5072 (synopsis "Signature discovery from omics data")
5073 (description
5074 "Feature selection is critical in omics data analysis to extract
5075 restricted and meaningful molecular signatures from complex and high-dimension
5076 data, and to build robust classifiers. This package implements a method to
5077 assess the relevance of the variables for the prediction performances of the
5078 classifier. The approach can be run in parallel with the PLS-DA, Random
5079 Forest, and SVM binary classifiers. The signatures and the corresponding
5080 'restricted' models are returned, enabling future predictions on new
5081 datasets.")
5082 (license license:cecill)))
5083
5084 (define-public r-annotatr
5085 (package
5086 (name "r-annotatr")
5087 (version "1.10.0")
5088 (source
5089 (origin
5090 (method url-fetch)
5091 (uri (bioconductor-uri "annotatr" version))
5092 (sha256
5093 (base32
5094 "1zlhy6swfgqjhhcqn8c6akxd4c4z8p85swfh095imji7hxnlhh1f"))))
5095 (build-system r-build-system)
5096 (propagated-inputs
5097 `(("r-annotationdbi" ,r-annotationdbi)
5098 ("r-annotationhub" ,r-annotationhub)
5099 ("r-dplyr" ,r-dplyr)
5100 ("r-genomeinfodb" ,r-genomeinfodb)
5101 ("r-genomicfeatures" ,r-genomicfeatures)
5102 ("r-genomicranges" ,r-genomicranges)
5103 ("r-ggplot2" ,r-ggplot2)
5104 ("r-iranges" ,r-iranges)
5105 ("r-readr" ,r-readr)
5106 ("r-regioner" ,r-regioner)
5107 ("r-reshape2" ,r-reshape2)
5108 ("r-rtracklayer" ,r-rtracklayer)
5109 ("r-s4vectors" ,r-s4vectors)))
5110 (home-page "https://bioconductor.org/packages/annotatr/")
5111 (synopsis "Annotation of genomic regions to genomic annotations")
5112 (description
5113 "Given a set of genomic sites/regions (e.g. ChIP-seq peaks, CpGs,
5114 differentially methylated CpGs or regions, SNPs, etc.) it is often of interest
5115 to investigate the intersecting genomic annotations. Such annotations include
5116 those relating to gene models (promoters, 5'UTRs, exons, introns, and 3'UTRs),
5117 CpGs (CpG islands, CpG shores, CpG shelves), or regulatory sequences such as
5118 enhancers. The annotatr package provides an easy way to summarize and
5119 visualize the intersection of genomic sites/regions with genomic
5120 annotations.")
5121 (license license:gpl3)))
5122
5123 (define-public r-rsubread
5124 (package
5125 (name "r-rsubread")
5126 (version "1.34.7")
5127 (source
5128 (origin
5129 (method url-fetch)
5130 (uri (bioconductor-uri "Rsubread" version))
5131 (sha256
5132 (base32
5133 "0z4ydk9296bp76ah5y6a7za5jyn4h238xngb789zragly902x83y"))))
5134 (properties `((upstream-name . "Rsubread")))
5135 (build-system r-build-system)
5136 (inputs `(("zlib" ,zlib)))
5137 (home-page "https://bioconductor.org/packages/Rsubread/")
5138 (synopsis "Subread sequence alignment and counting for R")
5139 (description
5140 "This package provides tools for alignment, quantification and analysis
5141 of second and third generation sequencing data. It includes functionality for
5142 read mapping, read counting, SNP calling, structural variant detection and
5143 gene fusion discovery. It can be applied to all major sequencing techologies
5144 and to both short and long sequence reads.")
5145 (license license:gpl3)))
5146
5147 (define-public r-flowutils
5148 (package
5149 (name "r-flowutils")
5150 (version "1.48.0")
5151 (source
5152 (origin
5153 (method url-fetch)
5154 (uri (bioconductor-uri "flowUtils" version))
5155 (sha256
5156 (base32
5157 "1r7b0rszdzjq7jphh65p5m4x5ps0zbbagxl26gn2mapbjdyb47rm"))))
5158 (properties `((upstream-name . "flowUtils")))
5159 (build-system r-build-system)
5160 (propagated-inputs
5161 `(("r-biobase" ,r-biobase)
5162 ("r-corpcor" ,r-corpcor)
5163 ("r-flowcore" ,r-flowcore)
5164 ("r-graph" ,r-graph)
5165 ("r-runit" ,r-runit)
5166 ("r-xml" ,r-xml)))
5167 (home-page "https://github.com/jspidlen/flowUtils")
5168 (synopsis "Utilities for flow cytometry")
5169 (description
5170 "This package provides utilities for flow cytometry data.")
5171 (license license:artistic2.0)))
5172
5173 (define-public r-consensusclusterplus
5174 (package
5175 (name "r-consensusclusterplus")
5176 (version "1.48.0")
5177 (source
5178 (origin
5179 (method url-fetch)
5180 (uri (bioconductor-uri "ConsensusClusterPlus" version))
5181 (sha256
5182 (base32
5183 "1mlcm3wq5n8s0gxs35j0ph9576fhbrbrrsj2xy84fy20prcfs4w8"))))
5184 (properties
5185 `((upstream-name . "ConsensusClusterPlus")))
5186 (build-system r-build-system)
5187 (propagated-inputs
5188 `(("r-all" ,r-all)
5189 ("r-biobase" ,r-biobase)
5190 ("r-cluster" ,r-cluster)))
5191 (home-page "https://bioconductor.org/packages/ConsensusClusterPlus")
5192 (synopsis "Clustering algorithm")
5193 (description
5194 "This package provides an implementation of an algorithm for determining
5195 cluster count and membership by stability evidence in unsupervised analysis.")
5196 (license license:gpl2)))
5197
5198 (define-public r-flowcore
5199 (package
5200 (name "r-flowcore")
5201 (version "1.50.0")
5202 (source
5203 (origin
5204 (method url-fetch)
5205 (uri (bioconductor-uri "flowCore" version))
5206 (sha256
5207 (base32
5208 "0pvcyzycsmgc8iw60q9xnhllfan6ihwpz3gvk8h1n9jmhpxzylan"))))
5209 (properties `((upstream-name . "flowCore")))
5210 (build-system r-build-system)
5211 (propagated-inputs
5212 `(("r-bh" ,r-bh)
5213 ("r-biobase" ,r-biobase)
5214 ("r-biocgenerics" ,r-biocgenerics)
5215 ("r-corpcor" ,r-corpcor)
5216 ("r-graph" ,r-graph)
5217 ("r-mass" ,r-mass)
5218 ("r-matrixstats" ,r-matrixstats)
5219 ("r-rcpp" ,r-rcpp)
5220 ("r-rrcov" ,r-rrcov)))
5221 (home-page "https://bioconductor.org/packages/flowCore")
5222 (synopsis "Basic structures for flow cytometry data")
5223 (description
5224 "This package provides S4 data structures and basic functions to deal
5225 with flow cytometry data.")
5226 (license license:artistic2.0)))
5227
5228 (define-public r-flowmeans
5229 (package
5230 (name "r-flowmeans")
5231 (version "1.44.0")
5232 (source
5233 (origin
5234 (method url-fetch)
5235 (uri (bioconductor-uri "flowMeans" version))
5236 (sha256
5237 (base32
5238 "0yp6y3mq5h4nf1d7ybqnriigwfmwanrqavpj3ry482sgiaip1hp2"))))
5239 (properties `((upstream-name . "flowMeans")))
5240 (build-system r-build-system)
5241 (propagated-inputs
5242 `(("r-biobase" ,r-biobase)
5243 ("r-feature" ,r-feature)
5244 ("r-flowcore" ,r-flowcore)
5245 ("r-rrcov" ,r-rrcov)))
5246 (home-page "https://bioconductor.org/packages/flowMeans")
5247 (synopsis "Non-parametric flow cytometry data gating")
5248 (description
5249 "This package provides tools to identify cell populations in Flow
5250 Cytometry data using non-parametric clustering and segmented-regression-based
5251 change point detection.")
5252 (license license:artistic2.0)))
5253
5254 (define-public r-flowsom
5255 (package
5256 (name "r-flowsom")
5257 (version "1.16.0")
5258 (source
5259 (origin
5260 (method url-fetch)
5261 (uri (bioconductor-uri "FlowSOM" version))
5262 (sha256
5263 (base32
5264 "03wl3xk7g7vajc4kkrqa0gsbjfxlqr918qi849h5nir31963398l"))))
5265 (properties `((upstream-name . "FlowSOM")))
5266 (build-system r-build-system)
5267 (propagated-inputs
5268 `(("r-biocgenerics" ,r-biocgenerics)
5269 ("r-consensusclusterplus" ,r-consensusclusterplus)
5270 ("r-flowcore" ,r-flowcore)
5271 ("r-flowutils" ,r-flowutils)
5272 ("r-igraph" ,r-igraph)
5273 ("r-tsne" ,r-tsne)
5274 ("r-xml" ,r-xml)))
5275 (home-page "https://bioconductor.org/packages/FlowSOM/")
5276 (synopsis "Visualize and interpret cytometry data")
5277 (description
5278 "FlowSOM offers visualization options for cytometry data, by using
5279 self-organizing map clustering and minimal spanning trees.")
5280 (license license:gpl2+)))
5281
5282 (define-public r-mixomics
5283 (package
5284 (name "r-mixomics")
5285 (version "6.8.5")
5286 (source
5287 (origin
5288 (method url-fetch)
5289 (uri (bioconductor-uri "mixOmics" version))
5290 (sha256
5291 (base32
5292 "0s93ai5d7li8pnxd87n12j9gypvac5zfahsk68j7zjv68dglj8s7"))))
5293 (properties `((upstream-name . "mixOmics")))
5294 (build-system r-build-system)
5295 (propagated-inputs
5296 `(("r-corpcor" ,r-corpcor)
5297 ("r-dplyr" ,r-dplyr)
5298 ("r-ellipse" ,r-ellipse)
5299 ("r-ggplot2" ,r-ggplot2)
5300 ("r-gridextra" ,r-gridextra)
5301 ("r-igraph" ,r-igraph)
5302 ("r-lattice" ,r-lattice)
5303 ("r-mass" ,r-mass)
5304 ("r-matrixstats" ,r-matrixstats)
5305 ("r-rarpack" ,r-rarpack)
5306 ("r-rcolorbrewer" ,r-rcolorbrewer)
5307 ("r-reshape2" ,r-reshape2)
5308 ("r-tidyr" ,r-tidyr)))
5309 (home-page "http://www.mixOmics.org")
5310 (synopsis "Multivariate methods for exploration of biological datasets")
5311 (description
5312 "mixOmics offers a wide range of multivariate methods for the exploration
5313 and integration of biological datasets with a particular focus on variable
5314 selection. The package proposes several sparse multivariate models we have
5315 developed to identify the key variables that are highly correlated, and/or
5316 explain the biological outcome of interest. The data that can be analysed
5317 with mixOmics may come from high throughput sequencing technologies, such as
5318 omics data (transcriptomics, metabolomics, proteomics, metagenomics etc) but
5319 also beyond the realm of omics (e.g. spectral imaging). The methods
5320 implemented in mixOmics can also handle missing values without having to
5321 delete entire rows with missing data.")
5322 (license license:gpl2+)))
5323
5324 (define-public r-depecher
5325 (package
5326 (name "r-depecher")
5327 (version "1.0.3")
5328 (source
5329 (origin
5330 (method url-fetch)
5331 (uri (bioconductor-uri "DepecheR" version))
5332 (sha256
5333 (base32
5334 "0qj2h2a50fncppvi2phh0mbivxkn1mv702mqpi9mvvkf3bzq8m0h"))))
5335 (properties `((upstream-name . "DepecheR")))
5336 (build-system r-build-system)
5337 (arguments
5338 `(#:phases
5339 (modify-phases %standard-phases
5340 (add-after 'unpack 'fix-syntax-error
5341 (lambda _
5342 (substitute* "src/Makevars"
5343 ((" & ") " && "))
5344 #t)))))
5345 (propagated-inputs
5346 `(("r-beanplot" ,r-beanplot)
5347 ("r-biocparallel" ,r-biocparallel)
5348 ("r-dosnow" ,r-dosnow)
5349 ("r-dplyr" ,r-dplyr)
5350 ("r-foreach" ,r-foreach)
5351 ("r-ggplot2" ,r-ggplot2)
5352 ("r-gplots" ,r-gplots)
5353 ("r-mass" ,r-mass)
5354 ("r-matrixstats" ,r-matrixstats)
5355 ("r-mixomics" ,r-mixomics)
5356 ("r-moments" ,r-moments)
5357 ("r-rcpp" ,r-rcpp)
5358 ("r-rcppeigen" ,r-rcppeigen)
5359 ("r-reshape2" ,r-reshape2)
5360 ("r-viridis" ,r-viridis)))
5361 (home-page "https://bioconductor.org/packages/DepecheR/")
5362 (synopsis "Identify traits of clusters in high-dimensional entities")
5363 (description
5364 "The purpose of this package is to identify traits in a dataset that can
5365 separate groups. This is done on two levels. First, clustering is performed,
5366 using an implementation of sparse K-means. Secondly, the generated clusters
5367 are used to predict outcomes of groups of individuals based on their
5368 distribution of observations in the different clusters. As certain clusters
5369 with separating information will be identified, and these clusters are defined
5370 by a sparse number of variables, this method can reduce the complexity of
5371 data, to only emphasize the data that actually matters.")
5372 (license license:expat)))
5373
5374 (define-public r-rcistarget
5375 (package
5376 (name "r-rcistarget")
5377 (version "1.4.0")
5378 (source
5379 (origin
5380 (method url-fetch)
5381 (uri (bioconductor-uri "RcisTarget" version))
5382 (sha256
5383 (base32
5384 "133x2vr86ifbk82q08x1c8q19zsk5za7b6qrzz77dhsyf4bhcvpd"))))
5385 (properties `((upstream-name . "RcisTarget")))
5386 (build-system r-build-system)
5387 (propagated-inputs
5388 `(("r-aucell" ,r-aucell)
5389 ("r-biocgenerics" ,r-biocgenerics)
5390 ("r-data-table" ,r-data-table)
5391 ("r-feather" ,r-feather)
5392 ("r-gseabase" ,r-gseabase)
5393 ("r-r-utils" ,r-r-utils)
5394 ("r-summarizedexperiment" ,r-summarizedexperiment)))
5395 (home-page "https://aertslab.org/#scenic")
5396 (synopsis "Identify transcription factor binding motifs enriched on a gene list")
5397 (description
5398 "RcisTarget identifies @dfn{transcription factor binding motifs} (TFBS)
5399 over-represented on a gene list. In a first step, RcisTarget selects DNA
5400 motifs that are significantly over-represented in the surroundings of the
5401 @dfn{transcription start site} (TSS) of the genes in the gene-set. This is
5402 achieved by using a database that contains genome-wide cross-species rankings
5403 for each motif. The motifs that are then annotated to TFs and those that have
5404 a high @dfn{Normalized Enrichment Score} (NES) are retained. Finally, for
5405 each motif and gene-set, RcisTarget predicts the candidate target genes (i.e.
5406 genes in the gene-set that are ranked above the leading edge).")
5407 (license license:gpl3)))
5408
5409 (define-public r-cicero
5410 (package
5411 (name "r-cicero")
5412 (version "1.2.0")
5413 (source
5414 (origin
5415 (method url-fetch)
5416 (uri (bioconductor-uri "cicero" version))
5417 (sha256
5418 (base32
5419 "0f15l8zrh7l7nnvznb66116hvfk15djb9q240vbscm2w0y5fvkcr"))))
5420 (build-system r-build-system)
5421 (propagated-inputs
5422 `(("r-assertthat" ,r-assertthat)
5423 ("r-biobase" ,r-biobase)
5424 ("r-biocgenerics" ,r-biocgenerics)
5425 ("r-data-table" ,r-data-table)
5426 ("r-dplyr" ,r-dplyr)
5427 ("r-fnn" ,r-fnn)
5428 ("r-genomicranges" ,r-genomicranges)
5429 ("r-ggplot2" ,r-ggplot2)
5430 ("r-glasso" ,r-glasso)
5431 ("r-gviz" ,r-gviz)
5432 ("r-igraph" ,r-igraph)
5433 ("r-iranges" ,r-iranges)
5434 ("r-matrix" ,r-matrix)
5435 ("r-monocle" ,r-monocle)
5436 ("r-plyr" ,r-plyr)
5437 ("r-reshape2" ,r-reshape2)
5438 ("r-s4vectors" ,r-s4vectors)
5439 ("r-stringr" ,r-stringr)
5440 ("r-tibble" ,r-tibble)
5441 ("r-vgam" ,r-vgam)))
5442 (home-page "https://bioconductor.org/packages/cicero/")
5443 (synopsis "Predict cis-co-accessibility from single-cell data")
5444 (description
5445 "Cicero computes putative cis-regulatory maps from single-cell chromatin
5446 accessibility data. It also extends the monocle package for use in chromatin
5447 accessibility data.")
5448 (license license:expat)))
5449
5450 ;; This is the latest commit on the "monocle3" branch.
5451 (define-public r-cicero-monocle3
5452 (let ((commit "fa2fb6515857a8cfc88bc9af044f34de1bcd2b7b")
5453 (revision "1"))
5454 (package (inherit r-cicero)
5455 (name "r-cicero-monocle3")
5456 (version (git-version "1.3.2" revision commit))
5457 (source
5458 (origin
5459 (method git-fetch)
5460 (uri (git-reference
5461 (url "https://github.com/cole-trapnell-lab/cicero-release.git")
5462 (commit commit)))
5463 (file-name (git-file-name name version))
5464 (sha256
5465 (base32
5466 "077yza93wdhi08n40md20jwk55k9lw1f3y0063qkk90cpz60wi0c"))))
5467 (propagated-inputs
5468 `(("r-monocle3" ,r-monocle3)
5469 ,@(alist-delete "r-monocle"
5470 (package-propagated-inputs r-cicero)))))))
5471
5472 (define-public r-cistopic
5473 (let ((commit "29abd8df9afb60ff27ac3f0a590930debe926950")
5474 (revision "0"))
5475 (package
5476 (name "r-cistopic")
5477 (version (git-version "0.2.1" revision commit))
5478 (source
5479 (origin
5480 (method git-fetch)
5481 (uri (git-reference
5482 (url "https://github.com/aertslab/cisTopic.git")
5483 (commit commit)))
5484 (file-name (git-file-name name version))
5485 (sha256
5486 (base32
5487 "0s8irpsv5d2zcv4ihanvsf1vrpignzliscxnvs4519af3jmx78h8"))))
5488 (build-system r-build-system)
5489 (propagated-inputs
5490 `(("r-aucell" ,r-aucell)
5491 ("r-data-table" ,r-data-table)
5492 ("r-dplyr" ,r-dplyr)
5493 ("r-dosnow" ,r-dosnow)
5494 ("r-dt" ,r-dt)
5495 ("r-feather" ,r-feather)
5496 ("r-fitdistrplus" ,r-fitdistrplus)
5497 ("r-genomicranges" ,r-genomicranges)
5498 ("r-ggplot2" ,r-ggplot2)
5499 ("r-lda" ,r-lda)
5500 ("r-matrix" ,r-matrix)
5501 ("r-plyr" ,r-plyr)
5502 ("r-rcistarget" ,r-rcistarget)
5503 ("r-rtracklayer" ,r-rtracklayer)
5504 ("r-s4vectors" ,r-s4vectors)))
5505 (home-page "https://github.com/aertslab/cisTopic")
5506 (synopsis "Modelling of cis-regulatory topics from single cell epigenomics data")
5507 (description
5508 "The sparse nature of single cell epigenomics data can be overruled using
5509 probabilistic modelling methods such as @dfn{Latent Dirichlet
5510 Allocation} (LDA). This package allows the probabilistic modelling of
5511 cis-regulatory topics (cisTopics) from single cell epigenomics data, and
5512 includes functionalities to identify cell states based on the contribution of
5513 cisTopics and explore the nature and regulatory proteins driving them.")
5514 (license license:gpl3))))
5515
5516 (define-public r-genie3
5517 (package
5518 (name "r-genie3")
5519 (version "1.6.0")
5520 (source
5521 (origin
5522 (method url-fetch)
5523 (uri (bioconductor-uri "GENIE3" version))
5524 (sha256
5525 (base32
5526 "0lvrpw4xn7xyinmn13f65i0vkzfzwdj5y8gsa8vyy8kcn83d28fx"))))
5527 (properties `((upstream-name . "GENIE3")))
5528 (build-system r-build-system)
5529 (propagated-inputs `(("r-reshape2" ,r-reshape2)))
5530 (home-page "https://bioconductor.org/packages/GENIE3")
5531 (synopsis "Gene network inference with ensemble of trees")
5532 (description
5533 "This package implements the GENIE3 algorithm for inferring gene
5534 regulatory networks from expression data.")
5535 (license license:gpl2+)))
5536
5537 (define-public r-roc
5538 (package
5539 (name "r-roc")
5540 (version "1.60.0")
5541 (source
5542 (origin
5543 (method url-fetch)
5544 (uri (bioconductor-uri "ROC" version))
5545 (sha256
5546 (base32
5547 "1sapnl8kyaldgvdc657wqcmyjb24nvrnaw7v94bbs8yf5pmfm71c"))))
5548 (properties `((upstream-name . "ROC")))
5549 (build-system r-build-system)
5550 (home-page "https://www.bioconductor.org/packages/ROC/")
5551 (synopsis "Utilities for ROC curves")
5552 (description
5553 "This package provides utilities for @dfn{Receiver Operating
5554 Characteristic} (ROC) curves, with a focus on micro arrays.")
5555 (license license:artistic2.0)))
5556
5557 (define-public r-illuminahumanmethylation450kanno-ilmn12-hg19
5558 (package
5559 (name "r-illuminahumanmethylation450kanno-ilmn12-hg19")
5560 (version "0.6.0")
5561 (source
5562 (origin
5563 (method url-fetch)
5564 (uri (bioconductor-uri
5565 "IlluminaHumanMethylation450kanno.ilmn12.hg19"
5566 version 'annotation))
5567 (sha256
5568 (base32
5569 "059vlxsx3p3fcnywwirahsc6mlk813zpqnbv0jsrag6x5bb8z6r4"))))
5570 (properties
5571 `((upstream-name
5572 . "IlluminaHumanMethylation450kanno.ilmn12.hg19")))
5573 (build-system r-build-system)
5574 (propagated-inputs `(("r-minfi" ,r-minfi)))
5575 (home-page
5576 "https://bioconductor.org/packages/IlluminaHumanMethylation450kanno.ilmn12.hg19/")
5577 (synopsis "Annotation for Illumina's 450k methylation arrays")
5578 (description
5579 "This package provides manifests and annotation for Illumina's 450k array
5580 data.")
5581 (license license:artistic2.0)))
5582
5583 (define-public r-watermelon
5584 (package
5585 (name "r-watermelon")
5586 (version "1.28.0")
5587 (source
5588 (origin
5589 (method url-fetch)
5590 (uri (bioconductor-uri "wateRmelon" version))
5591 (sha256
5592 (base32
5593 "0354ahmfvhqw3yfp17rmz35vlgjp262n4q3hr8qyccyrnk2dz17z"))))
5594 (properties `((upstream-name . "wateRmelon")))
5595 (build-system r-build-system)
5596 (propagated-inputs
5597 `(("r-biobase" ,r-biobase)
5598 ("r-illuminahumanmethylation450kanno-ilmn12-hg19"
5599 ,r-illuminahumanmethylation450kanno-ilmn12-hg19)
5600 ("r-illuminaio" ,r-illuminaio)
5601 ("r-limma" ,r-limma)
5602 ("r-lumi" ,r-lumi)
5603 ("r-matrixstats" ,r-matrixstats)
5604 ("r-methylumi" ,r-methylumi)
5605 ("r-roc" ,r-roc)))
5606 (home-page "https://bioconductor.org/packages/wateRmelon/")
5607 (synopsis "Illumina 450 methylation array normalization and metrics")
5608 (description
5609 "The standard index of DNA methylation (beta) is computed from methylated
5610 and unmethylated signal intensities. Betas calculated from raw signal
5611 intensities perform well, but using 11 methylomic datasets we demonstrate that
5612 quantile normalization methods produce marked improvement. The commonly used
5613 procedure of normalizing betas is inferior to the separate normalization of M
5614 and U, and it is also advantageous to normalize Type I and Type II assays
5615 separately. This package provides 15 flavours of betas and three performance
5616 metrics, with methods for objects produced by the @code{methylumi} and
5617 @code{minfi} packages.")
5618 (license license:gpl3)))
5619
5620 (define-public r-gdsfmt
5621 (package
5622 (name "r-gdsfmt")
5623 (version "1.20.0")
5624 (source
5625 (origin
5626 (method url-fetch)
5627 (uri (bioconductor-uri "gdsfmt" version))
5628 (sha256
5629 (base32
5630 "0h3hgwxq26dg09fyxqg545v9dg1dizsj58cf05rncr3jj4f8g0xy"))
5631 (modules '((guix build utils)))
5632 ;; Remove bundled sources of zlib, lz4, and xz. Don't attempt to build
5633 ;; them and link with system libraries instead.
5634 (snippet
5635 '(begin
5636 (for-each delete-file-recursively
5637 '("src/LZ4"
5638 "src/XZ"
5639 "src/ZLIB"))
5640 (substitute* "src/Makevars"
5641 (("all: \\$\\(SHLIB\\)") "all:")
5642 (("\\$\\(SHLIB\\): liblzma.a") "")
5643 (("(ZLIB|LZ4)/.*") "")
5644 (("CoreArray/dVLIntGDS.cpp.*")
5645 "CoreArray/dVLIntGDS.cpp")
5646 (("CoreArray/dVLIntGDS.o.*")
5647 "CoreArray/dVLIntGDS.o")
5648 (("PKG_LIBS = ./liblzma.a")
5649 "PKG_LIBS = -llz4"))
5650 (substitute* "src/CoreArray/dStream.h"
5651 (("include \"../(ZLIB|LZ4|XZ/api)/(.*)\"" _ _ header)
5652 (string-append "include <" header ">")))
5653 #t))))
5654 (properties `((upstream-name . "gdsfmt")))
5655 (build-system r-build-system)
5656 (inputs
5657 `(("lz4" ,lz4)
5658 ("xz" ,xz)
5659 ("zlib" ,zlib)))
5660 (home-page "http://corearray.sourceforge.net/")
5661 (synopsis
5662 "R Interface to CoreArray Genomic Data Structure (GDS) Files")
5663 (description
5664 "This package provides a high-level R interface to CoreArray @dfn{Genomic
5665 Data Structure} (GDS) data files, which are portable across platforms with
5666 hierarchical structure to store multiple scalable array-oriented data sets
5667 with metadata information. It is suited for large-scale datasets, especially
5668 for data which are much larger than the available random-access memory. The
5669 @code{gdsfmt} package offers efficient operations specifically designed for
5670 integers of less than 8 bits, since a diploid genotype, like
5671 @dfn{single-nucleotide polymorphism} (SNP), usually occupies fewer bits than a
5672 byte. Data compression and decompression are available with relatively
5673 efficient random access. It is also allowed to read a GDS file in parallel
5674 with multiple R processes supported by the package @code{parallel}.")
5675 (license license:lgpl3)))
5676
5677 (define-public r-bigmelon
5678 (package
5679 (name "r-bigmelon")
5680 (version "1.10.0")
5681 (source
5682 (origin
5683 (method url-fetch)
5684 (uri (bioconductor-uri "bigmelon" version))
5685 (sha256
5686 (base32
5687 "0269kf3d34dbng3swk7pclpk02vy4k3askygmzi5my3fqyfzdkj9"))))
5688 (properties `((upstream-name . "bigmelon")))
5689 (build-system r-build-system)
5690 (propagated-inputs
5691 `(("r-biobase" ,r-biobase)
5692 ("r-biocgenerics" ,r-biocgenerics)
5693 ("r-gdsfmt" ,r-gdsfmt)
5694 ("r-geoquery" ,r-geoquery)
5695 ("r-methylumi" ,r-methylumi)
5696 ("r-minfi" ,r-minfi)
5697 ("r-watermelon" ,r-watermelon)))
5698 (home-page "https://bioconductor.org/packages/bigmelon/")
5699 (synopsis "Illumina methylation array analysis for large experiments")
5700 (description
5701 "This package provides methods for working with Illumina arrays using the
5702 @code{gdsfmt} package.")
5703 (license license:gpl3)))
5704
5705 (define-public r-seqbias
5706 (package
5707 (name "r-seqbias")
5708 (version "1.32.0")
5709 (source
5710 (origin
5711 (method url-fetch)
5712 (uri (bioconductor-uri "seqbias" version))
5713 (sha256
5714 (base32
5715 "1pk97jsq0rxijsdm5wnmlw79mhy19skdq1h3mmfbdjh560md47lw"))))
5716 (properties `((upstream-name . "seqbias")))
5717 (build-system r-build-system)
5718 (propagated-inputs
5719 `(("r-biostrings" ,r-biostrings)
5720 ("r-genomicranges" ,r-genomicranges)
5721 ("r-rhtslib" ,r-rhtslib)))
5722 (inputs
5723 `(("zlib" ,zlib))) ; This comes from rhtslib.
5724 (home-page "https://bioconductor.org/packages/seqbias/")
5725 (synopsis "Estimation of per-position bias in high-throughput sequencing data")
5726 (description
5727 "This package implements a model of per-position sequencing bias in
5728 high-throughput sequencing data using a simple Bayesian network, the structure
5729 and parameters of which are trained on a set of aligned reads and a reference
5730 genome sequence.")
5731 (license license:lgpl3)))
5732
5733 (define-public r-reqon
5734 (package
5735 (name "r-reqon")
5736 (version "1.30.0")
5737 (source
5738 (origin
5739 (method url-fetch)
5740 (uri (bioconductor-uri "ReQON" version))
5741 (sha256
5742 (base32
5743 "04bljr8vgb9z9800d9v8w7a4rvjkwq48zd8n5divq30zj9k2na7a"))))
5744 (properties `((upstream-name . "ReQON")))
5745 (build-system r-build-system)
5746 (propagated-inputs
5747 `(("r-rjava" ,r-rjava)
5748 ("r-rsamtools" ,r-rsamtools)
5749 ("r-seqbias" ,r-seqbias)))
5750 (home-page "https://bioconductor.org/packages/ReQON/")
5751 (synopsis "Recalibrating quality of nucleotides")
5752 (description
5753 "This package provides an implementation of an algorithm for
5754 recalibrating the base quality scores for aligned sequencing data in BAM
5755 format.")
5756 (license license:gpl2)))
5757
5758 (define-public r-wavcluster
5759 (package
5760 (name "r-wavcluster")
5761 (version "2.18.0")
5762 (source
5763 (origin
5764 (method url-fetch)
5765 (uri (bioconductor-uri "wavClusteR" version))
5766 (sha256
5767 (base32
5768 "02i53dskirzr9nls3dsmv7dqhvy3vikkpx7247zpy2qd9r5yvhy2"))))
5769 (properties `((upstream-name . "wavClusteR")))
5770 (build-system r-build-system)
5771 (propagated-inputs
5772 `(("r-biocgenerics" ,r-biocgenerics)
5773 ("r-biostrings" ,r-biostrings)
5774 ("r-foreach" ,r-foreach)
5775 ("r-genomicfeatures" ,r-genomicfeatures)
5776 ("r-genomicranges" ,r-genomicranges)
5777 ("r-ggplot2" ,r-ggplot2)
5778 ("r-hmisc" ,r-hmisc)
5779 ("r-iranges" ,r-iranges)
5780 ("r-mclust" ,r-mclust)
5781 ("r-rsamtools" ,r-rsamtools)
5782 ("r-rtracklayer" ,r-rtracklayer)
5783 ("r-s4vectors" ,r-s4vectors)
5784 ("r-seqinr" ,r-seqinr)
5785 ("r-stringr" ,r-stringr)
5786 ("r-wmtsa" ,r-wmtsa)))
5787 (home-page "https://bioconductor.org/packages/wavClusteR/")
5788 (synopsis "Identification of RNA-protein interaction sites in PAR-CLIP data")
5789 (description
5790 "This package provides an integrated pipeline for the analysis of
5791 PAR-CLIP data. PAR-CLIP-induced transitions are first discriminated from
5792 sequencing errors, SNPs and additional non-experimental sources by a non-
5793 parametric mixture model. The protein binding sites (clusters) are then
5794 resolved at high resolution and cluster statistics are estimated using a
5795 rigorous Bayesian framework. Post-processing of the results, data export for
5796 UCSC genome browser visualization and motif search analysis are provided. In
5797 addition, the package allows to integrate RNA-Seq data to estimate the False
5798 Discovery Rate of cluster detection. Key functions support parallel multicore
5799 computing. While wavClusteR was designed for PAR-CLIP data analysis, it can
5800 be applied to the analysis of other NGS data obtained from experimental
5801 procedures that induce nucleotide substitutions (e.g. BisSeq).")
5802 (license license:gpl2)))
5803
5804 (define-public r-timeseriesexperiment
5805 (package
5806 (name "r-timeseriesexperiment")
5807 (version "1.2.0")
5808 (source
5809 (origin
5810 (method url-fetch)
5811 (uri (bioconductor-uri "TimeSeriesExperiment" version))
5812 (sha256
5813 (base32
5814 "1j11g7a2p0yk38fx6wd6152l1xynghj01pfxihalw601jwf1bl0y"))))
5815 (properties
5816 `((upstream-name . "TimeSeriesExperiment")))
5817 (build-system r-build-system)
5818 (propagated-inputs
5819 `(("r-deseq2" ,r-deseq2)
5820 ("r-dplyr" ,r-dplyr)
5821 ("r-dynamictreecut" ,r-dynamictreecut)
5822 ("r-edger" ,r-edger)
5823 ("r-ggplot2" ,r-ggplot2)
5824 ("r-hmisc" ,r-hmisc)
5825 ("r-limma" ,r-limma)
5826 ("r-magrittr" ,r-magrittr)
5827 ("r-proxy" ,r-proxy)
5828 ("r-s4vectors" ,r-s4vectors)
5829 ("r-summarizedexperiment" ,r-summarizedexperiment)
5830 ("r-tibble" ,r-tibble)
5831 ("r-tidyr" ,r-tidyr)
5832 ("r-vegan" ,r-vegan)
5833 ("r-viridis" ,r-viridis)))
5834 (home-page "https://github.com/nlhuong/TimeSeriesExperiment/")
5835 (synopsis "Analysis for short time-series data")
5836 (description
5837 "This package is a visualization and analysis toolbox for short time
5838 course data which includes dimensionality reduction, clustering, two-sample
5839 differential expression testing and gene ranking techniques. The package also
5840 provides methods for retrieving enriched pathways.")
5841 (license license:lgpl3+)))
5842
5843 (define-public r-variantfiltering
5844 (package
5845 (name "r-variantfiltering")
5846 (version "1.20.0")
5847 (source
5848 (origin
5849 (method url-fetch)
5850 (uri (bioconductor-uri "VariantFiltering" version))
5851 (sha256
5852 (base32
5853 "0vpghxacqcbaxx2scb5gfhcmfpw1lkls7h6qnbwbnmjwy01q2p17"))))
5854 (properties
5855 `((upstream-name . "VariantFiltering")))
5856 (build-system r-build-system)
5857 (propagated-inputs
5858 `(("r-annotationdbi" ,r-annotationdbi)
5859 ("r-biobase" ,r-biobase)
5860 ("r-biocgenerics" ,r-biocgenerics)
5861 ("r-biocparallel" ,r-biocparallel)
5862 ("r-biostrings" ,r-biostrings)
5863 ("r-bsgenome" ,r-bsgenome)
5864 ("r-dt" ,r-dt)
5865 ("r-genomeinfodb" ,r-genomeinfodb)
5866 ("r-genomicfeatures" ,r-genomicfeatures)
5867 ("r-genomicranges" ,r-genomicranges)
5868 ("r-genomicscores" ,r-genomicscores)
5869 ("r-graph" ,r-graph)
5870 ("r-gviz" ,r-gviz)
5871 ("r-iranges" ,r-iranges)
5872 ("r-rbgl" ,r-rbgl)
5873 ("r-rsamtools" ,r-rsamtools)
5874 ("r-s4vectors" ,r-s4vectors)
5875 ("r-shiny" ,r-shiny)
5876 ("r-shinyjs" ,r-shinyjs)
5877 ("r-shinythemes" ,r-shinythemes)
5878 ("r-shinytree" ,r-shinytree)
5879 ("r-summarizedexperiment" ,r-summarizedexperiment)
5880 ("r-variantannotation" ,r-variantannotation)
5881 ("r-xvector" ,r-xvector)))
5882 (home-page "https://github.com/rcastelo/VariantFiltering")
5883 (synopsis "Filtering of coding and non-coding genetic variants")
5884 (description
5885 "Filter genetic variants using different criteria such as inheritance
5886 model, amino acid change consequence, minor allele frequencies across human
5887 populations, splice site strength, conservation, etc.")
5888 (license license:artistic2.0)))
5889
5890 (define-public r-genomegraphs
5891 (package
5892 (name "r-genomegraphs")
5893 (version "1.44.0")
5894 (source
5895 (origin
5896 (method url-fetch)
5897 (uri (bioconductor-uri "GenomeGraphs" version))
5898 (sha256
5899 (base32
5900 "026skcn2cqchlzaqsnk11gb8d8aq1rz7lrnx4mmsba234mh4j7kd"))))
5901 (properties `((upstream-name . "GenomeGraphs")))
5902 (build-system r-build-system)
5903 (propagated-inputs
5904 `(("r-biomart" ,r-biomart)))
5905 (home-page "https://bioconductor.org/packages/GenomeGraphs/")
5906 (synopsis "Plotting genomic information from Ensembl")
5907 (description
5908 "Genomic data analyses requires integrated visualization of known genomic
5909 information and new experimental data. GenomeGraphs uses the biomaRt package
5910 to perform live annotation queries to Ensembl and translates this to e.g.
5911 gene/transcript structures in viewports of the grid graphics package. This
5912 results in genomic information plotted together with your data. Another
5913 strength of GenomeGraphs is to plot different data types such as array CGH,
5914 gene expression, sequencing and other data, together in one plot using the
5915 same genome coordinate system.")
5916 (license license:artistic2.0)))
5917
5918 (define-public r-wavetiling
5919 (package
5920 (name "r-wavetiling")
5921 (version "1.26.0")
5922 (source
5923 (origin
5924 (method url-fetch)
5925 (uri (bioconductor-uri "waveTiling" version))
5926 (sha256
5927 (base32
5928 "0l0saa0myabpq2rl9dq70zff8jpxr3mkanxlj65hc41f0m5xllir"))))
5929 (properties `((upstream-name . "waveTiling")))
5930 (build-system r-build-system)
5931 (propagated-inputs
5932 `(("r-affy" ,r-affy)
5933 ("r-biobase" ,r-biobase)
5934 ("r-biostrings" ,r-biostrings)
5935 ("r-genomegraphs" ,r-genomegraphs)
5936 ("r-genomicranges" ,r-genomicranges)
5937 ("r-iranges" ,r-iranges)
5938 ("r-oligo" ,r-oligo)
5939 ("r-oligoclasses" ,r-oligoclasses)
5940 ("r-preprocesscore" ,r-preprocesscore)
5941 ("r-waveslim" ,r-waveslim)))
5942 (home-page "https://r-forge.r-project.org/projects/wavetiling/")
5943 (synopsis "Wavelet-based models for tiling array transcriptome analysis")
5944 (description
5945 "This package is designed to conduct transcriptome analysis for tiling
5946 arrays based on fast wavelet-based functional models.")
5947 (license license:gpl2+)))
5948
5949 (define-public r-variancepartition
5950 (package
5951 (name "r-variancepartition")
5952 (version "1.14.1")
5953 (source
5954 (origin
5955 (method url-fetch)
5956 (uri (bioconductor-uri "variancePartition" version))
5957 (sha256
5958 (base32
5959 "0w4kri2389x1082xppx7l6xl1a5g74fyp02iwb4938x3gzwqwbjd"))))
5960 (properties
5961 `((upstream-name . "variancePartition")))
5962 (build-system r-build-system)
5963 (propagated-inputs
5964 `(("r-biobase" ,r-biobase)
5965 ("r-biocparallel" ,r-biocparallel)
5966 ("r-colorramps" ,r-colorramps)
5967 ("r-doparallel" ,r-doparallel)
5968 ("r-foreach" ,r-foreach)
5969 ("r-ggplot2" ,r-ggplot2)
5970 ("r-gplots" ,r-gplots)
5971 ("r-iterators" ,r-iterators)
5972 ("r-limma" ,r-limma)
5973 ("r-lme4" ,r-lme4)
5974 ("r-lmertest" ,r-lmertest)
5975 ("r-mass" ,r-mass)
5976 ("r-pbkrtest" ,r-pbkrtest)
5977 ("r-progress" ,r-progress)
5978 ("r-reshape2" ,r-reshape2)
5979 ("r-scales" ,r-scales)))
5980 (home-page "https://bioconductor.org/packages/variancePartition/")
5981 (synopsis "Analyze variation in gene expression experiments")
5982 (description
5983 "This is a package providing tools to quantify and interpret multiple
5984 sources of biological and technical variation in gene expression experiments.
5985 It uses a linear mixed model to quantify variation in gene expression
5986 attributable to individual, tissue, time point, or technical variables. The
5987 package includes dream differential expression analysis for repeated
5988 measures.")
5989 (license license:gpl2+)))
5990
5991 (define-public r-htqpcr
5992 (package
5993 (name "r-htqpcr")
5994 (version "1.38.0")
5995 (source
5996 (origin
5997 (method url-fetch)
5998 (uri (bioconductor-uri "HTqPCR" version))
5999 (sha256
6000 (base32
6001 "09xgj797f0qsbm4jswxw7ijjwa4jxg06bfkq66xfhbvascyyrhg7"))))
6002 (properties `((upstream-name . "HTqPCR")))
6003 (build-system r-build-system)
6004 (propagated-inputs
6005 `(("r-affy" ,r-affy)
6006 ("r-biobase" ,r-biobase)
6007 ("r-gplots" ,r-gplots)
6008 ("r-limma" ,r-limma)
6009 ("r-rcolorbrewer" ,r-rcolorbrewer)))
6010 (home-page "http://www.ebi.ac.uk/bertone/software")
6011 (synopsis "Automated analysis of high-throughput qPCR data")
6012 (description
6013 "Analysis of Ct values from high throughput quantitative real-time
6014 PCR (qPCR) assays across multiple conditions or replicates. The input data
6015 can be from spatially-defined formats such ABI TaqMan Low Density Arrays or
6016 OpenArray; LightCycler from Roche Applied Science; the CFX plates from Bio-Rad
6017 Laboratories; conventional 96- or 384-well plates; or microfluidic devices
6018 such as the Dynamic Arrays from Fluidigm Corporation. HTqPCR handles data
6019 loading, quality assessment, normalization, visualization and parametric or
6020 non-parametric testing for statistical significance in Ct values between
6021 features (e.g. genes, microRNAs).")
6022 (license license:artistic2.0)))
6023
6024 (define-public r-unifiedwmwqpcr
6025 (package
6026 (name "r-unifiedwmwqpcr")
6027 (version "1.20.0")
6028 (source
6029 (origin
6030 (method url-fetch)
6031 (uri (bioconductor-uri "unifiedWMWqPCR" version))
6032 (sha256
6033 (base32
6034 "10j70bp5y1x2prz2iagqmwf04y79yqinq08wz4ilh8wggb9f7l8a"))))
6035 (properties
6036 `((upstream-name . "unifiedWMWqPCR")))
6037 (build-system r-build-system)
6038 (propagated-inputs
6039 `(("r-biocgenerics" ,r-biocgenerics)
6040 ("r-htqpcr" ,r-htqpcr)))
6041 (home-page "https://bioconductor.org/packages/unifiedWMWqPCR")
6042 (synopsis "Unified Wilcoxon-Mann Whitney Test for differential expression in qPCR data")
6043 (description
6044 "This package implements the unified Wilcoxon-Mann-Whitney Test for qPCR
6045 data. This modified test allows for testing differential expression in qPCR
6046 data.")
6047 (license license:gpl2+)))