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