Merge branch 'master' into staging
[jackhill/guix/guix.git] / gnu / packages / bioconductor.scm
1 ;;; GNU Guix --- Functional package management for GNU
2 ;;; Copyright © 2016, 2017, 2018, 2019, 2020 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 graphviz)
36 #:use-module (gnu packages haskell-xyz)
37 #:use-module (gnu packages image)
38 #:use-module (gnu packages maths)
39 #:use-module (gnu packages netpbm)
40 #:use-module (gnu packages perl)
41 #:use-module (gnu packages pkg-config)
42 #:use-module (gnu packages statistics)
43 #:use-module (gnu packages web)
44 #:use-module (gnu packages xml)
45 #:use-module (srfi srfi-1))
46
47 \f
48 ;;; Annotations
49
50 (define-public r-reactome-db
51 (package
52 (name "r-reactome-db")
53 (version "1.70.0")
54 (source
55 (origin
56 (method url-fetch)
57 (uri (bioconductor-uri "reactome.db" version 'annotation))
58 (sha256
59 (base32
60 "05wc4fp0faq6h3kq5rwafnips043as31yq11mrjngfxvf5i10srg"))))
61 (properties `((upstream-name . "reactome.db")))
62 (build-system r-build-system)
63 (propagated-inputs
64 `(("r-annotationdbi" ,r-annotationdbi)))
65 (home-page "https://bioconductor.org/packages/reactome.db/")
66 (synopsis "Annotation maps for reactome")
67 (description
68 "This package provides a set of annotation maps for the REACTOME
69 database, assembled using data from REACTOME.")
70 (license license:cc-by4.0)))
71
72 (define-public r-bsgenome-celegans-ucsc-ce6
73 (package
74 (name "r-bsgenome-celegans-ucsc-ce6")
75 (version "1.4.0")
76 (source (origin
77 (method url-fetch)
78 (uri (bioconductor-uri "BSgenome.Celegans.UCSC.ce6"
79 version 'annotation))
80 (sha256
81 (base32
82 "0mqzb353xv2c3m3vkb315dkmnxkgczp7ndnknyhpgjlybyf715v9"))))
83 (properties
84 `((upstream-name . "BSgenome.Celegans.UCSC.ce6")))
85 (build-system r-build-system)
86 (propagated-inputs
87 `(("r-bsgenome" ,r-bsgenome)))
88 (home-page
89 "https://www.bioconductor.org/packages/BSgenome.Celegans.UCSC.ce6/")
90 (synopsis "Full genome sequences for Worm")
91 (description
92 "This package provides full genome sequences for Caenorhabditis
93 elegans (Worm) as provided by UCSC (ce6, May 2008) and stored in Biostrings
94 objects.")
95 (license license:artistic2.0)))
96
97 (define-public r-bsgenome-celegans-ucsc-ce10
98 (package
99 (name "r-bsgenome-celegans-ucsc-ce10")
100 (version "1.4.0")
101 (source (origin
102 (method url-fetch)
103 (uri (bioconductor-uri "BSgenome.Celegans.UCSC.ce10"
104 version 'annotation))
105 (sha256
106 (base32
107 "1zaym97jk4npxk14ifvwz2rvhm4zx9xgs33r9vvx9rlynp0gydrk"))))
108 (properties
109 `((upstream-name . "BSgenome.Celegans.UCSC.ce10")))
110 (build-system r-build-system)
111 (propagated-inputs
112 `(("r-bsgenome" ,r-bsgenome)))
113 (home-page
114 "https://www.bioconductor.org/packages/BSgenome.Celegans.UCSC.ce10/")
115 (synopsis "Full genome sequences for Worm")
116 (description
117 "This package provides full genome sequences for Caenorhabditis
118 elegans (Worm) as provided by UCSC (ce10, Oct 2010) and stored in Biostrings
119 objects.")
120 (license license:artistic2.0)))
121
122 (define-public r-bsgenome-dmelanogaster-ucsc-dm6
123 (package
124 (name "r-bsgenome-dmelanogaster-ucsc-dm6")
125 (version "1.4.1")
126 (source (origin
127 (method url-fetch)
128 (uri (bioconductor-uri "BSgenome.Dmelanogaster.UCSC.dm6"
129 version 'annotation))
130 (sha256
131 (base32
132 "1bhj0rdgf7lspw4xby9y9mf7v7jxxz8001bc8vw8kf04rjsx6060"))))
133 (properties
134 `((upstream-name . "BSgenome.Dmelanogaster.UCSC.dm6")))
135 (build-system r-build-system)
136 (propagated-inputs
137 `(("r-bsgenome" ,r-bsgenome)))
138 (home-page
139 "https://www.bioconductor.org/packages/BSgenome.Dmelanogaster.UCSC.dm6/")
140 (synopsis "Full genome sequences for Fly")
141 (description
142 "This package provides full genome sequences for Drosophila
143 melanogaster (Fly) as provided by UCSC (dm6) and stored in Biostrings
144 objects.")
145 (license license:artistic2.0)))
146
147 (define-public r-bsgenome-dmelanogaster-ucsc-dm3
148 (package
149 (name "r-bsgenome-dmelanogaster-ucsc-dm3")
150 (version "1.4.0")
151 (source (origin
152 (method url-fetch)
153 (uri (bioconductor-uri "BSgenome.Dmelanogaster.UCSC.dm3"
154 version 'annotation))
155 (sha256
156 (base32
157 "19bm3lkhhkag3gnwp419211fh0cnr0x6fa0r1lr0ycwrikxdxsv8"))))
158 (properties
159 `((upstream-name . "BSgenome.Dmelanogaster.UCSC.dm3")))
160 (build-system r-build-system)
161 (propagated-inputs
162 `(("r-bsgenome" ,r-bsgenome)))
163 (home-page
164 "https://www.bioconductor.org/packages/BSgenome.Dmelanogaster.UCSC.dm3/")
165 (synopsis "Full genome sequences for Fly")
166 (description
167 "This package provides full genome sequences for Drosophila
168 melanogaster (Fly) as provided by UCSC (dm3, April 2006) and stored in
169 Biostrings objects.")
170 (license license:artistic2.0)))
171
172 (define-public r-bsgenome-dmelanogaster-ucsc-dm3-masked
173 (package
174 (name "r-bsgenome-dmelanogaster-ucsc-dm3-masked")
175 (version "1.3.99")
176 (source (origin
177 (method url-fetch)
178 (uri (bioconductor-uri "BSgenome.Dmelanogaster.UCSC.dm3.masked"
179 version 'annotation))
180 (sha256
181 (base32
182 "1756csb09f1br9rj1l3f08qyh4hlymdbd0cfn8x3fq39dn45m5ap"))))
183 (properties
184 `((upstream-name . "BSgenome.Dmelanogaster.UCSC.dm3.masked")))
185 (build-system r-build-system)
186 (propagated-inputs
187 `(("r-bsgenome" ,r-bsgenome)
188 ("r-bsgenome-dmelanogaster-ucsc-dm3"
189 ,r-bsgenome-dmelanogaster-ucsc-dm3)))
190 (home-page "https://www.bioconductor.org/packages/BSgenome.Dmelanogaster.UCSC.dm3.masked/")
191 (synopsis "Full masked genome sequences for Fly")
192 (description
193 "This package provides full masked genome sequences for Drosophila
194 melanogaster (Fly) as provided by UCSC (dm3, April 2006) and stored in
195 Biostrings objects. The sequences are the same as in
196 BSgenome.Dmelanogaster.UCSC.dm3, except that each of them has the 4 following
197 masks on top: (1) the mask of assembly gaps (AGAPS mask), (2) the mask of
198 intra-contig ambiguities (AMB mask), (3) the mask of repeats from
199 RepeatMasker (RM mask), and (4) the mask of repeats from Tandem Repeats
200 Finder (TRF mask). Only the AGAPS and AMB masks are \"active\" by default.")
201 (license license:artistic2.0)))
202
203 (define-public r-bsgenome-hsapiens-1000genomes-hs37d5
204 (package
205 (name "r-bsgenome-hsapiens-1000genomes-hs37d5")
206 (version "0.99.1")
207 (source (origin
208 (method url-fetch)
209 (uri (bioconductor-uri "BSgenome.Hsapiens.1000genomes.hs37d5"
210 version 'annotation))
211 (sha256
212 (base32
213 "1cg0g5fqmsvwyw2p9hp2yy4ilk21jkbbrnpgqvb5c36ihjwvc7sr"))))
214 (properties
215 `((upstream-name . "BSgenome.Hsapiens.1000genomes.hs37d5")))
216 (build-system r-build-system)
217 (propagated-inputs
218 `(("r-bsgenome" ,r-bsgenome)))
219 (home-page
220 "https://www.bioconductor.org/packages/BSgenome.Hsapiens.1000genomes.hs37d5/")
221 (synopsis "Full genome sequences for Homo sapiens")
222 (description
223 "This package provides full genome sequences for Homo sapiens from
224 1000genomes phase2 reference genome sequence (hs37d5), based on NCBI GRCh37.")
225 (license license:artistic2.0)))
226
227 (define-public r-bsgenome-hsapiens-ncbi-grch38
228 (package
229 (name "r-bsgenome-hsapiens-ncbi-grch38")
230 (version "1.3.1000")
231 (source
232 (origin
233 (method url-fetch)
234 (uri (bioconductor-uri "BSgenome.Hsapiens.NCBI.GRCh38"
235 version 'annotation))
236 (sha256
237 (base32
238 "0y75qdq578fh6420vbvsbwmdw8jvr3g06qli2h3vj3pxmjykh9c1"))))
239 (properties `((upstream-name . "BSgenome.Hsapiens.NCBI.GRCh38")))
240 (build-system r-build-system)
241 (propagated-inputs `(("r-bsgenome" ,r-bsgenome)))
242 (home-page
243 "https://bioconductor.org/packages/release/data/annotation/html/\
244 BSgenome.Hsapiens.NCBI.GRCh38.html")
245 (synopsis "Full genome sequences for Homo sapiens (GRCh38)")
246 (description
247 "This package provides full genome sequences for Homo sapiens (Human) as
248 provided by NCBI (GRCh38, 2013-12-17) and stored in Biostrings objects.")
249 (license license:artistic2.0)))
250
251 (define-public r-bsgenome-hsapiens-ucsc-hg19-masked
252 (package
253 (name "r-bsgenome-hsapiens-ucsc-hg19-masked")
254 (version "1.3.99")
255 (source (origin
256 (method url-fetch)
257 (uri (bioconductor-uri "BSgenome.Hsapiens.UCSC.hg19.masked"
258 version 'annotation))
259 (sha256
260 (base32
261 "0452pyah0kv1vsrsjbrqw4k2rm8lc2vc771dzib45gnnfz86qxrr"))))
262 (properties
263 `((upstream-name . "BSgenome.Hsapiens.UCSC.hg19.masked")))
264 (build-system r-build-system)
265 (propagated-inputs
266 `(("r-bsgenome" ,r-bsgenome)
267 ("r-bsgenome-hsapiens-ucsc-hg19"
268 ,r-bsgenome-hsapiens-ucsc-hg19)))
269 (home-page "https://bioconductor.org/packages/BSgenome.Hsapiens.UCSC.hg19.masked/")
270 (synopsis "Full masked genome sequences for Homo sapiens")
271 (description
272 "This package provides full genome sequences for Homo sapiens (Human) as
273 provided by UCSC (hg19, Feb. 2009) and stored in Biostrings objects. The
274 sequences are the same as in BSgenome.Hsapiens.UCSC.hg19, except that each of
275 them has the 4 following masks on top: (1) the mask of assembly gaps (AGAPS
276 mask), (2) the mask of intra-contig ambiguities (AMB mask), (3) the mask of
277 repeats from RepeatMasker (RM mask), and (4) the mask of repeats from Tandem
278 Repeats Finder (TRF mask). Only the AGAPS and AMB masks are \"active\" by
279 default.")
280 (license license:artistic2.0)))
281
282 (define-public r-bsgenome-mmusculus-ucsc-mm9
283 (package
284 (name "r-bsgenome-mmusculus-ucsc-mm9")
285 (version "1.4.0")
286 (source (origin
287 (method url-fetch)
288 (uri (bioconductor-uri "BSgenome.Mmusculus.UCSC.mm9"
289 version 'annotation))
290 (sha256
291 (base32
292 "1birqw30g2azimxpnjfzmkphan7x131yy8b9h85lfz5fjdg7841i"))))
293 (properties
294 `((upstream-name . "BSgenome.Mmusculus.UCSC.mm9")))
295 (build-system r-build-system)
296 (propagated-inputs
297 `(("r-bsgenome" ,r-bsgenome)))
298 (home-page
299 "https://www.bioconductor.org/packages/BSgenome.Mmusculus.UCSC.mm9/")
300 (synopsis "Full genome sequences for Mouse")
301 (description
302 "This package provides full genome sequences for Mus musculus (Mouse) as
303 provided by UCSC (mm9, July 2007) and stored in Biostrings objects.")
304 (license license:artistic2.0)))
305
306 (define-public r-bsgenome-mmusculus-ucsc-mm9-masked
307 (package
308 (name "r-bsgenome-mmusculus-ucsc-mm9-masked")
309 (version "1.3.99")
310 (source (origin
311 (method url-fetch)
312 (uri (bioconductor-uri "BSgenome.Mmusculus.UCSC.mm9.masked"
313 version 'annotation))
314 (sha256
315 (base32
316 "00bpbm3havqcxr4g63zhllsbpd9q6svgihks7qp7x73nm4gvq7fn"))))
317 (properties
318 `((upstream-name . "BSgenome.Mmusculus.UCSC.mm9.masked")))
319 (build-system r-build-system)
320 (propagated-inputs
321 `(("r-bsgenome" ,r-bsgenome)
322 ("r-bsgenome-mmusculus-ucsc-mm9"
323 ,r-bsgenome-mmusculus-ucsc-mm9)))
324 (home-page "https://bioconductor.org/packages/BSgenome.Mmusculus.UCSC.mm9.masked/")
325 (synopsis "Full masked genome sequences for Mouse")
326 (description
327 "This package provides full genome sequences for Mus musculus (Mouse) as
328 provided by UCSC (mm9, Jul. 2007) and stored in Biostrings objects. The
329 sequences are the same as in BSgenome.Mmusculus.UCSC.mm9, except that each of
330 them has the 4 following masks on top: (1) the mask of assembly gaps (AGAPS
331 mask), (2) the mask of intra-contig ambiguities (AMB mask), (3) the mask of
332 repeats from RepeatMasker (RM mask), and (4) the mask of repeats from Tandem
333 Repeats Finder (TRF mask). Only the AGAPS and AMB masks are \"active\" by
334 default." )
335 (license license:artistic2.0)))
336
337 (define-public r-bsgenome-mmusculus-ucsc-mm10
338 (package
339 (name "r-bsgenome-mmusculus-ucsc-mm10")
340 (version "1.4.0")
341 (source (origin
342 (method url-fetch)
343 (uri (bioconductor-uri "BSgenome.Mmusculus.UCSC.mm10"
344 version 'annotation))
345 (sha256
346 (base32
347 "12s0nm2na9brjad4rn9l7d3db2aj8qa1xvz0y1k7gk08wayb6bkf"))))
348 (properties
349 `((upstream-name . "BSgenome.Mmusculus.UCSC.mm10")))
350 (build-system r-build-system)
351 (propagated-inputs
352 `(("r-bsgenome" ,r-bsgenome)))
353 (home-page
354 "https://www.bioconductor.org/packages/BSgenome.Mmusculus.UCSC.mm10/")
355 (synopsis "Full genome sequences for Mouse")
356 (description
357 "This package provides full genome sequences for Mus
358 musculus (Mouse) as provided by UCSC (mm10, December 2011) and stored
359 in Biostrings objects.")
360 (license license:artistic2.0)))
361
362 (define-public r-org-ce-eg-db
363 (package
364 (name "r-org-ce-eg-db")
365 (version "3.7.0")
366 (source (origin
367 (method url-fetch)
368 (uri (bioconductor-uri "org.Ce.eg.db" version 'annotation))
369 (sha256
370 (base32
371 "1w5br1ss4ha8wv4v2saj7cmbjc2jw0dyj2f2y269l078z31wcnaz"))))
372 (properties
373 `((upstream-name . "org.Ce.eg.db")))
374 (build-system r-build-system)
375 (propagated-inputs
376 `(("r-annotationdbi" ,r-annotationdbi)))
377 (home-page "https://www.bioconductor.org/packages/org.Ce.eg.db/")
378 (synopsis "Genome wide annotation for Worm")
379 (description
380 "This package provides mappings from Entrez gene identifiers to various
381 annotations for the genome of the model worm Caenorhabditis elegans.")
382 (license license:artistic2.0)))
383
384 (define-public r-org-dm-eg-db
385 (package
386 (name "r-org-dm-eg-db")
387 (version "3.7.0")
388 (source (origin
389 (method url-fetch)
390 (uri (bioconductor-uri "org.Dm.eg.db" version 'annotation))
391 (sha256
392 (base32
393 "1pqjrzlyg72bjpy8zsxvaglc7jsv176bnyi87xdajmkvsgxpm7b3"))))
394 (properties
395 `((upstream-name . "org.Dm.eg.db")))
396 (build-system r-build-system)
397 (propagated-inputs
398 `(("r-annotationdbi" ,r-annotationdbi)))
399 (home-page "https://www.bioconductor.org/packages/org.Dm.eg.db/")
400 (synopsis "Genome wide annotation for Fly")
401 (description
402 "This package provides mappings from Entrez gene identifiers to various
403 annotations for the genome of the model fruit fly Drosophila melanogaster.")
404 (license license:artistic2.0)))
405
406 (define-public r-org-dr-eg-db
407 (package
408 (name "r-org-dr-eg-db")
409 (version "3.7.0")
410 (source (origin
411 (method url-fetch)
412 (uri (bioconductor-uri "org.Dr.eg.db" version 'annotation))
413 (sha256
414 (base32
415 "1xs5wsbcpy0iwbjyiv7fax57djqc529ai5fk1qfsdcvlja3cpglx"))))
416 (properties
417 `((upstream-name . "org.Dr.eg.db")))
418 (build-system r-build-system)
419 (propagated-inputs
420 `(("r-annotationdbi" ,r-annotationdbi)))
421 (home-page "https://www.bioconductor.org/packages/org.Dr.eg.db/")
422 (synopsis "Annotation for Zebrafish")
423 (description
424 "This package provides genome wide annotations for Zebrafish, primarily
425 based on mapping using Entrez Gene identifiers.")
426 (license license:artistic2.0)))
427
428 (define-public r-org-hs-eg-db
429 (package
430 (name "r-org-hs-eg-db")
431 (version "3.7.0")
432 (source (origin
433 (method url-fetch)
434 (uri (bioconductor-uri "org.Hs.eg.db" version 'annotation))
435 (sha256
436 (base32
437 "1qxz9l80yg3qdqszs6dsscp7lrpfi1bgd0pxh9j7q34vprzwhdim"))))
438 (properties
439 `((upstream-name . "org.Hs.eg.db")))
440 (build-system r-build-system)
441 (propagated-inputs
442 `(("r-annotationdbi" ,r-annotationdbi)))
443 (home-page "https://www.bioconductor.org/packages/org.Hs.eg.db/")
444 (synopsis "Genome wide annotation for Human")
445 (description
446 "This package contains genome-wide annotations for Human, primarily based
447 on mapping using Entrez Gene identifiers.")
448 (license license:artistic2.0)))
449
450 (define-public r-org-mm-eg-db
451 (package
452 (name "r-org-mm-eg-db")
453 (version "3.7.0")
454 (source (origin
455 (method url-fetch)
456 (uri (bioconductor-uri "org.Mm.eg.db" version 'annotation))
457 (sha256
458 (base32
459 "1i3nvrd3wjigf1rmgxq1p5xxc3p8v02h5gwi62s30rkrsyjjfjxx"))))
460 (properties
461 `((upstream-name . "org.Mm.eg.db")))
462 (build-system r-build-system)
463 (propagated-inputs
464 `(("r-annotationdbi" ,r-annotationdbi)))
465 (home-page "https://www.bioconductor.org/packages/org.Mm.eg.db/")
466 (synopsis "Genome wide annotation for Mouse")
467 (description
468 "This package provides mappings from Entrez gene identifiers to various
469 annotations for the genome of the model mouse Mus musculus.")
470 (license license:artistic2.0)))
471
472 (define-public r-bsgenome-hsapiens-ucsc-hg19
473 (package
474 (name "r-bsgenome-hsapiens-ucsc-hg19")
475 (version "1.4.0")
476 (source (origin
477 (method url-fetch)
478 (uri (bioconductor-uri "BSgenome.Hsapiens.UCSC.hg19"
479 version 'annotation))
480 (sha256
481 (base32
482 "1y0nqpk8cw5a34sd9hmin3z4v7iqm6hf6l22cl81vlbxqbjibxc8"))))
483 (properties
484 `((upstream-name . "BSgenome.Hsapiens.UCSC.hg19")))
485 (build-system r-build-system)
486 (propagated-inputs
487 `(("r-bsgenome" ,r-bsgenome)))
488 (home-page
489 "https://www.bioconductor.org/packages/BSgenome.Hsapiens.UCSC.hg19/")
490 (synopsis "Full genome sequences for Homo sapiens")
491 (description
492 "This package provides full genome sequences for Homo sapiens as provided
493 by UCSC (hg19, February 2009) and stored in Biostrings objects.")
494 (license license:artistic2.0)))
495
496 (define-public r-ensdb-hsapiens-v75
497 (package
498 (name "r-ensdb-hsapiens-v75")
499 (version "2.99.0")
500 (source
501 (origin
502 (method url-fetch)
503 (uri (bioconductor-uri "EnsDb.Hsapiens.v75" version 'annotation))
504 (sha256
505 (base32
506 "0jx6rf6v0j8yr07q3c1h7s121901dc400nm6xaiv4i7kb5czjn9c"))))
507 (properties
508 `((upstream-name . "EnsDb.Hsapiens.v75")))
509 (build-system r-build-system)
510 (propagated-inputs
511 `(("r-ensembldb" ,r-ensembldb)))
512 (home-page "https://bioconductor.org/packages/EnsDb.Hsapiens.v75")
513 (synopsis "Ensembl based annotation package")
514 (description
515 "This package exposes an annotation database generated from Ensembl.")
516 (license license:artistic2.0)))
517
518 (define-public r-genelendatabase
519 (package
520 (name "r-genelendatabase")
521 (version "1.18.0")
522 (source
523 (origin
524 (method url-fetch)
525 (uri (bioconductor-uri "geneLenDataBase" version 'experiment))
526 (sha256
527 (base32
528 "03gm4pvsfascx7kjg0jycpf4f572mja68wwmwigs390vbmawyb4a"))))
529 (properties
530 `((upstream-name . "geneLenDataBase")))
531 (build-system r-build-system)
532 (propagated-inputs
533 `(("r-rtracklayer" ,r-rtracklayer)
534 ("r-genomicfeatures" ,r-genomicfeatures)))
535 (home-page "https://bioconductor.org/packages/geneLenDataBase/")
536 (synopsis "Lengths of mRNA transcripts for a number of genomes")
537 (description
538 "This package provides the lengths of mRNA transcripts for a number of
539 genomes and gene ID formats, largely based on the UCSC table browser.")
540 (license license:lgpl2.0+)))
541
542 (define-public r-txdb-hsapiens-ucsc-hg19-knowngene
543 (package
544 (name "r-txdb-hsapiens-ucsc-hg19-knowngene")
545 (version "3.2.2")
546 (source (origin
547 (method url-fetch)
548 (uri (bioconductor-uri "TxDb.Hsapiens.UCSC.hg19.knownGene"
549 version 'annotation))
550 (sha256
551 (base32
552 "1sajhcqqwazgz2lqbik7rd935i7kpnh08zxbp2ra10j72yqy4g86"))))
553 (properties
554 `((upstream-name . "TxDb.Hsapiens.UCSC.hg19.knownGene")))
555 (build-system r-build-system)
556 (propagated-inputs
557 `(("r-genomicfeatures" ,r-genomicfeatures)))
558 (home-page
559 "https://bioconductor.org/packages/TxDb.Hsapiens.UCSC.hg19.knownGene/")
560 (synopsis "Annotation package for human genome in TxDb format")
561 (description
562 "This package provides an annotation database of Homo sapiens genome
563 data. It is derived from the UCSC hg19 genome and based on the \"knownGene\"
564 track. The database is exposed as a @code{TxDb} object.")
565 (license license:artistic2.0)))
566
567 (define-public r-txdb-hsapiens-ucsc-hg38-knowngene
568 (package
569 (name "r-txdb-hsapiens-ucsc-hg38-knowngene")
570 (version "3.4.6")
571 (source (origin
572 (method url-fetch)
573 (uri (bioconductor-uri "TxDb.Hsapiens.UCSC.hg38.knownGene"
574 version 'annotation))
575 (sha256
576 (base32
577 "12j7rri9r129v9w1yiqadg952dx462dh092sxif3r5kk8l7bxkn9"))))
578 (properties
579 `((upstream-name . "TxDb.Hsapiens.UCSC.hg38.knownGene")))
580 (build-system r-build-system)
581 (propagated-inputs
582 `(("r-genomicfeatures" ,r-genomicfeatures)))
583 (home-page
584 "https://bioconductor.org/packages/TxDb.Hsapiens.UCSC.hg38.knownGene/")
585 (synopsis "Annotation package for human genome in TxDb format")
586 (description
587 "This package provides an annotation database of Homo sapiens genome
588 data. It is derived from the UCSC hg38 genome and based on the \"knownGene\"
589 track. The database is exposed as a @code{TxDb} object.")
590 (license license:artistic2.0)))
591
592 (define-public r-txdb-mmusculus-ucsc-mm9-knowngene
593 (package
594 (name "r-txdb-mmusculus-ucsc-mm9-knowngene")
595 (version "3.2.2")
596 (source (origin
597 (method url-fetch)
598 (uri (bioconductor-uri "TxDb.Mmusculus.UCSC.mm9.knownGene"
599 version 'annotation))
600 (sha256
601 (base32
602 "16bjxy00363hf91ik2mqlqls86i07gia72qh92xc3l1ncch61mx2"))))
603 (properties
604 `((upstream-name . "TxDb.Mmusculus.UCSC.mm9.knownGene")))
605 (build-system r-build-system)
606 (propagated-inputs
607 `(("r-genomicfeatures" ,r-genomicfeatures)
608 ("r-annotationdbi" ,r-annotationdbi)))
609 (home-page
610 "https://bioconductor.org/packages/TxDb.Mmusculus.UCSC.mm9.knownGene/")
611 (synopsis "Annotation package for mouse genome in TxDb format")
612 (description
613 "This package provides an annotation database of Mouse genome data. It
614 is derived from the UCSC mm9 genome and based on the \"knownGene\" track. The
615 database is exposed as a @code{TxDb} object.")
616 (license license:artistic2.0)))
617
618 (define-public r-txdb-mmusculus-ucsc-mm10-knowngene
619 (package
620 (name "r-txdb-mmusculus-ucsc-mm10-knowngene")
621 (version "3.4.7")
622 (source (origin
623 (method url-fetch)
624 (uri (bioconductor-uri "TxDb.Mmusculus.UCSC.mm10.knownGene"
625 version 'annotation))
626 (sha256
627 (base32
628 "04impkl8zh1gpwwrpbf19jqznsjrq2306yyhm6cmx6hr1401bd6b"))))
629 (properties
630 `((upstream-name . "TxDb.Mmusculus.UCSC.mm10.knownGene")))
631 (build-system r-build-system)
632 (propagated-inputs
633 `(("r-bsgenome" ,r-bsgenome)
634 ("r-genomicfeatures" ,r-genomicfeatures)
635 ("r-annotationdbi" ,r-annotationdbi)))
636 (home-page
637 "https://bioconductor.org/packages/TxDb.Mmusculus.UCSC.mm10.knownGene/")
638 (synopsis "Annotation package for TxDb knownGene object(s) for Mouse")
639 (description
640 "This package loads a TxDb object, which is an R interface to
641 prefabricated databases contained in this package. This package provides
642 the TxDb object of Mouse data as provided by UCSC (mm10, December 2011)
643 based on the knownGene track.")
644 (license license:artistic2.0)))
645
646 (define-public r-txdb-celegans-ucsc-ce6-ensgene
647 (package
648 (name "r-txdb-celegans-ucsc-ce6-ensgene")
649 (version "3.2.2")
650 (source
651 (origin
652 (method url-fetch)
653 (uri (bioconductor-uri "TxDb.Celegans.UCSC.ce6.ensGene"
654 version 'annotation))
655 (sha256
656 (base32
657 "1sgppva33cdy4isj2is8mfalj5gmmkpbkq9w1d83a4agcq31mi90"))))
658 (properties
659 `((upstream-name . "TxDb.Celegans.UCSC.ce6.ensGene")))
660 (build-system r-build-system)
661 (propagated-inputs
662 `(("r-annotationdbi" ,r-annotationdbi)
663 ("r-genomicfeatures" ,r-genomicfeatures)))
664 (home-page "https://bioconductor.org/packages/TxDb.Celegans.UCSC.ce6.ensGene/")
665 (synopsis "Annotation package for C elegans TxDb objects")
666 (description
667 "This package exposes a C elegans annotation database generated from UCSC
668 by exposing these as TxDb objects.")
669 (license license:artistic2.0)))
670
671 (define-public r-fdb-infiniummethylation-hg19
672 (package
673 (name "r-fdb-infiniummethylation-hg19")
674 (version "2.2.0")
675 (source (origin
676 (method url-fetch)
677 (uri (bioconductor-uri "FDb.InfiniumMethylation.hg19"
678 version 'annotation))
679 (sha256
680 (base32
681 "0gq90fvph6kgrpjb89nvzq6hl1k24swn19rgjh5g98l86mja6nk0"))))
682 (properties
683 `((upstream-name . "FDb.InfiniumMethylation.hg19")))
684 (build-system r-build-system)
685 (propagated-inputs
686 `(("r-biostrings" ,r-biostrings)
687 ("r-genomicfeatures" ,r-genomicfeatures)
688 ("r-annotationdbi" ,r-annotationdbi)
689 ("r-org-hs-eg-db" ,r-org-hs-eg-db)
690 ("r-txdb-hsapiens-ucsc-hg19-knowngene" ,r-txdb-hsapiens-ucsc-hg19-knowngene)))
691 (home-page "https://bioconductor.org/packages/FDb.InfiniumMethylation.hg19/")
692 (synopsis "Compiled HumanMethylation27 and HumanMethylation450 annotations")
693 (description
694 "This is an annotation package for Illumina Infinium DNA methylation
695 probes. It contains the compiled HumanMethylation27 and HumanMethylation450
696 annotations.")
697 (license license:artistic2.0)))
698
699 (define-public r-illuminahumanmethylationepicmanifest
700 (package
701 (name "r-illuminahumanmethylationepicmanifest")
702 (version "0.3.0")
703 (source (origin
704 (method url-fetch)
705 (uri (bioconductor-uri "IlluminaHumanMethylationEPICmanifest"
706 version 'annotation))
707 (sha256
708 (base32
709 "0alhjda5g186z8b1nsmnpfswrlj7prdz8mkwx60wkkl6hkcnk6p3"))))
710 (properties
711 `((upstream-name . "IlluminaHumanMethylationEPICmanifest")))
712 (build-system r-build-system)
713 (propagated-inputs
714 `(("r-minfi" ,r-minfi)))
715 (home-page "https://bioconductor.org/packages/IlluminaHumanMethylationEPICmanifest/")
716 (synopsis "Manifest for Illumina's EPIC methylation arrays")
717 (description
718 "This is a manifest package for Illumina's EPIC methylation arrays.")
719 (license license:artistic2.0)))
720
721 ;; This is a CRAN package, but it depends on r-bsgenome-hsapiens-ucsc-hg19
722 ;; from Bioconductor.
723 (define-public r-deconstructsigs
724 (package
725 (name "r-deconstructsigs")
726 (version "1.8.0")
727 (source (origin
728 (method url-fetch)
729 (uri (cran-uri "deconstructSigs" version))
730 (sha256
731 (base32
732 "014x0nb23jb98666kaav2phkvmkr38pi38jv0dqd4jv7zp0gdf1a"))))
733 (properties
734 `((upstream-name . "deconstructSigs")))
735 (build-system r-build-system)
736 (propagated-inputs
737 `(("r-bsgenome" ,r-bsgenome)
738 ("r-bsgenome-hsapiens-ucsc-hg19" ,r-bsgenome-hsapiens-ucsc-hg19)
739 ("r-genomeinfodb" ,r-genomeinfodb)
740 ("r-reshape2" ,r-reshape2)))
741 (home-page "https://github.com/raerose01/deconstructSigs")
742 (synopsis "Identifies signatures present in a tumor sample")
743 (description "This package takes sample information in the form of the
744 fraction of mutations in each of 96 trinucleotide contexts and identifies
745 the weighted combination of published signatures that, when summed, most
746 closely reconstructs the mutational profile.")
747 (license license:gpl2+)))
748
749 ;; This is a CRAN package, but it depends on Bioconductor packages.
750 (define-public r-nmf
751 (package
752 (name "r-nmf")
753 (version "0.22.0")
754 (source
755 (origin
756 (method url-fetch)
757 (uri (cran-uri "NMF" version))
758 (sha256
759 (base32
760 "0b2ls3x1nkrnam45hagpys624nzxj3v7kxnp0q216yakvx5h57cq"))))
761 (properties `((upstream-name . "NMF")))
762 (build-system r-build-system)
763 (propagated-inputs
764 `(("r-cluster" ,r-cluster)
765 ("r-biobase" ,r-biobase)
766 ("r-biocmanager" ,r-biocmanager)
767 ("r-bigmemory" ,r-bigmemory) ; suggested
768 ("r-synchronicity" ,r-synchronicity) ; suggested
769 ("r-colorspace" ,r-colorspace)
770 ("r-digest" ,r-digest)
771 ("r-doparallel" ,r-doparallel)
772 ("r-foreach" ,r-foreach)
773 ("r-ggplot2" ,r-ggplot2)
774 ("r-gridbase" ,r-gridbase)
775 ("r-pkgmaker" ,r-pkgmaker)
776 ("r-rcolorbrewer" ,r-rcolorbrewer)
777 ("r-registry" ,r-registry)
778 ("r-reshape2" ,r-reshape2)
779 ("r-rngtools" ,r-rngtools)
780 ("r-stringr" ,r-stringr)))
781 (home-page "http://renozao.github.io/NMF")
782 (synopsis "Algorithms and framework for nonnegative matrix factorization")
783 (description
784 "This package provides a framework to perform Non-negative Matrix
785 Factorization (NMF). The package implements a set of already published
786 algorithms and seeding methods, and provides a framework to test, develop and
787 plug new or custom algorithms. Most of the built-in algorithms have been
788 optimized in C++, and the main interface function provides an easy way of
789 performing parallel computations on multicore machines.")
790 (license license:gpl2+)))
791
792 (define-public r-do-db
793 (package
794 (name "r-do-db")
795 (version "2.9")
796 (source (origin
797 (method url-fetch)
798 (uri (bioconductor-uri "DO.db" version 'annotation))
799 (sha256
800 (base32
801 "10bqqa124l61ivzy4mdd3z3ar9a6537qbxw23pc4y9w8a6dwnavn"))))
802 (properties
803 `((upstream-name . "DO.db")))
804 (build-system r-build-system)
805 (propagated-inputs
806 `(("r-annotationdbi" ,r-annotationdbi)))
807 (home-page "https://www.bioconductor.org/packages/DO.db/")
808 (synopsis "Annotation maps describing the entire Disease Ontology")
809 (description
810 "This package provides a set of annotation maps describing the entire
811 Disease Ontology.")
812 (license license:artistic2.0)))
813
814 (define-public r-pfam-db
815 (package
816 (name "r-pfam-db")
817 (version "3.8.2")
818 (source
819 (origin
820 (method url-fetch)
821 (uri (bioconductor-uri "PFAM.db" version 'annotation))
822 (sha256
823 (base32
824 "0rn1arzzcniy3yyc4yc44vn40g0cqss37dhwnvsgxpfayqq1k59s"))))
825 (properties `((upstream-name . "PFAM.db")))
826 (build-system r-build-system)
827 (propagated-inputs
828 `(("r-annotationdbi" ,r-annotationdbi)))
829 (home-page "https://bioconductor.org/packages/PFAM.db")
830 (synopsis "Set of protein ID mappings for PFAM")
831 (description
832 "This package provides a set of protein ID mappings for PFAM, assembled
833 using data from public repositories.")
834 (license license:artistic2.0)))
835
836 (define-public r-phastcons100way-ucsc-hg19
837 (package
838 (name "r-phastcons100way-ucsc-hg19")
839 (version "3.7.2")
840 (source
841 (origin
842 (method url-fetch)
843 (uri (bioconductor-uri "phastCons100way.UCSC.hg19"
844 version 'annotation))
845 (sha256
846 (base32
847 "1jmc4k4zgkx5vr2plnidnd9bidlwlb0kr7mjg60cqjw7dq7jl1fa"))))
848 (properties
849 `((upstream-name . "phastCons100way.UCSC.hg19")))
850 (build-system r-build-system)
851 (propagated-inputs
852 `(("r-bsgenome" ,r-bsgenome)
853 ("r-genomeinfodb" ,r-genomeinfodb)
854 ("r-genomicranges" ,r-genomicranges)
855 ("r-genomicscores" ,r-genomicscores)
856 ("r-iranges" ,r-iranges)
857 ("r-s4vectors" ,r-s4vectors)))
858 (home-page "https://bioconductor.org/packages/phastCons100way.UCSC.hg19")
859 (synopsis "UCSC phastCons conservation scores for hg19")
860 (description
861 "This package provides UCSC phastCons conservation scores for the human
862 genome (hg19) calculated from multiple alignments with other 99 vertebrate
863 species.")
864 (license license:artistic2.0)))
865
866 \f
867 ;;; Experiment data
868
869 (define-public r-abadata
870 (package
871 (name "r-abadata")
872 (version "1.12.0")
873 (source (origin
874 (method url-fetch)
875 (uri (bioconductor-uri "ABAData" version 'experiment))
876 (sha256
877 (base32
878 "1bmj341xcymlrk02gss5vvrqc4ddas0rdw39lnpsj98hq6n11p5z"))))
879 (properties
880 `((upstream-name . "ABAData")))
881 (build-system r-build-system)
882 (propagated-inputs
883 `(("r-annotationdbi" ,r-annotationdbi)))
884 (home-page "https://www.bioconductor.org/packages/ABAData/")
885 (synopsis "Gene expression in human brain regions from Allen Brain Atlas")
886 (description
887 "This package provides the data for the gene expression enrichment
888 analysis conducted in the package ABAEnrichment. The package includes three
889 datasets which are derived from the Allen Brain Atlas:
890
891 @enumerate
892 @item Gene expression data from Human Brain (adults) averaged across donors,
893 @item Gene expression data from the Developing Human Brain pooled into five
894 age categories and averaged across donors, and
895 @item a developmental effect score based on the Developing Human Brain
896 expression data.
897 @end enumerate
898
899 All datasets are restricted to protein coding genes.")
900 (license license:gpl2+)))
901
902 (define-public r-arrmdata
903 (package
904 (name "r-arrmdata")
905 (version "1.18.0")
906 (source (origin
907 (method url-fetch)
908 (uri (bioconductor-uri "ARRmData" version 'experiment))
909 (sha256
910 (base32
911 "0r1y3zn7ly4k3ngx55vfavn9s6aidbddlv2fbmj7hj3hvpslmyly"))))
912 (properties
913 `((upstream-name . "ARRmData")))
914 (build-system r-build-system)
915 (home-page "https://www.bioconductor.org/packages/ARRmData/")
916 (synopsis "Example dataset for normalization of Illumina 450k methylation data")
917 (description
918 "This package provides raw beta values from 36 samples across 3 groups
919 from Illumina 450k methylation arrays.")
920 (license license:artistic2.0)))
921
922 (define-public r-hsmmsinglecell
923 (package
924 (name "r-hsmmsinglecell")
925 (version "1.2.0")
926 (source (origin
927 (method url-fetch)
928 (uri (bioconductor-uri "HSMMSingleCell" version 'experiment))
929 (sha256
930 (base32
931 "1vxnr8gr6md85g39csy7g2sqqajiqgyvznys2qa9yixd2b01yph9"))))
932 (properties
933 `((upstream-name . "HSMMSingleCell")))
934 (build-system r-build-system)
935 (home-page "https://www.bioconductor.org/packages/HSMMSingleCell/")
936 (synopsis "Single-cell RNA-Seq for differentiating human skeletal muscle myoblasts (HSMM)")
937 (description
938 "Skeletal myoblasts undergo a well-characterized sequence of
939 morphological and transcriptional changes during differentiation. In this
940 experiment, primary @dfn{human skeletal muscle myoblasts} (HSMM) were expanded
941 under high mitogen conditions (GM) and then differentiated by switching to
942 low-mitogen media (DM). RNA-Seq libraries were sequenced from each of several
943 hundred cells taken over a time-course of serum-induced differentiation.
944 Between 49 and 77 cells were captured at each of four time points (0, 24, 48,
945 72 hours) following serum switch using the Fluidigm C1 microfluidic system.
946 RNA from each cell was isolated and used to construct mRNA-Seq libraries,
947 which were then sequenced to a depth of ~4 million reads per library,
948 resulting in a complete gene expression profile for each cell.")
949 (license license:artistic2.0)))
950
951 (define-public r-all
952 (package
953 (name "r-all")
954 (version "1.26.0")
955 (source (origin
956 (method url-fetch)
957 (uri (bioconductor-uri "ALL" version 'experiment))
958 (sha256
959 (base32
960 "1z7kpjw4ndj6fkxwvhqf3gawhrn26ksrlns7j2c78qzxqmjndik9"))))
961 (properties `((upstream-name . "ALL")))
962 (build-system r-build-system)
963 (propagated-inputs
964 `(("r-biobase" ,r-biobase)))
965 (home-page "https://bioconductor.org/packages/ALL")
966 (synopsis "Acute Lymphoblastic Leukemia data from the Ritz laboratory")
967 (description
968 "The data consist of microarrays from 128 different individuals with
969 @dfn{acute lymphoblastic leukemia} (ALL). A number of additional covariates
970 are available. The data have been normalized (using rma) and it is the
971 jointly normalized data that are available here. The data are presented in
972 the form of an @code{exprSet} object.")
973 (license license:artistic2.0)))
974
975 (define-public r-affydata
976 (package
977 (name "r-affydata")
978 (version "1.32.0")
979 (source
980 (origin
981 (method url-fetch)
982 (uri (bioconductor-uri "affydata" version 'experiment))
983 (sha256
984 (base32
985 "1l9qhmjqgbrdl9cmd74rlnvmvr6mslbmckb83n0211whp2i0b7h5"))))
986 (properties `((upstream-name . "affydata")))
987 (build-system r-build-system)
988 (propagated-inputs
989 `(("r-affy" ,r-affy)))
990 (home-page "https://bioconductor.org/packages/affydata/")
991 (synopsis "Affymetrix data for demonstration purposes")
992 (description
993 "This package provides example datasets that represent 'real world
994 examples' of Affymetrix data, unlike the artificial examples included in the
995 package @code{affy}.")
996 (license license:gpl2+)))
997
998 (define-public r-curatedtcgadata
999 (package
1000 (name "r-curatedtcgadata")
1001 (version "1.8.0")
1002 (source
1003 (origin
1004 (method url-fetch)
1005 (uri (bioconductor-uri "curatedTCGAData" version 'experiment))
1006 (sha256
1007 (base32
1008 "02y6cgihmsl9b4a9mmcdjjgjp06lpz04biyvxd3n5lk5gnqd9r3y"))))
1009 (properties
1010 `((upstream-name . "curatedTCGAData")))
1011 (build-system r-build-system)
1012 (propagated-inputs
1013 `(("r-annotationhub" ,r-annotationhub)
1014 ("r-experimenthub" ,r-experimenthub)
1015 ("r-hdf5array" ,r-hdf5array)
1016 ("r-multiassayexperiment" ,r-multiassayexperiment)
1017 ("r-s4vectors" ,r-s4vectors)
1018 ("r-summarizedexperiment" ,r-summarizedexperiment)))
1019 (home-page "https://bioconductor.org/packages/curatedTCGAData/")
1020 (synopsis "Curated data from The Cancer Genome Atlas")
1021 (description
1022 "This package provides publicly available data from The Cancer Genome
1023 Atlas (TCGA) as @code{MultiAssayExperiment} objects.
1024 @code{MultiAssayExperiment} integrates multiple assays (e.g., RNA-seq, copy
1025 number, mutation, microRNA, protein, and others) with clinical / pathological
1026 data. It also links assay barcodes with patient identifiers, enabling
1027 harmonized subsetting of rows (features) and columns (patients / samples)
1028 across the entire multi-'omics experiment.")
1029 (license license:artistic2.0)))
1030
1031 \f
1032 ;;; Packages
1033
1034 (define-public r-biocversion
1035 (package
1036 (name "r-biocversion")
1037 (version "3.10.1")
1038 (source
1039 (origin
1040 (method url-fetch)
1041 (uri (bioconductor-uri "BiocVersion" version))
1042 (sha256
1043 (base32
1044 "0mfqjqfvrwwglldq3g7nbic5hf3nwzv02nbfxnl2cfvf9gznlh5f"))))
1045 (properties `((upstream-name . "BiocVersion")))
1046 (build-system r-build-system)
1047 (home-page "https://bioconductor.org/packages/BiocVersion/")
1048 (synopsis "Set the appropriate version of Bioconductor packages")
1049 (description
1050 "This package provides repository information for the appropriate version
1051 of Bioconductor.")
1052 (license license:artistic2.0)))
1053
1054 (define-public r-biocgenerics
1055 (package
1056 (name "r-biocgenerics")
1057 (version "0.32.0")
1058 (source (origin
1059 (method url-fetch)
1060 (uri (bioconductor-uri "BiocGenerics" version))
1061 (sha256
1062 (base32
1063 "1np8y442zyakm4axpinbw1qsgc6wd3zjsnirbhc8lcii4ky9j0rn"))))
1064 (properties
1065 `((upstream-name . "BiocGenerics")))
1066 (build-system r-build-system)
1067 (home-page "https://bioconductor.org/packages/BiocGenerics")
1068 (synopsis "S4 generic functions for Bioconductor")
1069 (description
1070 "This package provides S4 generic functions needed by many Bioconductor
1071 packages.")
1072 (license license:artistic2.0)))
1073
1074 (define-public r-affycomp
1075 (package
1076 (name "r-affycomp")
1077 (version "1.62.0")
1078 (source
1079 (origin
1080 (method url-fetch)
1081 (uri (bioconductor-uri "affycomp" version))
1082 (sha256
1083 (base32
1084 "0cl7c3m2lz2w8g2k7z7wjd0dyj0dkssvms99qpg8a1v3hx1xs6js"))))
1085 (properties `((upstream-name . "affycomp")))
1086 (build-system r-build-system)
1087 (propagated-inputs `(("r-biobase" ,r-biobase)))
1088 (home-page "https://bioconductor.org/packages/affycomp/")
1089 (synopsis "Graphics toolbox for assessment of Affymetrix expression measures")
1090 (description
1091 "The package contains functions that can be used to compare expression
1092 measures for Affymetrix Oligonucleotide Arrays.")
1093 (license license:gpl2+)))
1094
1095 (define-public r-affycompatible
1096 (package
1097 (name "r-affycompatible")
1098 (version "1.46.0")
1099 (source
1100 (origin
1101 (method url-fetch)
1102 (uri (bioconductor-uri "AffyCompatible" version))
1103 (sha256
1104 (base32
1105 "10ahrdlifp1i7rd58zb10w75y5bnigs7xp5gv4fhb5y7p7dvb0ks"))))
1106 (properties
1107 `((upstream-name . "AffyCompatible")))
1108 (build-system r-build-system)
1109 (propagated-inputs
1110 `(("r-biostrings" ,r-biostrings)
1111 ("r-rcurl" ,r-rcurl)
1112 ("r-xml" ,r-xml)))
1113 (home-page "https://bioconductor.org/packages/AffyCompatible/")
1114 (synopsis "Work with Affymetrix GeneChip files")
1115 (description
1116 "This package provides an interface to Affymetrix chip annotation and
1117 sample attribute files. The package allows an easy way for users to download
1118 and manage local data bases of Affynmetrix NetAffx annotation files. It also
1119 provides access to @dfn{GeneChip Operating System} (GCOS) and @dfn{GeneChip
1120 Command Console} (AGCC)-compatible sample annotation files.")
1121 (license license:artistic2.0)))
1122
1123 (define-public r-affycontam
1124 (package
1125 (name "r-affycontam")
1126 (version "1.44.0")
1127 (source
1128 (origin
1129 (method url-fetch)
1130 (uri (bioconductor-uri "affyContam" version))
1131 (sha256
1132 (base32
1133 "0yd1prgv5zfkg22ski73mvg96qknwz8v6ji6s4qy8p4wrqyj7b7l"))))
1134 (properties `((upstream-name . "affyContam")))
1135 (build-system r-build-system)
1136 (propagated-inputs
1137 `(("r-affy" ,r-affy)
1138 ("r-affydata" ,r-affydata)
1139 ("r-biobase" ,r-biobase)))
1140 (home-page "https://bioconductor.org/packages/affyContam/")
1141 (synopsis "Structured corruption of Affymetrix CEL file data")
1142 (description
1143 "Microarray quality assessment is a major concern of microarray analysts.
1144 This package provides some simple approaches to in silico creation of quality
1145 problems in CEL-level data to help evaluate performance of quality metrics.")
1146 (license license:artistic2.0)))
1147
1148 (define-public r-affycoretools
1149 (package
1150 (name "r-affycoretools")
1151 (version "1.58.4")
1152 (source
1153 (origin
1154 (method url-fetch)
1155 (uri (bioconductor-uri "affycoretools" version))
1156 (sha256
1157 (base32
1158 "1p283ysib04qzaayxmrpsmk5bq0jdq2rlky180jrlskpyg6risfw"))))
1159 (properties `((upstream-name . "affycoretools")))
1160 (build-system r-build-system)
1161 (propagated-inputs
1162 `(("r-affy" ,r-affy)
1163 ("r-annotationdbi" ,r-annotationdbi)
1164 ("r-biobase" ,r-biobase)
1165 ("r-biocgenerics" ,r-biocgenerics)
1166 ("r-dbi" ,r-dbi)
1167 ("r-edger" ,r-edger)
1168 ("r-gcrma" ,r-gcrma)
1169 ("r-glimma" ,r-glimma)
1170 ("r-ggplot2" ,r-ggplot2)
1171 ("r-gostats" ,r-gostats)
1172 ("r-gplots" ,r-gplots)
1173 ("r-hwriter" ,r-hwriter)
1174 ("r-lattice" ,r-lattice)
1175 ("r-limma" ,r-limma)
1176 ("r-oligoclasses" ,r-oligoclasses)
1177 ("r-reportingtools" ,r-reportingtools)
1178 ("r-rsqlite" ,r-rsqlite)
1179 ("r-s4vectors" ,r-s4vectors)
1180 ("r-xtable" ,r-xtable)))
1181 (home-page "https://bioconductor.org/packages/affycoretools/")
1182 (synopsis "Functions for analyses with Affymetrix GeneChips")
1183 (description
1184 "This package provides various wrapper functions that have been written
1185 to streamline the more common analyses that a Biostatistician might see.")
1186 (license license:artistic2.0)))
1187
1188 (define-public r-affxparser
1189 (package
1190 (name "r-affxparser")
1191 (version "1.58.0")
1192 (source
1193 (origin
1194 (method url-fetch)
1195 (uri (bioconductor-uri "affxparser" version))
1196 (sha256
1197 (base32
1198 "03h4lxr48p84f6i7zb2rm10ma3k4d1nmvdw5yhxcmzqbmd12lk40"))))
1199 (properties `((upstream-name . "affxparser")))
1200 (build-system r-build-system)
1201 (home-page "https://github.com/HenrikBengtsson/affxparser")
1202 (synopsis "Affymetrix File Parsing SDK")
1203 (description
1204 "This is a package for parsing Affymetrix files (CDF, CEL, CHP, BPMAP,
1205 BAR). It provides methods for fast and memory efficient parsing of Affymetrix
1206 files using the Affymetrix' Fusion SDK. Both ASCII- and binary-based files
1207 are supported. Currently, there are methods for reading @dfn{chip definition
1208 file} (CDF) and a @dfn{cell intensity file} (CEL). These files can be read
1209 either in full or in part. For example, probe signals from a few probesets
1210 can be extracted very quickly from a set of CEL files into a convenient list
1211 structure.")
1212 ;; The Fusion SDK contains files under GPLv2 and LGPLv2.1. The R code is
1213 ;; under LGPLv2+.
1214 (license (list license:lgpl2.0+ license:lgpl2.1 license:gpl2))))
1215
1216 (define-public r-annotate
1217 (package
1218 (name "r-annotate")
1219 (version "1.64.0")
1220 (source
1221 (origin
1222 (method url-fetch)
1223 (uri (bioconductor-uri "annotate" version))
1224 (sha256
1225 (base32
1226 "0rcmdy6hs6m4d6wxgi52c0bhdsbf2sm9f155qbcb05sn0nh8pxwy"))))
1227 (build-system r-build-system)
1228 (propagated-inputs
1229 `(("r-annotationdbi" ,r-annotationdbi)
1230 ("r-biobase" ,r-biobase)
1231 ("r-biocgenerics" ,r-biocgenerics)
1232 ("r-dbi" ,r-dbi)
1233 ("r-rcurl" ,r-rcurl)
1234 ("r-xml" ,r-xml)
1235 ("r-xtable" ,r-xtable)))
1236 (home-page
1237 "https://bioconductor.org/packages/annotate")
1238 (synopsis "Annotation for microarrays")
1239 (description "This package provides R environments for the annotation of
1240 microarrays.")
1241 (license license:artistic2.0)))
1242
1243 (define-public r-hpar
1244 (package
1245 (name "r-hpar")
1246 (version "1.28.0")
1247 (source
1248 (origin
1249 (method url-fetch)
1250 (uri (bioconductor-uri "hpar" version))
1251 (sha256
1252 (base32
1253 "1yhay1ryrgj9cqa1x136cw40ca93afyvg0sarm30jsbj8nc1rm5m"))))
1254 (build-system r-build-system)
1255 (home-page "https://bioconductor.org/packages/hpar/")
1256 (synopsis "Human Protein Atlas in R")
1257 (description "This package provides a simple interface to and data from
1258 the Human Protein Atlas project.")
1259 (license license:artistic2.0)))
1260
1261 (define-public r-regioner
1262 (package
1263 (name "r-regioner")
1264 (version "1.18.1")
1265 (source
1266 (origin
1267 (method url-fetch)
1268 (uri (bioconductor-uri "regioneR" version))
1269 (sha256
1270 (base32
1271 "0if7r6njz3ahm545383z5mzmzw8fdvw80a9lfz160j5pcgpx2dq9"))))
1272 (properties `((upstream-name . "regioneR")))
1273 (build-system r-build-system)
1274 (propagated-inputs
1275 `(("r-biostrings" ,r-biostrings)
1276 ("r-bsgenome" ,r-bsgenome)
1277 ("r-genomeinfodb" ,r-genomeinfodb)
1278 ("r-genomicranges" ,r-genomicranges)
1279 ("r-iranges" ,r-iranges)
1280 ("r-memoise" ,r-memoise)
1281 ("r-rtracklayer" ,r-rtracklayer)
1282 ("r-s4vectors" ,r-s4vectors)))
1283 (home-page "https://bioconductor.org/packages/regioneR/")
1284 (synopsis "Association analysis of genomic regions")
1285 (description "This package offers a statistical framework based on
1286 customizable permutation tests to assess the association between genomic
1287 region sets and other genomic features.")
1288 (license license:artistic2.0)))
1289
1290 (define-public r-reportingtools
1291 (package
1292 (name "r-reportingtools")
1293 (version "2.26.0")
1294 (source
1295 (origin
1296 (method url-fetch)
1297 (uri (bioconductor-uri "ReportingTools" version))
1298 (sha256
1299 (base32
1300 "0wmi2219wydyzc07rz3azsrksa7wiacfh9pr5x2fsmj9f0w3n15w"))))
1301 (properties
1302 `((upstream-name . "ReportingTools")))
1303 (build-system r-build-system)
1304 (propagated-inputs
1305 `(("r-annotate" ,r-annotate)
1306 ("r-annotationdbi" ,r-annotationdbi)
1307 ("r-biobase" ,r-biobase)
1308 ("r-biocgenerics" ,r-biocgenerics)
1309 ("r-category" ,r-category)
1310 ("r-deseq2" ,r-deseq2)
1311 ("r-edger" ,r-edger)
1312 ("r-ggbio" ,r-ggbio)
1313 ("r-ggplot2" ,r-ggplot2)
1314 ("r-gostats" ,r-gostats)
1315 ("r-gseabase" ,r-gseabase)
1316 ("r-hwriter" ,r-hwriter)
1317 ("r-iranges" ,r-iranges)
1318 ("r-knitr" ,r-knitr)
1319 ("r-lattice" ,r-lattice)
1320 ("r-limma" ,r-limma)
1321 ("r-pfam-db" ,r-pfam-db)
1322 ("r-r-utils" ,r-r-utils)
1323 ("r-xml" ,r-xml)))
1324 (home-page "https://bioconductor.org/packages/ReportingTools/")
1325 (synopsis "Tools for making reports in various formats")
1326 (description
1327 "The ReportingTools package enables users to easily display reports of
1328 analysis results generated from sources such as microarray and sequencing
1329 data. The package allows users to create HTML pages that may be viewed on a
1330 web browser, or in other formats. Users can generate tables with sortable and
1331 filterable columns, make and display plots, and link table entries to other
1332 data sources such as NCBI or larger plots within the HTML page. Using the
1333 package, users can also produce a table of contents page to link various
1334 reports together for a particular project that can be viewed in a web
1335 browser.")
1336 (license license:artistic2.0)))
1337
1338 (define-public r-geneplotter
1339 (package
1340 (name "r-geneplotter")
1341 (version "1.64.0")
1342 (source
1343 (origin
1344 (method url-fetch)
1345 (uri (bioconductor-uri "geneplotter" version))
1346 (sha256
1347 (base32
1348 "1k6780fn1kkghpm1prhhsyw621441a3bmnqfl9ns0zbc1zdq39nx"))))
1349 (build-system r-build-system)
1350 (propagated-inputs
1351 `(("r-annotate" ,r-annotate)
1352 ("r-annotationdbi" ,r-annotationdbi)
1353 ("r-biobase" ,r-biobase)
1354 ("r-biocgenerics" ,r-biocgenerics)
1355 ("r-lattice" ,r-lattice)
1356 ("r-rcolorbrewer" ,r-rcolorbrewer)))
1357 (home-page "https://bioconductor.org/packages/geneplotter")
1358 (synopsis "Graphics functions for genomic data")
1359 (description
1360 "This package provides functions for plotting genomic data.")
1361 (license license:artistic2.0)))
1362
1363 (define-public r-oligoclasses
1364 (package
1365 (name "r-oligoclasses")
1366 (version "1.48.0")
1367 (source
1368 (origin
1369 (method url-fetch)
1370 (uri (bioconductor-uri "oligoClasses" version))
1371 (sha256
1372 (base32
1373 "02m1m3dkiyywalphw3i5n6y3bs8zp24xh59v9cz6jgjpah811skf"))))
1374 (properties `((upstream-name . "oligoClasses")))
1375 (build-system r-build-system)
1376 (propagated-inputs
1377 `(("r-affyio" ,r-affyio)
1378 ("r-biobase" ,r-biobase)
1379 ("r-biocgenerics" ,r-biocgenerics)
1380 ("r-biocmanager" ,r-biocmanager)
1381 ("r-biostrings" ,r-biostrings)
1382 ("r-dbi" ,r-dbi)
1383 ("r-ff" ,r-ff)
1384 ("r-foreach" ,r-foreach)
1385 ("r-genomicranges" ,r-genomicranges)
1386 ("r-iranges" ,r-iranges)
1387 ("r-rsqlite" ,r-rsqlite)
1388 ("r-s4vectors" ,r-s4vectors)
1389 ("r-summarizedexperiment" ,r-summarizedexperiment)))
1390 (home-page "https://bioconductor.org/packages/oligoClasses/")
1391 (synopsis "Classes for high-throughput arrays")
1392 (description
1393 "This package contains class definitions, validity checks, and
1394 initialization methods for classes used by the @code{oligo} and @code{crlmm}
1395 packages.")
1396 (license license:gpl2+)))
1397
1398 (define-public r-oligo
1399 (package
1400 (name "r-oligo")
1401 (version "1.50.0")
1402 (source
1403 (origin
1404 (method url-fetch)
1405 (uri (bioconductor-uri "oligo" version))
1406 (sha256
1407 (base32
1408 "01icfyy82f9k0m7ngrppz1ckq3wpq7zp6kgf8ppc55j6582c5jh3"))))
1409 (properties `((upstream-name . "oligo")))
1410 (build-system r-build-system)
1411 (inputs `(("zlib" ,zlib)))
1412 (propagated-inputs
1413 `(("r-affxparser" ,r-affxparser)
1414 ("r-affyio" ,r-affyio)
1415 ("r-biobase" ,r-biobase)
1416 ("r-biocgenerics" ,r-biocgenerics)
1417 ("r-biostrings" ,r-biostrings)
1418 ("r-dbi" ,r-dbi)
1419 ("r-ff" ,r-ff)
1420 ("r-oligoclasses" ,r-oligoclasses)
1421 ("r-preprocesscore" ,r-preprocesscore)
1422 ("r-rsqlite" ,r-rsqlite)
1423 ("r-zlibbioc" ,r-zlibbioc)))
1424 (home-page "https://bioconductor.org/packages/oligo/")
1425 (synopsis "Preprocessing tools for oligonucleotide arrays")
1426 (description
1427 "This package provides a package to analyze oligonucleotide
1428 arrays (expression/SNP/tiling/exon) at probe-level. It currently supports
1429 Affymetrix (CEL files) and NimbleGen arrays (XYS files).")
1430 (license license:lgpl2.0+)))
1431
1432 (define-public r-qvalue
1433 (package
1434 (name "r-qvalue")
1435 (version "2.18.0")
1436 (source
1437 (origin
1438 (method url-fetch)
1439 (uri (bioconductor-uri "qvalue" version))
1440 (sha256
1441 (base32
1442 "0njnidyncm3g3712mnp77cs4kghn596ss1pz6fhp1cr0wxcayp6j"))))
1443 (build-system r-build-system)
1444 (propagated-inputs
1445 `(("r-ggplot2" ,r-ggplot2)
1446 ("r-reshape2" ,r-reshape2)))
1447 (home-page "http://github.com/jdstorey/qvalue")
1448 (synopsis "Q-value estimation for false discovery rate control")
1449 (description
1450 "This package takes a list of p-values resulting from the simultaneous
1451 testing of many hypotheses and estimates their q-values and local @dfn{false
1452 discovery rate} (FDR) values. The q-value of a test measures the proportion
1453 of false positives incurred when that particular test is called significant.
1454 The local FDR measures the posterior probability the null hypothesis is true
1455 given the test's p-value. Various plots are automatically generated, allowing
1456 one to make sensible significance cut-offs. The software can be applied to
1457 problems in genomics, brain imaging, astrophysics, and data mining.")
1458 ;; Any version of the LGPL.
1459 (license license:lgpl3+)))
1460
1461 (define-public r-diffbind
1462 (package
1463 (name "r-diffbind")
1464 (version "2.14.0")
1465 (source
1466 (origin
1467 (method url-fetch)
1468 (uri (bioconductor-uri "DiffBind" version))
1469 (sha256
1470 (base32
1471 "1729wyi2l4480yrkp5wg3ryirrmlk0j3njqs1qyckq3c8bjk12h2"))))
1472 (properties `((upstream-name . "DiffBind")))
1473 (build-system r-build-system)
1474 (inputs
1475 `(("zlib" ,zlib)))
1476 (propagated-inputs
1477 `(("r-amap" ,r-amap)
1478 ("r-biocparallel" ,r-biocparallel)
1479 ("r-deseq2" ,r-deseq2)
1480 ("r-dplyr" ,r-dplyr)
1481 ("r-edger" ,r-edger)
1482 ("r-genomicalignments" ,r-genomicalignments)
1483 ("r-genomicranges" ,r-genomicranges)
1484 ("r-ggplot2" ,r-ggplot2)
1485 ("r-ggrepel" ,r-ggrepel)
1486 ("r-gplots" ,r-gplots)
1487 ("r-iranges" ,r-iranges)
1488 ("r-lattice" ,r-lattice)
1489 ("r-limma" ,r-limma)
1490 ("r-locfit" ,r-locfit)
1491 ("r-rcolorbrewer" , r-rcolorbrewer)
1492 ("r-rcpp" ,r-rcpp)
1493 ("r-rhtslib" ,r-rhtslib)
1494 ("r-rsamtools" ,r-rsamtools)
1495 ("r-s4vectors" ,r-s4vectors)
1496 ("r-summarizedexperiment" ,r-summarizedexperiment)
1497 ("r-systempiper" ,r-systempiper)))
1498 (home-page "https://bioconductor.org/packages/DiffBind")
1499 (synopsis "Differential binding analysis of ChIP-Seq peak data")
1500 (description
1501 "This package computes differentially bound sites from multiple
1502 ChIP-seq experiments using affinity (quantitative) data. Also enables
1503 occupancy (overlap) analysis and plotting functions.")
1504 (license license:artistic2.0)))
1505
1506 (define-public r-ripseeker
1507 (package
1508 (name "r-ripseeker")
1509 (version "1.26.0")
1510 (source
1511 (origin
1512 (method url-fetch)
1513 (uri (bioconductor-uri "RIPSeeker" version))
1514 (sha256
1515 (base32
1516 "1wyv9mfrbxzklysfjcnwb8yils71janyyxa982jn0zxx4p9cl3vs"))))
1517 (properties `((upstream-name . "RIPSeeker")))
1518 (build-system r-build-system)
1519 (propagated-inputs
1520 `(("r-s4vectors" ,r-s4vectors)
1521 ("r-iranges" ,r-iranges)
1522 ("r-genomicranges" ,r-genomicranges)
1523 ("r-summarizedexperiment" ,r-summarizedexperiment)
1524 ("r-rsamtools" ,r-rsamtools)
1525 ("r-genomicalignments" ,r-genomicalignments)
1526 ("r-rtracklayer" ,r-rtracklayer)))
1527 (home-page "https://bioconductor.org/packages/RIPSeeker")
1528 (synopsis
1529 "Identifying protein-associated transcripts from RIP-seq experiments")
1530 (description
1531 "This package infers and discriminates RIP peaks from RIP-seq alignments
1532 using two-state HMM with negative binomial emission probability. While
1533 RIPSeeker is specifically tailored for RIP-seq data analysis, it also provides
1534 a suite of bioinformatics tools integrated within this self-contained software
1535 package comprehensively addressing issues ranging from post-alignments
1536 processing to visualization and annotation.")
1537 (license license:gpl2)))
1538
1539 (define-public r-multtest
1540 (package
1541 (name "r-multtest")
1542 (version "2.42.0")
1543 (source
1544 (origin
1545 (method url-fetch)
1546 (uri (bioconductor-uri "multtest" version))
1547 (sha256
1548 (base32
1549 "0qna9lx76ldsfy8qf5xmhl4ymqfkj29m1gdqhph06s470c8mwari"))))
1550 (build-system r-build-system)
1551 (propagated-inputs
1552 `(("r-survival" ,r-survival)
1553 ("r-biocgenerics" ,r-biocgenerics)
1554 ("r-biobase" ,r-biobase)
1555 ("r-mass" ,r-mass)))
1556 (home-page "https://bioconductor.org/packages/multtest")
1557 (synopsis "Resampling-based multiple hypothesis testing")
1558 (description
1559 "This package can do non-parametric bootstrap and permutation
1560 resampling-based multiple testing procedures (including empirical Bayes
1561 methods) for controlling the family-wise error rate (FWER), generalized
1562 family-wise error rate (gFWER), tail probability of the proportion of
1563 false positives (TPPFP), and false discovery rate (FDR). Several choices
1564 of bootstrap-based null distribution are implemented (centered, centered
1565 and scaled, quantile-transformed). Single-step and step-wise methods are
1566 available. Tests based on a variety of T- and F-statistics (including
1567 T-statistics based on regression parameters from linear and survival models
1568 as well as those based on correlation parameters) are included. When probing
1569 hypotheses with T-statistics, users may also select a potentially faster null
1570 distribution which is multivariate normal with mean zero and variance
1571 covariance matrix derived from the vector influence function. Results are
1572 reported in terms of adjusted P-values, confidence regions and test statistic
1573 cutoffs. The procedures are directly applicable to identifying differentially
1574 expressed genes in DNA microarray experiments.")
1575 (license license:lgpl3)))
1576
1577 (define-public r-graph
1578 (package
1579 (name "r-graph")
1580 (version "1.64.0")
1581 (source (origin
1582 (method url-fetch)
1583 (uri (bioconductor-uri "graph" version))
1584 (sha256
1585 (base32
1586 "1ivf59k7k552m7zd8g3wwazd71dq3xmgmhcq435738i02h0fqnyc"))))
1587 (build-system r-build-system)
1588 (propagated-inputs
1589 `(("r-biocgenerics" ,r-biocgenerics)))
1590 (home-page "https://bioconductor.org/packages/graph")
1591 (synopsis "Handle graph data structures in R")
1592 (description
1593 "This package implements some simple graph handling capabilities for R.")
1594 (license license:artistic2.0)))
1595
1596 ;; This is a CRAN package, but it depends on a Bioconductor package.
1597 (define-public r-ggm
1598 (package
1599 (name "r-ggm")
1600 (version "2.5")
1601 (source
1602 (origin
1603 (method url-fetch)
1604 (uri (cran-uri "ggm" version))
1605 (sha256
1606 (base32
1607 "11wc6k2kj2ydy0dyks5mbvbhxm1r43id87anl1jg6dn0yv4m78di"))))
1608 (properties `((upstream-name . "ggm")))
1609 (build-system r-build-system)
1610 (propagated-inputs
1611 `(("r-graph" ,r-graph)
1612 ("r-igraph" ,r-igraph)))
1613 (home-page "https://cran.r-project.org/package=ggm")
1614 (synopsis "Functions for graphical Markov models")
1615 (description
1616 "This package provides functions and datasets for maximum likelihood
1617 fitting of some classes of graphical Markov models.")
1618 (license license:gpl2+)))
1619
1620 (define-public r-codedepends
1621 (package
1622 (name "r-codedepends")
1623 (version "0.6.5")
1624 (source
1625 (origin
1626 (method url-fetch)
1627 (uri (cran-uri "CodeDepends" version))
1628 (sha256
1629 (base32
1630 "0l7kiv3awx50glf5cs841b4zzsff1ml90f0zr868ygvwsr4ps1hq"))))
1631 (properties `((upstream-name . "CodeDepends")))
1632 (build-system r-build-system)
1633 (propagated-inputs
1634 `(("r-codetools" ,r-codetools)
1635 ("r-graph" ,r-graph)
1636 ("r-xml" ,r-xml)))
1637 (home-page "https://cran.r-project.org/web/packages/CodeDepends")
1638 (synopsis "Analysis of R code for reproducible research and code comprehension")
1639 (description
1640 "This package provides tools for analyzing R expressions or blocks of
1641 code and determining the dependencies between them. It focuses on R scripts,
1642 but can be used on the bodies of functions. There are many facilities
1643 including the ability to summarize or get a high-level view of code,
1644 determining dependencies between variables, code improvement suggestions.")
1645 ;; Any version of the GPL
1646 (license (list license:gpl2+ license:gpl3+))))
1647
1648 (define-public r-chippeakanno
1649 (package
1650 (name "r-chippeakanno")
1651 (version "3.20.0")
1652 (source
1653 (origin
1654 (method url-fetch)
1655 (uri (bioconductor-uri "ChIPpeakAnno" version))
1656 (sha256
1657 (base32
1658 "0hp3s3shnrb55cxvx9wrdl67wqw9f55gdgx7262s4mahpxjswfsa"))))
1659 (properties `((upstream-name . "ChIPpeakAnno")))
1660 (build-system r-build-system)
1661 (propagated-inputs
1662 `(("r-annotationdbi" ,r-annotationdbi)
1663 ("r-biobase" ,r-biobase)
1664 ("r-biocgenerics" ,r-biocgenerics)
1665 ("r-biocmanager" ,r-biocmanager)
1666 ("r-biomart" ,r-biomart)
1667 ("r-biostrings" ,r-biostrings)
1668 ("r-bsgenome" ,r-bsgenome)
1669 ("r-dbi" ,r-dbi)
1670 ("r-delayedarray" ,r-delayedarray)
1671 ("r-ensembldb" ,r-ensembldb)
1672 ("r-genomeinfodb" ,r-genomeinfodb)
1673 ("r-genomicalignments" ,r-genomicalignments)
1674 ("r-genomicfeatures" ,r-genomicfeatures)
1675 ("r-genomicranges" ,r-genomicranges)
1676 ("r-go-db" ,r-go-db)
1677 ("r-graph" ,r-graph)
1678 ("r-idr" ,r-idr)
1679 ("r-iranges" ,r-iranges)
1680 ("r-limma" ,r-limma)
1681 ("r-matrixstats" ,r-matrixstats)
1682 ("r-multtest" ,r-multtest)
1683 ("r-rbgl" ,r-rbgl)
1684 ("r-regioner" ,r-regioner)
1685 ("r-rsamtools" ,r-rsamtools)
1686 ("r-rtracklayer" ,r-rtracklayer)
1687 ("r-s4vectors" ,r-s4vectors)
1688 ("r-seqinr" ,r-seqinr)
1689 ("r-summarizedexperiment" ,r-summarizedexperiment)
1690 ("r-venndiagram" ,r-venndiagram)))
1691 (home-page "https://bioconductor.org/packages/ChIPpeakAnno")
1692 (synopsis "Peaks annotation from ChIP-seq and ChIP-chip experiments")
1693 (description
1694 "The package includes functions to retrieve the sequences around the peak,
1695 obtain enriched Gene Ontology (GO) terms, find the nearest gene, exon, miRNA or
1696 custom features such as most conserved elements and other transcription factor
1697 binding sites supplied by users. Starting 2.0.5, new functions have been added
1698 for finding the peaks with bi-directional promoters with summary statistics
1699 (peaksNearBDP), for summarizing the occurrence of motifs in peaks
1700 (summarizePatternInPeaks) and for adding other IDs to annotated peaks or
1701 enrichedGO (addGeneIDs).")
1702 (license license:gpl2+)))
1703
1704 (define-public r-marray
1705 (package
1706 (name "r-marray")
1707 (version "1.64.0")
1708 (source (origin
1709 (method url-fetch)
1710 (uri (bioconductor-uri "marray" version))
1711 (sha256
1712 (base32 "1mbs9rk279hnm9yz34za3xz3hb88ll1d0abw4m2pgjgbh4kkhdrl"))))
1713 (build-system r-build-system)
1714 (propagated-inputs
1715 `(("r-limma" ,r-limma)))
1716 (home-page "https://bioconductor.org/packages/marray")
1717 (synopsis "Exploratory analysis for two-color spotted microarray data")
1718 (description "This package contains class definitions for two-color spotted
1719 microarray data. It also includes functions for data input, diagnostic plots,
1720 normalization and quality checking.")
1721 (license license:lgpl2.0+)))
1722
1723 (define-public r-cghbase
1724 (package
1725 (name "r-cghbase")
1726 (version "1.46.0")
1727 (source (origin
1728 (method url-fetch)
1729 (uri (bioconductor-uri "CGHbase" version))
1730 (sha256
1731 (base32 "0136pk6pfwpiiy9vca4pgg4wh74jfb5ssglpdszzhamljpvg765x"))))
1732 (properties `((upstream-name . "CGHbase")))
1733 (build-system r-build-system)
1734 (propagated-inputs
1735 `(("r-biobase" ,r-biobase)
1736 ("r-marray" ,r-marray)))
1737 (home-page "https://bioconductor.org/packages/CGHbase")
1738 (synopsis "Base functions and classes for arrayCGH data analysis")
1739 (description "This package contains functions and classes that are needed by
1740 the @code{arrayCGH} packages.")
1741 (license license:gpl2+)))
1742
1743 (define-public r-cghcall
1744 (package
1745 (name "r-cghcall")
1746 (version "2.48.0")
1747 (source (origin
1748 (method url-fetch)
1749 (uri (bioconductor-uri "CGHcall" version))
1750 (sha256
1751 (base32 "1x8pz7zhw2nabik1vgdhlivndqvil3s7vnl5070k493v6gza0p3s"))))
1752 (properties `((upstream-name . "CGHcall")))
1753 (build-system r-build-system)
1754 (propagated-inputs
1755 `(("r-biobase" ,r-biobase)
1756 ("r-cghbase" ,r-cghbase)
1757 ("r-impute" ,r-impute)
1758 ("r-dnacopy" ,r-dnacopy)
1759 ("r-snowfall" ,r-snowfall)))
1760 (home-page "https://bioconductor.org/packages/CGHcall")
1761 (synopsis "Base functions and classes for arrayCGH data analysis")
1762 (description "This package contains functions and classes that are needed by
1763 @code{arrayCGH} packages.")
1764 (license license:gpl2+)))
1765
1766 (define-public r-qdnaseq
1767 (package
1768 (name "r-qdnaseq")
1769 (version "1.22.0")
1770 (source (origin
1771 (method url-fetch)
1772 (uri (bioconductor-uri "QDNAseq" version))
1773 (sha256
1774 (base32 "0xcqdpv9a47zpxx0q9sif5y4s1yzx3pig0kywy961kh5xgl5bcrq"))))
1775 (properties `((upstream-name . "QDNAseq")))
1776 (build-system r-build-system)
1777 (propagated-inputs
1778 `(("r-biobase" ,r-biobase)
1779 ("r-cghbase" ,r-cghbase)
1780 ("r-cghcall" ,r-cghcall)
1781 ("r-dnacopy" ,r-dnacopy)
1782 ("r-future" ,r-future)
1783 ("r-future-apply" ,r-future-apply)
1784 ("r-genomicranges" ,r-genomicranges)
1785 ("r-iranges" ,r-iranges)
1786 ("r-matrixstats" ,r-matrixstats)
1787 ("r-r-utils" ,r-r-utils)
1788 ("r-rsamtools" ,r-rsamtools)))
1789 (home-page "https://bioconductor.org/packages/QDNAseq")
1790 (synopsis "Quantitative DNA sequencing for chromosomal aberrations")
1791 (description "The genome is divided into non-overlapping fixed-sized bins,
1792 number of sequence reads in each counted, adjusted with a simultaneous
1793 two-dimensional loess correction for sequence mappability and GC content, and
1794 filtered to remove spurious regions in the genome. Downstream steps of
1795 segmentation and calling are also implemented via packages DNAcopy and CGHcall,
1796 respectively.")
1797 (license license:gpl2+)))
1798
1799 (define-public r-bayseq
1800 (package
1801 (name "r-bayseq")
1802 (version "2.20.0")
1803 (source
1804 (origin
1805 (method url-fetch)
1806 (uri (bioconductor-uri "baySeq" version))
1807 (sha256
1808 (base32
1809 "040s1d3756spyzblkyx2vcy7bn3vf87mhsp3is35yxkj55n3myjk"))))
1810 (properties `((upstream-name . "baySeq")))
1811 (build-system r-build-system)
1812 (propagated-inputs
1813 `(("r-abind" ,r-abind)
1814 ("r-edger" ,r-edger)
1815 ("r-genomicranges" ,r-genomicranges)))
1816 (home-page "https://bioconductor.org/packages/baySeq/")
1817 (synopsis "Bayesian analysis of differential expression patterns in count data")
1818 (description
1819 "This package identifies differential expression in high-throughput count
1820 data, such as that derived from next-generation sequencing machines,
1821 calculating estimated posterior likelihoods of differential expression (or
1822 more complex hypotheses) via empirical Bayesian methods.")
1823 (license license:gpl3)))
1824
1825 (define-public r-chipcomp
1826 (package
1827 (name "r-chipcomp")
1828 (version "1.16.0")
1829 (source
1830 (origin
1831 (method url-fetch)
1832 (uri (bioconductor-uri "ChIPComp" version))
1833 (sha256
1834 (base32
1835 "0wk0vvg6dk9wk60lzbadrnqar75dppvyr4hiwrhv9rhhah2mg2mg"))))
1836 (properties `((upstream-name . "ChIPComp")))
1837 (build-system r-build-system)
1838 (propagated-inputs
1839 `(("r-biocgenerics" ,r-biocgenerics)
1840 ("r-bsgenome-hsapiens-ucsc-hg19" ,r-bsgenome-hsapiens-ucsc-hg19)
1841 ("r-bsgenome-mmusculus-ucsc-mm9" ,r-bsgenome-mmusculus-ucsc-mm9)
1842 ("r-genomeinfodb" ,r-genomeinfodb)
1843 ("r-genomicranges" ,r-genomicranges)
1844 ("r-iranges" ,r-iranges)
1845 ("r-limma" ,r-limma)
1846 ("r-rsamtools" ,r-rsamtools)
1847 ("r-rtracklayer" ,r-rtracklayer)
1848 ("r-s4vectors" ,r-s4vectors)))
1849 (home-page "https://bioconductor.org/packages/ChIPComp")
1850 (synopsis "Quantitative comparison of multiple ChIP-seq datasets")
1851 (description
1852 "ChIPComp implements a statistical method for quantitative comparison of
1853 multiple ChIP-seq datasets. It detects differentially bound sharp binding
1854 sites across multiple conditions considering matching control in ChIP-seq
1855 datasets.")
1856 ;; Any version of the GPL.
1857 (license license:gpl3+)))
1858
1859 (define-public r-riboprofiling
1860 (package
1861 (name "r-riboprofiling")
1862 (version "1.16.0")
1863 (source
1864 (origin
1865 (method url-fetch)
1866 (uri (bioconductor-uri "RiboProfiling" version))
1867 (sha256
1868 (base32
1869 "0nfzyiq7cd6fs5agzl1zyfg8s631wi7kjngiyvd3vxlhi8wsjicx"))))
1870 (properties `((upstream-name . "RiboProfiling")))
1871 (build-system r-build-system)
1872 (propagated-inputs
1873 `(("r-biocgenerics" ,r-biocgenerics)
1874 ("r-biostrings" ,r-biostrings)
1875 ("r-data-table" ,r-data-table)
1876 ("r-genomeinfodb" ,r-genomeinfodb)
1877 ("r-genomicalignments" ,r-genomicalignments)
1878 ("r-genomicfeatures" ,r-genomicfeatures)
1879 ("r-genomicranges" ,r-genomicranges)
1880 ("r-ggbio" ,r-ggbio)
1881 ("r-ggplot2" ,r-ggplot2)
1882 ("r-iranges" ,r-iranges)
1883 ("r-plyr" ,r-plyr)
1884 ("r-reshape2" ,r-reshape2)
1885 ("r-rsamtools" ,r-rsamtools)
1886 ("r-rtracklayer" ,r-rtracklayer)
1887 ("r-s4vectors" ,r-s4vectors)
1888 ("r-sqldf" ,r-sqldf)))
1889 (home-page "https://bioconductor.org/packages/RiboProfiling/")
1890 (synopsis "Ribosome profiling data analysis")
1891 (description "Starting with a BAM file, this package provides the
1892 necessary functions for quality assessment, read start position recalibration,
1893 the counting of genomic sequence reads on CDS, 3'UTR, and 5'UTR, and plotting
1894 of count data: pairs, log fold-change, codon frequency and coverage
1895 assessment, principal component analysis on codon coverage.")
1896 (license license:gpl3)))
1897
1898 (define-public r-riboseqr
1899 (package
1900 (name "r-riboseqr")
1901 (version "1.20.0")
1902 (source
1903 (origin
1904 (method url-fetch)
1905 (uri (bioconductor-uri "riboSeqR" version))
1906 (sha256
1907 (base32
1908 "1jr7h64hyhyf9gf15lah6iqwyljfc8mraf9kya4lql6lcjjkjiqm"))))
1909 (properties `((upstream-name . "riboSeqR")))
1910 (build-system r-build-system)
1911 (propagated-inputs
1912 `(("r-abind" ,r-abind)
1913 ("r-bayseq" ,r-bayseq)
1914 ("r-genomeinfodb" ,r-genomeinfodb)
1915 ("r-genomicranges" ,r-genomicranges)
1916 ("r-iranges" ,r-iranges)
1917 ("r-rsamtools" ,r-rsamtools)
1918 ("r-seqlogo" ,r-seqlogo)))
1919 (home-page "https://bioconductor.org/packages/riboSeqR/")
1920 (synopsis "Analysis of sequencing data from ribosome profiling experiments")
1921 (description
1922 "This package provides plotting functions, frameshift detection and
1923 parsing of genetic sequencing data from ribosome profiling experiments.")
1924 (license license:gpl3)))
1925
1926 (define-public r-interactionset
1927 (package
1928 (name "r-interactionset")
1929 (version "1.14.0")
1930 (source
1931 (origin
1932 (method url-fetch)
1933 (uri (bioconductor-uri "InteractionSet" version))
1934 (sha256
1935 (base32
1936 "0n2l95h56x5g68p10cap8p4x3a6vaph2hjlk09vmi3j48lrzb2kh"))))
1937 (properties
1938 `((upstream-name . "InteractionSet")))
1939 (build-system r-build-system)
1940 (propagated-inputs
1941 `(("r-biocgenerics" ,r-biocgenerics)
1942 ("r-genomeinfodb" ,r-genomeinfodb)
1943 ("r-genomicranges" ,r-genomicranges)
1944 ("r-iranges" ,r-iranges)
1945 ("r-matrix" ,r-matrix)
1946 ("r-rcpp" ,r-rcpp)
1947 ("r-s4vectors" ,r-s4vectors)
1948 ("r-summarizedexperiment" ,r-summarizedexperiment)))
1949 (home-page "https://bioconductor.org/packages/InteractionSet")
1950 (synopsis "Base classes for storing genomic interaction data")
1951 (description
1952 "This package provides the @code{GInteractions},
1953 @code{InteractionSet} and @code{ContactMatrix} objects and associated methods
1954 for storing and manipulating genomic interaction data from Hi-C and ChIA-PET
1955 experiments.")
1956 (license license:gpl3)))
1957
1958 (define-public r-genomicinteractions
1959 (package
1960 (name "r-genomicinteractions")
1961 (version "1.20.1")
1962 (source
1963 (origin
1964 (method url-fetch)
1965 (uri (bioconductor-uri "GenomicInteractions" version))
1966 (sha256
1967 (base32
1968 "140bp7c8p079xh5wwxmrq3a73pm6mdc9czq5w2gzjml7dgrca38a"))))
1969 (properties
1970 `((upstream-name . "GenomicInteractions")))
1971 (build-system r-build-system)
1972 (propagated-inputs
1973 `(("r-biobase" ,r-biobase)
1974 ("r-biocgenerics" ,r-biocgenerics)
1975 ("r-data-table" ,r-data-table)
1976 ("r-dplyr" ,r-dplyr)
1977 ("r-genomeinfodb" ,r-genomeinfodb)
1978 ("r-genomicranges" ,r-genomicranges)
1979 ("r-ggplot2" ,r-ggplot2)
1980 ("r-gridextra" ,r-gridextra)
1981 ("r-gviz" ,r-gviz)
1982 ("r-igraph" ,r-igraph)
1983 ("r-interactionset" ,r-interactionset)
1984 ("r-iranges" ,r-iranges)
1985 ("r-rsamtools" ,r-rsamtools)
1986 ("r-rtracklayer" ,r-rtracklayer)
1987 ("r-s4vectors" ,r-s4vectors)
1988 ("r-stringr" ,r-stringr)))
1989 (home-page "https://github.com/ComputationalRegulatoryGenomicsICL/GenomicInteractions/")
1990 (synopsis "R package for handling genomic interaction data")
1991 (description
1992 "This R package provides tools for handling genomic interaction data,
1993 such as ChIA-PET/Hi-C, annotating genomic features with interaction
1994 information and producing various plots and statistics.")
1995 (license license:gpl3)))
1996
1997 (define-public r-ctc
1998 (package
1999 (name "r-ctc")
2000 (version "1.60.0")
2001 (source
2002 (origin
2003 (method url-fetch)
2004 (uri (bioconductor-uri "ctc" version))
2005 (sha256
2006 (base32
2007 "0wh27izkyr1j26nznisw654mb5c94xpwjjkx7r6bhwg9ihxxcl6d"))))
2008 (build-system r-build-system)
2009 (propagated-inputs `(("r-amap" ,r-amap)))
2010 (home-page "https://bioconductor.org/packages/ctc/")
2011 (synopsis "Cluster and tree conversion")
2012 (description
2013 "This package provides tools for exporting and importing classification
2014 trees and clusters to other programs.")
2015 (license license:gpl2)))
2016
2017 (define-public r-goseq
2018 (package
2019 (name "r-goseq")
2020 (version "1.38.0")
2021 (source
2022 (origin
2023 (method url-fetch)
2024 (uri (bioconductor-uri "goseq" version))
2025 (sha256
2026 (base32
2027 "11ypa41qv1nx3cncxlwlbhdxqlwq95rb9byv2z3crrf9nfp24byv"))))
2028 (build-system r-build-system)
2029 (propagated-inputs
2030 `(("r-annotationdbi" ,r-annotationdbi)
2031 ("r-biasedurn" ,r-biasedurn)
2032 ("r-biocgenerics" ,r-biocgenerics)
2033 ("r-genelendatabase" ,r-genelendatabase)
2034 ("r-go-db" ,r-go-db)
2035 ("r-mgcv" ,r-mgcv)))
2036 (home-page "https://bioconductor.org/packages/goseq/")
2037 (synopsis "Gene Ontology analyser for RNA-seq and other length biased data")
2038 (description
2039 "This package provides tools to detect Gene Ontology and/or other user
2040 defined categories which are over/under represented in RNA-seq data.")
2041 (license license:lgpl2.0+)))
2042
2043 (define-public r-glimma
2044 (package
2045 (name "r-glimma")
2046 (version "1.14.0")
2047 (source
2048 (origin
2049 (method url-fetch)
2050 (uri (bioconductor-uri "Glimma" version))
2051 (sha256
2052 (base32
2053 "1rjrqgl96iz4b3xqpc174wgz7bqmc8gbm9ljag0y27kz29fwng8r"))))
2054 (properties `((upstream-name . "Glimma")))
2055 (build-system r-build-system)
2056 (propagated-inputs
2057 `(("r-edger" ,r-edger)
2058 ("r-jsonlite" ,r-jsonlite)
2059 ("r-s4vectors" ,r-s4vectors)))
2060 (home-page "https://github.com/Shians/Glimma")
2061 (synopsis "Interactive HTML graphics")
2062 (description
2063 "This package generates interactive visualisations for analysis of
2064 RNA-sequencing data using output from limma, edgeR or DESeq2 packages in an
2065 HTML page. The interactions are built on top of the popular static
2066 representations of analysis results in order to provide additional
2067 information.")
2068 (license license:lgpl3)))
2069
2070 (define-public r-rots
2071 (package
2072 (name "r-rots")
2073 (version "1.14.0")
2074 (source
2075 (origin
2076 (method url-fetch)
2077 (uri (bioconductor-uri "ROTS" version))
2078 (sha256
2079 (base32
2080 "08mwlb0lpprys2b7vif8aj5bnprmn09mm79zz158gbhrv9j9d1qm"))))
2081 (properties `((upstream-name . "ROTS")))
2082 (build-system r-build-system)
2083 (propagated-inputs
2084 `(("r-biobase" ,r-biobase)
2085 ("r-rcpp" ,r-rcpp)))
2086 (home-page "https://bioconductor.org/packages/ROTS/")
2087 (synopsis "Reproducibility-Optimized Test Statistic")
2088 (description
2089 "This package provides tools for calculating the
2090 @dfn{Reproducibility-Optimized Test Statistic} (ROTS) for differential testing
2091 in omics data.")
2092 (license license:gpl2+)))
2093
2094 (define-public r-plgem
2095 (package
2096 (name "r-plgem")
2097 (version "1.58.0")
2098 (source
2099 (origin
2100 (method url-fetch)
2101 (uri (bioconductor-uri "plgem" version))
2102 (sha256
2103 (base32
2104 "0fkyvcw2qxp4g527s9rzia45yapi0r6gbij7svisil8rbgfdp45v"))))
2105 (build-system r-build-system)
2106 (propagated-inputs
2107 `(("r-biobase" ,r-biobase)
2108 ("r-mass" ,r-mass)))
2109 (home-page "http://www.genopolis.it")
2110 (synopsis "Detect differential expression in microarray and proteomics datasets")
2111 (description
2112 "The Power Law Global Error Model (PLGEM) has been shown to faithfully
2113 model the variance-versus-mean dependence that exists in a variety of
2114 genome-wide datasets, including microarray and proteomics data. The use of
2115 PLGEM has been shown to improve the detection of differentially expressed
2116 genes or proteins in these datasets.")
2117 (license license:gpl2)))
2118
2119 (define-public r-inspect
2120 (package
2121 (name "r-inspect")
2122 (version "1.16.3")
2123 (source
2124 (origin
2125 (method url-fetch)
2126 (uri (bioconductor-uri "INSPEcT" version))
2127 (sha256
2128 (base32
2129 "0y4gpvrbmcipdnyz9lz9ywn0317xnpcriiisqvxygin05vgcpilp"))))
2130 (properties `((upstream-name . "INSPEcT")))
2131 (build-system r-build-system)
2132 (propagated-inputs
2133 `(("r-biobase" ,r-biobase)
2134 ("r-biocgenerics" ,r-biocgenerics)
2135 ("r-biocparallel" ,r-biocparallel)
2136 ("r-deseq2" ,r-deseq2)
2137 ("r-desolve" ,r-desolve)
2138 ("r-gdata" ,r-gdata)
2139 ("r-genomeinfodb" ,r-genomeinfodb)
2140 ("r-genomicalignments" ,r-genomicalignments)
2141 ("r-genomicfeatures" ,r-genomicfeatures)
2142 ("r-genomicranges" ,r-genomicranges)
2143 ("r-iranges" ,r-iranges)
2144 ("r-kernsmooth" ,r-kernsmooth)
2145 ("r-plgem" ,r-plgem)
2146 ("r-proc" ,r-proc)
2147 ("r-rootsolve" ,r-rootsolve)
2148 ("r-rsamtools" ,r-rsamtools)
2149 ("r-s4vectors" ,r-s4vectors)
2150 ("r-shiny" ,r-shiny)
2151 ("r-summarizedexperiment" ,r-summarizedexperiment)
2152 ("r-txdb-mmusculus-ucsc-mm9-knowngene"
2153 ,r-txdb-mmusculus-ucsc-mm9-knowngene)))
2154 (home-page "https://bioconductor.org/packages/INSPEcT")
2155 (synopsis "Analysis of 4sU-seq and RNA-seq time-course data")
2156 (description
2157 "INSPEcT (INference of Synthesis, Processing and dEgradation rates in
2158 Time-Course experiments) analyses 4sU-seq and RNA-seq time-course data in
2159 order to evaluate synthesis, processing and degradation rates and assess via
2160 modeling the rates that determines changes in mature mRNA levels.")
2161 (license license:gpl2)))
2162
2163 (define-public r-dnabarcodes
2164 (package
2165 (name "r-dnabarcodes")
2166 (version "1.16.0")
2167 (source
2168 (origin
2169 (method url-fetch)
2170 (uri (bioconductor-uri "DNABarcodes" version))
2171 (sha256
2172 (base32
2173 "0r2r9qc2qvf7rfl1h5ynvv3xd7n444zbc697s85qxqdpr4sxqmfd"))))
2174 (properties `((upstream-name . "DNABarcodes")))
2175 (build-system r-build-system)
2176 (propagated-inputs
2177 `(("r-bh" ,r-bh)
2178 ("r-matrix" ,r-matrix)
2179 ("r-rcpp" ,r-rcpp)))
2180 (home-page "https://bioconductor.org/packages/DNABarcodes")
2181 (synopsis "Create and analyze DNA barcodes")
2182 (description
2183 "This package offers tools to create DNA barcode sets capable of
2184 correcting insertion, deletion, and substitution errors. Existing barcodes
2185 can be analyzed regarding their minimal, maximal and average distances between
2186 barcodes. Finally, reads that start with a (possibly mutated) barcode can be
2187 demultiplexed, i.e. assigned to their original reference barcode.")
2188 (license license:gpl2)))
2189
2190 (define-public r-ruvseq
2191 (package
2192 (name "r-ruvseq")
2193 (version "1.20.0")
2194 (source
2195 (origin
2196 (method url-fetch)
2197 (uri (bioconductor-uri "RUVSeq" version))
2198 (sha256
2199 (base32
2200 "1ipbbzpngx988lsmwqv7vbmqm65m43xvsmipayfppkrr6jipzxrj"))))
2201 (properties `((upstream-name . "RUVSeq")))
2202 (build-system r-build-system)
2203 (propagated-inputs
2204 `(("r-biobase" ,r-biobase)
2205 ("r-edaseq" ,r-edaseq)
2206 ("r-edger" ,r-edger)
2207 ("r-mass" ,r-mass)))
2208 (home-page "https://github.com/drisso/RUVSeq")
2209 (synopsis "Remove unwanted variation from RNA-Seq data")
2210 (description
2211 "This package implements methods to @dfn{remove unwanted variation} (RUV)
2212 of Risso et al. (2014) for the normalization of RNA-Seq read counts between
2213 samples.")
2214 (license license:artistic2.0)))
2215
2216 (define-public r-biocneighbors
2217 (package
2218 (name "r-biocneighbors")
2219 (version "1.4.1")
2220 (source
2221 (origin
2222 (method url-fetch)
2223 (uri (bioconductor-uri "BiocNeighbors" version))
2224 (sha256
2225 (base32
2226 "05vi1cij37s8wgj92k3l6a3f3dwldj8jvijdp4695zczka6kypdf"))))
2227 (properties `((upstream-name . "BiocNeighbors")))
2228 (build-system r-build-system)
2229 (propagated-inputs
2230 `(("r-biocparallel" ,r-biocparallel)
2231 ("r-matrix" ,r-matrix)
2232 ("r-rcpp" ,r-rcpp)
2233 ("r-rcppannoy" ,r-rcppannoy)
2234 ("r-rcpphnsw" ,r-rcpphnsw)
2235 ("r-s4vectors" ,r-s4vectors)))
2236 (home-page "https://bioconductor.org/packages/BiocNeighbors")
2237 (synopsis "Nearest Neighbor Detection for Bioconductor packages")
2238 (description
2239 "This package implements exact and approximate methods for nearest
2240 neighbor detection, in a framework that allows them to be easily switched
2241 within Bioconductor packages or workflows. The exact algorithm is implemented
2242 using pre-clustering with the k-means algorithm. Functions are also provided
2243 to search for all neighbors within a given distance. Parallelization is
2244 achieved for all methods using the BiocParallel framework.")
2245 (license license:gpl3)))
2246
2247 (define-public r-biocsingular
2248 (package
2249 (name "r-biocsingular")
2250 (version "1.2.2")
2251 (source
2252 (origin
2253 (method url-fetch)
2254 (uri (bioconductor-uri "BiocSingular" version))
2255 (sha256
2256 (base32
2257 "1282fdwxrpga87y8xflr0sl8ajwawgn2i9i65my8mbg5vrixs407"))))
2258 (properties `((upstream-name . "BiocSingular")))
2259 (build-system r-build-system)
2260 (propagated-inputs
2261 `(("r-beachmat" ,r-beachmat)
2262 ("r-biocgenerics" ,r-biocgenerics)
2263 ("r-biocparallel" ,r-biocparallel)
2264 ("r-delayedarray" ,r-delayedarray)
2265 ("r-irlba" ,r-irlba)
2266 ("r-matrix" ,r-matrix)
2267 ("r-rcpp" ,r-rcpp)
2268 ("r-rsvd" ,r-rsvd)
2269 ("r-s4vectors" ,r-s4vectors)))
2270 (home-page "https://github.com/LTLA/BiocSingular")
2271 (synopsis "Singular value decomposition for Bioconductor packages")
2272 (description
2273 "This package implements exact and approximate methods for singular value
2274 decomposition and principal components analysis, in a framework that allows
2275 them to be easily switched within Bioconductor packages or workflows. Where
2276 possible, parallelization is achieved using the BiocParallel framework.")
2277 (license license:gpl3)))
2278
2279 (define-public r-destiny
2280 (package
2281 (name "r-destiny")
2282 (version "3.0.1")
2283 (source
2284 (origin
2285 (method url-fetch)
2286 (uri (bioconductor-uri "destiny" version))
2287 (sha256
2288 (base32
2289 "1hzg53p1cz21bvnfyyz40bpvjhg89zi3rahlqf0c4w85iwc1i4vi"))))
2290 (build-system r-build-system)
2291 (propagated-inputs
2292 `(("r-biobase" ,r-biobase)
2293 ("r-biocgenerics" ,r-biocgenerics)
2294 ("r-ggplot-multistats" ,r-ggplot-multistats)
2295 ("r-ggplot2" ,r-ggplot2)
2296 ("r-ggthemes" ,r-ggthemes)
2297 ("r-irlba" ,r-irlba)
2298 ("r-knn-covertree" ,r-knn-covertree)
2299 ("r-matrix" ,r-matrix)
2300 ("r-pcamethods" ,r-pcamethods)
2301 ("r-proxy" ,r-proxy)
2302 ("r-rcpp" ,r-rcpp)
2303 ("r-rcppeigen" ,r-rcppeigen)
2304 ("r-rcpphnsw" ,r-rcpphnsw)
2305 ("r-rspectra" ,r-rspectra)
2306 ("r-scales" ,r-scales)
2307 ("r-scatterplot3d" ,r-scatterplot3d)
2308 ("r-singlecellexperiment" ,r-singlecellexperiment)
2309 ("r-smoother" ,r-smoother)
2310 ("r-summarizedexperiment" ,r-summarizedexperiment)
2311 ("r-tidyr" ,r-tidyr)
2312 ("r-tidyselect" ,r-tidyselect)
2313 ("r-vim" ,r-vim)))
2314 (home-page "https://bioconductor.org/packages/destiny/")
2315 (synopsis "Create and plot diffusion maps")
2316 (description "This package provides tools to create and plot diffusion
2317 maps.")
2318 ;; Any version of the GPL
2319 (license license:gpl3+)))
2320
2321 (define-public r-savr
2322 (package
2323 (name "r-savr")
2324 (version "1.24.0")
2325 (source
2326 (origin
2327 (method url-fetch)
2328 (uri (bioconductor-uri "savR" version))
2329 (sha256
2330 (base32
2331 "1lsnqjl6qxbj0wai05qb2wrxrhxq5iarv2livmvwiwv70iigqygf"))))
2332 (properties `((upstream-name . "savR")))
2333 (build-system r-build-system)
2334 (propagated-inputs
2335 `(("r-ggplot2" ,r-ggplot2)
2336 ("r-gridextra" ,r-gridextra)
2337 ("r-reshape2" ,r-reshape2)
2338 ("r-scales" ,r-scales)
2339 ("r-xml" ,r-xml)))
2340 (home-page "https://github.com/bcalder/savR")
2341 (synopsis "Parse and analyze Illumina SAV files")
2342 (description
2343 "This package provides tools to parse Illumina Sequence Analysis
2344 Viewer (SAV) files, access data, and generate QC plots.")
2345 (license license:agpl3+)))
2346
2347 (define-public r-chipexoqual
2348 (package
2349 (name "r-chipexoqual")
2350 (version "1.10.0")
2351 (source
2352 (origin
2353 (method url-fetch)
2354 (uri (bioconductor-uri "ChIPexoQual" version))
2355 (sha256
2356 (base32
2357 "044n6kn16qczpdhp0w0z5x8xpr0rfs9s8q70rafgnvj7a2q1xdd0"))))
2358 (properties `((upstream-name . "ChIPexoQual")))
2359 (build-system r-build-system)
2360 (propagated-inputs
2361 `(("r-biocparallel" ,r-biocparallel)
2362 ("r-biovizbase" ,r-biovizbase)
2363 ("r-broom" ,r-broom)
2364 ("r-data-table" ,r-data-table)
2365 ("r-dplyr" ,r-dplyr)
2366 ("r-genomeinfodb" ,r-genomeinfodb)
2367 ("r-genomicalignments" ,r-genomicalignments)
2368 ("r-genomicranges" ,r-genomicranges)
2369 ("r-ggplot2" ,r-ggplot2)
2370 ("r-hexbin" ,r-hexbin)
2371 ("r-iranges" ,r-iranges)
2372 ("r-rcolorbrewer" ,r-rcolorbrewer)
2373 ("r-rmarkdown" ,r-rmarkdown)
2374 ("r-rsamtools" ,r-rsamtools)
2375 ("r-s4vectors" ,r-s4vectors)
2376 ("r-scales" ,r-scales)
2377 ("r-viridis" ,r-viridis)))
2378 (home-page "https://github.com/keleslab/ChIPexoQual")
2379 (synopsis "Quality control pipeline for ChIP-exo/nexus data")
2380 (description
2381 "This package provides a quality control pipeline for ChIP-exo/nexus
2382 sequencing data.")
2383 (license license:gpl2+)))
2384
2385 (define-public r-copynumber
2386 (package
2387 (name "r-copynumber")
2388 (version "1.26.0")
2389 (source (origin
2390 (method url-fetch)
2391 (uri (bioconductor-uri "copynumber" version))
2392 (sha256
2393 (base32
2394 "0r6r1adj20x3ckm0dlipxlf1rzngr92xsxxpy81mqxf4jpmyr8gj"))))
2395 (build-system r-build-system)
2396 (propagated-inputs
2397 `(("r-s4vectors" ,r-s4vectors)
2398 ("r-iranges" ,r-iranges)
2399 ("r-genomicranges" ,r-genomicranges)
2400 ("r-biocgenerics" ,r-biocgenerics)))
2401 (home-page "https://bioconductor.org/packages/copynumber")
2402 (synopsis "Segmentation of single- and multi-track copy number data")
2403 (description
2404 "This package segments single- and multi-track copy number data by a
2405 penalized least squares regression method.")
2406 (license license:artistic2.0)))
2407
2408 (define-public r-dnacopy
2409 (package
2410 (name "r-dnacopy")
2411 (version "1.60.0")
2412 (source
2413 (origin
2414 (method url-fetch)
2415 (uri (bioconductor-uri "DNAcopy" version))
2416 (sha256
2417 (base32
2418 "119z5lqhhw9ppg6s4dvbxk1kxf3wc55ibpm9b88c91s04yd7m9yw"))))
2419 (properties `((upstream-name . "DNAcopy")))
2420 (build-system r-build-system)
2421 (native-inputs `(("gfortran" ,gfortran)))
2422 (home-page "https://bioconductor.org/packages/DNAcopy")
2423 (synopsis "DNA copy number data analysis")
2424 (description
2425 "This package implements the @dfn{circular binary segmentation} (CBS)
2426 algorithm to segment DNA copy number data and identify genomic regions with
2427 abnormal copy number.")
2428 (license license:gpl2+)))
2429
2430 ;; This is a CRAN package, but it uncharacteristically depends on a
2431 ;; Bioconductor package.
2432 (define-public r-htscluster
2433 (package
2434 (name "r-htscluster")
2435 (version "2.0.8")
2436 (source
2437 (origin
2438 (method url-fetch)
2439 (uri (cran-uri "HTSCluster" version))
2440 (sha256
2441 (base32
2442 "0wnbfh6hdx8692jilgmv8sys1zm6fqc6mim7vvjhyqlmpm8gm0kg"))))
2443 (properties `((upstream-name . "HTSCluster")))
2444 (build-system r-build-system)
2445 (propagated-inputs
2446 `(("r-capushe" ,r-capushe)
2447 ("r-edger" ,r-edger)
2448 ("r-plotrix" ,r-plotrix)))
2449 (home-page "https://cran.r-project.org/web/packages/HTSCluster")
2450 (synopsis "Clustering high-throughput transcriptome sequencing (HTS) data")
2451 (description
2452 "This package provides a Poisson mixture model is implemented to cluster
2453 genes from high-throughput transcriptome sequencing (RNA-seq) data. Parameter
2454 estimation is performed using either the EM or CEM algorithm, and the slope
2455 heuristics are used for model selection (i.e., to choose the number of
2456 clusters).")
2457 (license license:gpl3+)))
2458
2459 (define-public r-deds
2460 (package
2461 (name "r-deds")
2462 (version "1.60.0")
2463 (source
2464 (origin
2465 (method url-fetch)
2466 (uri (bioconductor-uri "DEDS" version))
2467 (sha256
2468 (base32
2469 "0vzsmah2lhxf8k6n4d0i4j609sbvygmb6ii2ridg9z3nskwkrhp8"))))
2470 (properties `((upstream-name . "DEDS")))
2471 (build-system r-build-system)
2472 (home-page "https://bioconductor.org/packages/DEDS/")
2473 (synopsis "Differential expression via distance summary for microarray data")
2474 (description
2475 "This library contains functions that calculate various statistics of
2476 differential expression for microarray data, including t statistics, fold
2477 change, F statistics, SAM, moderated t and F statistics and B statistics. It
2478 also implements a new methodology called DEDS (Differential Expression via
2479 Distance Summary), which selects differentially expressed genes by integrating
2480 and summarizing a set of statistics using a weighted distance approach.")
2481 ;; Any version of the LGPL.
2482 (license license:lgpl3+)))
2483
2484 ;; This is a CRAN package, but since it depends on a Bioconductor package we
2485 ;; put it here.
2486 (define-public r-nbpseq
2487 (package
2488 (name "r-nbpseq")
2489 (version "0.3.0")
2490 (source
2491 (origin
2492 (method url-fetch)
2493 (uri (cran-uri "NBPSeq" version))
2494 (sha256
2495 (base32
2496 "0l4ylxhs2k9ww21jjqs67fygk92avdchhx2y1ixzl7yr2yh1y9by"))))
2497 (properties `((upstream-name . "NBPSeq")))
2498 (build-system r-build-system)
2499 (propagated-inputs
2500 `(("r-qvalue" ,r-qvalue)))
2501 (home-page "https://cran.r-project.org/web/packages/NBPSeq")
2502 (synopsis "Negative binomial models for RNA-Seq data")
2503 (description
2504 "This package provides negative binomial models for two-group comparisons
2505 and regression inferences from RNA-sequencing data.")
2506 (license license:gpl2)))
2507
2508 (define-public r-ebseq
2509 (package
2510 (name "r-ebseq")
2511 (version "1.26.0")
2512 (source
2513 (origin
2514 (method url-fetch)
2515 (uri (bioconductor-uri "EBSeq" version))
2516 (sha256
2517 (base32
2518 "0ay1vcccpc29r3vinlnwp9256345bfb346kg2y11kib4bnrabjb6"))))
2519 (properties `((upstream-name . "EBSeq")))
2520 (build-system r-build-system)
2521 (propagated-inputs
2522 `(("r-blockmodeling" ,r-blockmodeling)
2523 ("r-gplots" ,r-gplots)
2524 ("r-testthat" ,r-testthat)))
2525 (home-page "https://bioconductor.org/packages/EBSeq")
2526 (synopsis "Differential expression analysis of RNA-seq data")
2527 (description
2528 "This package provides tools for differential expression analysis at both
2529 gene and isoform level using RNA-seq data")
2530 (license license:artistic2.0)))
2531
2532 (define-public r-lpsymphony
2533 (package
2534 (name "r-lpsymphony")
2535 (version "1.14.0")
2536 (source
2537 (origin
2538 (method url-fetch)
2539 (uri (bioconductor-uri "lpsymphony" version))
2540 (sha256
2541 (base32
2542 "0j5j9kggh3l61vp6hpnqf45d5kzifksaj0sqhvs1zahmx2c1gfdv"))))
2543 (build-system r-build-system)
2544 (inputs
2545 `(("gfortran" ,gfortran)
2546 ("zlib" ,zlib)))
2547 (native-inputs
2548 `(("pkg-config" ,pkg-config)))
2549 (home-page "https://r-forge.r-project.org/projects/rsymphony")
2550 (synopsis "Symphony integer linear programming solver in R")
2551 (description
2552 "This package was derived from Rsymphony. The package provides an R
2553 interface to SYMPHONY, a linear programming solver written in C++. The main
2554 difference between this package and Rsymphony is that it includes the solver
2555 source code, while Rsymphony expects to find header and library files on the
2556 users' system. Thus the intention of @code{lpsymphony} is to provide an easy
2557 to install interface to SYMPHONY.")
2558 ;; Symphony 5.4 or later is distributed under the terms of the EPL 1.0.
2559 ;; lpsimphony is released under the same terms.
2560 (license license:epl1.0)))
2561
2562 (define-public r-ihw
2563 (package
2564 (name "r-ihw")
2565 (version "1.14.0")
2566 (source
2567 (origin
2568 (method url-fetch)
2569 (uri (bioconductor-uri "IHW" version))
2570 (sha256
2571 (base32
2572 "0rnw7r9pylpj3a5graavcpiqv2v67rv2a4dlcynkf4ihpxs4bg8x"))))
2573 (properties `((upstream-name . "IHW")))
2574 (build-system r-build-system)
2575 (propagated-inputs
2576 `(("r-biocgenerics" ,r-biocgenerics)
2577 ("r-fdrtool" ,r-fdrtool)
2578 ("r-lpsymphony" ,r-lpsymphony)
2579 ("r-slam" ,r-slam)))
2580 (home-page "https://bioconductor.org/packages/IHW")
2581 (synopsis "Independent hypothesis weighting")
2582 (description
2583 "@dfn{Independent hypothesis weighting} (IHW) is a multiple testing
2584 procedure that increases power compared to the method of Benjamini and
2585 Hochberg by assigning data-driven weights to each hypothesis. The input to
2586 IHW is a two-column table of p-values and covariates. The covariate can be
2587 any continuous-valued or categorical variable that is thought to be
2588 informative on the statistical properties of each hypothesis test, while it is
2589 independent of the p-value under the null hypothesis.")
2590 (license license:artistic2.0)))
2591
2592 (define-public r-icobra
2593 (package
2594 (name "r-icobra")
2595 (version "1.14.0")
2596 (source
2597 (origin
2598 (method url-fetch)
2599 (uri (bioconductor-uri "iCOBRA" version))
2600 (sha256
2601 (base32
2602 "1l0yr2grpwmr3pc5h50p1j4nxyb1ddmc55l7rhxpp4igh4fq1avz"))))
2603 (properties `((upstream-name . "iCOBRA")))
2604 (build-system r-build-system)
2605 (propagated-inputs
2606 `(("r-dplyr" ,r-dplyr)
2607 ("r-dt" ,r-dt)
2608 ("r-ggplot2" ,r-ggplot2)
2609 ("r-limma" ,r-limma)
2610 ("r-reshape2" ,r-reshape2)
2611 ("r-rocr" ,r-rocr)
2612 ("r-scales" ,r-scales)
2613 ("r-shiny" ,r-shiny)
2614 ("r-shinybs" ,r-shinybs)
2615 ("r-shinydashboard" ,r-shinydashboard)
2616 ("r-upsetr" ,r-upsetr)))
2617 (home-page "https://bioconductor.org/packages/iCOBRA")
2618 (synopsis "Comparison and visualization of ranking and assignment methods")
2619 (description
2620 "This package provides functions for calculation and visualization of
2621 performance metrics for evaluation of ranking and binary
2622 classification (assignment) methods. It also contains a Shiny application for
2623 interactive exploration of results.")
2624 (license license:gpl2+)))
2625
2626 (define-public r-mast
2627 (package
2628 (name "r-mast")
2629 (version "1.12.0")
2630 (source
2631 (origin
2632 (method url-fetch)
2633 (uri (bioconductor-uri "MAST" version))
2634 (sha256
2635 (base32
2636 "1l78rrwkzyswpj6pgc9z8290fqrk4akba76invkkazpyh91r8gga"))))
2637 (properties `((upstream-name . "MAST")))
2638 (build-system r-build-system)
2639 (propagated-inputs
2640 `(("r-abind" ,r-abind)
2641 ("r-biobase" ,r-biobase)
2642 ("r-biocgenerics" ,r-biocgenerics)
2643 ("r-data-table" ,r-data-table)
2644 ("r-ggplot2" ,r-ggplot2)
2645 ("r-plyr" ,r-plyr)
2646 ("r-progress" ,r-progress)
2647 ("r-reshape2" ,r-reshape2)
2648 ("r-s4vectors" ,r-s4vectors)
2649 ("r-singlecellexperiment" ,r-singlecellexperiment)
2650 ("r-stringr" ,r-stringr)
2651 ("r-summarizedexperiment" ,r-summarizedexperiment)))
2652 (home-page "https://github.com/RGLab/MAST/")
2653 (synopsis "Model-based analysis of single cell transcriptomics")
2654 (description
2655 "This package provides methods and models for handling zero-inflated
2656 single cell assay data.")
2657 (license license:gpl2+)))
2658
2659 (define-public r-monocle
2660 (package
2661 (name "r-monocle")
2662 (version "2.14.0")
2663 (source
2664 (origin
2665 (method url-fetch)
2666 (uri (bioconductor-uri "monocle" version))
2667 (sha256
2668 (base32
2669 "18b9y592q48mbcp5w095qs1kaklq64v6dcnlpqhv3rwxvywygsz2"))))
2670 (build-system r-build-system)
2671 (propagated-inputs
2672 `(("r-biobase" ,r-biobase)
2673 ("r-biocgenerics" ,r-biocgenerics)
2674 ("r-biocviews" ,r-biocviews)
2675 ("r-cluster" ,r-cluster)
2676 ("r-combinat" ,r-combinat)
2677 ("r-ddrtree" ,r-ddrtree)
2678 ("r-densityclust" ,r-densityclust)
2679 ("r-dplyr" ,r-dplyr)
2680 ("r-fastica" ,r-fastica)
2681 ("r-ggplot2" ,r-ggplot2)
2682 ("r-hsmmsinglecell" ,r-hsmmsinglecell)
2683 ("r-igraph" ,r-igraph)
2684 ("r-irlba" ,r-irlba)
2685 ("r-limma" ,r-limma)
2686 ("r-mass" ,r-mass)
2687 ("r-matrix" ,r-matrix)
2688 ("r-matrixstats" ,r-matrixstats)
2689 ("r-pheatmap" ,r-pheatmap)
2690 ("r-plyr" ,r-plyr)
2691 ("r-proxy" ,r-proxy)
2692 ("r-qlcmatrix" ,r-qlcmatrix)
2693 ("r-rann" ,r-rann)
2694 ("r-rcpp" ,r-rcpp)
2695 ("r-reshape2" ,r-reshape2)
2696 ("r-rtsne" ,r-rtsne)
2697 ("r-slam" ,r-slam)
2698 ("r-stringr" ,r-stringr)
2699 ("r-tibble" ,r-tibble)
2700 ("r-vgam" ,r-vgam)
2701 ("r-viridis" ,r-viridis)))
2702 (home-page "https://bioconductor.org/packages/monocle")
2703 (synopsis "Clustering, differential expression, and trajectory analysis for single-cell RNA-Seq")
2704 (description
2705 "Monocle performs differential expression and time-series analysis for
2706 single-cell expression experiments. It orders individual cells according to
2707 progress through a biological process, without knowing ahead of time which
2708 genes define progress through that process. Monocle also performs
2709 differential expression analysis, clustering, visualization, and other useful
2710 tasks on single cell expression data. It is designed to work with RNA-Seq and
2711 qPCR data, but could be used with other types as well.")
2712 (license license:artistic2.0)))
2713
2714 (define-public r-monocle3
2715 (package
2716 (name "r-monocle3")
2717 (version "0.1.2")
2718 (source
2719 (origin
2720 (method git-fetch)
2721 (uri (git-reference
2722 (url "https://github.com/cole-trapnell-lab/monocle3.git")
2723 (commit version)))
2724 (file-name (git-file-name name version))
2725 (sha256
2726 (base32
2727 "1cjxqfw3qvy269hsf5v80d4kshl932wrl949iayas02saj6f70ls"))))
2728 (build-system r-build-system)
2729 (propagated-inputs
2730 `(("r-biobase" ,r-biobase)
2731 ("r-biocgenerics" ,r-biocgenerics)
2732 ("r-delayedmatrixstats" ,r-delayedmatrixstats)
2733 ("r-dplyr" ,r-dplyr)
2734 ("r-ggplot2" ,r-ggplot2)
2735 ("r-ggrepel" ,r-ggrepel)
2736 ("r-grr" ,r-grr)
2737 ("r-htmlwidgets" ,r-htmlwidgets)
2738 ("r-igraph" ,r-igraph)
2739 ("r-irlba" ,r-irlba)
2740 ("r-limma" ,r-limma)
2741 ("r-lmtest" ,r-lmtest)
2742 ("r-mass" ,r-mass)
2743 ("r-matrix" ,r-matrix)
2744 ("r-matrix-utils" ,r-matrix-utils)
2745 ("r-pbapply" ,r-pbapply)
2746 ("r-pbmcapply" ,r-pbmcapply)
2747 ("r-pheatmap" ,r-pheatmap)
2748 ("r-plotly" ,r-plotly)
2749 ("r-pryr" ,r-pryr)
2750 ("r-proxy" ,r-proxy)
2751 ("r-pscl" ,r-pscl)
2752 ("r-purrr" ,r-purrr)
2753 ("r-rann" ,r-rann)
2754 ("r-rcpp" ,r-rcpp)
2755 ("r-rcppparallel" ,r-rcppparallel)
2756 ("r-reshape2" ,r-reshape2)
2757 ("r-reticulate" ,r-reticulate)
2758 ("r-rhpcblasctl" ,r-rhpcblasctl)
2759 ("r-rtsne" ,r-rtsne)
2760 ("r-shiny" ,r-shiny)
2761 ("r-slam" ,r-slam)
2762 ("r-spdep" ,r-spdep)
2763 ("r-speedglm" ,r-speedglm)
2764 ("r-stringr" ,r-stringr)
2765 ("r-singlecellexperiment" ,r-singlecellexperiment)
2766 ("r-tibble" ,r-tibble)
2767 ("r-tidyr" ,r-tidyr)
2768 ("r-uwot" ,r-uwot)
2769 ("r-viridis" ,r-viridis)))
2770 (home-page "https://github.com/cole-trapnell-lab/monocle3")
2771 (synopsis "Analysis toolkit for single-cell RNA-Seq data")
2772 (description
2773 "Monocle 3 is an analysis toolkit for single-cell RNA-Seq experiments.")
2774 (license license:expat)))
2775
2776 (define-public r-noiseq
2777 (package
2778 (name "r-noiseq")
2779 (version "2.30.0")
2780 (source
2781 (origin
2782 (method url-fetch)
2783 (uri (bioconductor-uri "NOISeq" version))
2784 (sha256
2785 (base32
2786 "1a8p66hhnwmay0rjabwq7356wr93yn33nqgr9rr7whpp9nls1hg4"))))
2787 (properties `((upstream-name . "NOISeq")))
2788 (build-system r-build-system)
2789 (propagated-inputs
2790 `(("r-biobase" ,r-biobase)
2791 ("r-matrix" ,r-matrix)))
2792 (home-page "https://bioconductor.org/packages/NOISeq")
2793 (synopsis "Exploratory analysis and differential expression for RNA-seq data")
2794 (description
2795 "This package provides tools to support the analysis of RNA-seq
2796 expression data or other similar kind of data. It provides exploratory plots
2797 to evaluate saturation, count distribution, expression per chromosome, type of
2798 detected features, features length, etc. It also supports the analysis of
2799 differential expression between two experimental conditions with no parametric
2800 assumptions.")
2801 (license license:artistic2.0)))
2802
2803 (define-public r-scdd
2804 (package
2805 (name "r-scdd")
2806 (version "1.10.0")
2807 (source
2808 (origin
2809 (method url-fetch)
2810 (uri (bioconductor-uri "scDD" version))
2811 (sha256
2812 (base32
2813 "0nk0qq664zs7dnlcamdkrrhvll01p7f96jj3igbxxlzj3dvr58w4"))))
2814 (properties `((upstream-name . "scDD")))
2815 (build-system r-build-system)
2816 (propagated-inputs
2817 `(("r-arm" ,r-arm)
2818 ("r-biocparallel" ,r-biocparallel)
2819 ("r-ebseq" ,r-ebseq)
2820 ("r-fields" ,r-fields)
2821 ("r-ggplot2" ,r-ggplot2)
2822 ("r-mclust" ,r-mclust)
2823 ("r-outliers" ,r-outliers)
2824 ("r-s4vectors" ,r-s4vectors)
2825 ("r-scran" ,r-scran)
2826 ("r-singlecellexperiment" ,r-singlecellexperiment)
2827 ("r-summarizedexperiment" ,r-summarizedexperiment)))
2828 (home-page "https://github.com/kdkorthauer/scDD")
2829 (synopsis "Mixture modeling of single-cell RNA-seq data")
2830 (description
2831 "This package implements a method to analyze single-cell RNA-seq data
2832 utilizing flexible Dirichlet Process mixture models. Genes with differential
2833 distributions of expression are classified into several interesting patterns
2834 of differences between two conditions. The package also includes functions
2835 for simulating data with these patterns from negative binomial
2836 distributions.")
2837 (license license:gpl2)))
2838
2839 (define-public r-scone
2840 (package
2841 (name "r-scone")
2842 (version "1.10.0")
2843 (source
2844 (origin
2845 (method url-fetch)
2846 (uri (bioconductor-uri "scone" version))
2847 (sha256
2848 (base32
2849 "1hfsbnix0y9ad6bj0d8q2aw13pb3vjcaa0dfwxxapzl90zwbsjhp"))))
2850 (build-system r-build-system)
2851 (propagated-inputs
2852 `(("r-aroma-light" ,r-aroma-light)
2853 ("r-biocparallel" ,r-biocparallel)
2854 ("r-boot" ,r-boot)
2855 ("r-class" ,r-class)
2856 ("r-cluster" ,r-cluster)
2857 ("r-compositions" ,r-compositions)
2858 ("r-diptest" ,r-diptest)
2859 ("r-edger" ,r-edger)
2860 ("r-fpc" ,r-fpc)
2861 ("r-gplots" ,r-gplots)
2862 ("r-hexbin" ,r-hexbin)
2863 ("r-limma" ,r-limma)
2864 ("r-matrixstats" ,r-matrixstats)
2865 ("r-mixtools" ,r-mixtools)
2866 ("r-rarpack" ,r-rarpack)
2867 ("r-rcolorbrewer" ,r-rcolorbrewer)
2868 ("r-rhdf5" ,r-rhdf5)
2869 ("r-ruvseq" ,r-ruvseq)
2870 ("r-summarizedexperiment" ,r-summarizedexperiment)))
2871 (home-page "https://bioconductor.org/packages/scone")
2872 (synopsis "Single cell overview of normalized expression data")
2873 (description
2874 "SCONE is an R package for comparing and ranking the performance of
2875 different normalization schemes for single-cell RNA-seq and other
2876 high-throughput analyses.")
2877 (license license:artistic2.0)))
2878
2879 (define-public r-geoquery
2880 (package
2881 (name "r-geoquery")
2882 (version "2.54.1")
2883 (source
2884 (origin
2885 (method url-fetch)
2886 (uri (bioconductor-uri "GEOquery" version))
2887 (sha256
2888 (base32
2889 "0j8mlldy7dc38fx5zwj6z6l4b9bhvrn8sil3z8asnd4ic7w9ifx5"))))
2890 (properties `((upstream-name . "GEOquery")))
2891 (build-system r-build-system)
2892 (propagated-inputs
2893 `(("r-biobase" ,r-biobase)
2894 ("r-dplyr" ,r-dplyr)
2895 ("r-httr" ,r-httr)
2896 ("r-limma" ,r-limma)
2897 ("r-magrittr" ,r-magrittr)
2898 ("r-readr" ,r-readr)
2899 ("r-tidyr" ,r-tidyr)
2900 ("r-xml2" ,r-xml2)))
2901 (home-page "https://github.com/seandavi/GEOquery/")
2902 (synopsis "Get data from NCBI Gene Expression Omnibus (GEO)")
2903 (description
2904 "The NCBI Gene Expression Omnibus (GEO) is a public repository of
2905 microarray data. Given the rich and varied nature of this resource, it is
2906 only natural to want to apply BioConductor tools to these data. GEOquery is
2907 the bridge between GEO and BioConductor.")
2908 (license license:gpl2)))
2909
2910 (define-public r-illuminaio
2911 (package
2912 (name "r-illuminaio")
2913 (version "0.28.0")
2914 (source
2915 (origin
2916 (method url-fetch)
2917 (uri (bioconductor-uri "illuminaio" version))
2918 (sha256
2919 (base32
2920 "1psza8jq6h8fv2rm91ah67dgjlnj1l80yracwgdl1agd0ycv90sh"))))
2921 (build-system r-build-system)
2922 (propagated-inputs
2923 `(("r-base64" ,r-base64)))
2924 (home-page "https://github.com/HenrikBengtsson/illuminaio/")
2925 (synopsis "Parse Illumina microarray output files")
2926 (description
2927 "This package provides tools for parsing Illumina's microarray output
2928 files, including IDAT.")
2929 (license license:gpl2)))
2930
2931 (define-public r-siggenes
2932 (package
2933 (name "r-siggenes")
2934 (version "1.60.0")
2935 (source
2936 (origin
2937 (method url-fetch)
2938 (uri (bioconductor-uri "siggenes" version))
2939 (sha256
2940 (base32
2941 "03lmq3hqprwps4miynl2vhqi3v4als5vqmz4lb19lk5a4zja72b4"))))
2942 (build-system r-build-system)
2943 (propagated-inputs
2944 `(("r-biobase" ,r-biobase)
2945 ("r-multtest" ,r-multtest)
2946 ("r-scrime" ,r-scrime)))
2947 (home-page "https://bioconductor.org/packages/siggenes/")
2948 (synopsis
2949 "Multiple testing using SAM and Efron's empirical Bayes approaches")
2950 (description
2951 "This package provides tools for the identification of differentially
2952 expressed genes and estimation of the @dfn{False Discovery Rate} (FDR) using
2953 both the Significance Analysis of Microarrays (SAM) and the @dfn{Empirical
2954 Bayes Analyses of Microarrays} (EBAM).")
2955 (license license:lgpl2.0+)))
2956
2957 (define-public r-bumphunter
2958 (package
2959 (name "r-bumphunter")
2960 (version "1.28.0")
2961 (source
2962 (origin
2963 (method url-fetch)
2964 (uri (bioconductor-uri "bumphunter" version))
2965 (sha256
2966 (base32
2967 "1p3gwb954zns61d1pwgkplxnvgk2lixrl93kkkf439wa3vlgsnjv"))))
2968 (build-system r-build-system)
2969 (propagated-inputs
2970 `(("r-annotationdbi" ,r-annotationdbi)
2971 ("r-biocgenerics" ,r-biocgenerics)
2972 ("r-dorng" ,r-dorng)
2973 ("r-foreach" ,r-foreach)
2974 ("r-genomeinfodb" ,r-genomeinfodb)
2975 ("r-genomicfeatures" ,r-genomicfeatures)
2976 ("r-genomicranges" ,r-genomicranges)
2977 ("r-iranges" ,r-iranges)
2978 ("r-iterators" ,r-iterators)
2979 ("r-limma" ,r-limma)
2980 ("r-locfit" ,r-locfit)
2981 ("r-matrixstats" ,r-matrixstats)
2982 ("r-s4vectors" ,r-s4vectors)))
2983 (home-page "https://github.com/ririzarr/bumphunter")
2984 (synopsis "Find bumps in genomic data")
2985 (description
2986 "This package provides tools for finding bumps in genomic data in order
2987 to identify differentially methylated regions in epigenetic epidemiology
2988 studies.")
2989 (license license:artistic2.0)))
2990
2991 (define-public r-minfi
2992 (package
2993 (name "r-minfi")
2994 (version "1.32.0")
2995 (source
2996 (origin
2997 (method url-fetch)
2998 (uri (bioconductor-uri "minfi" version))
2999 (sha256
3000 (base32
3001 "177isdvcq2476xybvfbh7x11qsj5nzckgh3b6p156wlx9ap9dvl3"))))
3002 (build-system r-build-system)
3003 (propagated-inputs
3004 `(("r-beanplot" ,r-beanplot)
3005 ("r-biobase" ,r-biobase)
3006 ("r-biocgenerics" ,r-biocgenerics)
3007 ("r-biocparallel" ,r-biocparallel)
3008 ("r-biostrings" ,r-biostrings)
3009 ("r-bumphunter" ,r-bumphunter)
3010 ("r-data-table" ,r-data-table)
3011 ("r-delayedarray" ,r-delayedarray)
3012 ("r-delayedmatrixstats" ,r-delayedmatrixstats)
3013 ("r-genefilter" ,r-genefilter)
3014 ("r-genomeinfodb" ,r-genomeinfodb)
3015 ("r-genomicranges" ,r-genomicranges)
3016 ("r-geoquery" ,r-geoquery)
3017 ("r-hdf5array" ,r-hdf5array)
3018 ("r-illuminaio" ,r-illuminaio)
3019 ("r-iranges" ,r-iranges)
3020 ("r-lattice" ,r-lattice)
3021 ("r-limma" ,r-limma)
3022 ("r-mass" ,r-mass)
3023 ("r-mclust" ,r-mclust)
3024 ("r-nlme" ,r-nlme)
3025 ("r-nor1mix" ,r-nor1mix)
3026 ("r-preprocesscore" ,r-preprocesscore)
3027 ("r-quadprog" ,r-quadprog)
3028 ("r-rcolorbrewer" ,r-rcolorbrewer)
3029 ("r-reshape" ,r-reshape)
3030 ("r-s4vectors" ,r-s4vectors)
3031 ("r-siggenes" ,r-siggenes)
3032 ("r-summarizedexperiment" ,r-summarizedexperiment)))
3033 (home-page "https://github.com/hansenlab/minfi")
3034 (synopsis "Analyze Illumina Infinium DNA methylation arrays")
3035 (description
3036 "This package provides tools to analyze and visualize Illumina Infinium
3037 methylation arrays.")
3038 (license license:artistic2.0)))
3039
3040 (define-public r-methylumi
3041 (package
3042 (name "r-methylumi")
3043 (version "2.32.0")
3044 (source
3045 (origin
3046 (method url-fetch)
3047 (uri (bioconductor-uri "methylumi" version))
3048 (sha256
3049 (base32
3050 "0zd4h6n37v3z0mas69z2xsf5s0naih828987m8v0g9hhq4f6hf5w"))))
3051 (build-system r-build-system)
3052 (propagated-inputs
3053 `(("r-annotate" ,r-annotate)
3054 ("r-annotationdbi" ,r-annotationdbi)
3055 ("r-biobase" ,r-biobase)
3056 ("r-biocgenerics" ,r-biocgenerics)
3057 ("r-fdb-infiniummethylation-hg19" ,r-fdb-infiniummethylation-hg19)
3058 ("r-genefilter" ,r-genefilter)
3059 ("r-genomeinfodb" ,r-genomeinfodb)
3060 ("r-genomicranges" ,r-genomicranges)
3061 ("r-ggplot2" ,r-ggplot2)
3062 ("r-illuminaio" ,r-illuminaio)
3063 ("r-iranges" ,r-iranges)
3064 ("r-lattice" ,r-lattice)
3065 ("r-matrixstats" ,r-matrixstats)
3066 ("r-minfi" ,r-minfi)
3067 ("r-reshape2" ,r-reshape2)
3068 ("r-s4vectors" ,r-s4vectors)
3069 ("r-scales" ,r-scales)
3070 ("r-summarizedexperiment" ,r-summarizedexperiment)))
3071 (home-page "https://bioconductor.org/packages/methylumi")
3072 (synopsis "Handle Illumina methylation data")
3073 (description
3074 "This package provides classes for holding and manipulating Illumina
3075 methylation data. Based on eSet, it can contain MIAME information, sample
3076 information, feature information, and multiple matrices of data. An
3077 \"intelligent\" import function, methylumiR can read the Illumina text files
3078 and create a MethyLumiSet. methylumIDAT can directly read raw IDAT files from
3079 HumanMethylation27 and HumanMethylation450 microarrays. Normalization,
3080 background correction, and quality control features for GoldenGate, Infinium,
3081 and Infinium HD arrays are also included.")
3082 (license license:gpl2)))
3083
3084 (define-public r-lumi
3085 (package
3086 (name "r-lumi")
3087 (version "2.38.0")
3088 (source
3089 (origin
3090 (method url-fetch)
3091 (uri (bioconductor-uri "lumi" version))
3092 (sha256
3093 (base32
3094 "0lgrqbdvp7ykcafc0bpnbcsf396na3jj5c35x9ysf5bpcas23nmm"))))
3095 (build-system r-build-system)
3096 (propagated-inputs
3097 `(("r-affy" ,r-affy)
3098 ("r-annotate" ,r-annotate)
3099 ("r-annotationdbi" ,r-annotationdbi)
3100 ("r-biobase" ,r-biobase)
3101 ("r-dbi" ,r-dbi)
3102 ("r-genomicfeatures" ,r-genomicfeatures)
3103 ("r-genomicranges" ,r-genomicranges)
3104 ("r-kernsmooth" ,r-kernsmooth)
3105 ("r-lattice" ,r-lattice)
3106 ("r-mass" ,r-mass)
3107 ("r-methylumi" ,r-methylumi)
3108 ("r-mgcv" ,r-mgcv)
3109 ("r-nleqslv" ,r-nleqslv)
3110 ("r-preprocesscore" ,r-preprocesscore)
3111 ("r-rsqlite" ,r-rsqlite)))
3112 (home-page "https://bioconductor.org/packages/lumi")
3113 (synopsis "BeadArray-specific methods for Illumina methylation and expression microarrays")
3114 (description
3115 "The lumi package provides an integrated solution for the Illumina
3116 microarray data analysis. It includes functions of Illumina
3117 BeadStudio (GenomeStudio) data input, quality control, BeadArray-specific
3118 variance stabilization, normalization and gene annotation at the probe level.
3119 It also includes the functions of processing Illumina methylation microarrays,
3120 especially Illumina Infinium methylation microarrays.")
3121 (license license:lgpl2.0+)))
3122
3123 (define-public r-linnorm
3124 (package
3125 (name "r-linnorm")
3126 (version "2.10.0")
3127 (source
3128 (origin
3129 (method url-fetch)
3130 (uri (bioconductor-uri "Linnorm" version))
3131 (sha256
3132 (base32
3133 "15mhwiqmp9m65zvrdbr2hhy3x81lf4jbwgjsf75g41if2v2g8x67"))))
3134 (properties `((upstream-name . "Linnorm")))
3135 (build-system r-build-system)
3136 (propagated-inputs
3137 `(("r-amap" ,r-amap)
3138 ("r-apcluster" ,r-apcluster)
3139 ("r-ellipse" ,r-ellipse)
3140 ("r-fastcluster" ,r-fastcluster)
3141 ("r-fpc" ,r-fpc)
3142 ("r-ggdendro" ,r-ggdendro)
3143 ("r-ggplot2" ,r-ggplot2)
3144 ("r-gmodels" ,r-gmodels)
3145 ("r-igraph" ,r-igraph)
3146 ("r-limma" ,r-limma)
3147 ("r-mass" ,r-mass)
3148 ("r-mclust" ,r-mclust)
3149 ("r-rcpp" ,r-rcpp)
3150 ("r-rcpparmadillo" ,r-rcpparmadillo)
3151 ("r-rtsne" ,r-rtsne)
3152 ("r-statmod" ,r-statmod)
3153 ("r-vegan" ,r-vegan)
3154 ("r-zoo" ,r-zoo)))
3155 (home-page "http://www.jjwanglab.org/Linnorm/")
3156 (synopsis "Linear model and normality based transformation method")
3157 (description
3158 "Linnorm is an R package for the analysis of RNA-seq, scRNA-seq, ChIP-seq
3159 count data or any large scale count data. It transforms such datasets for
3160 parametric tests. In addition to the transformtion function (@code{Linnorm}),
3161 the following pipelines are implemented:
3162
3163 @enumerate
3164 @item Library size/batch effect normalization (@code{Linnorm.Norm})
3165 @item Cell subpopluation analysis and visualization using t-SNE or PCA K-means
3166 clustering or hierarchical clustering (@code{Linnorm.tSNE},
3167 @code{Linnorm.PCA}, @code{Linnorm.HClust})
3168 @item Differential expression analysis or differential peak detection using
3169 limma (@code{Linnorm.limma})
3170 @item Highly variable gene discovery and visualization (@code{Linnorm.HVar})
3171 @item Gene correlation network analysis and visualization (@code{Linnorm.Cor})
3172 @item Stable gene selection for scRNA-seq data; for users without or who do
3173 not want to rely on spike-in genes (@code{Linnorm.SGenes})
3174 @item Data imputation (@code{Linnorm.DataImput}).
3175 @end enumerate
3176
3177 Linnorm can work with raw count, CPM, RPKM, FPKM and TPM. Additionally, the
3178 @code{RnaXSim} function is included for simulating RNA-seq data for the
3179 evaluation of DEG analysis methods.")
3180 (license license:expat)))
3181
3182 (define-public r-ioniser
3183 (package
3184 (name "r-ioniser")
3185 (version "2.10.0")
3186 (source
3187 (origin
3188 (method url-fetch)
3189 (uri (bioconductor-uri "IONiseR" version))
3190 (sha256
3191 (base32
3192 "1c265bzh923i9mw83mjpj0bzbkixbs6sg1h1z51y9xjkakdgg90f"))))
3193 (properties `((upstream-name . "IONiseR")))
3194 (build-system r-build-system)
3195 (propagated-inputs
3196 `(("r-biocgenerics" ,r-biocgenerics)
3197 ("r-biocparallel" ,r-biocparallel)
3198 ("r-biostrings" ,r-biostrings)
3199 ("r-bit64" ,r-bit64)
3200 ("r-dplyr" ,r-dplyr)
3201 ("r-ggplot2" ,r-ggplot2)
3202 ("r-magrittr" ,r-magrittr)
3203 ("r-rhdf5" ,r-rhdf5)
3204 ("r-shortread" ,r-shortread)
3205 ("r-stringr" ,r-stringr)
3206 ("r-tibble" ,r-tibble)
3207 ("r-tidyr" ,r-tidyr)
3208 ("r-xvector" ,r-xvector)))
3209 (home-page "https://bioconductor.org/packages/IONiseR/")
3210 (synopsis "Quality assessment tools for Oxford Nanopore MinION data")
3211 (description
3212 "IONiseR provides tools for the quality assessment of Oxford Nanopore
3213 MinION data. It extracts summary statistics from a set of fast5 files and can
3214 be used either before or after base calling. In addition to standard
3215 summaries of the read-types produced, it provides a number of plots for
3216 visualising metrics relative to experiment run time or spatially over the
3217 surface of a flowcell.")
3218 (license license:expat)))
3219
3220 ;; This is a CRAN package, but it depends on packages from Bioconductor.
3221 (define-public r-gkmsvm
3222 (package
3223 (name "r-gkmsvm")
3224 (version "0.79.0")
3225 (source
3226 (origin
3227 (method url-fetch)
3228 (uri (cran-uri "gkmSVM" version))
3229 (sha256
3230 (base32
3231 "04dakbgfvfalz4rm4fvvybp506dn5fbj5g86ybfhrc6wywjllsz3"))))
3232 (properties `((upstream-name . "gkmSVM")))
3233 (build-system r-build-system)
3234 (propagated-inputs
3235 `(("r-biocgenerics" ,r-biocgenerics)
3236 ("r-biostrings" ,r-biostrings)
3237 ("r-genomeinfodb" ,r-genomeinfodb)
3238 ("r-genomicranges" ,r-genomicranges)
3239 ("r-iranges" ,r-iranges)
3240 ("r-kernlab" ,r-kernlab)
3241 ("r-rcpp" ,r-rcpp)
3242 ("r-rocr" ,r-rocr)
3243 ("r-rtracklayer" ,r-rtracklayer)
3244 ("r-s4vectors" ,r-s4vectors)
3245 ("r-seqinr" ,r-seqinr)))
3246 (home-page "https://cran.r-project.org/web/packages/gkmSVM")
3247 (synopsis "Gapped-kmer support vector machine")
3248 (description
3249 "This R package provides tools for training gapped-kmer SVM classifiers
3250 for DNA and protein sequences. This package supports several sequence
3251 kernels, including: gkmSVM, kmer-SVM, mismatch kernel and wildcard kernel.")
3252 (license license:gpl2+)))
3253
3254 ;; This is a CRAN package, but it depends on multtest from Bioconductor.
3255 (define-public r-mutoss
3256 (package
3257 (name "r-mutoss")
3258 (version "0.1-12")
3259 (source
3260 (origin
3261 (method url-fetch)
3262 (uri (cran-uri "mutoss" version))
3263 (sha256
3264 (base32
3265 "1yk7p7pb2xm38d3j19ysgwmix48lvimbhkhjjwk5jmr1a0ysx298"))))
3266 (properties `((upstream-name . "mutoss")))
3267 (build-system r-build-system)
3268 (propagated-inputs
3269 `(("r-multcomp" ,r-multcomp)
3270 ("r-multtest" ,r-multtest)
3271 ("r-mvtnorm" ,r-mvtnorm)
3272 ("r-plotrix" ,r-plotrix)))
3273 (home-page "https://github.com/kornl/mutoss/")
3274 (synopsis "Unified multiple testing procedures")
3275 (description
3276 "This package is designed to ease the application and comparison of
3277 multiple hypothesis testing procedures for FWER, gFWER, FDR and FDX. Methods
3278 are standardized and usable by the accompanying mutossGUI package.")
3279 ;; Any version of the GPL.
3280 (license (list license:gpl2+ license:gpl3+))))
3281
3282 ;; This is a CRAN package, but it depends on mutoss, which depends on multtest
3283 ;; from Bioconductor, so we put it here.
3284 (define-public r-metap
3285 (package
3286 (name "r-metap")
3287 (version "1.3")
3288 (source
3289 (origin
3290 (method url-fetch)
3291 (uri (cran-uri "metap" version))
3292 (sha256
3293 (base32
3294 "1jmmmmjiklaxfl604hwqil193ydaghvd5jv8xsr4bx3pzn5i9kvz"))))
3295 (build-system r-build-system)
3296 (propagated-inputs
3297 `(("r-lattice" ,r-lattice)
3298 ("r-mutoss" ,r-mutoss)
3299 ("r-rdpack" ,r-rdpack)
3300 ("r-tfisher" ,r-tfisher)))
3301 (home-page "http://www.dewey.myzen.co.uk/meta/meta.html")
3302 (synopsis "Meta-analysis of significance values")
3303 (description
3304 "The canonical way to perform meta-analysis involves using effect sizes.
3305 When they are not available this package provides a number of methods for
3306 meta-analysis of significance values including the methods of Edgington,
3307 Fisher, Stouffer, Tippett, and Wilkinson; a number of data-sets to replicate
3308 published results; and a routine for graphical display.")
3309 (license license:gpl2)))
3310
3311 (define-public r-triform
3312 (package
3313 (name "r-triform")
3314 (version "1.28.0")
3315 (source
3316 (origin
3317 (method url-fetch)
3318 (uri (bioconductor-uri "triform" version))
3319 (sha256
3320 (base32
3321 "12qdyrcw2mcawqdw65v0hjaghzlwa10xl6j8458izcrm5k6dlvz9"))))
3322 (build-system r-build-system)
3323 (propagated-inputs
3324 `(("r-biocgenerics" ,r-biocgenerics)
3325 ("r-iranges" ,r-iranges)
3326 ("r-yaml" ,r-yaml)))
3327 (home-page "https://bioconductor.org/packages/triform/")
3328 (synopsis "Find enriched regions in transcription factor ChIP-sequencing data")
3329 (description
3330 "The Triform algorithm uses model-free statistics to identify peak-like
3331 distributions of TF ChIP sequencing reads, taking advantage of an improved
3332 peak definition in combination with known profile characteristics.")
3333 (license license:gpl2)))
3334
3335 (define-public r-varianttools
3336 (package
3337 (name "r-varianttools")
3338 (version "1.28.0")
3339 (source
3340 (origin
3341 (method url-fetch)
3342 (uri (bioconductor-uri "VariantTools" version))
3343 (sha256
3344 (base32
3345 "0aafcprsqbn1xl8jqnxfl8r2d0lmzhssqpr26lam2cprh3yk0xiv"))))
3346 (properties `((upstream-name . "VariantTools")))
3347 (build-system r-build-system)
3348 (propagated-inputs
3349 `(("r-biobase" ,r-biobase)
3350 ("r-biocgenerics" ,r-biocgenerics)
3351 ("r-biocparallel" ,r-biocparallel)
3352 ("r-biostrings" ,r-biostrings)
3353 ("r-bsgenome" ,r-bsgenome)
3354 ("r-genomeinfodb" ,r-genomeinfodb)
3355 ("r-genomicfeatures" ,r-genomicfeatures)
3356 ("r-genomicranges" ,r-genomicranges)
3357 ("r-iranges" ,r-iranges)
3358 ("r-matrix" ,r-matrix)
3359 ("r-rsamtools" ,r-rsamtools)
3360 ("r-rtracklayer" ,r-rtracklayer)
3361 ("r-s4vectors" ,r-s4vectors)
3362 ("r-variantannotation" ,r-variantannotation)))
3363 (home-page "https://bioconductor.org/packages/VariantTools/")
3364 (synopsis "Tools for exploratory analysis of variant calls")
3365 (description
3366 "Explore, diagnose, and compare variant calls using filters. The
3367 VariantTools package supports a workflow for loading data, calling single
3368 sample variants and tumor-specific somatic mutations or other sample-specific
3369 variant types (e.g., RNA editing). Most of the functions operate on
3370 alignments (BAM files) or datasets of called variants. The user is expected
3371 to have already aligned the reads with a separate tool, e.g., GSNAP via
3372 gmapR.")
3373 (license license:artistic2.0)))
3374
3375 (define-public r-heatplus
3376 (package
3377 (name "r-heatplus")
3378 (version "2.32.1")
3379 (source
3380 (origin
3381 (method url-fetch)
3382 (uri (bioconductor-uri "Heatplus" version))
3383 (sha256
3384 (base32
3385 "1ldxj2hasg6ysh70sc73mz2v4h3n8gf3lii09c3sqc4wmz5h7rp1"))))
3386 (properties `((upstream-name . "Heatplus")))
3387 (build-system r-build-system)
3388 (propagated-inputs
3389 `(("r-rcolorbrewer" ,r-rcolorbrewer)))
3390 (home-page "https://github.com/alexploner/Heatplus")
3391 (synopsis "Heatmaps with row and/or column covariates and colored clusters")
3392 (description
3393 "This package provides tools to display a rectangular heatmap (intensity
3394 plot) of a data matrix. By default, both samples (columns) and features (row)
3395 of the matrix are sorted according to a hierarchical clustering, and the
3396 corresponding dendrogram is plotted. Optionally, panels with additional
3397 information about samples and features can be added to the plot.")
3398 (license license:gpl2+)))
3399
3400 (define-public r-gosemsim
3401 (package
3402 (name "r-gosemsim")
3403 (version "2.12.0")
3404 (source
3405 (origin
3406 (method url-fetch)
3407 (uri (bioconductor-uri "GOSemSim" version))
3408 (sha256
3409 (base32
3410 "0pqnlgdvh5szjhwc1mw1snjgpj9lrsnk44bn164cl3zwvdayccya"))))
3411 (properties `((upstream-name . "GOSemSim")))
3412 (build-system r-build-system)
3413 (propagated-inputs
3414 `(("r-annotationdbi" ,r-annotationdbi)
3415 ("r-go-db" ,r-go-db)
3416 ("r-rcpp" ,r-rcpp)))
3417 (home-page "https://guangchuangyu.github.io/software/GOSemSim")
3418 (synopsis "GO-terms semantic similarity measures")
3419 (description
3420 "The semantic comparisons of @dfn{Gene Ontology} (GO) annotations provide
3421 quantitative ways to compute similarities between genes and gene groups, and
3422 have became important basis for many bioinformatics analysis approaches.
3423 GOSemSim is an R package for semantic similarity computation among GO terms,
3424 sets of GO terms, gene products and gene clusters.")
3425 (license license:artistic2.0)))
3426
3427 (define-public r-anota
3428 (package
3429 (name "r-anota")
3430 (version "1.34.0")
3431 (source
3432 (origin
3433 (method url-fetch)
3434 (uri (bioconductor-uri "anota" version))
3435 (sha256
3436 (base32
3437 "1bkavzrxy1bjz0bwapwa9i3ysln7gljgziwd8c05fmg2f46j1z6m"))))
3438 (build-system r-build-system)
3439 (propagated-inputs
3440 `(("r-multtest" ,r-multtest)
3441 ("r-qvalue" ,r-qvalue)))
3442 (home-page "https://bioconductor.org/packages/anota/")
3443 (synopsis "Analysis of translational activity")
3444 (description
3445 "Genome wide studies of translational control is emerging as a tool to
3446 study various biological conditions. The output from such analysis is both
3447 the mRNA level (e.g. cytosolic mRNA level) and the levl of mRNA actively
3448 involved in translation (the actively translating mRNA level) for each mRNA.
3449 The standard analysis of such data strives towards identifying differential
3450 translational between two or more sample classes - i.e. differences in
3451 actively translated mRNA levels that are independent of underlying differences
3452 in cytosolic mRNA levels. This package allows for such analysis using partial
3453 variances and the random variance model. As 10s of thousands of mRNAs are
3454 analyzed in parallel the library performs a number of tests to assure that
3455 the data set is suitable for such analysis.")
3456 (license license:gpl3)))
3457
3458 (define-public r-sigpathway
3459 (package
3460 (name "r-sigpathway")
3461 (version "1.54.0")
3462 (source
3463 (origin
3464 (method url-fetch)
3465 (uri (bioconductor-uri "sigPathway" version))
3466 (sha256
3467 (base32
3468 "057qdkbfldpy6hsysk9mrs1vvsqgyl9yx2s6c2f26jz1pardkbqb"))))
3469 (properties `((upstream-name . "sigPathway")))
3470 (build-system r-build-system)
3471 (home-page "https://www.pnas.org/cgi/doi/10.1073/pnas.0506577102")
3472 (synopsis "Pathway analysis")
3473 (description
3474 "This package is used to conduct pathway analysis by calculating the NT_k
3475 and NE_k statistics in a statistical framework for determining whether a
3476 specified group of genes for a pathway has a coordinated association with a
3477 phenotype of interest.")
3478 (license license:gpl2)))
3479
3480 (define-public r-fgsea
3481 (package
3482 (name "r-fgsea")
3483 (version "1.12.0")
3484 (source
3485 (origin
3486 (method url-fetch)
3487 (uri (bioconductor-uri "fgsea" version))
3488 (sha256
3489 (base32
3490 "0pbq3g515kcbi4wvfx8m09p01h2f8vwsi1qqsyahxz4r1fasz4c1"))))
3491 (build-system r-build-system)
3492 (propagated-inputs
3493 `(("r-bh" ,r-bh)
3494 ("r-biocparallel" ,r-biocparallel)
3495 ("r-data-table" ,r-data-table)
3496 ("r-fastmatch" ,r-fastmatch)
3497 ("r-ggplot2" ,r-ggplot2)
3498 ("r-gridextra" ,r-gridextra)
3499 ("r-matrix" ,r-matrix)
3500 ("r-rcpp" ,r-rcpp)))
3501 (home-page "https://github.com/ctlab/fgsea/")
3502 (synopsis "Fast gene set enrichment analysis")
3503 (description
3504 "The package implements an algorithm for fast gene set enrichment
3505 analysis. Using the fast algorithm allows to make more permutations and get
3506 more fine grained p-values, which allows to use accurate stantard approaches
3507 to multiple hypothesis correction.")
3508 (license license:expat)))
3509
3510 (define-public r-dose
3511 (package
3512 (name "r-dose")
3513 (version "3.12.0")
3514 (source
3515 (origin
3516 (method url-fetch)
3517 (uri (bioconductor-uri "DOSE" version))
3518 (sha256
3519 (base32
3520 "0ss8mr28q0vswxjmhcas0aqag5nl099jbyn5w3ypbbxqwfvf9jj5"))))
3521 (properties `((upstream-name . "DOSE")))
3522 (build-system r-build-system)
3523 (propagated-inputs
3524 `(("r-annotationdbi" ,r-annotationdbi)
3525 ("r-biocparallel" ,r-biocparallel)
3526 ("r-do-db" ,r-do-db)
3527 ("r-fgsea" ,r-fgsea)
3528 ("r-ggplot2" ,r-ggplot2)
3529 ("r-gosemsim" ,r-gosemsim)
3530 ("r-qvalue" ,r-qvalue)
3531 ("r-reshape2" ,r-reshape2)
3532 ("r-s4vectors" ,r-s4vectors)))
3533 (home-page "https://guangchuangyu.github.io/software/DOSE/")
3534 (synopsis "Disease ontology semantic and enrichment analysis")
3535 (description
3536 "This package implements five methods proposed by Resnik, Schlicker,
3537 Jiang, Lin and Wang, respectively, for measuring semantic similarities among
3538 @dfn{Disease ontology} (DO) terms and gene products. Enrichment analyses
3539 including hypergeometric model and gene set enrichment analysis are also
3540 implemented for discovering disease associations of high-throughput biological
3541 data.")
3542 (license license:artistic2.0)))
3543
3544 (define-public r-enrichplot
3545 (package
3546 (name "r-enrichplot")
3547 (version "1.6.1")
3548 (source
3549 (origin
3550 (method url-fetch)
3551 (uri (bioconductor-uri "enrichplot" version))
3552 (sha256
3553 (base32
3554 "0707f5ll58psh7pr001cmmk5di7dprnbry1cy2mw20vn8p24nf3x"))))
3555 (build-system r-build-system)
3556 (propagated-inputs
3557 `(("r-annotationdbi" ,r-annotationdbi)
3558 ("r-cowplot" ,r-cowplot)
3559 ("r-dose" ,r-dose)
3560 ("r-europepmc" ,r-europepmc)
3561 ("r-ggplot2" ,r-ggplot2)
3562 ("r-ggplotify" ,r-ggplotify)
3563 ("r-ggraph" ,r-ggraph)
3564 ("r-ggridges" ,r-ggridges)
3565 ("r-gosemsim" ,r-gosemsim)
3566 ("r-gridextra" ,r-gridextra)
3567 ("r-igraph" ,r-igraph)
3568 ("r-purrr" ,r-purrr)
3569 ("r-rcolorbrewer" ,r-rcolorbrewer)
3570 ("r-reshape2" ,r-reshape2)))
3571 (home-page "https://github.com/GuangchuangYu/enrichplot")
3572 (synopsis "Visualization of functional enrichment result")
3573 (description
3574 "The enrichplot package implements several visualization methods for
3575 interpreting functional enrichment results obtained from ORA or GSEA analyses.
3576 All the visualization methods are developed based on ggplot2 graphics.")
3577 (license license:artistic2.0)))
3578
3579 (define-public r-clusterprofiler
3580 (package
3581 (name "r-clusterprofiler")
3582 (version "3.14.3")
3583 (source
3584 (origin
3585 (method url-fetch)
3586 (uri (bioconductor-uri "clusterProfiler" version))
3587 (sha256
3588 (base32
3589 "08pd7bmqmyxncj09ilz8yb9sf1pv9ni98y8b93pz2giy7pl407hg"))))
3590 (properties
3591 `((upstream-name . "clusterProfiler")))
3592 (build-system r-build-system)
3593 (propagated-inputs
3594 `(("r-annotationdbi" ,r-annotationdbi)
3595 ("r-dose" ,r-dose)
3596 ("r-enrichplot" ,r-enrichplot)
3597 ("r-ggplot2" ,r-ggplot2)
3598 ("r-go-db" ,r-go-db)
3599 ("r-gosemsim" ,r-gosemsim)
3600 ("r-magrittr" ,r-magrittr)
3601 ("r-plyr" ,r-plyr)
3602 ("r-qvalue" ,r-qvalue)
3603 ("r-rvcheck" ,r-rvcheck)
3604 ("r-tidyr" ,r-tidyr)))
3605 (home-page "https://guangchuangyu.github.io/software/clusterProfiler/")
3606 (synopsis "Analysis and visualization of functional profiles for gene clusters")
3607 (description
3608 "This package implements methods to analyze and visualize functional
3609 profiles (GO and KEGG) of gene and gene clusters.")
3610 (license license:artistic2.0)))
3611
3612 (define-public r-mlinterfaces
3613 (package
3614 (name "r-mlinterfaces")
3615 (version "1.66.2")
3616 (source
3617 (origin
3618 (method url-fetch)
3619 (uri (bioconductor-uri "MLInterfaces" version))
3620 (sha256
3621 (base32
3622 "1wc280iw9vllg6f58vsdj895yaqs8w42kl7jk8sgii009gwlaj8d"))))
3623 (properties `((upstream-name . "MLInterfaces")))
3624 (build-system r-build-system)
3625 (propagated-inputs
3626 `(("r-annotate" ,r-annotate)
3627 ("r-biobase" ,r-biobase)
3628 ("r-biocgenerics" ,r-biocgenerics)
3629 ("r-cluster" ,r-cluster)
3630 ("r-fpc" ,r-fpc)
3631 ("r-gbm" ,r-gbm)
3632 ("r-gdata" ,r-gdata)
3633 ("r-genefilter" ,r-genefilter)
3634 ("r-ggvis" ,r-ggvis)
3635 ("r-hwriter" ,r-hwriter)
3636 ("r-mass" ,r-mass)
3637 ("r-mlbench" ,r-mlbench)
3638 ("r-pls" ,r-pls)
3639 ("r-rcolorbrewer" ,r-rcolorbrewer)
3640 ("r-rpart" ,r-rpart)
3641 ("r-sfsmisc" ,r-sfsmisc)
3642 ("r-shiny" ,r-shiny)
3643 ("r-threejs" ,r-threejs)))
3644 (home-page "https://bioconductor.org/packages/MLInterfaces/")
3645 (synopsis "Interfaces to R machine learning procedures")
3646 (description
3647 "This package provides uniform interfaces to machine learning code for
3648 data in R and Bioconductor containers.")
3649 ;; Any version of the LGPL.
3650 (license license:lgpl2.1+)))
3651
3652 (define-public r-annaffy
3653 (package
3654 (name "r-annaffy")
3655 (version "1.58.0")
3656 (source
3657 (origin
3658 (method url-fetch)
3659 (uri (bioconductor-uri "annaffy" version))
3660 (sha256
3661 (base32
3662 "1jrf4bq2wky4ay1jrcy60si6hxdcn4j05w5vgs38yfb92gq77i16"))))
3663 (build-system r-build-system)
3664 (arguments
3665 `(#:phases
3666 (modify-phases %standard-phases
3667 (add-after 'unpack 'remove-reference-to-non-free-data
3668 (lambda _
3669 (substitute* "DESCRIPTION"
3670 ((", KEGG.db") ""))
3671 #t)))))
3672 (propagated-inputs
3673 `(("r-annotationdbi" ,r-annotationdbi)
3674 ("r-biobase" ,r-biobase)
3675 ("r-dbi" ,r-dbi)
3676 ("r-go-db" ,r-go-db)))
3677 (home-page "https://bioconductor.org/packages/annaffy/")
3678 (synopsis "Annotation tools for Affymetrix biological metadata")
3679 (description
3680 "This package provides functions for handling data from Bioconductor
3681 Affymetrix annotation data packages. It produces compact HTML and text
3682 reports including experimental data and URL links to many online databases.
3683 It allows searching of biological metadata using various criteria.")
3684 ;; Any version of the LGPL according to the DESCRIPTION file. A copy of
3685 ;; the LGPL 2.1 is included.
3686 (license license:lgpl2.1+)))
3687
3688 (define-public r-a4core
3689 (package
3690 (name "r-a4core")
3691 (version "1.34.0")
3692 (source
3693 (origin
3694 (method url-fetch)
3695 (uri (bioconductor-uri "a4Core" version))
3696 (sha256
3697 (base32
3698 "0xcs9wl2yrprl4yc0z5s4zrkil3752k9xc1fi8fcx7zab1mm80df"))))
3699 (properties `((upstream-name . "a4Core")))
3700 (build-system r-build-system)
3701 (propagated-inputs
3702 `(("r-biobase" ,r-biobase)
3703 ("r-glmnet" ,r-glmnet)))
3704 (home-page "https://bioconductor.org/packages/a4Core")
3705 (synopsis "Automated Affymetrix array analysis core package")
3706 (description
3707 "This is the core package for the automated analysis of Affymetrix
3708 arrays.")
3709 (license license:gpl3)))
3710
3711 (define-public r-a4classif
3712 (package
3713 (name "r-a4classif")
3714 (version "1.34.0")
3715 (source
3716 (origin
3717 (method url-fetch)
3718 (uri (bioconductor-uri "a4Classif" version))
3719 (sha256
3720 (base32
3721 "0gj3hdflfs1ybc2kshl9w1dzy0rfzppfj08hx3wa2chjsm0m9brn"))))
3722 (properties `((upstream-name . "a4Classif")))
3723 (build-system r-build-system)
3724 (propagated-inputs
3725 `(("r-a4core" ,r-a4core)
3726 ("r-a4preproc" ,r-a4preproc)
3727 ("r-glmnet" ,r-glmnet)
3728 ("r-mlinterfaces" ,r-mlinterfaces)
3729 ("r-pamr" ,r-pamr)
3730 ("r-rocr" ,r-rocr)
3731 ("r-varselrf" ,r-varselrf)))
3732 (home-page "https://bioconductor.org/packages/a4Classif/")
3733 (synopsis "Automated Affymetrix array analysis classification package")
3734 (description
3735 "This is the classification package for the automated analysis of
3736 Affymetrix arrays.")
3737 (license license:gpl3)))
3738
3739 (define-public r-a4preproc
3740 (package
3741 (name "r-a4preproc")
3742 (version "1.34.0")
3743 (source
3744 (origin
3745 (method url-fetch)
3746 (uri (bioconductor-uri "a4Preproc" version))
3747 (sha256
3748 (base32
3749 "11j5nc33gd6yis1fyagr0y39g21bzkc59kq8b8sd6b3pfc84zrjd"))))
3750 (properties `((upstream-name . "a4Preproc")))
3751 (build-system r-build-system)
3752 (propagated-inputs
3753 `(("r-annotationdbi" ,r-annotationdbi)))
3754 (home-page "https://bioconductor.org/packages/a4Preproc/")
3755 (synopsis "Automated Affymetrix array analysis preprocessing package")
3756 (description
3757 "This is a package for the automated analysis of Affymetrix arrays. It
3758 is used for preprocessing the arrays.")
3759 (license license:gpl3)))
3760
3761 (define-public r-a4reporting
3762 (package
3763 (name "r-a4reporting")
3764 (version "1.34.0")
3765 (source
3766 (origin
3767 (method url-fetch)
3768 (uri (bioconductor-uri "a4Reporting" version))
3769 (sha256
3770 (base32
3771 "15nd4pa5hkdzkhinvqw5ijdqb7k5gk37v2hmk3jsg2d6m0jqphi5"))))
3772 (properties `((upstream-name . "a4Reporting")))
3773 (build-system r-build-system)
3774 (propagated-inputs
3775 `(("r-annaffy" ,r-annaffy)
3776 ("r-xtable" ,r-xtable)))
3777 (home-page "https://bioconductor.org/packages/a4Reporting/")
3778 (synopsis "Automated Affymetrix array analysis reporting package")
3779 (description
3780 "This is a package for the automated analysis of Affymetrix arrays. It
3781 provides reporting features.")
3782 (license license:gpl3)))
3783
3784 (define-public r-a4base
3785 (package
3786 (name "r-a4base")
3787 (version "1.34.0")
3788 (source
3789 (origin
3790 (method url-fetch)
3791 (uri (bioconductor-uri "a4Base" version))
3792 (sha256
3793 (base32
3794 "0dgqyq4dnlcik5qqygnhxlhfr98sh6kmdcj2qllhrwyk0lmsfk01"))))
3795 (properties `((upstream-name . "a4Base")))
3796 (build-system r-build-system)
3797 (propagated-inputs
3798 `(("r-a4core" ,r-a4core)
3799 ("r-a4preproc" ,r-a4preproc)
3800 ("r-annaffy" ,r-annaffy)
3801 ("r-annotationdbi" ,r-annotationdbi)
3802 ("r-biobase" ,r-biobase)
3803 ("r-genefilter" ,r-genefilter)
3804 ("r-glmnet" ,r-glmnet)
3805 ("r-gplots" ,r-gplots)
3806 ("r-limma" ,r-limma)
3807 ("r-mpm" ,r-mpm)
3808 ("r-multtest" ,r-multtest)))
3809 (home-page "https://bioconductor.org/packages/a4Base/")
3810 (synopsis "Automated Affymetrix array analysis base package")
3811 (description
3812 "This package provides basic features for the automated analysis of
3813 Affymetrix arrays.")
3814 (license license:gpl3)))
3815
3816 (define-public r-a4
3817 (package
3818 (name "r-a4")
3819 (version "1.34.0")
3820 (source
3821 (origin
3822 (method url-fetch)
3823 (uri (bioconductor-uri "a4" version))
3824 (sha256
3825 (base32
3826 "14yipy6s2wqr9q0yp09x1mm17npknrhs6yd34i3wrb5id64ywnq4"))))
3827 (build-system r-build-system)
3828 (propagated-inputs
3829 `(("r-a4base" ,r-a4base)
3830 ("r-a4classif" ,r-a4classif)
3831 ("r-a4core" ,r-a4core)
3832 ("r-a4preproc" ,r-a4preproc)
3833 ("r-a4reporting" ,r-a4reporting)))
3834 (home-page "https://bioconductor.org/packages/a4/")
3835 (synopsis "Automated Affymetrix array analysis umbrella package")
3836 (description
3837 "This package provides a software suite for the automated analysis of
3838 Affymetrix arrays.")
3839 (license license:gpl3)))
3840
3841 (define-public r-abseqr
3842 (package
3843 (name "r-abseqr")
3844 (version "1.4.0")
3845 (source
3846 (origin
3847 (method url-fetch)
3848 (uri (bioconductor-uri "abseqR" version))
3849 (sha256
3850 (base32
3851 "1n9h5qkj4njr1f8fvhg9sj9wxcd7hljnnk8m80zwswzs2n9ivppa"))))
3852 (properties `((upstream-name . "abseqR")))
3853 (build-system r-build-system)
3854 (inputs
3855 `(("pandoc" ,ghc-pandoc)))
3856 (propagated-inputs
3857 `(("r-biocparallel" ,r-biocparallel)
3858 ("r-biocstyle" ,r-biocstyle)
3859 ("r-circlize" ,r-circlize)
3860 ("r-flexdashboard" ,r-flexdashboard)
3861 ("r-ggcorrplot" ,r-ggcorrplot)
3862 ("r-ggdendro" ,r-ggdendro)
3863 ("r-ggplot2" ,r-ggplot2)
3864 ("r-gridextra" ,r-gridextra)
3865 ("r-knitr" ,r-knitr)
3866 ("r-plotly" ,r-plotly)
3867 ("r-plyr" ,r-plyr)
3868 ("r-png" ,r-png)
3869 ("r-rcolorbrewer" ,r-rcolorbrewer)
3870 ("r-reshape2" ,r-reshape2)
3871 ("r-rmarkdown" ,r-rmarkdown)
3872 ("r-stringr" ,r-stringr)
3873 ("r-vegan" ,r-vegan)
3874 ("r-venndiagram" ,r-venndiagram)))
3875 (home-page "https://github.com/malhamdoosh/abseqR")
3876 (synopsis "Reporting and data analysis for Rep-Seq datasets of antibody libraries")
3877 (description
3878 "AbSeq is a comprehensive bioinformatic pipeline for the analysis of
3879 sequencing datasets generated from antibody libraries and abseqR is one of its
3880 packages. AbseqR empowers the users of abseqPy with plotting and reporting
3881 capabilities and allows them to generate interactive HTML reports for the
3882 convenience of viewing and sharing with other researchers. Additionally,
3883 abseqR extends abseqPy to compare multiple repertoire analyses and perform
3884 further downstream analysis on its output.")
3885 (license license:gpl3)))
3886
3887 (define-public r-bacon
3888 (package
3889 (name "r-bacon")
3890 (version "1.14.0")
3891 (source
3892 (origin
3893 (method url-fetch)
3894 (uri (bioconductor-uri "bacon" version))
3895 (sha256
3896 (base32
3897 "1q18vm4znl47v56cnvx9y5ygrial2mdjpl8x1043jq00kyygrc86"))))
3898 (build-system r-build-system)
3899 (propagated-inputs
3900 `(("r-biocparallel" ,r-biocparallel)
3901 ("r-ellipse" ,r-ellipse)
3902 ("r-ggplot2" ,r-ggplot2)))
3903 (home-page "https://bioconductor.org/packages/bacon/")
3904 (synopsis "Controlling bias and inflation in association studies")
3905 (description
3906 "Bacon can be used to remove inflation and bias often observed in
3907 epigenome- and transcriptome-wide association studies. To this end bacon
3908 constructs an empirical null distribution using a Gibbs Sampling algorithm by
3909 fitting a three-component normal mixture on z-scores.")
3910 (license license:gpl2+)))
3911
3912 (define-public r-rgadem
3913 (package
3914 (name "r-rgadem")
3915 (version "2.34.1")
3916 (source
3917 (origin
3918 (method url-fetch)
3919 (uri (bioconductor-uri "rGADEM" version))
3920 (sha256
3921 (base32
3922 "12xm4p4qsczf57kip8bvi6pr8sb5gvn11dnbz7lbh6sc03sx3q2h"))))
3923 (properties `((upstream-name . "rGADEM")))
3924 (build-system r-build-system)
3925 (propagated-inputs
3926 `(("r-biostrings" ,r-biostrings)
3927 ("r-bsgenome" ,r-bsgenome)
3928 ("r-genomicranges" ,r-genomicranges)
3929 ("r-iranges" ,r-iranges)
3930 ("r-seqlogo" ,r-seqlogo)))
3931 (home-page "https://bioconductor.org/packages/rGADEM/")
3932 (synopsis "De novo sequence motif discovery")
3933 (description
3934 "rGADEM is an efficient de novo motif discovery tool for large-scale
3935 genomic sequence data.")
3936 (license license:artistic2.0)))
3937
3938 (define-public r-motiv
3939 (package
3940 (name "r-motiv")
3941 (version "1.42.0")
3942 (source
3943 (origin
3944 (method url-fetch)
3945 (uri (bioconductor-uri "MotIV" version))
3946 (sha256
3947 (base32
3948 "07k4rw4nhcn4sg43psv1h7qr064gws22m2yyr7x8sy3f1i1c954k"))))
3949 (properties `((upstream-name . "MotIV")))
3950 (build-system r-build-system)
3951 (inputs
3952 `(("gsl" ,gsl)))
3953 (propagated-inputs
3954 `(("r-biocgenerics" ,r-biocgenerics)
3955 ("r-biostrings" ,r-biostrings)
3956 ("r-genomicranges" ,r-genomicranges)
3957 ("r-iranges" ,r-iranges)
3958 ("r-lattice" ,r-lattice)
3959 ("r-rgadem" ,r-rgadem)
3960 ("r-s4vectors" ,r-s4vectors)))
3961 (home-page "https://bioconductor.org/packages/MotIV/")
3962 (synopsis "Motif identification and validation")
3963 (description
3964 "This package is used for the identification and validation of sequence
3965 motifs. It makes use of STAMP for comparing a set of motifs to a given
3966 database (e.g. JASPAR). It can also be used to visualize motifs, motif
3967 distributions, modules and filter motifs.")
3968 (license license:gpl2)))
3969
3970 (define-public r-motifstack
3971 (package
3972 (name "r-motifstack")
3973 (version "1.30.0")
3974 (source
3975 (origin
3976 (method url-fetch)
3977 (uri (bioconductor-uri "motifStack" version))
3978 (sha256
3979 (base32
3980 "00rafqs1gqlcxlbsdn9qnq9xb7wjphiksb3hsx76viqjbjzi14wg"))))
3981 (properties `((upstream-name . "motifStack")))
3982 (build-system r-build-system)
3983 (propagated-inputs
3984 `(("r-ade4" ,r-ade4)
3985 ("r-biostrings" ,r-biostrings)
3986 ("r-ggplot2" ,r-ggplot2)
3987 ("r-grimport2" ,r-grimport2)
3988 ("r-htmlwidgets" ,r-htmlwidgets)
3989 ("r-motiv" ,r-motiv)
3990 ("r-scales" ,r-scales)
3991 ("r-xml" ,r-xml)))
3992 (home-page "https://bioconductor.org/packages/motifStack/")
3993 (synopsis "Plot stacked logos for DNA, RNA and amino acid sequences")
3994 (description
3995 "The motifStack package is designed for graphic representation of
3996 multiple motifs with different similarity scores. It works with both DNA/RNA
3997 sequence motifs and amino acid sequence motifs. In addition, it provides the
3998 flexibility for users to customize the graphic parameters such as the font
3999 type and symbol colors.")
4000 (license license:gpl2+)))
4001
4002 (define-public r-genomicscores
4003 (package
4004 (name "r-genomicscores")
4005 (version "1.10.0")
4006 (source
4007 (origin
4008 (method url-fetch)
4009 (uri (bioconductor-uri "GenomicScores" version))
4010 (sha256
4011 (base32
4012 "175iaqv7npa11yw48vmqpgx0qqs3g44c3dsya7ccwd1lg97fznkj"))))
4013 (properties `((upstream-name . "GenomicScores")))
4014 (build-system r-build-system)
4015 (propagated-inputs
4016 `(("r-annotationhub" ,r-annotationhub)
4017 ("r-biobase" ,r-biobase)
4018 ("r-biocgenerics" ,r-biocgenerics)
4019 ("r-biostrings" ,r-biostrings)
4020 ("r-bsgenome" ,r-bsgenome)
4021 ("r-genomeinfodb" ,r-genomeinfodb)
4022 ("r-genomicranges" ,r-genomicranges)
4023 ("r-iranges" ,r-iranges)
4024 ("r-s4vectors" ,r-s4vectors)
4025 ("r-xml" ,r-xml)))
4026 (home-page "https://github.com/rcastelo/GenomicScores/")
4027 (synopsis "Work with genome-wide position-specific scores")
4028 (description
4029 "This package provides infrastructure to store and access genome-wide
4030 position-specific scores within R and Bioconductor.")
4031 (license license:artistic2.0)))
4032
4033 (define-public r-atacseqqc
4034 (package
4035 (name "r-atacseqqc")
4036 (version "1.10.2")
4037 (source
4038 (origin
4039 (method url-fetch)
4040 (uri (bioconductor-uri "ATACseqQC" version))
4041 (sha256
4042 (base32
4043 "0dzrizacy3br8fiy1vnsl5zf242lg1hqv9dyv5ayqh2n480is57f"))))
4044 (properties `((upstream-name . "ATACseqQC")))
4045 (build-system r-build-system)
4046 (propagated-inputs
4047 `(("r-biocgenerics" ,r-biocgenerics)
4048 ("r-biostrings" ,r-biostrings)
4049 ("r-bsgenome" ,r-bsgenome)
4050 ("r-chippeakanno" ,r-chippeakanno)
4051 ("r-edger" ,r-edger)
4052 ("r-genomeinfodb" ,r-genomeinfodb)
4053 ("r-genomicalignments" ,r-genomicalignments)
4054 ("r-genomicranges" ,r-genomicranges)
4055 ("r-genomicscores" ,r-genomicscores)
4056 ("r-iranges" ,r-iranges)
4057 ("r-kernsmooth" ,r-kernsmooth)
4058 ("r-limma" ,r-limma)
4059 ("r-motifstack" ,r-motifstack)
4060 ("r-preseqr" ,r-preseqr)
4061 ("r-randomforest" ,r-randomforest)
4062 ("r-rsamtools" ,r-rsamtools)
4063 ("r-rtracklayer" ,r-rtracklayer)
4064 ("r-s4vectors" ,r-s4vectors)))
4065 (home-page "https://bioconductor.org/packages/ATACseqQC/")
4066 (synopsis "ATAC-seq quality control")
4067 (description
4068 "ATAC-seq, an assay for Transposase-Accessible Chromatin using
4069 sequencing, is a rapid and sensitive method for chromatin accessibility
4070 analysis. It was developed as an alternative method to MNase-seq, FAIRE-seq
4071 and DNAse-seq. The ATACseqQC package was developed to help users to quickly
4072 assess whether their ATAC-seq experiment is successful. It includes
4073 diagnostic plots of fragment size distribution, proportion of mitochondria
4074 reads, nucleosome positioning pattern, and CTCF or other Transcript Factor
4075 footprints.")
4076 (license license:gpl2+)))
4077
4078 (define-public r-gofuncr
4079 (package
4080 (name "r-gofuncr")
4081 (version "1.6.0")
4082 (source
4083 (origin
4084 (method url-fetch)
4085 (uri (bioconductor-uri "GOfuncR" version))
4086 (sha256
4087 (base32
4088 "0hmi13pz923fm95asys615rih63b1i2nvynfczr1zcsc9fzn4h35"))))
4089 (properties `((upstream-name . "GOfuncR")))
4090 (build-system r-build-system)
4091 (propagated-inputs
4092 `(("r-annotationdbi" ,r-annotationdbi)
4093 ("r-genomicranges" ,r-genomicranges)
4094 ("r-gtools" ,r-gtools)
4095 ("r-iranges" ,r-iranges)
4096 ("r-mapplots" ,r-mapplots)
4097 ("r-rcpp" ,r-rcpp)
4098 ("r-vioplot" ,r-vioplot)))
4099 (home-page "https://bioconductor.org/packages/GOfuncR/")
4100 (synopsis "Gene ontology enrichment using FUNC")
4101 (description
4102 "GOfuncR performs a gene ontology enrichment analysis based on the
4103 ontology enrichment software FUNC. GO-annotations are obtained from
4104 OrganismDb or OrgDb packages (@code{Homo.sapiens} by default); the GO-graph is
4105 included in the package and updated regularly. GOfuncR provides the standard
4106 candidate vs background enrichment analysis using the hypergeometric test, as
4107 well as three additional tests:
4108
4109 @enumerate
4110 @item the Wilcoxon rank-sum test that is used when genes are ranked,
4111 @item a binomial test that is used when genes are associated with two counts,
4112 and
4113 @item a Chi-square or Fisher's exact test that is used in cases when genes are
4114 associated with four counts.
4115 @end enumerate
4116
4117 To correct for multiple testing and interdependency of the tests, family-wise
4118 error rates are computed based on random permutations of the gene-associated
4119 variables. GOfuncR also provides tools for exploring the ontology graph and
4120 the annotations, and options to take gene-length or spatial clustering of
4121 genes into account. It is also possible to provide custom gene coordinates,
4122 annotations and ontologies.")
4123 (license license:gpl2+)))
4124
4125 (define-public r-abaenrichment
4126 (package
4127 (name "r-abaenrichment")
4128 (version "1.16.0")
4129 (source
4130 (origin
4131 (method url-fetch)
4132 (uri (bioconductor-uri "ABAEnrichment" version))
4133 (sha256
4134 (base32
4135 "128ik28j8kmdkycffhxajv5h174zdq9sfn2gz6ai90wgkdadbzwp"))))
4136 (properties `((upstream-name . "ABAEnrichment")))
4137 (build-system r-build-system)
4138 (propagated-inputs
4139 `(("r-abadata" ,r-abadata)
4140 ("r-data-table" ,r-data-table)
4141 ("r-gofuncr" ,r-gofuncr)
4142 ("r-gplots" ,r-gplots)
4143 ("r-gtools" ,r-gtools)
4144 ("r-rcpp" ,r-rcpp)))
4145 (home-page "https://bioconductor.org/packages/ABAEnrichment/")
4146 (synopsis "Gene expression enrichment in human brain regions")
4147 (description
4148 "The package ABAEnrichment is designed to test for enrichment of user
4149 defined candidate genes in the set of expressed genes in different human brain
4150 regions. The core function @code{aba_enrich} integrates the expression of the
4151 candidate gene set (averaged across donors) and the structural information of
4152 the brain using an ontology, both provided by the Allen Brain Atlas project.")
4153 (license license:gpl2+)))
4154
4155 (define-public r-annotationfuncs
4156 (package
4157 (name "r-annotationfuncs")
4158 (version "1.36.0")
4159 (source
4160 (origin
4161 (method url-fetch)
4162 (uri (bioconductor-uri "AnnotationFuncs" version))
4163 (sha256
4164 (base32
4165 "0ws14b1ibqml7w8kj0gi7wdp6wd8dcdpnrmcxldjzsyawf17q0yq"))))
4166 (properties
4167 `((upstream-name . "AnnotationFuncs")))
4168 (build-system r-build-system)
4169 (propagated-inputs
4170 `(("r-annotationdbi" ,r-annotationdbi)
4171 ("r-dbi" ,r-dbi)))
4172 (home-page "https://www.iysik.com/r/annotationfuncs")
4173 (synopsis "Annotation translation functions")
4174 (description
4175 "This package provides functions for handling translating between
4176 different identifieres using the Biocore Data Team data-packages (e.g.
4177 @code{org.Bt.eg.db}).")
4178 (license license:gpl2)))
4179
4180 (define-public r-annotationtools
4181 (package
4182 (name "r-annotationtools")
4183 (version "1.60.0")
4184 (source
4185 (origin
4186 (method url-fetch)
4187 (uri (bioconductor-uri "annotationTools" version))
4188 (sha256
4189 (base32
4190 "1cq7ayq2swp2ahlphz74nh5mb869rgyyr0kkqy1mxyilk8k2g44i"))))
4191 (properties
4192 `((upstream-name . "annotationTools")))
4193 (build-system r-build-system)
4194 (propagated-inputs `(("r-biobase" ,r-biobase)))
4195 (home-page "https://bioconductor.org/packages/annotationTools/")
4196 (synopsis "Annotate microarrays and perform gene expression analyses")
4197 (description
4198 "This package provides functions to annotate microarrays, find orthologs,
4199 and integrate heterogeneous gene expression profiles using annotation and
4200 other molecular biology information available as flat file database (plain
4201 text files).")
4202 ;; Any version of the GPL.
4203 (license (list license:gpl2+))))
4204
4205 (define-public r-allelicimbalance
4206 (package
4207 (name "r-allelicimbalance")
4208 (version "1.24.0")
4209 (source
4210 (origin
4211 (method url-fetch)
4212 (uri (bioconductor-uri "AllelicImbalance" version))
4213 (sha256
4214 (base32
4215 "0vy8w7ii2qljsmq8lr21lygkcrsshc7syyqhadlbxyj3scgi7kyc"))))
4216 (properties
4217 `((upstream-name . "AllelicImbalance")))
4218 (build-system r-build-system)
4219 (propagated-inputs
4220 `(("r-annotationdbi" ,r-annotationdbi)
4221 ("r-biocgenerics" ,r-biocgenerics)
4222 ("r-biostrings" ,r-biostrings)
4223 ("r-bsgenome" ,r-bsgenome)
4224 ("r-genomeinfodb" ,r-genomeinfodb)
4225 ("r-genomicalignments" ,r-genomicalignments)
4226 ("r-genomicfeatures" ,r-genomicfeatures)
4227 ("r-genomicranges" ,r-genomicranges)
4228 ("r-gridextra" ,r-gridextra)
4229 ("r-gviz" ,r-gviz)
4230 ("r-iranges" ,r-iranges)
4231 ("r-lattice" ,r-lattice)
4232 ("r-latticeextra" ,r-latticeextra)
4233 ("r-nlme" ,r-nlme)
4234 ("r-rsamtools" ,r-rsamtools)
4235 ("r-s4vectors" ,r-s4vectors)
4236 ("r-seqinr" ,r-seqinr)
4237 ("r-summarizedexperiment" ,r-summarizedexperiment)
4238 ("r-variantannotation" ,r-variantannotation)))
4239 (home-page "https://github.com/pappewaio/AllelicImbalance")
4240 (synopsis "Investigate allele-specific expression")
4241 (description
4242 "This package provides a framework for allele-specific expression
4243 investigation using RNA-seq data.")
4244 (license license:gpl3)))
4245
4246 (define-public r-aucell
4247 (package
4248 (name "r-aucell")
4249 (version "1.8.0")
4250 (source
4251 (origin
4252 (method url-fetch)
4253 (uri (bioconductor-uri "AUCell" version))
4254 (sha256
4255 (base32
4256 "1g4mdq8z29fjxrfjng0fb3cvbph49mwds4ijsa2bn2k6f75dnzky"))))
4257 (properties `((upstream-name . "AUCell")))
4258 (build-system r-build-system)
4259 (propagated-inputs
4260 `(("r-biocgenerics" ,r-biocgenerics)
4261 ("r-data-table" ,r-data-table)
4262 ("r-gseabase" ,r-gseabase)
4263 ("r-mixtools" ,r-mixtools)
4264 ("r-r-utils" ,r-r-utils)
4265 ("r-s4vectors" ,r-s4vectors)
4266 ("r-shiny" ,r-shiny)
4267 ("r-summarizedexperiment" ,r-summarizedexperiment)))
4268 (home-page "https://bioconductor.org/packages/AUCell/")
4269 (synopsis "Analysis of gene set activity in single-cell RNA-seq data")
4270 (description
4271 "AUCell allows to identify cells with active gene sets (e.g. signatures,
4272 gene modules, etc) in single-cell RNA-seq data. AUCell uses the @dfn{Area
4273 Under the Curve} (AUC) to calculate whether a critical subset of the input
4274 gene set is enriched within the expressed genes for each cell. The
4275 distribution of AUC scores across all the cells allows exploring the relative
4276 expression of the signature. Since the scoring method is ranking-based,
4277 AUCell is independent of the gene expression units and the normalization
4278 procedure. In addition, since the cells are evaluated individually, it can
4279 easily be applied to bigger datasets, subsetting the expression matrix if
4280 needed.")
4281 (license license:gpl3)))
4282
4283 (define-public r-ebimage
4284 (package
4285 (name "r-ebimage")
4286 (version "4.28.1")
4287 (source
4288 (origin
4289 (method url-fetch)
4290 (uri (bioconductor-uri "EBImage" version))
4291 (sha256
4292 (base32
4293 "0q54q2nw6p1s4nrj1l8qz78m67xcysj2x82zs43my8iv2g9iifgs"))))
4294 (properties `((upstream-name . "EBImage")))
4295 (build-system r-build-system)
4296 (propagated-inputs
4297 `(("r-abind" ,r-abind)
4298 ("r-biocgenerics" ,r-biocgenerics)
4299 ("r-fftwtools" ,r-fftwtools)
4300 ("r-htmltools" ,r-htmltools)
4301 ("r-htmlwidgets" ,r-htmlwidgets)
4302 ("r-jpeg" ,r-jpeg)
4303 ("r-locfit" ,r-locfit)
4304 ("r-png" ,r-png)
4305 ("r-rcurl" ,r-rcurl)
4306 ("r-tiff" ,r-tiff)))
4307 (native-inputs
4308 `(("r-knitr" ,r-knitr))) ; for vignettes
4309 (home-page "https://github.com/aoles/EBImage")
4310 (synopsis "Image processing and analysis toolbox for R")
4311 (description
4312 "EBImage provides general purpose functionality for image processing and
4313 analysis. In the context of (high-throughput) microscopy-based cellular
4314 assays, EBImage offers tools to segment cells and extract quantitative
4315 cellular descriptors. This allows the automation of such tasks using the R
4316 programming language and facilitates the use of other tools in the R
4317 environment for signal processing, statistical modeling, machine learning and
4318 visualization with image data.")
4319 ;; Any version of the LGPL.
4320 (license license:lgpl2.1+)))
4321
4322 (define-public r-yamss
4323 (package
4324 (name "r-yamss")
4325 (version "1.12.0")
4326 (source
4327 (origin
4328 (method url-fetch)
4329 (uri (bioconductor-uri "yamss" version))
4330 (sha256
4331 (base32
4332 "1n49a2vg1667wycrjww29xfafngllvpb5nq5wy6pgn0akva91nky"))))
4333 (build-system r-build-system)
4334 (propagated-inputs
4335 `(("r-biocgenerics" ,r-biocgenerics)
4336 ("r-data-table" ,r-data-table)
4337 ("r-ebimage" ,r-ebimage)
4338 ("r-iranges" ,r-iranges)
4339 ("r-limma" ,r-limma)
4340 ("r-matrix" ,r-matrix)
4341 ("r-mzr" ,r-mzr)
4342 ("r-s4vectors" ,r-s4vectors)
4343 ("r-summarizedexperiment"
4344 ,r-summarizedexperiment)))
4345 (home-page "https://github.com/hansenlab/yamss")
4346 (synopsis "Tools for high-throughput metabolomics")
4347 (description
4348 "This package provides tools to analyze and visualize high-throughput
4349 metabolomics data acquired using chromatography-mass spectrometry. These tools
4350 preprocess data in a way that enables reliable and powerful differential
4351 analysis.")
4352 (license license:artistic2.0)))
4353
4354 (define-public r-gtrellis
4355 (package
4356 (name "r-gtrellis")
4357 (version "1.18.0")
4358 (source
4359 (origin
4360 (method url-fetch)
4361 (uri (bioconductor-uri "gtrellis" version))
4362 (sha256
4363 (base32
4364 "0mgspmv6p1a2k98jyy2dfl0wpa2vh7bhnjfm2xaqmcsxzmbjhh9z"))))
4365 (build-system r-build-system)
4366 (propagated-inputs
4367 `(("r-circlize" ,r-circlize)
4368 ("r-genomicranges" ,r-genomicranges)
4369 ("r-getoptlong" ,r-getoptlong)
4370 ("r-iranges" ,r-iranges)))
4371 (home-page "https://github.com/jokergoo/gtrellis")
4372 (synopsis "Genome level Trellis layout")
4373 (description
4374 "Genome level Trellis graph visualizes genomic data conditioned by
4375 genomic categories (e.g. chromosomes). For each genomic category, multiple
4376 dimensional data which are represented as tracks describe different features
4377 from different aspects. This package provides high flexibility to arrange
4378 genomic categories and to add self-defined graphics in the plot.")
4379 (license license:expat)))
4380
4381 (define-public r-somaticsignatures
4382 (package
4383 (name "r-somaticsignatures")
4384 (version "2.22.0")
4385 (source
4386 (origin
4387 (method url-fetch)
4388 (uri (bioconductor-uri "SomaticSignatures" version))
4389 (sha256
4390 (base32
4391 "1gvrkahllwz38g3hn9pjlikhfqz19a4qglcqmyrxk7h9ybx5zy5z"))))
4392 (properties
4393 `((upstream-name . "SomaticSignatures")))
4394 (build-system r-build-system)
4395 (propagated-inputs
4396 `(("r-biobase" ,r-biobase)
4397 ("r-biostrings" ,r-biostrings)
4398 ("r-genomeinfodb" ,r-genomeinfodb)
4399 ("r-genomicranges" ,r-genomicranges)
4400 ("r-ggbio" ,r-ggbio)
4401 ("r-ggplot2" ,r-ggplot2)
4402 ("r-iranges" ,r-iranges)
4403 ("r-nmf" ,r-nmf)
4404 ("r-pcamethods" ,r-pcamethods)
4405 ("r-proxy" ,r-proxy)
4406 ("r-reshape2" ,r-reshape2)
4407 ("r-s4vectors" ,r-s4vectors)
4408 ("r-variantannotation" ,r-variantannotation)))
4409 (home-page "https://github.com/juliangehring/SomaticSignatures")
4410 (synopsis "Somatic signatures")
4411 (description
4412 "This package identifies mutational signatures of @dfn{single nucleotide
4413 variants} (SNVs). It provides a infrastructure related to the methodology
4414 described in Nik-Zainal (2012, Cell), with flexibility in the matrix
4415 decomposition algorithms.")
4416 (license license:expat)))
4417
4418 (define-public r-yapsa
4419 (package
4420 (name "r-yapsa")
4421 (version "1.12.0")
4422 (source
4423 (origin
4424 (method url-fetch)
4425 (uri (bioconductor-uri "YAPSA" version))
4426 (sha256
4427 (base32
4428 "132x51f8k8zyx6j8jk05x4lr9q1hlblgvr69wkhn0q3f8mhaj926"))))
4429 (properties `((upstream-name . "YAPSA")))
4430 (build-system r-build-system)
4431 (propagated-inputs
4432 `(("r-circlize" ,r-circlize)
4433 ("r-complexheatmap" ,r-complexheatmap)
4434 ("r-corrplot" ,r-corrplot)
4435 ("r-dendextend" ,r-dendextend)
4436 ("r-genomeinfodb" ,r-genomeinfodb)
4437 ("r-genomicranges" ,r-genomicranges)
4438 ("r-getoptlong" ,r-getoptlong)
4439 ("r-ggplot2" ,r-ggplot2)
4440 ("r-gridextra" ,r-gridextra)
4441 ("r-gtrellis" ,r-gtrellis)
4442 ("r-keggrest" ,r-keggrest)
4443 ("r-lsei" ,r-lsei)
4444 ("r-pmcmr" ,r-pmcmr)
4445 ("r-reshape2" ,r-reshape2)
4446 ("r-somaticsignatures" ,r-somaticsignatures)
4447 ("r-variantannotation" ,r-variantannotation)))
4448 (home-page "https://bioconductor.org/packages/YAPSA/")
4449 (synopsis "Yet another package for signature analysis")
4450 (description
4451 "This package provides functions and routines useful in the analysis of
4452 somatic signatures (cf. L. Alexandrov et al., Nature 2013). In particular,
4453 functions to perform a signature analysis with known signatures and a
4454 signature analysis on @dfn{stratified mutational catalogue} (SMC) are
4455 provided.")
4456 (license license:gpl3)))
4457
4458 (define-public r-gcrma
4459 (package
4460 (name "r-gcrma")
4461 (version "2.58.0")
4462 (source
4463 (origin
4464 (method url-fetch)
4465 (uri (bioconductor-uri "gcrma" version))
4466 (sha256
4467 (base32
4468 "0c9sa9ldlcpdcjdan8m4ndnyaisr6wbarq486sl44ikh7wf1csfx"))))
4469 (build-system r-build-system)
4470 (propagated-inputs
4471 `(("r-affy" ,r-affy)
4472 ("r-affyio" ,r-affyio)
4473 ("r-biobase" ,r-biobase)
4474 ("r-biocmanager" ,r-biocmanager)
4475 ("r-biostrings" ,r-biostrings)
4476 ("r-xvector" ,r-xvector)))
4477 (home-page "https://bioconductor.org/packages/gcrma/")
4478 (synopsis "Background adjustment using sequence information")
4479 (description
4480 "Gcrma adjusts for background intensities in Affymetrix array data which
4481 include optical noise and @dfn{non-specific binding} (NSB). The main function
4482 @code{gcrma} converts background adjusted probe intensities to expression
4483 measures using the same normalization and summarization methods as a
4484 @dfn{Robust Multiarray Average} (RMA). Gcrma uses probe sequence information
4485 to estimate probe affinity to NSB. The sequence information is summarized in
4486 a more complex way than the simple GC content. Instead, the base types (A, T,
4487 G or C) at each position along the probe determine the affinity of each probe.
4488 The parameters of the position-specific base contributions to the probe
4489 affinity is estimated in an NSB experiment in which only NSB but no
4490 gene-specific bidning is expected.")
4491 ;; Any version of the LGPL
4492 (license license:lgpl2.1+)))
4493
4494 (define-public r-simpleaffy
4495 (package
4496 (name "r-simpleaffy")
4497 (version "2.62.0")
4498 (source
4499 (origin
4500 (method url-fetch)
4501 (uri (bioconductor-uri "simpleaffy" version))
4502 (sha256
4503 (base32
4504 "18bz3pfgp0f7906flrljx97ann8s71pnb8gpw7nah46n8vqc0xcs"))))
4505 (build-system r-build-system)
4506 (propagated-inputs
4507 `(("r-affy" ,r-affy)
4508 ("r-biobase" ,r-biobase)
4509 ("r-biocgenerics" ,r-biocgenerics)
4510 ("r-gcrma" ,r-gcrma)
4511 ("r-genefilter" ,r-genefilter)))
4512 (home-page "https://bioconductor.org/packages/simpleaffy/")
4513 (synopsis "Very simple high level analysis of Affymetrix data")
4514 (description
4515 "This package provides high level functions for reading Affy @file{.CEL}
4516 files, phenotypic data, and then computing simple things with it, such as
4517 t-tests, fold changes and the like. It makes heavy use of the @code{affy}
4518 library. It also has some basic scatter plot functions and mechanisms for
4519 generating high resolution journal figures.")
4520 (license license:gpl2+)))
4521
4522 (define-public r-yaqcaffy
4523 (package
4524 (name "r-yaqcaffy")
4525 (version "1.46.0")
4526 (source
4527 (origin
4528 (method url-fetch)
4529 (uri (bioconductor-uri "yaqcaffy" version))
4530 (sha256
4531 (base32
4532 "0kzzqsf1lfbcmy95w2z0c9qrvp7mbwm50k2l9wvz3xa5wz6xa7gz"))))
4533 (build-system r-build-system)
4534 (propagated-inputs
4535 `(("r-simpleaffy" ,r-simpleaffy)))
4536 (home-page "https://bioconductor.org/packages/yaqcaffy/")
4537 (synopsis "Affymetrix quality control and reproducibility analysis")
4538 (description
4539 "This is a package that can be used for quality control of Affymetrix
4540 GeneChip expression data and reproducibility analysis of human whole genome
4541 chips with the MAQC reference datasets.")
4542 (license license:artistic2.0)))
4543
4544 (define-public r-quantro
4545 (package
4546 (name "r-quantro")
4547 (version "1.20.0")
4548 (source
4549 (origin
4550 (method url-fetch)
4551 (uri (bioconductor-uri "quantro" version))
4552 (sha256
4553 (base32
4554 "09f3x1j50ll5hhn3qwys5x06mii3fqsrk6dkvsxai0kdxv9cjz9m"))))
4555 (build-system r-build-system)
4556 (propagated-inputs
4557 `(("r-biobase" ,r-biobase)
4558 ("r-doparallel" ,r-doparallel)
4559 ("r-foreach" ,r-foreach)
4560 ("r-ggplot2" ,r-ggplot2)
4561 ("r-iterators" ,r-iterators)
4562 ("r-minfi" ,r-minfi)
4563 ("r-rcolorbrewer" ,r-rcolorbrewer)))
4564 (home-page "https://bioconductor.org/packages/quantro/")
4565 (synopsis "Test for when to use quantile normalization")
4566 (description
4567 "This package provides a data-driven test for the assumptions of quantile
4568 normalization using raw data such as objects that inherit eSets (e.g.
4569 ExpressionSet, MethylSet). Group level information about each sample (such as
4570 Tumor / Normal status) must also be provided because the test assesses if
4571 there are global differences in the distributions between the user-defined
4572 groups.")
4573 (license license:gpl3+)))
4574
4575 (define-public r-yarn
4576 (package
4577 (name "r-yarn")
4578 (version "1.12.0")
4579 (source
4580 (origin
4581 (method url-fetch)
4582 (uri (bioconductor-uri "yarn" version))
4583 (sha256
4584 (base32
4585 "0891a10adkhm1zpm7fpcxc2xfxjf9yrpckaz87b2wdjdiwivc4cp"))))
4586 (build-system r-build-system)
4587 (propagated-inputs
4588 `(("r-biobase" ,r-biobase)
4589 ("r-biomart" ,r-biomart)
4590 ("r-downloader" ,r-downloader)
4591 ("r-edger" ,r-edger)
4592 ("r-gplots" ,r-gplots)
4593 ("r-limma" ,r-limma)
4594 ("r-matrixstats" ,r-matrixstats)
4595 ("r-preprocesscore" ,r-preprocesscore)
4596 ("r-quantro" ,r-quantro)
4597 ("r-rcolorbrewer" ,r-rcolorbrewer)
4598 ("r-readr" ,r-readr)))
4599 (home-page "https://bioconductor.org/packages/yarn/")
4600 (synopsis "Robust multi-condition RNA-Seq preprocessing and normalization")
4601 (description
4602 "Expedite large RNA-Seq analyses using a combination of previously
4603 developed tools. YARN is meant to make it easier for the user in performing
4604 basic mis-annotation quality control, filtering, and condition-aware
4605 normalization. YARN leverages many Bioconductor tools and statistical
4606 techniques to account for the large heterogeneity and sparsity found in very
4607 large RNA-seq experiments.")
4608 (license license:artistic2.0)))
4609
4610 (define-public r-roar
4611 (package
4612 (name "r-roar")
4613 (version "1.22.0")
4614 (source
4615 (origin
4616 (method url-fetch)
4617 (uri (bioconductor-uri "roar" version))
4618 (sha256
4619 (base32
4620 "1nqw0agx9x8ycdf0gw17fdlnmzpw9x3zig1wcy10xpyhyjdbbi06"))))
4621 (build-system r-build-system)
4622 (propagated-inputs
4623 `(("r-biocgenerics" ,r-biocgenerics)
4624 ("r-genomeinfodb" ,r-genomeinfodb)
4625 ("r-genomicalignments" ,r-genomicalignments)
4626 ("r-genomicranges" ,r-genomicranges)
4627 ("r-iranges" ,r-iranges)
4628 ("r-rtracklayer" ,r-rtracklayer)
4629 ("r-s4vectors" ,r-s4vectors)
4630 ("r-summarizedexperiment" ,r-summarizedexperiment)))
4631 (home-page "https://github.com/vodkatad/roar/")
4632 (synopsis "Identify differential APA usage from RNA-seq alignments")
4633 (description
4634 "This package provides tools for identifying preferential usage of APA
4635 sites, comparing two biological conditions, starting from known alternative
4636 sites and alignments obtained from standard RNA-seq experiments.")
4637 (license license:gpl3)))
4638
4639 (define-public r-xbseq
4640 (package
4641 (name "r-xbseq")
4642 (version "1.18.0")
4643 (source
4644 (origin
4645 (method url-fetch)
4646 (uri (bioconductor-uri "XBSeq" version))
4647 (sha256
4648 (base32
4649 "1qr5gvf8jcx6r0ac7d2wmnikswmp3k71lirnw7dyr6fndzrdz9lp"))))
4650 (properties `((upstream-name . "XBSeq")))
4651 (build-system r-build-system)
4652 (propagated-inputs
4653 `(("r-biobase" ,r-biobase)
4654 ("r-deseq2" ,r-deseq2)
4655 ("r-dplyr" ,r-dplyr)
4656 ("r-ggplot2" ,r-ggplot2)
4657 ("r-locfit" ,r-locfit)
4658 ("r-magrittr" ,r-magrittr)
4659 ("r-matrixstats" ,r-matrixstats)
4660 ("r-pracma" ,r-pracma)
4661 ("r-roar" ,r-roar)))
4662 (home-page "https://github.com/Liuy12/XBSeq")
4663 (synopsis "Test for differential expression for RNA-seq data")
4664 (description
4665 "XBSeq is a novel algorithm for testing RNA-seq @dfn{differential
4666 expression} (DE), where a statistical model was established based on the
4667 assumption that observed signals are the convolution of true expression
4668 signals and sequencing noises. The mapped reads in non-exonic regions are
4669 considered as sequencing noises, which follows a Poisson distribution. Given
4670 measurable observed signal and background noise from RNA-seq data, true
4671 expression signals, assuming governed by the negative binomial distribution,
4672 can be delineated and thus the accurate detection of differential expressed
4673 genes.")
4674 (license license:gpl3+)))
4675
4676 (define-public r-massspecwavelet
4677 (package
4678 (name "r-massspecwavelet")
4679 (version "1.52.0")
4680 (source
4681 (origin
4682 (method url-fetch)
4683 (uri (bioconductor-uri "MassSpecWavelet" version))
4684 (sha256
4685 (base32
4686 "0xnj3ncrwvr2b8msi3g77mgzj0zaksn3lgqdn1abh0ww5wgk83v7"))))
4687 (properties
4688 `((upstream-name . "MassSpecWavelet")))
4689 (build-system r-build-system)
4690 (propagated-inputs
4691 `(("r-waveslim" ,r-waveslim)))
4692 (home-page "https://bioconductor.org/packages/MassSpecWavelet/")
4693 (synopsis "Mass spectrum processing by wavelet-based algorithms")
4694 (description
4695 "The MassSpecWavelet package aims to process @dfn{Mass Spectrometry} (MS)
4696 data mainly through the use of wavelet transforms. It supports peak detection
4697 based on @dfn{Continuous Wavelet Transform} (CWT).")
4698 (license license:lgpl2.0+)))
4699
4700 (define-public r-xcms
4701 (package
4702 (name "r-xcms")
4703 (version "3.8.1")
4704 (source
4705 (origin
4706 (method url-fetch)
4707 (uri (bioconductor-uri "xcms" version))
4708 (sha256
4709 (base32
4710 "18iglvlvlxrdwn2apdvihj9jxmx0kwm5z37rml67xcj9sfdi3bjb"))))
4711 (build-system r-build-system)
4712 (propagated-inputs
4713 `(("r-biobase" ,r-biobase)
4714 ("r-biocgenerics" ,r-biocgenerics)
4715 ("r-biocparallel" ,r-biocparallel)
4716 ("r-iranges" ,r-iranges)
4717 ("r-lattice" ,r-lattice)
4718 ("r-massspecwavelet" ,r-massspecwavelet)
4719 ("r-msnbase" ,r-msnbase)
4720 ("r-multtest" ,r-multtest)
4721 ("r-mzr" ,r-mzr)
4722 ("r-plyr" ,r-plyr)
4723 ("r-protgenerics" ,r-protgenerics)
4724 ("r-rann" ,r-rann)
4725 ("r-rcolorbrewer" ,r-rcolorbrewer)
4726 ("r-robustbase" ,r-robustbase)
4727 ("r-s4vectors" ,r-s4vectors)))
4728 (home-page "https://bioconductor.org/packages/xcms/")
4729 (synopsis "LC/MS and GC/MS mass spectrometry data analysis")
4730 (description
4731 "This package provides a framework for processing and visualization of
4732 chromatographically separated and single-spectra mass spectral data. It
4733 imports from AIA/ANDI NetCDF, mzXML, mzData and mzML files. It preprocesses
4734 data for high-throughput, untargeted analyte profiling.")
4735 (license license:gpl2+)))
4736
4737 (define-public r-wrench
4738 (package
4739 (name "r-wrench")
4740 (version "1.4.0")
4741 (source
4742 (origin
4743 (method url-fetch)
4744 (uri (bioconductor-uri "Wrench" version))
4745 (sha256
4746 (base32
4747 "1s8d7jn0dk5zk2fhvsd4sgicypz4c41nzf19nqzcwb9bd6asgrwm"))))
4748 (properties `((upstream-name . "Wrench")))
4749 (build-system r-build-system)
4750 (propagated-inputs
4751 `(("r-limma" ,r-limma)
4752 ("r-locfit" ,r-locfit)
4753 ("r-matrixstats" ,r-matrixstats)))
4754 (home-page "https://github.com/HCBravoLab/Wrench")
4755 (synopsis "Wrench normalization for sparse count data")
4756 (description
4757 "Wrench is a package for normalization sparse genomic count data, like
4758 that arising from 16s metagenomic surveys.")
4759 (license license:artistic2.0)))
4760
4761 (define-public r-wiggleplotr
4762 (package
4763 (name "r-wiggleplotr")
4764 (version "1.10.1")
4765 (source
4766 (origin
4767 (method url-fetch)
4768 (uri (bioconductor-uri "wiggleplotr" version))
4769 (sha256
4770 (base32
4771 "1pj2bsn5azs18mp5hr4g7c6rnds2y2rjjnak2785kaj7xi8jly4m"))))
4772 (build-system r-build-system)
4773 (propagated-inputs
4774 `(("r-assertthat" ,r-assertthat)
4775 ("r-cowplot" ,r-cowplot)
4776 ("r-dplyr" ,r-dplyr)
4777 ("r-genomeinfodb" ,r-genomeinfodb)
4778 ("r-genomicranges" ,r-genomicranges)
4779 ("r-ggplot2" ,r-ggplot2)
4780 ("r-iranges" ,r-iranges)
4781 ("r-purrr" ,r-purrr)
4782 ("r-rtracklayer" ,r-rtracklayer)
4783 ("r-s4vectors" ,r-s4vectors)))
4784 (home-page "https://bioconductor.org/packages/wiggleplotr/")
4785 (synopsis "Make read coverage plots from BigWig files")
4786 (description
4787 "This package provides tools to visualize read coverage from sequencing
4788 experiments together with genomic annotations (genes, transcripts, peaks).
4789 Introns of long transcripts can be rescaled to a fixed length for better
4790 visualization of exonic read coverage.")
4791 (license license:asl2.0)))
4792
4793 (define-public r-widgettools
4794 (package
4795 (name "r-widgettools")
4796 (version "1.64.0")
4797 (source
4798 (origin
4799 (method url-fetch)
4800 (uri (bioconductor-uri "widgetTools" version))
4801 (sha256
4802 (base32
4803 "1nqy3icayacv5mlv5s5xgfli0dqzancs6zpffrl5p237c994nyr5"))))
4804 (properties `((upstream-name . "widgetTools")))
4805 (build-system r-build-system)
4806 (home-page "https://bioconductor.org/packages/widgetTools/")
4807 (synopsis "Tools for creating interactive tcltk widgets")
4808 (description
4809 "This package contains tools to support the construction of tcltk
4810 widgets in R.")
4811 ;; Any version of the LGPL.
4812 (license license:lgpl3+)))
4813
4814 (define-public r-webbioc
4815 (package
4816 (name "r-webbioc")
4817 (version "1.58.0")
4818 (source
4819 (origin
4820 (method url-fetch)
4821 (uri (bioconductor-uri "webbioc" version))
4822 (sha256
4823 (base32
4824 "1cwrmvh1l603k6j1r425c4vrqp0zf0x7bgx7y1wnbq4r7yc5sp62"))))
4825 (build-system r-build-system)
4826 (inputs
4827 `(("netpbm" ,netpbm)
4828 ("perl" ,perl)))
4829 (propagated-inputs
4830 `(("r-affy" ,r-affy)
4831 ("r-annaffy" ,r-annaffy)
4832 ("r-biobase" ,r-biobase)
4833 ("r-biocmanager" ,r-biocmanager)
4834 ("r-gcrma" ,r-gcrma)
4835 ("r-multtest" ,r-multtest)
4836 ("r-qvalue" ,r-qvalue)
4837 ("r-vsn" ,r-vsn)))
4838 (home-page "https://www.bioconductor.org/")
4839 (synopsis "Bioconductor web interface")
4840 (description
4841 "This package provides an integrated web interface for doing microarray
4842 analysis using several of the Bioconductor packages. It is intended to be
4843 deployed as a centralized bioinformatics resource for use by many users.
4844 Currently only Affymetrix oligonucleotide analysis is supported.")
4845 (license license:gpl2+)))
4846
4847 (define-public r-zfpkm
4848 (package
4849 (name "r-zfpkm")
4850 (version "1.8.0")
4851 (source
4852 (origin
4853 (method url-fetch)
4854 (uri (bioconductor-uri "zFPKM" version))
4855 (sha256
4856 (base32
4857 "1hg0vc0ns8d4jpddn1v5a5m13a033b0wf1al01pb1lvmx5mzzr2n"))))
4858 (properties `((upstream-name . "zFPKM")))
4859 (build-system r-build-system)
4860 (propagated-inputs
4861 `(("r-checkmate" ,r-checkmate)
4862 ("r-dplyr" ,r-dplyr)
4863 ("r-ggplot2" ,r-ggplot2)
4864 ("r-summarizedexperiment" ,r-summarizedexperiment)
4865 ("r-tidyr" ,r-tidyr)))
4866 (home-page "https://github.com/ronammar/zFPKM/")
4867 (synopsis "Functions to facilitate zFPKM transformations")
4868 (description
4869 "This is a package to perform the zFPKM transform on RNA-seq FPKM data.
4870 This algorithm is based on the publication by Hart et al., 2013 (Pubmed ID
4871 24215113).")
4872 (license license:gpl3)))
4873
4874 (define-public r-rbowtie2
4875 (package
4876 (name "r-rbowtie2")
4877 (version "1.8.0")
4878 (source
4879 (origin
4880 (method url-fetch)
4881 (uri (bioconductor-uri "Rbowtie2" version))
4882 (sha256
4883 (base32
4884 "1b7x42n9zisi2w2wwfc0c39j8s9868imyr0ysqgswf6l5mv9ivc5"))))
4885 (properties `((upstream-name . "Rbowtie2")))
4886 (build-system r-build-system)
4887 (inputs
4888 `(("zlib" ,zlib)))
4889 (home-page "https://bioconductor.org/packages/Rbowtie2/")
4890 (synopsis "R wrapper for Bowtie2 and AdapterRemoval")
4891 (description
4892 "This package provides an R wrapper of the popular @code{bowtie2}
4893 sequencing reads aligner and @code{AdapterRemoval}, a convenient tool for
4894 rapid adapter trimming, identification, and read merging.")
4895 (license license:gpl3+)))
4896
4897 (define-public r-progeny
4898 (package
4899 (name "r-progeny")
4900 (version "1.8.0")
4901 (source
4902 (origin
4903 (method url-fetch)
4904 (uri (bioconductor-uri "progeny" version))
4905 (sha256
4906 (base32
4907 "0j3kxjj7xmmwb29p87n3bw7bl38gcb94jrpw32126a578rf1pfrq"))))
4908 (build-system r-build-system)
4909 (propagated-inputs `(("r-biobase" ,r-biobase)))
4910 (home-page "https://github.com/saezlab/progeny")
4911 (synopsis "Pathway responsive gene activity inference")
4912 (description
4913 "This package provides a function to infer pathway activity from gene
4914 expression. It contains the linear model inferred in the publication
4915 \"Perturbation-response genes reveal signaling footprints in cancer gene
4916 expression\".")
4917 (license license:asl2.0)))
4918
4919 (define-public r-arrmnormalization
4920 (package
4921 (name "r-arrmnormalization")
4922 (version "1.26.0")
4923 (source
4924 (origin
4925 (method url-fetch)
4926 (uri (bioconductor-uri "ARRmNormalization" version))
4927 (sha256
4928 (base32
4929 "0jj81q454nyh4hr5c56q1hv7i4ynx3rwnvpv08w34a6m77122bi1"))))
4930 (properties
4931 `((upstream-name . "ARRmNormalization")))
4932 (build-system r-build-system)
4933 (propagated-inputs `(("r-arrmdata" ,r-arrmdata)))
4934 (home-page "https://bioconductor.org/packages/ARRmNormalization/")
4935 (synopsis "Adaptive robust regression normalization for methylation data")
4936 (description
4937 "This is a package to perform the @dfn{Adaptive Robust Regression
4938 method} (ARRm) for the normalization of methylation data from the Illumina
4939 Infinium HumanMethylation 450k assay.")
4940 (license license:artistic2.0)))
4941
4942 (define-public r-biocfilecache
4943 (package
4944 (name "r-biocfilecache")
4945 (version "1.10.2")
4946 (source
4947 (origin
4948 (method url-fetch)
4949 (uri (bioconductor-uri "BiocFileCache" version))
4950 (sha256
4951 (base32
4952 "0jivhn95y6zv5ryamqk6nyd4l8nlskq64j362l9ml9qw746v0ja6"))))
4953 (properties `((upstream-name . "BiocFileCache")))
4954 (build-system r-build-system)
4955 (propagated-inputs
4956 `(("r-curl" ,r-curl)
4957 ("r-dbi" ,r-dbi)
4958 ("r-dbplyr" ,r-dbplyr)
4959 ("r-dplyr" ,r-dplyr)
4960 ("r-httr" ,r-httr)
4961 ("r-rappdirs" ,r-rappdirs)
4962 ("r-rsqlite" ,r-rsqlite)))
4963 (home-page "https://bioconductor.org/packages/BiocFileCache/")
4964 (synopsis "Manage files across sessions")
4965 (description
4966 "This package creates a persistent on-disk cache of files that the user
4967 can add, update, and retrieve. It is useful for managing resources (such as
4968 custom Txdb objects) that are costly or difficult to create, web resources,
4969 and data files used across sessions.")
4970 (license license:artistic2.0)))
4971
4972 (define-public r-iclusterplus
4973 (package
4974 (name "r-iclusterplus")
4975 (version "1.22.0")
4976 (source
4977 (origin
4978 (method url-fetch)
4979 (uri (bioconductor-uri "iClusterPlus" version))
4980 (sha256
4981 (base32
4982 "1dzgfzf2x8m62hssvsn1zzag7m444kyxj2vpdxl9nk859dr5pf37"))))
4983 (properties `((upstream-name . "iClusterPlus")))
4984 (build-system r-build-system)
4985 (native-inputs `(("gfortran" ,gfortran)))
4986 (home-page "https://bioconductor.org/packages/iClusterPlus/")
4987 (synopsis "Integrative clustering of multi-type genomic data")
4988 (description
4989 "iClusterPlus is developed for integrative clustering analysis of
4990 multi-type genomic data and is an enhanced version of iCluster proposed and
4991 developed by Shen, Olshen and Ladanyi (2009). Multi-type genomic data arise
4992 from the experiments where biological samples (e.g. tumor samples) are
4993 analyzed by multiple techniques, for instance, @dfn{array comparative genomic
4994 hybridization} (aCGH), gene expression microarray, RNA-seq and DNA-seq, and so
4995 on. In the iClusterPlus model, binary observations such as somatic mutation
4996 are modeled as Binomial processes; categorical observations such as copy
4997 number states are realizations of Multinomial random variables; counts are
4998 modeled as Poisson random processes; and continuous measures are modeled by
4999 Gaussian distributions.")
5000 (license license:gpl2+)))
5001
5002 (define-public r-rbowtie
5003 (package
5004 (name "r-rbowtie")
5005 (version "1.26.0")
5006 (source
5007 (origin
5008 (method url-fetch)
5009 (uri (bioconductor-uri "Rbowtie" version))
5010 (sha256
5011 (base32
5012 "0yy31xhdmf6xb21wlhmxxwfqpm0nil39pb2cs3pq5ia758lb88z4"))))
5013 (properties `((upstream-name . "Rbowtie")))
5014 (build-system r-build-system)
5015 (inputs
5016 `(("zlib" ,zlib)))
5017 (home-page "https://bioconductor.org/packages/Rbowtie/")
5018 (synopsis "R bowtie wrapper")
5019 (description
5020 "This package provides an R wrapper around the popular bowtie short read
5021 aligner and around SpliceMap, a de novo splice junction discovery and
5022 alignment tool.")
5023 (license license:artistic2.0)))
5024
5025 (define-public r-sgseq
5026 (package
5027 (name "r-sgseq")
5028 (version "1.20.0")
5029 (source
5030 (origin
5031 (method url-fetch)
5032 (uri (bioconductor-uri "SGSeq" version))
5033 (sha256
5034 (base32
5035 "0950iv08wd0kjaw55rjn7m6syklvrabwr2zqq74wzyc5afyk2mrw"))))
5036 (properties `((upstream-name . "SGSeq")))
5037 (build-system r-build-system)
5038 (propagated-inputs
5039 `(("r-annotationdbi" ,r-annotationdbi)
5040 ("r-biocgenerics" ,r-biocgenerics)
5041 ("r-biostrings" ,r-biostrings)
5042 ("r-genomeinfodb" ,r-genomeinfodb)
5043 ("r-genomicalignments" ,r-genomicalignments)
5044 ("r-genomicfeatures" ,r-genomicfeatures)
5045 ("r-genomicranges" ,r-genomicranges)
5046 ("r-igraph" ,r-igraph)
5047 ("r-iranges" ,r-iranges)
5048 ("r-rsamtools" ,r-rsamtools)
5049 ("r-rtracklayer" ,r-rtracklayer)
5050 ("r-runit" ,r-runit)
5051 ("r-s4vectors" ,r-s4vectors)
5052 ("r-summarizedexperiment" ,r-summarizedexperiment)))
5053 (home-page "https://bioconductor.org/packages/SGSeq/")
5054 (synopsis "Splice event prediction and quantification from RNA-seq data")
5055 (description
5056 "SGSeq is a package for analyzing splice events from RNA-seq data. Input
5057 data are RNA-seq reads mapped to a reference genome in BAM format. Genes are
5058 represented as a splice graph, which can be obtained from existing annotation
5059 or predicted from the mapped sequence reads. Splice events are identified
5060 from the graph and are quantified locally using structurally compatible reads
5061 at the start or end of each splice variant. The software includes functions
5062 for splice event prediction, quantification, visualization and
5063 interpretation.")
5064 (license license:artistic2.0)))
5065
5066 (define-public r-rhisat2
5067 (package
5068 (name "r-rhisat2")
5069 (version "1.2.0")
5070 (source
5071 (origin
5072 (method url-fetch)
5073 (uri (bioconductor-uri "Rhisat2" version))
5074 (sha256
5075 (base32
5076 "02fn5cm8sj2s9x00505y3iyipn1r3lpvpwpjy2pdxdbpmhb5hy49"))))
5077 (properties `((upstream-name . "Rhisat2")))
5078 (build-system r-build-system)
5079 (arguments
5080 `(#:phases
5081 (modify-phases %standard-phases
5082 (add-after 'unpack 'make-reproducible
5083 (lambda _
5084 (substitute* "src/Makefile"
5085 (("`hostname`") "guix")
5086 (("`date`") "0")
5087 ;; Avoid shelling out to "which".
5088 (("^CC =.*") (which "gcc"))
5089 (("^CPP =.*") (which "g++")))
5090 #t)))))
5091 (propagated-inputs
5092 `(("r-genomicfeatures" ,r-genomicfeatures)
5093 ("r-genomicranges" ,r-genomicranges)
5094 ("r-sgseq" ,r-sgseq)))
5095 (home-page "https://github.com/fmicompbio/Rhisat2")
5096 (synopsis "R Wrapper for HISAT2 sequence aligner")
5097 (description
5098 "This package provides an R interface to the HISAT2 spliced short-read
5099 aligner by Kim et al. (2015). The package contains wrapper functions to
5100 create a genome index and to perform the read alignment to the generated
5101 index.")
5102 (license license:gpl3)))
5103
5104 (define-public r-quasr
5105 (package
5106 (name "r-quasr")
5107 (version "1.26.0")
5108 (source
5109 (origin
5110 (method url-fetch)
5111 (uri (bioconductor-uri "QuasR" version))
5112 (sha256
5113 (base32
5114 "07m5q7wasapj2984kwy897510flbhvz7x0fgs7q2vm5wjhfzdrgv"))))
5115 (properties `((upstream-name . "QuasR")))
5116 (build-system r-build-system)
5117 (inputs
5118 `(("zlib" ,zlib)))
5119 (propagated-inputs
5120 `(("r-annotationdbi" ,r-annotationdbi)
5121 ("r-biobase" ,r-biobase)
5122 ("r-biocgenerics" ,r-biocgenerics)
5123 ("r-biocmanager" ,r-biocmanager)
5124 ("r-biocparallel" ,r-biocparallel)
5125 ("r-biostrings" ,r-biostrings)
5126 ("r-bsgenome" ,r-bsgenome)
5127 ("r-genomeinfodb" ,r-genomeinfodb)
5128 ("r-genomicalignments" ,r-genomicalignments)
5129 ("r-genomicfeatures" ,r-genomicfeatures)
5130 ("r-genomicfiles" ,r-genomicfiles)
5131 ("r-genomicranges" ,r-genomicranges)
5132 ("r-iranges" ,r-iranges)
5133 ("r-rbowtie" ,r-rbowtie)
5134 ("r-rhisat2" ,r-rhisat2)
5135 ("r-rhtslib" ,r-rhtslib)
5136 ("r-rsamtools" ,r-rsamtools)
5137 ("r-rtracklayer" ,r-rtracklayer)
5138 ("r-s4vectors" ,r-s4vectors)
5139 ("r-shortread" ,r-shortread)))
5140 (home-page "https://bioconductor.org/packages/QuasR/")
5141 (synopsis "Quantify and annotate short reads in R")
5142 (description
5143 "This package provides a framework for the quantification and analysis of
5144 short genomic reads. It covers a complete workflow starting from raw sequence
5145 reads, over creation of alignments and quality control plots, to the
5146 quantification of genomic regions of interest.")
5147 (license license:gpl2)))
5148
5149 (define-public r-rqc
5150 (package
5151 (name "r-rqc")
5152 (version "1.20.0")
5153 (source
5154 (origin
5155 (method url-fetch)
5156 (uri (bioconductor-uri "Rqc" version))
5157 (sha256
5158 (base32
5159 "1nxkrb9kx41g050yz935yrl9pjkakhr8v6whxcvr72gg4r9m2x3m"))))
5160 (properties `((upstream-name . "Rqc")))
5161 (build-system r-build-system)
5162 (propagated-inputs
5163 `(("r-biocgenerics" ,r-biocgenerics)
5164 ("r-biocparallel" ,r-biocparallel)
5165 ("r-biocstyle" ,r-biocstyle)
5166 ("r-biostrings" ,r-biostrings)
5167 ("r-biovizbase" ,r-biovizbase)
5168 ("r-genomicalignments" ,r-genomicalignments)
5169 ("r-genomicfiles" ,r-genomicfiles)
5170 ("r-ggplot2" ,r-ggplot2)
5171 ("r-iranges" ,r-iranges)
5172 ("r-knitr" ,r-knitr)
5173 ("r-markdown" ,r-markdown)
5174 ("r-plyr" ,r-plyr)
5175 ("r-rcpp" ,r-rcpp)
5176 ("r-reshape2" ,r-reshape2)
5177 ("r-rsamtools" ,r-rsamtools)
5178 ("r-s4vectors" ,r-s4vectors)
5179 ("r-shiny" ,r-shiny)
5180 ("r-shortread" ,r-shortread)))
5181 (home-page "https://github.com/labbcb/Rqc")
5182 (synopsis "Quality control tool for high-throughput sequencing data")
5183 (description
5184 "Rqc is an optimized tool designed for quality control and assessment of
5185 high-throughput sequencing data. It performs parallel processing of entire
5186 files and produces a report which contains a set of high-resolution
5187 graphics.")
5188 (license license:gpl2+)))
5189
5190 (define-public r-birewire
5191 (package
5192 (name "r-birewire")
5193 (version "3.18.0")
5194 (source
5195 (origin
5196 (method url-fetch)
5197 (uri (bioconductor-uri "BiRewire" version))
5198 (sha256
5199 (base32
5200 "1074cp422ail72yajn8p0bg26h6zzz07nzypnwfyv86qrpvpdw9q"))))
5201 (properties `((upstream-name . "BiRewire")))
5202 (build-system r-build-system)
5203 (propagated-inputs
5204 `(("r-igraph" ,r-igraph)
5205 ("r-matrix" ,r-matrix)
5206 ("r-slam" ,r-slam)
5207 ("r-tsne" ,r-tsne)))
5208 (home-page "https://bioconductor.org/packages/release/bioc/html/BiRewire.html")
5209 (synopsis "Tools for randomization of bipartite graphs")
5210 (description
5211 "This package provides functions for bipartite network rewiring through N
5212 consecutive switching steps and for the computation of the minimal number of
5213 switching steps to be performed in order to maximise the dissimilarity with
5214 respect to the original network. It includes functions for the analysis of
5215 the introduced randomness across the switching steps and several other
5216 routines to analyse the resulting networks and their natural projections.")
5217 (license license:gpl3)))
5218
5219 (define-public r-birta
5220 (package
5221 (name "r-birta")
5222 (version "1.30.0")
5223 (source
5224 (origin
5225 (method url-fetch)
5226 (uri (bioconductor-uri "birta" version))
5227 (sha256
5228 (base32
5229 "1zhlwapdgkz0fpv5bqfxh9aw6ymnmxnnm1r0n0kfzn5izyjavslg"))))
5230 (build-system r-build-system)
5231 (propagated-inputs
5232 `(("r-biobase" ,r-biobase)
5233 ("r-limma" ,r-limma)
5234 ("r-mass" ,r-mass)))
5235 (home-page "https://bioconductor.org/packages/birta")
5236 (synopsis "Bayesian inference of regulation of transcriptional activity")
5237 (description
5238 "Expression levels of mRNA molecules are regulated by different
5239 processes, comprising inhibition or activation by transcription factors and
5240 post-transcriptional degradation by microRNAs. @dfn{birta} (Bayesian
5241 Inference of Regulation of Transcriptional Activity) uses the regulatory
5242 networks of transcription factors and miRNAs together with mRNA and miRNA
5243 expression data to predict switches in regulatory activity between two
5244 conditions. A Bayesian network is used to model the regulatory structure and
5245 Markov-Chain-Monte-Carlo is applied to sample the activity states.")
5246 (license license:gpl2+)))
5247
5248 (define-public r-multidataset
5249 (package
5250 (name "r-multidataset")
5251 (version "1.14.0")
5252 (source
5253 (origin
5254 (method url-fetch)
5255 (uri (bioconductor-uri "MultiDataSet" version))
5256 (sha256
5257 (base32
5258 "0iw99ymrv3ls023mpmgyagmb5simgsgadpj0k4bnssfaqnklywlj"))))
5259 (properties `((upstream-name . "MultiDataSet")))
5260 (build-system r-build-system)
5261 (propagated-inputs
5262 `(("r-biobase" ,r-biobase)
5263 ("r-biocgenerics" ,r-biocgenerics)
5264 ("r-genomicranges" ,r-genomicranges)
5265 ("r-ggplot2" ,r-ggplot2)
5266 ("r-ggrepel" ,r-ggrepel)
5267 ("r-iranges" ,r-iranges)
5268 ("r-limma" ,r-limma)
5269 ("r-qqman" ,r-qqman)
5270 ("r-s4vectors" ,r-s4vectors)
5271 ("r-summarizedexperiment" ,r-summarizedexperiment)))
5272 (home-page "https://bioconductor.org/packages/MultiDataSet/")
5273 (synopsis "Implementation of MultiDataSet and ResultSet")
5274 (description
5275 "This package provides an implementation of the BRGE's (Bioinformatic
5276 Research Group in Epidemiology from Center for Research in Environmental
5277 Epidemiology) MultiDataSet and ResultSet. MultiDataSet is designed for
5278 integrating multi omics data sets and ResultSet is a container for omics
5279 results. This package contains base classes for MEAL and rexposome
5280 packages.")
5281 (license license:expat)))
5282
5283 (define-public r-ropls
5284 (package
5285 (name "r-ropls")
5286 (version "1.18.8")
5287 (source
5288 (origin
5289 (method url-fetch)
5290 (uri (bioconductor-uri "ropls" version))
5291 (sha256
5292 (base32
5293 "033i39r4037nd54jnp5zdn1vpzh61r671vmq0sf8dqrfblhm4w7a"))))
5294 (build-system r-build-system)
5295 (propagated-inputs
5296 `(("r-biobase" ,r-biobase)
5297 ("r-multidataset" ,r-multidataset)))
5298 (native-inputs
5299 `(("r-knitr" ,r-knitr))) ; for vignettes
5300 (home-page "https://dx.doi.org/10.1021/acs.jproteome.5b00354")
5301 (synopsis "Multivariate analysis and feature selection of omics data")
5302 (description
5303 "Latent variable modeling with @dfn{Principal Component Analysis} (PCA)
5304 and @dfn{Partial Least Squares} (PLS) are powerful methods for visualization,
5305 regression, classification, and feature selection of omics data where the
5306 number of variables exceeds the number of samples and with multicollinearity
5307 among variables. @dfn{Orthogonal Partial Least Squares} (OPLS) enables to
5308 separately model the variation correlated (predictive) to the factor of
5309 interest and the uncorrelated (orthogonal) variation. While performing
5310 similarly to PLS, OPLS facilitates interpretation.
5311
5312 This package provides imlementations of PCA, PLS, and OPLS for multivariate
5313 analysis and feature selection of omics data. In addition to scores, loadings
5314 and weights plots, the package provides metrics and graphics to determine the
5315 optimal number of components (e.g. with the R2 and Q2 coefficients), check the
5316 validity of the model by permutation testing, detect outliers, and perform
5317 feature selection (e.g. with Variable Importance in Projection or regression
5318 coefficients).")
5319 (license license:cecill)))
5320
5321 (define-public r-biosigner
5322 (package
5323 (name "r-biosigner")
5324 (version "1.14.0")
5325 (source
5326 (origin
5327 (method url-fetch)
5328 (uri (bioconductor-uri "biosigner" version))
5329 (sha256
5330 (base32
5331 "1kdfhw629qczrfms0jmphqz0ksjzi8js00xj92h1lnv092npfk0j"))))
5332 (build-system r-build-system)
5333 (propagated-inputs
5334 `(("r-biobase" ,r-biobase)
5335 ("r-e1071" ,r-e1071)
5336 ("r-multidataset" ,r-multidataset)
5337 ("r-randomforest" ,r-randomforest)
5338 ("r-ropls" ,r-ropls)))
5339 (native-inputs
5340 `(("r-knitr" ,r-knitr)
5341 ("r-rmarkdown" ,r-rmarkdown)
5342 ("pandoc" ,ghc-pandoc)
5343 ("pandoc-citeproc" ,ghc-pandoc-citeproc))) ; all for vignettes
5344 (home-page "https://bioconductor.org/packages/biosigner/")
5345 (synopsis "Signature discovery from omics data")
5346 (description
5347 "Feature selection is critical in omics data analysis to extract
5348 restricted and meaningful molecular signatures from complex and high-dimension
5349 data, and to build robust classifiers. This package implements a method to
5350 assess the relevance of the variables for the prediction performances of the
5351 classifier. The approach can be run in parallel with the PLS-DA, Random
5352 Forest, and SVM binary classifiers. The signatures and the corresponding
5353 'restricted' models are returned, enabling future predictions on new
5354 datasets.")
5355 (license license:cecill)))
5356
5357 (define-public r-annotatr
5358 (package
5359 (name "r-annotatr")
5360 (version "1.12.1")
5361 (source
5362 (origin
5363 (method url-fetch)
5364 (uri (bioconductor-uri "annotatr" version))
5365 (sha256
5366 (base32
5367 "1bibk3p1q4cavqy11xs6rqqhqdjsq2dd7lf7blwcr27s5ajcd6dj"))))
5368 (build-system r-build-system)
5369 (propagated-inputs
5370 `(("r-annotationdbi" ,r-annotationdbi)
5371 ("r-annotationhub" ,r-annotationhub)
5372 ("r-dplyr" ,r-dplyr)
5373 ("r-genomeinfodb" ,r-genomeinfodb)
5374 ("r-genomicfeatures" ,r-genomicfeatures)
5375 ("r-genomicranges" ,r-genomicranges)
5376 ("r-ggplot2" ,r-ggplot2)
5377 ("r-iranges" ,r-iranges)
5378 ("r-readr" ,r-readr)
5379 ("r-regioner" ,r-regioner)
5380 ("r-reshape2" ,r-reshape2)
5381 ("r-rtracklayer" ,r-rtracklayer)
5382 ("r-s4vectors" ,r-s4vectors)))
5383 (home-page "https://bioconductor.org/packages/annotatr/")
5384 (synopsis "Annotation of genomic regions to genomic annotations")
5385 (description
5386 "Given a set of genomic sites/regions (e.g. ChIP-seq peaks, CpGs,
5387 differentially methylated CpGs or regions, SNPs, etc.) it is often of interest
5388 to investigate the intersecting genomic annotations. Such annotations include
5389 those relating to gene models (promoters, 5'UTRs, exons, introns, and 3'UTRs),
5390 CpGs (CpG islands, CpG shores, CpG shelves), or regulatory sequences such as
5391 enhancers. The annotatr package provides an easy way to summarize and
5392 visualize the intersection of genomic sites/regions with genomic
5393 annotations.")
5394 (license license:gpl3)))
5395
5396 (define-public r-rsubread
5397 (package
5398 (name "r-rsubread")
5399 (version "2.0.1")
5400 (source
5401 (origin
5402 (method url-fetch)
5403 (uri (bioconductor-uri "Rsubread" version))
5404 (sha256
5405 (base32
5406 "0pdkx9mhvzw3a4ff725qvda9bxvs9vh2ppb29cc5jrivgjndv5cy"))))
5407 (properties `((upstream-name . "Rsubread")))
5408 (build-system r-build-system)
5409 (inputs `(("zlib" ,zlib)))
5410 (home-page "https://bioconductor.org/packages/Rsubread/")
5411 (synopsis "Subread sequence alignment and counting for R")
5412 (description
5413 "This package provides tools for alignment, quantification and analysis
5414 of second and third generation sequencing data. It includes functionality for
5415 read mapping, read counting, SNP calling, structural variant detection and
5416 gene fusion discovery. It can be applied to all major sequencing techologies
5417 and to both short and long sequence reads.")
5418 (license license:gpl3)))
5419
5420 (define-public r-flowutils
5421 (package
5422 (name "r-flowutils")
5423 (version "1.50.0")
5424 (source
5425 (origin
5426 (method url-fetch)
5427 (uri (bioconductor-uri "flowUtils" version))
5428 (sha256
5429 (base32
5430 "1xcs19j9p3izvksyy5wzsbicwby0dsa9g2w7gjzwynzgj5dpfr81"))))
5431 (properties `((upstream-name . "flowUtils")))
5432 (build-system r-build-system)
5433 (propagated-inputs
5434 `(("r-biobase" ,r-biobase)
5435 ("r-corpcor" ,r-corpcor)
5436 ("r-flowcore" ,r-flowcore)
5437 ("r-graph" ,r-graph)
5438 ("r-runit" ,r-runit)
5439 ("r-xml" ,r-xml)))
5440 (home-page "https://github.com/jspidlen/flowUtils")
5441 (synopsis "Utilities for flow cytometry")
5442 (description
5443 "This package provides utilities for flow cytometry data.")
5444 (license license:artistic2.0)))
5445
5446 (define-public r-consensusclusterplus
5447 (package
5448 (name "r-consensusclusterplus")
5449 (version "1.50.0")
5450 (source
5451 (origin
5452 (method url-fetch)
5453 (uri (bioconductor-uri "ConsensusClusterPlus" version))
5454 (sha256
5455 (base32
5456 "0pnh5zy6d3c364xxjdn5zp3kf5afhsxv6yzkdn1qspny0pmqlrp4"))))
5457 (properties
5458 `((upstream-name . "ConsensusClusterPlus")))
5459 (build-system r-build-system)
5460 (propagated-inputs
5461 `(("r-all" ,r-all)
5462 ("r-biobase" ,r-biobase)
5463 ("r-cluster" ,r-cluster)))
5464 (home-page "https://bioconductor.org/packages/ConsensusClusterPlus")
5465 (synopsis "Clustering algorithm")
5466 (description
5467 "This package provides an implementation of an algorithm for determining
5468 cluster count and membership by stability evidence in unsupervised analysis.")
5469 (license license:gpl2)))
5470
5471 (define-public r-cytolib
5472 (package
5473 (name "r-cytolib")
5474 (version "1.8.0")
5475 (source
5476 (origin
5477 (method url-fetch)
5478 (uri (bioconductor-uri "cytolib" version))
5479 (sha256
5480 (base32
5481 "1zk5i09k782lw6297gl3rh0g4fxswr2ang8dgqj7p0814l7h15k9"))))
5482 (properties `((upstream-name . "cytolib")))
5483 (build-system r-build-system)
5484 (home-page "https://bioconductor.org/packages/cytolib/")
5485 (synopsis "C++ infrastructure for working with gated cytometry")
5486 (description
5487 "This package provides the core data structure and API to represent and
5488 interact with gated cytometry data.")
5489 (license license:artistic2.0)))
5490
5491 (define-public r-flowcore
5492 (package
5493 (name "r-flowcore")
5494 (version "1.52.1")
5495 (source
5496 (origin
5497 (method url-fetch)
5498 (uri (bioconductor-uri "flowCore" version))
5499 (sha256
5500 (base32
5501 "08kvxc187iwlixibx1860jcp5g9bsw8abkv06x2qv1w83fas4pp2"))))
5502 (properties `((upstream-name . "flowCore")))
5503 (build-system r-build-system)
5504 (propagated-inputs
5505 `(("r-bh" ,r-bh)
5506 ("r-biobase" ,r-biobase)
5507 ("r-biocgenerics" ,r-biocgenerics)
5508 ("r-cytolib" ,r-cytolib)
5509 ("r-matrixstats" ,r-matrixstats)
5510 ("r-rcpp" ,r-rcpp)))
5511 (home-page "https://bioconductor.org/packages/flowCore")
5512 (synopsis "Basic structures for flow cytometry data")
5513 (description
5514 "This package provides S4 data structures and basic functions to deal
5515 with flow cytometry data.")
5516 (license license:artistic2.0)))
5517
5518 (define-public r-flowmeans
5519 (package
5520 (name "r-flowmeans")
5521 (version "1.46.0")
5522 (source
5523 (origin
5524 (method url-fetch)
5525 (uri (bioconductor-uri "flowMeans" version))
5526 (sha256
5527 (base32
5528 "1yisrikaafmpb4sig2c5l0wcz4idrs4as7i9x90v6z2v94iq0m8h"))))
5529 (properties `((upstream-name . "flowMeans")))
5530 (build-system r-build-system)
5531 (propagated-inputs
5532 `(("r-biobase" ,r-biobase)
5533 ("r-feature" ,r-feature)
5534 ("r-flowcore" ,r-flowcore)
5535 ("r-rrcov" ,r-rrcov)))
5536 (home-page "https://bioconductor.org/packages/flowMeans")
5537 (synopsis "Non-parametric flow cytometry data gating")
5538 (description
5539 "This package provides tools to identify cell populations in Flow
5540 Cytometry data using non-parametric clustering and segmented-regression-based
5541 change point detection.")
5542 (license license:artistic2.0)))
5543
5544 (define-public r-ncdfflow
5545 (package
5546 (name "r-ncdfflow")
5547 (version "2.32.0")
5548 (source
5549 (origin
5550 (method url-fetch)
5551 (uri (bioconductor-uri "ncdfFlow" version))
5552 (sha256
5553 (base32
5554 "06lscx6h4rg80ifi90rj7z2497b8w1fjipm3l8s3230rkizhh02i"))))
5555 (properties `((upstream-name . "ncdfFlow")))
5556 (build-system r-build-system)
5557 (inputs
5558 `(("zlib" ,zlib)))
5559 (propagated-inputs
5560 `(("r-bh" ,r-bh)
5561 ("r-biobase" ,r-biobase)
5562 ("r-biocgenerics" ,r-biocgenerics)
5563 ("r-flowcore" ,r-flowcore)
5564 ("r-rcpp" ,r-rcpp)
5565 ("r-rcpparmadillo" ,r-rcpparmadillo)
5566 ("r-rhdf5lib" ,r-rhdf5lib)
5567 ("r-zlibbioc" ,r-zlibbioc)))
5568 (home-page "https://bioconductor.org/packages/ncdfFlow/")
5569 (synopsis "HDF5 based storage for flow cytometry data")
5570 (description
5571 "This package provides HDF5 storage based methods and functions for
5572 manipulation of flow cytometry data.")
5573 (license license:artistic2.0)))
5574
5575 (define-public r-ggcyto
5576 (package
5577 (name "r-ggcyto")
5578 (version "1.14.0")
5579 (source
5580 (origin
5581 (method url-fetch)
5582 (uri (bioconductor-uri "ggcyto" version))
5583 (sha256
5584 (base32
5585 "165qszvy5z176h1l3dnjb5dcm279b6bjl5n5gzz8wfn4xpn8anc8"))))
5586 (properties `((upstream-name . "ggcyto")))
5587 (build-system r-build-system)
5588 (propagated-inputs
5589 `(("r-data-table" ,r-data-table)
5590 ("r-flowcore" ,r-flowcore)
5591 ("r-flowworkspace" ,r-flowworkspace)
5592 ("r-ggplot2" ,r-ggplot2)
5593 ("r-gridextra" ,r-gridextra)
5594 ("r-ncdfflow" ,r-ncdfflow)
5595 ("r-plyr" ,r-plyr)
5596 ("r-rcolorbrewer" ,r-rcolorbrewer)
5597 ("r-rlang" ,r-rlang)
5598 ("r-scales" ,r-scales)))
5599 (home-page "https://github.com/RGLab/ggcyto/issues")
5600 (synopsis "Visualize Cytometry data with ggplot")
5601 (description
5602 "With the dedicated fortify method implemented for @code{flowSet},
5603 @code{ncdfFlowSet} and @code{GatingSet} classes, both raw and gated flow
5604 cytometry data can be plotted directly with ggplot. The @code{ggcyto} wrapper
5605 and some custom layers also make it easy to add gates and population
5606 statistics to the plot.")
5607 (license license:artistic2.0)))
5608
5609 (define-public r-flowviz
5610 (package
5611 (name "r-flowviz")
5612 (version "1.50.0")
5613 (source
5614 (origin
5615 (method url-fetch)
5616 (uri (bioconductor-uri "flowViz" version))
5617 (sha256
5618 (base32
5619 "0ik16bxcfcg3q26ra3055718kskid64aaazcbqsxalca9ppdm4k7"))))
5620 (properties `((upstream-name . "flowViz")))
5621 (build-system r-build-system)
5622 (propagated-inputs
5623 `(("r-biobase" ,r-biobase)
5624 ("r-flowcore" ,r-flowcore)
5625 ("r-hexbin" ,r-hexbin)
5626 ("r-idpmisc" ,r-idpmisc)
5627 ("r-kernsmooth" ,r-kernsmooth)
5628 ("r-lattice" ,r-lattice)
5629 ("r-latticeextra" ,r-latticeextra)
5630 ("r-mass" ,r-mass)
5631 ("r-rcolorbrewer" ,r-rcolorbrewer)))
5632 (home-page "https://bioconductor.org/packages/flowViz/")
5633 (synopsis "Visualization for flow cytometry")
5634 (description
5635 "This package provides visualization tools for flow cytometry data.")
5636 (license license:artistic2.0)))
5637
5638 (define-public r-flowclust
5639 (package
5640 (name "r-flowclust")
5641 (version "3.24.0")
5642 (source
5643 (origin
5644 (method url-fetch)
5645 (uri (bioconductor-uri "flowClust" version))
5646 (sha256
5647 (base32
5648 "0k4bgc4mf512njfdfg5ld9l7slgfxyfh766jab87j96zrrgcnj8s"))))
5649 (properties `((upstream-name . "flowClust")))
5650 (build-system r-build-system)
5651 (arguments
5652 `(#:configure-flags
5653 (list "--configure-args=--enable-bundled-gsl=no")))
5654 (propagated-inputs
5655 `(("r-biobase" ,r-biobase)
5656 ("r-biocgenerics" ,r-biocgenerics)
5657 ("r-clue" ,r-clue)
5658 ("r-corpcor" ,r-corpcor)
5659 ("r-ellipse" ,r-ellipse)
5660 ("r-flowcore" ,r-flowcore)
5661 ("r-flowviz" ,r-flowviz)
5662 ("r-graph" ,r-graph)
5663 ("r-mnormt" ,r-mnormt)))
5664 (inputs
5665 `(("gsl" ,gsl)))
5666 (native-inputs
5667 `(("pkg-config" ,pkg-config)))
5668 (home-page "https://bioconductor.org/packages/flowClust")
5669 (synopsis "Clustering for flow cytometry")
5670 (description
5671 "This package provides robust model-based clustering using a t-mixture
5672 model with Box-Cox transformation.")
5673 (license license:artistic2.0)))
5674
5675 ;; TODO: this package bundles an old version of protobuf. It's not easy to
5676 ;; make it use our protobuf package instead.
5677 (define-public r-rprotobuflib
5678 (package
5679 (name "r-rprotobuflib")
5680 (version "1.8.0")
5681 (source
5682 (origin
5683 (method url-fetch)
5684 (uri (bioconductor-uri "RProtoBufLib" version))
5685 (sha256
5686 (base32
5687 "0dlgki21a37bxqh3cf83vl5zqxm86472g8a9plvhrjzzsn3mwnrm"))))
5688 (properties `((upstream-name . "RProtoBufLib")))
5689 (build-system r-build-system)
5690 (arguments
5691 `(#:phases
5692 (modify-phases %standard-phases
5693 (add-after 'unpack 'unpack-bundled-sources
5694 (lambda _
5695 (with-directory-excursion "src"
5696 (invoke "tar" "xf" "protobuf-2.6.0.tgz"))
5697 #t)))))
5698 (home-page "https://bioconductor.org/packages/RProtoBufLib/")
5699 (synopsis "C++ headers and static libraries of Protocol buffers")
5700 (description
5701 "This package provides the headers and static library of Protocol buffers
5702 for other R packages to compile and link against.")
5703 (license license:bsd-3)))
5704
5705 (define-public r-flowworkspace
5706 (package
5707 (name "r-flowworkspace")
5708 (version "3.34.1")
5709 (source
5710 (origin
5711 (method url-fetch)
5712 (uri (bioconductor-uri "flowWorkspace" version))
5713 (sha256
5714 (base32
5715 "1ijbc6z9ljhrw3cqr02smgplhrfg44gzrb1dq4gbrpq3nj4khhpn"))))
5716 (properties `((upstream-name . "flowWorkspace")))
5717 (build-system r-build-system)
5718 (propagated-inputs
5719 `(("r-bh" ,r-bh)
5720 ("r-biobase" ,r-biobase)
5721 ("r-biocgenerics" ,r-biocgenerics)
5722 ("r-cytolib" ,r-cytolib)
5723 ("r-data-table" ,r-data-table)
5724 ("r-digest" ,r-digest)
5725 ("r-dplyr" ,r-dplyr)
5726 ("r-flowcore" ,r-flowcore)
5727 ("r-flowviz" ,r-flowviz)
5728 ("r-graph" ,r-graph)
5729 ("r-gridextra" ,r-gridextra)
5730 ("r-lattice" ,r-lattice)
5731 ("r-latticeextra" ,r-latticeextra)
5732 ("r-matrixstats" ,r-matrixstats)
5733 ("r-ncdfflow" ,r-ncdfflow)
5734 ("r-rbgl" ,r-rbgl)
5735 ("r-rcolorbrewer" ,r-rcolorbrewer)
5736 ("r-rcpp" ,r-rcpp)
5737 ("r-rcppparallel" ,r-rcppparallel)
5738 ("r-rgraphviz" ,r-rgraphviz)
5739 ("r-rprotobuflib" ,r-rprotobuflib)
5740 ("r-scales" ,r-scales)
5741 ("r-stringr" ,r-stringr)))
5742 (home-page "https://bioconductor.org/packages/flowWorkspace/")
5743 (synopsis "Infrastructure for working with cytometry data")
5744 (description
5745 "This package is designed to facilitate comparison of automated gating
5746 methods against manual gating done in flowJo. This package allows you to
5747 import basic flowJo workspaces into BioConductor and replicate the gating from
5748 flowJo using the @code{flowCore} functionality. Gating hierarchies, groups of
5749 samples, compensation, and transformation are performed so that the output
5750 matches the flowJo analysis.")
5751 (license license:artistic2.0)))
5752
5753 (define-public r-flowstats
5754 (package
5755 (name "r-flowstats")
5756 (version "3.44.0")
5757 (source
5758 (origin
5759 (method url-fetch)
5760 (uri (bioconductor-uri "flowStats" version))
5761 (sha256
5762 (base32
5763 "0pql0lpf90nra7w6z6nd8l9cgjlsg2pxysfravnbzfhl3pjvd96w"))))
5764 (properties `((upstream-name . "flowStats")))
5765 (build-system r-build-system)
5766 (propagated-inputs
5767 `(("r-biobase" ,r-biobase)
5768 ("r-biocgenerics" ,r-biocgenerics)
5769 ("r-cluster" ,r-cluster)
5770 ("r-fda" ,r-fda)
5771 ("r-flowcore" ,r-flowcore)
5772 ("r-flowviz" ,r-flowviz)
5773 ("r-flowworkspace" ,r-flowworkspace)
5774 ("r-kernsmooth" ,r-kernsmooth)
5775 ("r-ks" ,r-ks)
5776 ("r-lattice" ,r-lattice)
5777 ("r-mass" ,r-mass)
5778 ("r-ncdfflow" ,r-ncdfflow)
5779 ("r-rcolorbrewer" ,r-rcolorbrewer)
5780 ("r-rrcov" ,r-rrcov)))
5781 (home-page "http://www.github.com/RGLab/flowStats")
5782 (synopsis "Statistical methods for the analysis of flow cytometry data")
5783 (description
5784 "This package provides methods and functionality to analyze flow data
5785 that is beyond the basic infrastructure provided by the @code{flowCore}
5786 package.")
5787 (license license:artistic2.0)))
5788
5789 (define-public r-opencyto
5790 (package
5791 (name "r-opencyto")
5792 (version "1.24.0")
5793 (source
5794 (origin
5795 (method url-fetch)
5796 (uri (bioconductor-uri "openCyto" version))
5797 (sha256
5798 (base32
5799 "0h25nhvq1zq624wsgb55wjcgri9rcd2fnqkb31h9jdakr01dw2sb"))))
5800 (properties `((upstream-name . "openCyto")))
5801 (build-system r-build-system)
5802 (propagated-inputs
5803 `(("r-biobase" ,r-biobase)
5804 ("r-biocgenerics" ,r-biocgenerics)
5805 ("r-clue" ,r-clue)
5806 ("r-data-table" ,r-data-table)
5807 ("r-flowclust" ,r-flowclust)
5808 ("r-flowcore" ,r-flowcore)
5809 ("r-flowstats" ,r-flowstats)
5810 ("r-flowviz" ,r-flowviz)
5811 ("r-flowworkspace" ,r-flowworkspace)
5812 ("r-graph" ,r-graph)
5813 ("r-gtools" ,r-gtools)
5814 ("r-ks" ,r-ks)
5815 ("r-lattice" ,r-lattice)
5816 ("r-mass" ,r-mass)
5817 ("r-ncdfflow" ,r-ncdfflow)
5818 ("r-plyr" ,r-plyr)
5819 ("r-r-utils" ,r-r-utils)
5820 ("r-rbgl" ,r-rbgl)
5821 ("r-rcolorbrewer" ,r-rcolorbrewer)
5822 ("r-rcpp" ,r-rcpp)
5823 ("r-rrcov" ,r-rrcov)))
5824 (home-page "https://bioconductor.org/packages/openCyto")
5825 (synopsis "Hierarchical gating pipeline for flow cytometry data")
5826 (description
5827 "This package is designed to facilitate the automated gating methods in a
5828 sequential way to mimic the manual gating strategy.")
5829 (license license:artistic2.0)))
5830
5831 (define-public r-cytoml
5832 (package
5833 (name "r-cytoml")
5834 (version "1.12.0")
5835 (source
5836 (origin
5837 (method url-fetch)
5838 (uri (bioconductor-uri "CytoML" version))
5839 (sha256
5840 (base32
5841 "0m8x18wkvis85cawv7j07pk59w76wnzy93ia99gd24j82z4h97p1"))))
5842 (properties `((upstream-name . "CytoML")))
5843 (build-system r-build-system)
5844 (inputs
5845 `(("libxml2" ,libxml2)))
5846 (propagated-inputs
5847 `(("r-base64enc" ,r-base64enc)
5848 ("r-bh" ,r-bh)
5849 ("r-biobase" ,r-biobase)
5850 ("r-corpcor" ,r-corpcor)
5851 ("r-cytolib" ,r-cytolib)
5852 ("r-data-table" ,r-data-table)
5853 ("r-dplyr" ,r-dplyr)
5854 ("r-flowcore" ,r-flowcore)
5855 ("r-flowworkspace" ,r-flowworkspace)
5856 ("r-ggcyto" ,r-ggcyto)
5857 ("r-graph" ,r-graph)
5858 ("r-jsonlite" ,r-jsonlite)
5859 ("r-lattice" ,r-lattice)
5860 ("r-ncdfflow" ,r-ncdfflow)
5861 ("r-opencyto" ,r-opencyto)
5862 ("r-plyr" ,r-plyr)
5863 ("r-rbgl" ,r-rbgl)
5864 ("r-rcpp" ,r-rcpp)
5865 ("r-rcppparallel" ,r-rcppparallel)
5866 ("r-rgraphviz" ,r-rgraphviz)
5867 ("r-rprotobuflib" ,r-rprotobuflib)
5868 ("r-runit" ,r-runit)
5869 ("r-xml" ,r-xml)
5870 ("r-yaml" ,r-yaml)))
5871 (home-page "https://github.com/RGLab/CytoML")
5872 (synopsis "GatingML interface for cross platform cytometry data sharing")
5873 (description
5874 "This package provides an interface to implementations of the GatingML2.0
5875 standard to exchange gated cytometry data with other software platforms.")
5876 (license license:artistic2.0)))
5877
5878 (define-public r-flowsom
5879 (package
5880 (name "r-flowsom")
5881 (version "1.18.0")
5882 (source
5883 (origin
5884 (method url-fetch)
5885 (uri (bioconductor-uri "FlowSOM" version))
5886 (sha256
5887 (base32
5888 "0265sq4zvj6d6h5ghqj9xzm4b0z9v65kgyl88cgdcpdkzfnfcvd5"))))
5889 (properties `((upstream-name . "FlowSOM")))
5890 (build-system r-build-system)
5891 (propagated-inputs
5892 `(("r-biocgenerics" ,r-biocgenerics)
5893 ("r-consensusclusterplus" ,r-consensusclusterplus)
5894 ("r-cytoml" ,r-cytoml)
5895 ("r-flowcore" ,r-flowcore)
5896 ("r-flowworkspace" ,r-flowworkspace)
5897 ("r-igraph" ,r-igraph)
5898 ("r-rcolorbrewer" ,r-rcolorbrewer)
5899 ("r-tsne" ,r-tsne)
5900 ("r-xml" ,r-xml)))
5901 (home-page "https://bioconductor.org/packages/FlowSOM/")
5902 (synopsis "Visualize and interpret cytometry data")
5903 (description
5904 "FlowSOM offers visualization options for cytometry data, by using
5905 self-organizing map clustering and minimal spanning trees.")
5906 (license license:gpl2+)))
5907
5908 (define-public r-mixomics
5909 (package
5910 (name "r-mixomics")
5911 (version "6.10.8")
5912 (source
5913 (origin
5914 (method url-fetch)
5915 (uri (bioconductor-uri "mixOmics" version))
5916 (sha256
5917 (base32
5918 "0307vhx9ck24rxqbvq15815ssxcc226sl2la060n204b51wi9jaa"))))
5919 (properties `((upstream-name . "mixOmics")))
5920 (build-system r-build-system)
5921 (propagated-inputs
5922 `(("r-corpcor" ,r-corpcor)
5923 ("r-dplyr" ,r-dplyr)
5924 ("r-ellipse" ,r-ellipse)
5925 ("r-ggplot2" ,r-ggplot2)
5926 ("r-gridextra" ,r-gridextra)
5927 ("r-igraph" ,r-igraph)
5928 ("r-lattice" ,r-lattice)
5929 ("r-mass" ,r-mass)
5930 ("r-matrixstats" ,r-matrixstats)
5931 ("r-rarpack" ,r-rarpack)
5932 ("r-rcolorbrewer" ,r-rcolorbrewer)
5933 ("r-reshape2" ,r-reshape2)
5934 ("r-tidyr" ,r-tidyr)))
5935 (home-page "http://www.mixOmics.org")
5936 (synopsis "Multivariate methods for exploration of biological datasets")
5937 (description
5938 "mixOmics offers a wide range of multivariate methods for the exploration
5939 and integration of biological datasets with a particular focus on variable
5940 selection. The package proposes several sparse multivariate models we have
5941 developed to identify the key variables that are highly correlated, and/or
5942 explain the biological outcome of interest. The data that can be analysed
5943 with mixOmics may come from high throughput sequencing technologies, such as
5944 omics data (transcriptomics, metabolomics, proteomics, metagenomics etc) but
5945 also beyond the realm of omics (e.g. spectral imaging). The methods
5946 implemented in mixOmics can also handle missing values without having to
5947 delete entire rows with missing data.")
5948 (license license:gpl2+)))
5949
5950 (define-public r-depecher
5951 (package
5952 (name "r-depecher")
5953 (version "1.2.1")
5954 (source
5955 (origin
5956 (method url-fetch)
5957 (uri (bioconductor-uri "DepecheR" version))
5958 (sha256
5959 (base32
5960 "08ja6ayvbax9m3x9w3xzi72z97miiha2nbsild1gp77n6sgn5i35"))))
5961 (properties `((upstream-name . "DepecheR")))
5962 (build-system r-build-system)
5963 (propagated-inputs
5964 `(("r-beanplot" ,r-beanplot)
5965 ("r-dosnow" ,r-dosnow)
5966 ("r-dplyr" ,r-dplyr)
5967 ("r-fnn" ,r-fnn)
5968 ("r-foreach" ,r-foreach)
5969 ("r-ggplot2" ,r-ggplot2)
5970 ("r-gplots" ,r-gplots)
5971 ("r-mass" ,r-mass)
5972 ("r-matrixstats" ,r-matrixstats)
5973 ("r-mixomics" ,r-mixomics)
5974 ("r-moments" ,r-moments)
5975 ("r-rcpp" ,r-rcpp)
5976 ("r-rcppeigen" ,r-rcppeigen)
5977 ("r-reshape2" ,r-reshape2)
5978 ("r-robustbase" ,r-robustbase)
5979 ("r-viridis" ,r-viridis)))
5980 (home-page "https://bioconductor.org/packages/DepecheR/")
5981 (synopsis "Identify traits of clusters in high-dimensional entities")
5982 (description
5983 "The purpose of this package is to identify traits in a dataset that can
5984 separate groups. This is done on two levels. First, clustering is performed,
5985 using an implementation of sparse K-means. Secondly, the generated clusters
5986 are used to predict outcomes of groups of individuals based on their
5987 distribution of observations in the different clusters. As certain clusters
5988 with separating information will be identified, and these clusters are defined
5989 by a sparse number of variables, this method can reduce the complexity of
5990 data, to only emphasize the data that actually matters.")
5991 (license license:expat)))
5992
5993 (define-public r-rcistarget
5994 (package
5995 (name "r-rcistarget")
5996 (version "1.6.0")
5997 (source
5998 (origin
5999 (method url-fetch)
6000 (uri (bioconductor-uri "RcisTarget" version))
6001 (sha256
6002 (base32
6003 "1nnah7s0jd24fpfyxsf76jas8dm23c3266aps124wdlqsp9q5qjw"))))
6004 (properties `((upstream-name . "RcisTarget")))
6005 (build-system r-build-system)
6006 (propagated-inputs
6007 `(("r-aucell" ,r-aucell)
6008 ("r-biocgenerics" ,r-biocgenerics)
6009 ("r-data-table" ,r-data-table)
6010 ("r-feather" ,r-feather)
6011 ("r-gseabase" ,r-gseabase)
6012 ("r-r-utils" ,r-r-utils)
6013 ("r-summarizedexperiment" ,r-summarizedexperiment)))
6014 (home-page "https://aertslab.org/#scenic")
6015 (synopsis "Identify transcription factor binding motifs enriched on a gene list")
6016 (description
6017 "RcisTarget identifies @dfn{transcription factor binding motifs} (TFBS)
6018 over-represented on a gene list. In a first step, RcisTarget selects DNA
6019 motifs that are significantly over-represented in the surroundings of the
6020 @dfn{transcription start site} (TSS) of the genes in the gene-set. This is
6021 achieved by using a database that contains genome-wide cross-species rankings
6022 for each motif. The motifs that are then annotated to TFs and those that have
6023 a high @dfn{Normalized Enrichment Score} (NES) are retained. Finally, for
6024 each motif and gene-set, RcisTarget predicts the candidate target genes (i.e.
6025 genes in the gene-set that are ranked above the leading edge).")
6026 (license license:gpl3)))
6027
6028 (define-public r-cicero
6029 (package
6030 (name "r-cicero")
6031 (version "1.4.1")
6032 (source
6033 (origin
6034 (method url-fetch)
6035 (uri (bioconductor-uri "cicero" version))
6036 (sha256
6037 (base32
6038 "07g6r335zqqy3r5v4x4glxdrcsq9bjhs9jmgvppiggv1h630a22w"))))
6039 (build-system r-build-system)
6040 (propagated-inputs
6041 `(("r-assertthat" ,r-assertthat)
6042 ("r-biobase" ,r-biobase)
6043 ("r-biocgenerics" ,r-biocgenerics)
6044 ("r-data-table" ,r-data-table)
6045 ("r-dplyr" ,r-dplyr)
6046 ("r-fnn" ,r-fnn)
6047 ("r-genomicranges" ,r-genomicranges)
6048 ("r-ggplot2" ,r-ggplot2)
6049 ("r-glasso" ,r-glasso)
6050 ("r-gviz" ,r-gviz)
6051 ("r-igraph" ,r-igraph)
6052 ("r-iranges" ,r-iranges)
6053 ("r-matrix" ,r-matrix)
6054 ("r-monocle" ,r-monocle)
6055 ("r-plyr" ,r-plyr)
6056 ("r-reshape2" ,r-reshape2)
6057 ("r-s4vectors" ,r-s4vectors)
6058 ("r-stringr" ,r-stringr)
6059 ("r-tibble" ,r-tibble)
6060 ("r-tidyr" ,r-tidyr)
6061 ("r-vgam" ,r-vgam)))
6062 (home-page "https://bioconductor.org/packages/cicero/")
6063 (synopsis "Predict cis-co-accessibility from single-cell data")
6064 (description
6065 "Cicero computes putative cis-regulatory maps from single-cell chromatin
6066 accessibility data. It also extends the monocle package for use in chromatin
6067 accessibility data.")
6068 (license license:expat)))
6069
6070 ;; This is the latest commit on the "monocle3" branch.
6071 (define-public r-cicero-monocle3
6072 (let ((commit "fa2fb6515857a8cfc88bc9af044f34de1bcd2b7b")
6073 (revision "1"))
6074 (package (inherit r-cicero)
6075 (name "r-cicero-monocle3")
6076 (version (git-version "1.3.2" revision commit))
6077 (source
6078 (origin
6079 (method git-fetch)
6080 (uri (git-reference
6081 (url "https://github.com/cole-trapnell-lab/cicero-release.git")
6082 (commit commit)))
6083 (file-name (git-file-name name version))
6084 (sha256
6085 (base32
6086 "077yza93wdhi08n40md20jwk55k9lw1f3y0063qkk90cpz60wi0c"))))
6087 (propagated-inputs
6088 `(("r-monocle3" ,r-monocle3)
6089 ,@(alist-delete "r-monocle"
6090 (package-propagated-inputs r-cicero)))))))
6091
6092 (define-public r-cistopic
6093 (let ((commit "29abd8df9afb60ff27ac3f0a590930debe926950")
6094 (revision "0"))
6095 (package
6096 (name "r-cistopic")
6097 (version (git-version "0.2.1" revision commit))
6098 (source
6099 (origin
6100 (method git-fetch)
6101 (uri (git-reference
6102 (url "https://github.com/aertslab/cisTopic.git")
6103 (commit commit)))
6104 (file-name (git-file-name name version))
6105 (sha256
6106 (base32
6107 "0s8irpsv5d2zcv4ihanvsf1vrpignzliscxnvs4519af3jmx78h8"))))
6108 (build-system r-build-system)
6109 (propagated-inputs
6110 `(("r-aucell" ,r-aucell)
6111 ("r-data-table" ,r-data-table)
6112 ("r-dplyr" ,r-dplyr)
6113 ("r-dosnow" ,r-dosnow)
6114 ("r-dt" ,r-dt)
6115 ("r-feather" ,r-feather)
6116 ("r-fitdistrplus" ,r-fitdistrplus)
6117 ("r-genomicranges" ,r-genomicranges)
6118 ("r-ggplot2" ,r-ggplot2)
6119 ("r-lda" ,r-lda)
6120 ("r-matrix" ,r-matrix)
6121 ("r-plyr" ,r-plyr)
6122 ("r-rcistarget" ,r-rcistarget)
6123 ("r-rtracklayer" ,r-rtracklayer)
6124 ("r-s4vectors" ,r-s4vectors)))
6125 (home-page "https://github.com/aertslab/cisTopic")
6126 (synopsis "Modelling of cis-regulatory topics from single cell epigenomics data")
6127 (description
6128 "The sparse nature of single cell epigenomics data can be overruled using
6129 probabilistic modelling methods such as @dfn{Latent Dirichlet
6130 Allocation} (LDA). This package allows the probabilistic modelling of
6131 cis-regulatory topics (cisTopics) from single cell epigenomics data, and
6132 includes functionalities to identify cell states based on the contribution of
6133 cisTopics and explore the nature and regulatory proteins driving them.")
6134 (license license:gpl3))))
6135
6136 (define-public r-genie3
6137 (package
6138 (name "r-genie3")
6139 (version "1.8.0")
6140 (source
6141 (origin
6142 (method url-fetch)
6143 (uri (bioconductor-uri "GENIE3" version))
6144 (sha256
6145 (base32
6146 "0p67lhgy3lb4nc958s51hx7rvgwhzwfic9xhpsrask40k43spv7l"))))
6147 (properties `((upstream-name . "GENIE3")))
6148 (build-system r-build-system)
6149 (propagated-inputs `(("r-reshape2" ,r-reshape2)))
6150 (home-page "https://bioconductor.org/packages/GENIE3")
6151 (synopsis "Gene network inference with ensemble of trees")
6152 (description
6153 "This package implements the GENIE3 algorithm for inferring gene
6154 regulatory networks from expression data.")
6155 (license license:gpl2+)))
6156
6157 (define-public r-roc
6158 (package
6159 (name "r-roc")
6160 (version "1.62.0")
6161 (source
6162 (origin
6163 (method url-fetch)
6164 (uri (bioconductor-uri "ROC" version))
6165 (sha256
6166 (base32
6167 "1aqpyc28czagg3nbybh55vf152nbar61jjw79w04326d97mc3j3y"))))
6168 (properties `((upstream-name . "ROC")))
6169 (build-system r-build-system)
6170 (propagated-inputs
6171 `(("r-knitr" ,r-knitr)))
6172 (home-page "https://www.bioconductor.org/packages/ROC/")
6173 (synopsis "Utilities for ROC curves")
6174 (description
6175 "This package provides utilities for @dfn{Receiver Operating
6176 Characteristic} (ROC) curves, with a focus on micro arrays.")
6177 (license license:artistic2.0)))
6178
6179 (define-public r-illuminahumanmethylation450kanno-ilmn12-hg19
6180 (package
6181 (name "r-illuminahumanmethylation450kanno-ilmn12-hg19")
6182 (version "0.6.0")
6183 (source
6184 (origin
6185 (method url-fetch)
6186 (uri (bioconductor-uri
6187 "IlluminaHumanMethylation450kanno.ilmn12.hg19"
6188 version 'annotation))
6189 (sha256
6190 (base32
6191 "059vlxsx3p3fcnywwirahsc6mlk813zpqnbv0jsrag6x5bb8z6r4"))))
6192 (properties
6193 `((upstream-name
6194 . "IlluminaHumanMethylation450kanno.ilmn12.hg19")))
6195 (build-system r-build-system)
6196 (propagated-inputs `(("r-minfi" ,r-minfi)))
6197 (home-page
6198 "https://bioconductor.org/packages/IlluminaHumanMethylation450kanno.ilmn12.hg19/")
6199 (synopsis "Annotation for Illumina's 450k methylation arrays")
6200 (description
6201 "This package provides manifests and annotation for Illumina's 450k array
6202 data.")
6203 (license license:artistic2.0)))
6204
6205 (define-public r-watermelon
6206 (package
6207 (name "r-watermelon")
6208 (version "1.30.0")
6209 (source
6210 (origin
6211 (method url-fetch)
6212 (uri (bioconductor-uri "wateRmelon" version))
6213 (sha256
6214 (base32
6215 "0a66fq04yph9dis91lzjk9kh134zy6fj98yklrwf24r1080qngx0"))))
6216 (properties `((upstream-name . "wateRmelon")))
6217 (build-system r-build-system)
6218 (propagated-inputs
6219 `(("r-biobase" ,r-biobase)
6220 ("r-illuminahumanmethylation450kanno-ilmn12-hg19"
6221 ,r-illuminahumanmethylation450kanno-ilmn12-hg19)
6222 ("r-illuminaio" ,r-illuminaio)
6223 ("r-limma" ,r-limma)
6224 ("r-lumi" ,r-lumi)
6225 ("r-matrixstats" ,r-matrixstats)
6226 ("r-methylumi" ,r-methylumi)
6227 ("r-roc" ,r-roc)))
6228 (home-page "https://bioconductor.org/packages/wateRmelon/")
6229 (synopsis "Illumina 450 methylation array normalization and metrics")
6230 (description
6231 "The standard index of DNA methylation (beta) is computed from methylated
6232 and unmethylated signal intensities. Betas calculated from raw signal
6233 intensities perform well, but using 11 methylomic datasets we demonstrate that
6234 quantile normalization methods produce marked improvement. The commonly used
6235 procedure of normalizing betas is inferior to the separate normalization of M
6236 and U, and it is also advantageous to normalize Type I and Type II assays
6237 separately. This package provides 15 flavours of betas and three performance
6238 metrics, with methods for objects produced by the @code{methylumi} and
6239 @code{minfi} packages.")
6240 (license license:gpl3)))
6241
6242 (define-public r-gdsfmt
6243 (package
6244 (name "r-gdsfmt")
6245 (version "1.22.0")
6246 (source
6247 (origin
6248 (method url-fetch)
6249 (uri (bioconductor-uri "gdsfmt" version))
6250 (sha256
6251 (base32
6252 "0zc9v62imd0ykz4h30pxa64q0y45qijmkwdk2pd4ncsg8fc2jlz9"))
6253 (modules '((guix build utils)))
6254 ;; Remove bundled sources of zlib, lz4, and xz. Don't attempt to build
6255 ;; them and link with system libraries instead.
6256 (snippet
6257 '(begin
6258 (for-each delete-file-recursively
6259 '("src/LZ4"
6260 "src/XZ"
6261 "src/ZLIB"))
6262 (substitute* "src/Makevars"
6263 (("all: \\$\\(SHLIB\\)") "all:")
6264 (("\\$\\(SHLIB\\): liblzma.a") "")
6265 (("(ZLIB|LZ4)/.*") "")
6266 (("CoreArray/dVLIntGDS.cpp.*")
6267 "CoreArray/dVLIntGDS.cpp")
6268 (("CoreArray/dVLIntGDS.o.*")
6269 "CoreArray/dVLIntGDS.o")
6270 (("PKG_LIBS = ./liblzma.a")
6271 "PKG_LIBS = -llz4"))
6272 (substitute* "src/CoreArray/dStream.h"
6273 (("include \"../(ZLIB|LZ4|XZ/api)/(.*)\"" _ _ header)
6274 (string-append "include <" header ">")))
6275 #t))))
6276 (properties `((upstream-name . "gdsfmt")))
6277 (build-system r-build-system)
6278 (inputs
6279 `(("lz4" ,lz4)
6280 ("xz" ,xz)
6281 ("zlib" ,zlib)))
6282 (home-page "http://corearray.sourceforge.net/")
6283 (synopsis
6284 "R Interface to CoreArray Genomic Data Structure (GDS) Files")
6285 (description
6286 "This package provides a high-level R interface to CoreArray @dfn{Genomic
6287 Data Structure} (GDS) data files, which are portable across platforms with
6288 hierarchical structure to store multiple scalable array-oriented data sets
6289 with metadata information. It is suited for large-scale datasets, especially
6290 for data which are much larger than the available random-access memory. The
6291 @code{gdsfmt} package offers efficient operations specifically designed for
6292 integers of less than 8 bits, since a diploid genotype, like
6293 @dfn{single-nucleotide polymorphism} (SNP), usually occupies fewer bits than a
6294 byte. Data compression and decompression are available with relatively
6295 efficient random access. It is also allowed to read a GDS file in parallel
6296 with multiple R processes supported by the package @code{parallel}.")
6297 (license license:lgpl3)))
6298
6299 (define-public r-bigmelon
6300 (package
6301 (name "r-bigmelon")
6302 (version "1.12.0")
6303 (source
6304 (origin
6305 (method url-fetch)
6306 (uri (bioconductor-uri "bigmelon" version))
6307 (sha256
6308 (base32
6309 "0sw7rp4p03m1s72b4j06jfb7as3v1n2w2z4ppk8s4f80fb05bcls"))))
6310 (properties `((upstream-name . "bigmelon")))
6311 (build-system r-build-system)
6312 (propagated-inputs
6313 `(("r-biobase" ,r-biobase)
6314 ("r-biocgenerics" ,r-biocgenerics)
6315 ("r-gdsfmt" ,r-gdsfmt)
6316 ("r-geoquery" ,r-geoquery)
6317 ("r-methylumi" ,r-methylumi)
6318 ("r-minfi" ,r-minfi)
6319 ("r-watermelon" ,r-watermelon)))
6320 (home-page "https://bioconductor.org/packages/bigmelon/")
6321 (synopsis "Illumina methylation array analysis for large experiments")
6322 (description
6323 "This package provides methods for working with Illumina arrays using the
6324 @code{gdsfmt} package.")
6325 (license license:gpl3)))
6326
6327 (define-public r-seqbias
6328 (package
6329 (name "r-seqbias")
6330 (version "1.34.0")
6331 (source
6332 (origin
6333 (method url-fetch)
6334 (uri (bioconductor-uri "seqbias" version))
6335 (sha256
6336 (base32
6337 "19vbdyjblij2533ibmrw1n0rkqfrbflma6cg5b79ghks0mg7z8hq"))))
6338 (properties `((upstream-name . "seqbias")))
6339 (build-system r-build-system)
6340 (propagated-inputs
6341 `(("r-biostrings" ,r-biostrings)
6342 ("r-genomicranges" ,r-genomicranges)
6343 ("r-rhtslib" ,r-rhtslib)))
6344 (inputs
6345 `(("zlib" ,zlib))) ; This comes from rhtslib.
6346 (home-page "https://bioconductor.org/packages/seqbias/")
6347 (synopsis "Estimation of per-position bias in high-throughput sequencing data")
6348 (description
6349 "This package implements a model of per-position sequencing bias in
6350 high-throughput sequencing data using a simple Bayesian network, the structure
6351 and parameters of which are trained on a set of aligned reads and a reference
6352 genome sequence.")
6353 (license license:lgpl3)))
6354
6355 (define-public r-reqon
6356 (package
6357 (name "r-reqon")
6358 (version "1.32.0")
6359 (source
6360 (origin
6361 (method url-fetch)
6362 (uri (bioconductor-uri "ReQON" version))
6363 (sha256
6364 (base32
6365 "10p6l2zxijqyypdm970jyfqyrnfhaq3nf7cg2q6mgd1srggfa0cx"))))
6366 (properties `((upstream-name . "ReQON")))
6367 (build-system r-build-system)
6368 (propagated-inputs
6369 `(("r-rjava" ,r-rjava)
6370 ("r-rsamtools" ,r-rsamtools)
6371 ("r-seqbias" ,r-seqbias)))
6372 (home-page "https://bioconductor.org/packages/ReQON/")
6373 (synopsis "Recalibrating quality of nucleotides")
6374 (description
6375 "This package provides an implementation of an algorithm for
6376 recalibrating the base quality scores for aligned sequencing data in BAM
6377 format.")
6378 (license license:gpl2)))
6379
6380 (define-public r-wavcluster
6381 (package
6382 (name "r-wavcluster")
6383 (version "2.20.0")
6384 (source
6385 (origin
6386 (method url-fetch)
6387 (uri (bioconductor-uri "wavClusteR" version))
6388 (sha256
6389 (base32
6390 "0vq3xxsvwq86rlya7xc92sc4i6b48sib0pcina3xivg3ky2j3z7y"))))
6391 (properties `((upstream-name . "wavClusteR")))
6392 (build-system r-build-system)
6393 (propagated-inputs
6394 `(("r-biocgenerics" ,r-biocgenerics)
6395 ("r-biostrings" ,r-biostrings)
6396 ("r-foreach" ,r-foreach)
6397 ("r-genomicfeatures" ,r-genomicfeatures)
6398 ("r-genomicranges" ,r-genomicranges)
6399 ("r-ggplot2" ,r-ggplot2)
6400 ("r-hmisc" ,r-hmisc)
6401 ("r-iranges" ,r-iranges)
6402 ("r-mclust" ,r-mclust)
6403 ("r-rsamtools" ,r-rsamtools)
6404 ("r-rtracklayer" ,r-rtracklayer)
6405 ("r-s4vectors" ,r-s4vectors)
6406 ("r-seqinr" ,r-seqinr)
6407 ("r-stringr" ,r-stringr)
6408 ("r-wmtsa" ,r-wmtsa)))
6409 (home-page "https://bioconductor.org/packages/wavClusteR/")
6410 (synopsis "Identification of RNA-protein interaction sites in PAR-CLIP data")
6411 (description
6412 "This package provides an integrated pipeline for the analysis of
6413 PAR-CLIP data. PAR-CLIP-induced transitions are first discriminated from
6414 sequencing errors, SNPs and additional non-experimental sources by a non-
6415 parametric mixture model. The protein binding sites (clusters) are then
6416 resolved at high resolution and cluster statistics are estimated using a
6417 rigorous Bayesian framework. Post-processing of the results, data export for
6418 UCSC genome browser visualization and motif search analysis are provided. In
6419 addition, the package allows to integrate RNA-Seq data to estimate the False
6420 Discovery Rate of cluster detection. Key functions support parallel multicore
6421 computing. While wavClusteR was designed for PAR-CLIP data analysis, it can
6422 be applied to the analysis of other NGS data obtained from experimental
6423 procedures that induce nucleotide substitutions (e.g. BisSeq).")
6424 (license license:gpl2)))
6425
6426 (define-public r-timeseriesexperiment
6427 (package
6428 (name "r-timeseriesexperiment")
6429 (version "1.4.0")
6430 (source
6431 (origin
6432 (method url-fetch)
6433 (uri (bioconductor-uri "TimeSeriesExperiment" version))
6434 (sha256
6435 (base32
6436 "0xqa6hzknnci20zx2f6mw5cpqx8pq0v6fzf053hh51p1l2ikvgqm"))))
6437 (properties
6438 `((upstream-name . "TimeSeriesExperiment")))
6439 (build-system r-build-system)
6440 (propagated-inputs
6441 `(("r-deseq2" ,r-deseq2)
6442 ("r-dplyr" ,r-dplyr)
6443 ("r-dynamictreecut" ,r-dynamictreecut)
6444 ("r-edger" ,r-edger)
6445 ("r-ggplot2" ,r-ggplot2)
6446 ("r-hmisc" ,r-hmisc)
6447 ("r-limma" ,r-limma)
6448 ("r-magrittr" ,r-magrittr)
6449 ("r-proxy" ,r-proxy)
6450 ("r-s4vectors" ,r-s4vectors)
6451 ("r-summarizedexperiment" ,r-summarizedexperiment)
6452 ("r-tibble" ,r-tibble)
6453 ("r-tidyr" ,r-tidyr)
6454 ("r-vegan" ,r-vegan)
6455 ("r-viridis" ,r-viridis)))
6456 (home-page "https://github.com/nlhuong/TimeSeriesExperiment/")
6457 (synopsis "Analysis for short time-series data")
6458 (description
6459 "This package is a visualization and analysis toolbox for short time
6460 course data which includes dimensionality reduction, clustering, two-sample
6461 differential expression testing and gene ranking techniques. The package also
6462 provides methods for retrieving enriched pathways.")
6463 (license license:lgpl3+)))
6464
6465 (define-public r-variantfiltering
6466 (package
6467 (name "r-variantfiltering")
6468 (version "1.22.0")
6469 (source
6470 (origin
6471 (method url-fetch)
6472 (uri (bioconductor-uri "VariantFiltering" version))
6473 (sha256
6474 (base32
6475 "13pgfk2mbffd9smmxnwz7g0jrwng78711053wfzadr107zbyn4r8"))))
6476 (properties
6477 `((upstream-name . "VariantFiltering")))
6478 (build-system r-build-system)
6479 (propagated-inputs
6480 `(("r-annotationdbi" ,r-annotationdbi)
6481 ("r-biobase" ,r-biobase)
6482 ("r-biocgenerics" ,r-biocgenerics)
6483 ("r-biocparallel" ,r-biocparallel)
6484 ("r-biostrings" ,r-biostrings)
6485 ("r-bsgenome" ,r-bsgenome)
6486 ("r-dt" ,r-dt)
6487 ("r-genomeinfodb" ,r-genomeinfodb)
6488 ("r-genomicfeatures" ,r-genomicfeatures)
6489 ("r-genomicranges" ,r-genomicranges)
6490 ("r-genomicscores" ,r-genomicscores)
6491 ("r-graph" ,r-graph)
6492 ("r-gviz" ,r-gviz)
6493 ("r-iranges" ,r-iranges)
6494 ("r-rbgl" ,r-rbgl)
6495 ("r-rsamtools" ,r-rsamtools)
6496 ("r-s4vectors" ,r-s4vectors)
6497 ("r-shiny" ,r-shiny)
6498 ("r-shinyjs" ,r-shinyjs)
6499 ("r-shinythemes" ,r-shinythemes)
6500 ("r-shinytree" ,r-shinytree)
6501 ("r-summarizedexperiment" ,r-summarizedexperiment)
6502 ("r-variantannotation" ,r-variantannotation)
6503 ("r-xvector" ,r-xvector)))
6504 (home-page "https://github.com/rcastelo/VariantFiltering")
6505 (synopsis "Filtering of coding and non-coding genetic variants")
6506 (description
6507 "Filter genetic variants using different criteria such as inheritance
6508 model, amino acid change consequence, minor allele frequencies across human
6509 populations, splice site strength, conservation, etc.")
6510 (license license:artistic2.0)))
6511
6512 (define-public r-genomegraphs
6513 (package
6514 (name "r-genomegraphs")
6515 (version "1.46.0")
6516 (source
6517 (origin
6518 (method url-fetch)
6519 (uri (bioconductor-uri "GenomeGraphs" version))
6520 (sha256
6521 (base32
6522 "05vavhz936v7cknig2f2mn3fd9fiy54r3swlvifpawramblp1ags"))))
6523 (properties `((upstream-name . "GenomeGraphs")))
6524 (build-system r-build-system)
6525 (propagated-inputs
6526 `(("r-biomart" ,r-biomart)))
6527 (home-page "https://bioconductor.org/packages/GenomeGraphs/")
6528 (synopsis "Plotting genomic information from Ensembl")
6529 (description
6530 "Genomic data analyses requires integrated visualization of known genomic
6531 information and new experimental data. GenomeGraphs uses the biomaRt package
6532 to perform live annotation queries to Ensembl and translates this to e.g.
6533 gene/transcript structures in viewports of the grid graphics package. This
6534 results in genomic information plotted together with your data. Another
6535 strength of GenomeGraphs is to plot different data types such as array CGH,
6536 gene expression, sequencing and other data, together in one plot using the
6537 same genome coordinate system.")
6538 (license license:artistic2.0)))
6539
6540 (define-public r-wavetiling
6541 (package
6542 (name "r-wavetiling")
6543 (version "1.28.0")
6544 (source
6545 (origin
6546 (method url-fetch)
6547 (uri (bioconductor-uri "waveTiling" version))
6548 (sha256
6549 (base32
6550 "0d7l559zlmly8mncmh1zhkqmsml0bwwfpm7ccp8l26y852vwf7hf"))))
6551 (properties `((upstream-name . "waveTiling")))
6552 (build-system r-build-system)
6553 (propagated-inputs
6554 `(("r-affy" ,r-affy)
6555 ("r-biobase" ,r-biobase)
6556 ("r-biostrings" ,r-biostrings)
6557 ("r-genomegraphs" ,r-genomegraphs)
6558 ("r-genomicranges" ,r-genomicranges)
6559 ("r-iranges" ,r-iranges)
6560 ("r-oligo" ,r-oligo)
6561 ("r-oligoclasses" ,r-oligoclasses)
6562 ("r-preprocesscore" ,r-preprocesscore)
6563 ("r-waveslim" ,r-waveslim)))
6564 (home-page "https://r-forge.r-project.org/projects/wavetiling/")
6565 (synopsis "Wavelet-based models for tiling array transcriptome analysis")
6566 (description
6567 "This package is designed to conduct transcriptome analysis for tiling
6568 arrays based on fast wavelet-based functional models.")
6569 (license license:gpl2+)))
6570
6571 (define-public r-variancepartition
6572 (package
6573 (name "r-variancepartition")
6574 (version "1.16.1")
6575 (source
6576 (origin
6577 (method url-fetch)
6578 (uri (bioconductor-uri "variancePartition" version))
6579 (sha256
6580 (base32
6581 "02pzsff14j4am2d949mh8xgi0c7k44g09q4lr6nqm08vf92brb6g"))))
6582 (properties
6583 `((upstream-name . "variancePartition")))
6584 (build-system r-build-system)
6585 (propagated-inputs
6586 `(("r-biobase" ,r-biobase)
6587 ("r-biocparallel" ,r-biocparallel)
6588 ("r-colorramps" ,r-colorramps)
6589 ("r-doparallel" ,r-doparallel)
6590 ("r-foreach" ,r-foreach)
6591 ("r-ggplot2" ,r-ggplot2)
6592 ("r-gplots" ,r-gplots)
6593 ("r-iterators" ,r-iterators)
6594 ("r-limma" ,r-limma)
6595 ("r-lme4" ,r-lme4)
6596 ("r-lmertest" ,r-lmertest)
6597 ("r-mass" ,r-mass)
6598 ("r-pbkrtest" ,r-pbkrtest)
6599 ("r-progress" ,r-progress)
6600 ("r-reshape2" ,r-reshape2)
6601 ("r-scales" ,r-scales)))
6602 (home-page "https://bioconductor.org/packages/variancePartition/")
6603 (synopsis "Analyze variation in gene expression experiments")
6604 (description
6605 "This is a package providing tools to quantify and interpret multiple
6606 sources of biological and technical variation in gene expression experiments.
6607 It uses a linear mixed model to quantify variation in gene expression
6608 attributable to individual, tissue, time point, or technical variables. The
6609 package includes dream differential expression analysis for repeated
6610 measures.")
6611 (license license:gpl2+)))
6612
6613 (define-public r-htqpcr
6614 (package
6615 (name "r-htqpcr")
6616 (version "1.40.0")
6617 (source
6618 (origin
6619 (method url-fetch)
6620 (uri (bioconductor-uri "HTqPCR" version))
6621 (sha256
6622 (base32
6623 "008iczqaa0wn5nw144vfg3qylg7qa1q963nq9mqhgj3sxlg4rmjx"))))
6624 (properties `((upstream-name . "HTqPCR")))
6625 (build-system r-build-system)
6626 (propagated-inputs
6627 `(("r-affy" ,r-affy)
6628 ("r-biobase" ,r-biobase)
6629 ("r-gplots" ,r-gplots)
6630 ("r-limma" ,r-limma)
6631 ("r-rcolorbrewer" ,r-rcolorbrewer)))
6632 (home-page "http://www.ebi.ac.uk/bertone/software")
6633 (synopsis "Automated analysis of high-throughput qPCR data")
6634 (description
6635 "Analysis of Ct values from high throughput quantitative real-time
6636 PCR (qPCR) assays across multiple conditions or replicates. The input data
6637 can be from spatially-defined formats such ABI TaqMan Low Density Arrays or
6638 OpenArray; LightCycler from Roche Applied Science; the CFX plates from Bio-Rad
6639 Laboratories; conventional 96- or 384-well plates; or microfluidic devices
6640 such as the Dynamic Arrays from Fluidigm Corporation. HTqPCR handles data
6641 loading, quality assessment, normalization, visualization and parametric or
6642 non-parametric testing for statistical significance in Ct values between
6643 features (e.g. genes, microRNAs).")
6644 (license license:artistic2.0)))
6645
6646 (define-public r-unifiedwmwqpcr
6647 (package
6648 (name "r-unifiedwmwqpcr")
6649 (version "1.22.0")
6650 (source
6651 (origin
6652 (method url-fetch)
6653 (uri (bioconductor-uri "unifiedWMWqPCR" version))
6654 (sha256
6655 (base32
6656 "1l6rf7scxxyz4x0m4li54y6905sqj4jrx481zb9h3vqhcfcmn8lj"))))
6657 (properties
6658 `((upstream-name . "unifiedWMWqPCR")))
6659 (build-system r-build-system)
6660 (propagated-inputs
6661 `(("r-biocgenerics" ,r-biocgenerics)
6662 ("r-htqpcr" ,r-htqpcr)))
6663 (home-page "https://bioconductor.org/packages/unifiedWMWqPCR")
6664 (synopsis "Unified Wilcoxon-Mann Whitney Test for differential expression in qPCR data")
6665 (description
6666 "This package implements the unified Wilcoxon-Mann-Whitney Test for qPCR
6667 data. This modified test allows for testing differential expression in qPCR
6668 data.")
6669 (license license:gpl2+)))
6670
6671 ;; This is a CRAN package, but it depends on Bioconductor packages, so we put
6672 ;; it here.
6673 (define-public r-activedriverwgs
6674 (package
6675 (name "r-activedriverwgs")
6676 (version "1.0.1")
6677 (source
6678 (origin
6679 (method url-fetch)
6680 (uri (cran-uri "ActiveDriverWGS" version))
6681 (sha256
6682 (base32
6683 "08l9dj8d3cd74z1dqn8n4yqykwvqjxsfa067wnxyh7xnfvvnm5v1"))))
6684 (properties
6685 `((upstream-name . "ActiveDriverWGS")))
6686 (build-system r-build-system)
6687 (propagated-inputs
6688 `(("r-biostrings" ,r-biostrings)
6689 ("r-bsgenome" ,r-bsgenome)
6690 ("r-bsgenome-hsapiens-ucsc-hg19" ,r-bsgenome-hsapiens-ucsc-hg19)
6691 ("r-genomeinfodb" ,r-genomeinfodb)
6692 ("r-genomicranges" ,r-genomicranges)
6693 ("r-iranges" ,r-iranges)
6694 ("r-plyr" ,r-plyr)
6695 ("r-s4vectors" ,r-s4vectors)))
6696 (home-page "https://cran.r-project.org/web/packages/ActiveDriverWGS/")
6697 (synopsis "Driver discovery tool for cancer whole genomes")
6698 (description
6699 "This package provides a method for finding an enrichment of cancer
6700 simple somatic mutations (SNVs and Indels) in functional elements across the
6701 human genome. ActiveDriverWGS detects coding and noncoding driver elements
6702 using whole genome sequencing data.")
6703 (license license:gpl3)))
6704
6705 ;; This is a CRAN package, but it depends on Bioconductor packages, so we put
6706 ;; it here.
6707 (define-public r-activepathways
6708 (package
6709 (name "r-activepathways")
6710 (version "1.0.1")
6711 (source
6712 (origin
6713 (method url-fetch)
6714 (uri (cran-uri "ActivePathways" version))
6715 (sha256
6716 (base32
6717 "1xb0d1svmzw404pv8ja6wr4773k7x2lxkrzrayilvzqbfzj1wx20"))))
6718 (properties
6719 `((upstream-name . "ActivePathways")))
6720 (build-system r-build-system)
6721 (propagated-inputs
6722 `(("r-data-table" ,r-data-table)
6723 ("r-ggplot2" ,r-ggplot2)
6724 ("r-metap" ,r-metap)))
6725 (home-page "https://cran.r-project.org/web/packages/ActivePathways/")
6726 (synopsis "Multivariate pathway enrichment analysis")
6727 (description
6728 "This package represents an integrative method of analyzing multi omics
6729 data that conducts enrichment analysis of annotated gene sets. ActivePathways
6730 uses a statistical data fusion approach, rationalizes contributing evidence
6731 and highlights associated genes, improving systems-level understanding of
6732 cellular organization in health and disease.")
6733 (license license:gpl3)))
6734
6735 (define-public r-bgmix
6736 (package
6737 (name "r-bgmix")
6738 (version "1.46.0")
6739 (source
6740 (origin
6741 (method url-fetch)
6742 (uri (bioconductor-uri "BGmix" version))
6743 (sha256
6744 (base32
6745 "1bwqqhkh4m3hhpd71grwjrg7n07lzvys4y7aghmw2gw5ibnk5683"))))
6746 (properties `((upstream-name . "BGmix")))
6747 (build-system r-build-system)
6748 (propagated-inputs
6749 `(("r-kernsmooth" ,r-kernsmooth)))
6750 (home-page "https://bioconductor.org/packages/BGmix/")
6751 (synopsis "Bayesian models for differential gene expression")
6752 (description
6753 "This package provides fully Bayesian mixture models for differential
6754 gene expression.")
6755 (license license:gpl2)))
6756
6757 (define-public r-bgx
6758 (package
6759 (name "r-bgx")
6760 (version "1.52.0")
6761 (source
6762 (origin
6763 (method url-fetch)
6764 (uri (bioconductor-uri "bgx" version))
6765 (sha256
6766 (base32
6767 "0fiqqv6pin0zhxaw67hzfjccq2qkl9qfqjf10nx2zmpxm2licavm"))))
6768 (properties `((upstream-name . "bgx")))
6769 (build-system r-build-system)
6770 (propagated-inputs
6771 `(("r-affy" ,r-affy)
6772 ("r-biobase" ,r-biobase)
6773 ("r-gcrma" ,r-gcrma)
6774 ("r-rcpp" ,r-rcpp)))
6775 (home-page "https://bioconductor.org/packages/bgx/")
6776 (synopsis "Bayesian gene expression")
6777 (description
6778 "This package provides tools for Bayesian integrated analysis of
6779 Affymetrix GeneChips.")
6780 (license license:gpl2)))
6781
6782 (define-public r-bhc
6783 (package
6784 (name "r-bhc")
6785 (version "1.38.0")
6786 (source
6787 (origin
6788 (method url-fetch)
6789 (uri (bioconductor-uri "BHC" version))
6790 (sha256
6791 (base32
6792 "1bxx3jak8mgvay3j1xd59bb9j86pzl6hh5abxww9x1b7rswmy1jh"))))
6793 (properties `((upstream-name . "BHC")))
6794 (build-system r-build-system)
6795 (home-page "https://bioconductor.org/packages/BHC/")
6796 (synopsis "Bayesian hierarchical clustering")
6797 (description
6798 "The method implemented in this package performs bottom-up hierarchical
6799 clustering, using a Dirichlet Process (infinite mixture) to model uncertainty
6800 in the data and Bayesian model selection to decide at each step which clusters
6801 to merge. This avoids several limitations of traditional methods, for example
6802 how many clusters there should be and how to choose a principled distance
6803 metric. This implementation accepts multinomial (i.e. discrete, with 2+
6804 categories) or time-series data. This version also includes a randomised
6805 algorithm which is more efficient for larger data sets.")
6806 (license license:gpl3)))
6807
6808 (define-public r-bicare
6809 (package
6810 (name "r-bicare")
6811 (version "1.44.0")
6812 (source
6813 (origin
6814 (method url-fetch)
6815 (uri (bioconductor-uri "BicARE" version))
6816 (sha256
6817 (base32
6818 "1gia5vzmvbk4k1vx3bh9nld1ws9s3c0y11qfbzqhfnfjbd7n8qcs"))))
6819 (properties `((upstream-name . "BicARE")))
6820 (build-system r-build-system)
6821 (propagated-inputs
6822 `(("r-biobase" ,r-biobase)
6823 ("r-gseabase" ,r-gseabase)
6824 ("r-multtest" ,r-multtest)))
6825 (home-page "http://bioinfo.curie.fr")
6826 (synopsis "Biclustering analysis and results exploration")
6827 (description
6828 "This is a package for biclustering analysis and exploration of
6829 results.")
6830 (license license:gpl2)))
6831
6832 (define-public r-bifet
6833 (package
6834 (name "r-bifet")
6835 (version "1.6.0")
6836 (source
6837 (origin
6838 (method url-fetch)
6839 (uri (bioconductor-uri "BiFET" version))
6840 (sha256
6841 (base32
6842 "0ck1d6hxd4f40hfz8p2z5xmjbz79yhrf6fisjka2xzk5v9fm4p4k"))))
6843 (properties `((upstream-name . "BiFET")))
6844 (build-system r-build-system)
6845 (propagated-inputs
6846 `(("r-genomicranges" ,r-genomicranges)
6847 ("r-poibin" ,r-poibin)))
6848 (home-page "https://bioconductor.org/packages/BiFET")
6849 (synopsis "Bias-free footprint enrichment test")
6850 (description
6851 "BiFET identifies @dfn{transcription factors} (TFs) whose footprints are
6852 over-represented in target regions compared to background regions after
6853 correcting for the bias arising from the imbalance in read counts and GC
6854 contents between the target and background regions. For a given TF k, BiFET
6855 tests the null hypothesis that the target regions have the same probability of
6856 having footprints for the TF k as the background regions while correcting for
6857 the read count and GC content bias.")
6858 (license license:gpl3)))
6859
6860 (define-public r-rsbml
6861 (package
6862 (name "r-rsbml")
6863 (version "2.44.0")
6864 (source
6865 (origin
6866 (method url-fetch)
6867 (uri (bioconductor-uri "rsbml" version))
6868 (sha256
6869 (base32
6870 "1dbp0aaijxn3na26b68ws0v9qzvml61ifb9z4i8pz7q6h48n7lxa"))))
6871 (properties `((upstream-name . "rsbml")))
6872 (build-system r-build-system)
6873 (inputs
6874 `(("libsbml" ,libsbml)
6875 ("zlib" ,zlib)))
6876 (propagated-inputs
6877 `(("r-biocgenerics" ,r-biocgenerics)
6878 ("r-graph" ,r-graph)))
6879 (native-inputs
6880 `(("pkg-config" ,pkg-config)))
6881 (home-page "http://www.sbml.org")
6882 (synopsis "R support for SBML")
6883 (description
6884 "This package provides an R interface to libsbml for SBML parsing,
6885 validating output, provides an S4 SBML DOM, converts SBML to R graph objects.")
6886 (license license:artistic2.0)))
6887
6888 (define-public r-hypergraph
6889 (package
6890 (name "r-hypergraph")
6891 (version "1.58.0")
6892 (source
6893 (origin
6894 (method url-fetch)
6895 (uri (bioconductor-uri "hypergraph" version))
6896 (sha256
6897 (base32
6898 "1bixmslxy7r987zw1vf4dg72hfi04lf4vj03n7ygym2g8nfhbh7m"))))
6899 (properties `((upstream-name . "hypergraph")))
6900 (build-system r-build-system)
6901 (propagated-inputs
6902 `(("r-graph" ,r-graph)))
6903 (home-page "https://bioconductor.org/packages/hypergraph")
6904 (synopsis "Hypergraph data structures")
6905 (description
6906 "This package implements some simple capabilities for representing and
6907 manipulating hypergraphs.")
6908 (license license:artistic2.0)))
6909
6910 (define-public r-hyperdraw
6911 (package
6912 (name "r-hyperdraw")
6913 (version "1.38.0")
6914 (source
6915 (origin
6916 (method url-fetch)
6917 (uri (bioconductor-uri "hyperdraw" version))
6918 (sha256
6919 (base32
6920 "0a8h3pb7196qi49ady8ni92m5wqb1hvxw6khk9j63mwj3h7jinbj"))))
6921 (properties `((upstream-name . "hyperdraw")))
6922 (build-system r-build-system)
6923 (inputs `(("graphviz" ,graphviz)))
6924 (propagated-inputs
6925 `(("r-graph" ,r-graph)
6926 ("r-hypergraph" ,r-hypergraph)
6927 ("r-rgraphviz" ,r-rgraphviz)))
6928 (home-page "https://bioconductor.org/packages/hyperdraw")
6929 (synopsis "Visualizing hypergraphs")
6930 (description
6931 "This package provides functions for visualizing hypergraphs.")
6932 (license license:gpl2+)))
6933
6934 (define-public r-biggr
6935 (package
6936 (name "r-biggr")
6937 (version "1.22.0")
6938 (source
6939 (origin
6940 (method url-fetch)
6941 (uri (bioconductor-uri "BiGGR" version))
6942 (sha256
6943 (base32
6944 "1n2ypc84abmhn6br0yi87k7lvjc11k7abzhgvzdabc2ai1qgcqif"))))
6945 (properties `((upstream-name . "BiGGR")))
6946 (build-system r-build-system)
6947 (propagated-inputs
6948 `(("r-hyperdraw" ,r-hyperdraw)
6949 ("r-hypergraph" ,r-hypergraph)
6950 ("r-lim" ,r-lim)
6951 ("r-limsolve" ,r-limsolve)
6952 ("r-rsbml" ,r-rsbml)
6953 ("r-stringr" ,r-stringr)))
6954 (home-page "https://bioconductor.org/packages/BiGGR/")
6955 (synopsis "Constraint based modeling using metabolic reconstruction databases")
6956 (description
6957 "This package provides an interface to simulate metabolic reconstruction
6958 from the @url{http://bigg.ucsd.edu/, BiGG database} and other metabolic
6959 reconstruction databases. The package facilitates @dfn{flux balance
6960 analysis} (FBA) and the sampling of feasible flux distributions. Metabolic
6961 networks and estimated fluxes can be visualized with hypergraphs.")
6962 (license license:gpl3+)))
6963
6964 (define-public r-bigmemoryextras
6965 (package
6966 (name "r-bigmemoryextras")
6967 (version "1.34.0")
6968 (source
6969 (origin
6970 (method url-fetch)
6971 (uri (bioconductor-uri "bigmemoryExtras" version))
6972 (sha256
6973 (base32
6974 "17dk7c44ikphcrpi8hnxyvlmj30qmj098kc0ihfi69bp9rw1cibq"))))
6975 (properties
6976 `((upstream-name . "bigmemoryExtras")))
6977 (build-system r-build-system)
6978 (propagated-inputs
6979 `(("r-bigmemory" ,r-bigmemory)))
6980 (home-page "https://github.com/phaverty/bigmemoryExtras")
6981 (synopsis "Extension of the bigmemory package")
6982 (description
6983 "This package defines a @code{BigMatrix} @code{ReferenceClass} which adds
6984 safety and convenience features to the @code{filebacked.big.matrix} class from
6985 the @code{bigmemory} package. @code{BigMatrix} protects against segfaults by
6986 monitoring and gracefully restoring the connection to on-disk data and it also
6987 protects against accidental data modification with a filesystem-based
6988 permissions system. Utilities are provided for using @code{BigMatrix}-derived
6989 classes as @code{assayData} matrices within the @code{Biobase} package's
6990 @code{eSet} family of classes. @code{BigMatrix} provides some optimizations
6991 related to attaching to, and indexing into, file-backed matrices with
6992 dimnames. Additionally, the package provides a @code{BigMatrixFactor} class,
6993 a file-backed matrix with factor properties.")
6994 (license license:artistic2.0)))
6995
6996 (define-public r-bigpint
6997 (package
6998 (name "r-bigpint")
6999 (version "1.2.0")
7000 (source
7001 (origin
7002 (method url-fetch)
7003 (uri (bioconductor-uri "bigPint" version))
7004 (sha256
7005 (base32
7006 "10vs0lzfyxp6sm4r9pxfwipjvzmmaqnvwn1hc5q37s5qz44fg0hk"))))
7007 (properties `((upstream-name . "bigPint")))
7008 (build-system r-build-system)
7009 (propagated-inputs
7010 `(("r-dplyr" ,r-dplyr)
7011 ("r-ggally" ,r-ggally)
7012 ("r-ggplot2" ,r-ggplot2)
7013 ("r-gridextra" ,r-gridextra)
7014 ("r-hexbin" ,r-hexbin)
7015 ("r-hmisc" ,r-hmisc)
7016 ("r-htmlwidgets" ,r-htmlwidgets)
7017 ("r-plotly" ,r-plotly)
7018 ("r-plyr" ,r-plyr)
7019 ("r-rcolorbrewer" ,r-rcolorbrewer)
7020 ("r-reshape" ,r-reshape)
7021 ("r-shiny" ,r-shiny)
7022 ("r-shinycssloaders" ,r-shinycssloaders)
7023 ("r-shinydashboard" ,r-shinydashboard)
7024 ("r-stringr" ,r-stringr)
7025 ("r-tidyr" ,r-tidyr)))
7026 (home-page "https://github.com/lindsayrutter/bigPint")
7027 (synopsis "Big multivariate data plotted interactively")
7028 (description
7029 "This package provides methods for visualizing large multivariate
7030 datasets using static and interactive scatterplot matrices, parallel
7031 coordinate plots, volcano plots, and litre plots. It includes examples for
7032 visualizing RNA-sequencing datasets and differentially expressed genes.")
7033 (license license:gpl3)))
7034
7035 (define-public r-chemminer
7036 (package
7037 (name "r-chemminer")
7038 (version "3.38.0")
7039 (source
7040 (origin
7041 (method url-fetch)
7042 (uri (bioconductor-uri "ChemmineR" version))
7043 (sha256
7044 (base32
7045 "1j6vmkhc03dmmkm5wgbcv62pw5dclp49f906xkx1pwg27bdldbga"))))
7046 (properties `((upstream-name . "ChemmineR")))
7047 (build-system r-build-system)
7048 (propagated-inputs
7049 `(("r-base64enc" ,r-base64enc)
7050 ("r-bh" ,r-bh)
7051 ("r-biocgenerics" ,r-biocgenerics)
7052 ("r-dbi" ,r-dbi)
7053 ("r-digest" ,r-digest)
7054 ("r-dt" ,r-dt)
7055 ("r-ggplot2" ,r-ggplot2)
7056 ("r-gridextra" ,r-gridextra)
7057 ("r-png" ,r-png)
7058 ("r-rcpp" ,r-rcpp)
7059 ("r-rcurl" ,r-rcurl)
7060 ("r-rjson" ,r-rjson)
7061 ("r-rsvg" ,r-rsvg)))
7062 (home-page "https://github.com/girke-lab/ChemmineR")
7063 (synopsis "Cheminformatics toolkit for R")
7064 (description
7065 "ChemmineR is a cheminformatics package for analyzing drug-like small
7066 molecule data in R. It contains functions for efficient processing of large
7067 numbers of molecules, physicochemical/structural property predictions,
7068 structural similarity searching, classification and clustering of compound
7069 libraries with a wide spectrum of algorithms. In addition, it offers
7070 visualization functions for compound clustering results and chemical
7071 structures.")
7072 (license license:artistic2.0)))
7073
7074 (define-public r-bioassayr
7075 (package
7076 (name "r-bioassayr")
7077 (version "1.24.0")
7078 (source
7079 (origin
7080 (method url-fetch)
7081 (uri (bioconductor-uri "bioassayR" version))
7082 (sha256
7083 (base32
7084 "08vxkvxhqnryfbj4dwk3ifb9pn544www9zk2pj9fjbh5xfpwi7zw"))))
7085 (properties `((upstream-name . "bioassayR")))
7086 (build-system r-build-system)
7087 (propagated-inputs
7088 `(("r-biocgenerics" ,r-biocgenerics)
7089 ("r-chemminer" ,r-chemminer)
7090 ("r-dbi" ,r-dbi)
7091 ("r-matrix" ,r-matrix)
7092 ("r-rjson" ,r-rjson)
7093 ("r-rsqlite" ,r-rsqlite)
7094 ("r-xml" ,r-xml)))
7095 (home-page "https://github.com/TylerBackman/bioassayR")
7096 (synopsis "Cross-target analysis of small molecule bioactivity")
7097 (description
7098 "bioassayR is a computational tool that enables simultaneous analysis of
7099 thousands of bioassay experiments performed over a diverse set of compounds
7100 and biological targets. Unique features include support for large-scale
7101 cross-target analyses of both public and custom bioassays, generation of
7102 @dfn{high throughput screening fingerprints} (HTSFPs), and an optional
7103 preloaded database that provides access to a substantial portion of publicly
7104 available bioactivity data.")
7105 (license license:artistic2.0)))
7106
7107 (define-public r-biobroom
7108 (package
7109 (name "r-biobroom")
7110 (version "1.18.0")
7111 (source
7112 (origin
7113 (method url-fetch)
7114 (uri (bioconductor-uri "biobroom" version))
7115 (sha256
7116 (base32
7117 "1480ycdsh9xdhbpr47vdw5g6m8arqsnp8hc19wwhzm8npxh4qqlb"))))
7118 (properties `((upstream-name . "biobroom")))
7119 (build-system r-build-system)
7120 (propagated-inputs
7121 `(("r-biobase" ,r-biobase)
7122 ("r-broom" ,r-broom)
7123 ("r-dplyr" ,r-dplyr)
7124 ("r-tidyr" ,r-tidyr)))
7125 (home-page "https://github.com/StoreyLab/biobroom")
7126 (synopsis "Turn Bioconductor objects into tidy data frames")
7127 (description
7128 "This package contains methods for converting standard objects
7129 constructed by bioinformatics packages, especially those in Bioconductor, and
7130 converting them to @code{tidy} data. It thus serves as a complement to the
7131 @code{broom} package, and follows the same tidy, augment, glance division of
7132 tidying methods. Tidying data makes it easy to recombine, reshape and
7133 visualize bioinformatics analyses.")
7134 ;; Any version of the LGPL.
7135 (license license:lgpl3+)))
7136
7137 (define-public r-graphite
7138 (package
7139 (name "r-graphite")
7140 (version "1.32.0")
7141 (source
7142 (origin
7143 (method url-fetch)
7144 (uri (bioconductor-uri "graphite" version))
7145 (sha256
7146 (base32
7147 "1r9fk0cpdwm7012pa85dkjcpkml2j89zcznpf4hfdz66anfyyycd"))))
7148 (properties `((upstream-name . "graphite")))
7149 (build-system r-build-system)
7150 (propagated-inputs
7151 `(("r-annotationdbi" ,r-annotationdbi)
7152 ("r-checkmate" ,r-checkmate)
7153 ("r-graph" ,r-graph)
7154 ("r-httr" ,r-httr)
7155 ("r-rappdirs" ,r-rappdirs)))
7156 (home-page "https://bioconductor.org/packages/graphite/")
7157 (synopsis "Networks from pathway databases")
7158 (description
7159 "Graphite provides networks derived from eight public pathway databases,
7160 and automates the conversion of node identifiers (e.g. from Entrez IDs to gene
7161 symbols).")
7162 (license license:agpl3+)))
7163
7164 (define-public r-reactomepa
7165 (package
7166 (name "r-reactomepa")
7167 (version "1.30.0")
7168 (source
7169 (origin
7170 (method url-fetch)
7171 (uri (bioconductor-uri "ReactomePA" version))
7172 (sha256
7173 (base32
7174 "1vwc9kj1l4yi7c4f4lnq0i3wl2nrmmhcxyakz8qak122fi92z3j1"))))
7175 (properties `((upstream-name . "ReactomePA")))
7176 (build-system r-build-system)
7177 (propagated-inputs
7178 `(("r-annotationdbi" ,r-annotationdbi)
7179 ("r-dose" ,r-dose)
7180 ("r-enrichplot" ,r-enrichplot)
7181 ("r-ggplot2" ,r-ggplot2)
7182 ("r-ggraph" ,r-ggraph)
7183 ("r-graphite" ,r-graphite)
7184 ("r-igraph" ,r-igraph)
7185 ("r-reactome-db" ,r-reactome-db)))
7186 (home-page "https://guangchuangyu.github.io/software/ReactomePA")
7187 (synopsis "Reactome pathway analysis")
7188 (description
7189 "This package provides functions for pathway analysis based on the
7190 REACTOME pathway database. It implements enrichment analysis, gene set
7191 enrichment analysis and several functions for visualization.")
7192 (license license:gpl2)))
7193
7194 (define-public r-ebarrays
7195 (package
7196 (name "r-ebarrays")
7197 (version "2.50.0")
7198 (source
7199 (origin
7200 (method url-fetch)
7201 (uri (bioconductor-uri "EBarrays" version))
7202 (sha256
7203 (base32
7204 "063rhsdp8x0f881kslq06zxfp6b2qabrz4vmfrn8a4v3pd3n7s13"))))
7205 (properties `((upstream-name . "EBarrays")))
7206 (build-system r-build-system)
7207 (propagated-inputs
7208 `(("r-biobase" ,r-biobase)
7209 ("r-cluster" ,r-cluster)
7210 ("r-lattice" ,r-lattice)))
7211 (home-page "https://bioconductor.org/packages/EBarrays/")
7212 (synopsis "Gene clustering and differential expression identification")
7213 (description
7214 "EBarrays provides tools for the analysis of replicated/unreplicated
7215 microarray data.")
7216 (license license:gpl2+)))
7217
7218 (define-public r-bioccasestudies
7219 (package
7220 (name "r-bioccasestudies")
7221 (version "1.48.0")
7222 (source
7223 (origin
7224 (method url-fetch)
7225 (uri (bioconductor-uri "BiocCaseStudies" version))
7226 (sha256
7227 (base32
7228 "1sg9vxs24zfz3dg9y0qlrdsq43y0pbahbvcfxzlxjzjw80xzxpbd"))))
7229 (properties
7230 `((upstream-name . "BiocCaseStudies")))
7231 (build-system r-build-system)
7232 (propagated-inputs `(("r-biobase" ,r-biobase)))
7233 (home-page "https://bioconductor.org/packages/BiocCaseStudies")
7234 (synopsis "Support for the case studies monograph")
7235 (description
7236 "This package provides software and data to support the case studies
7237 monograph.")
7238 (license license:artistic2.0)))
7239
7240 (define-public r-biocgraph
7241 (package
7242 (name "r-biocgraph")
7243 (version "1.48.0")
7244 (source
7245 (origin
7246 (method url-fetch)
7247 (uri (bioconductor-uri "biocGraph" version))
7248 (sha256
7249 (base32
7250 "1rv2lwiqwg7h7za23n896fs4dpla3xhw6kzwghb6iw5nlm2m61yw"))))
7251 (properties `((upstream-name . "biocGraph")))
7252 (build-system r-build-system)
7253 (propagated-inputs
7254 `(("r-biocgenerics" ,r-biocgenerics)
7255 ("r-geneplotter" ,r-geneplotter)
7256 ("r-graph" ,r-graph)
7257 ("r-rgraphviz" ,r-rgraphviz)))
7258 (home-page "https://bioconductor.org/packages/biocGraph/")
7259 (synopsis "Graph examples and use cases in Bioinformatics")
7260 (description
7261 "This package provides examples and code that make use of the
7262 different graph related packages produced by Bioconductor.")
7263 (license license:artistic2.0)))
7264
7265 (define-public r-experimenthub
7266 (package
7267 (name "r-experimenthub")
7268 (version "1.12.0")
7269 (source
7270 (origin
7271 (method url-fetch)
7272 (uri (bioconductor-uri "ExperimentHub" version))
7273 (sha256
7274 (base32
7275 "054w2lkyirbmhgia0rp4nk9zzw3zphz6jxg6fc9zlarp90g64z24"))))
7276 (properties `((upstream-name . "ExperimentHub")))
7277 (build-system r-build-system)
7278 (propagated-inputs
7279 `(("r-annotationhub" ,r-annotationhub)
7280 ("r-biocfilecache" ,r-biocfilecache)
7281 ("r-biocgenerics" ,r-biocgenerics)
7282 ("r-biocmanager" ,r-biocmanager)
7283 ("r-curl" ,r-curl)
7284 ("r-rappdirs" ,r-rappdirs)
7285 ("r-s4vectors" ,r-s4vectors)))
7286 (home-page "https://bioconductor.org/packages/ExperimentHub/")
7287 (synopsis "Client to access ExperimentHub resources")
7288 (description
7289 "This package provides a client for the Bioconductor ExperimentHub web
7290 resource. ExperimentHub provides a central location where curated data from
7291 experiments, publications or training courses can be accessed. Each resource
7292 has associated metadata, tags and date of modification. The client creates
7293 and manages a local cache of files retrieved enabling quick and reproducible
7294 access.")
7295 (license license:artistic2.0)))
7296
7297 (define-public r-multiassayexperiment
7298 (package
7299 (name "r-multiassayexperiment")
7300 (version "1.12.2")
7301 (source
7302 (origin
7303 (method url-fetch)
7304 (uri (bioconductor-uri "MultiAssayExperiment" version))
7305 (sha256
7306 (base32
7307 "0722f3jl1xq8k8w7vrv986jd16bgysqp3n07pgmdn0hh1zh2mcqc"))))
7308 (properties
7309 `((upstream-name . "MultiAssayExperiment")))
7310 (build-system r-build-system)
7311 (propagated-inputs
7312 `(("r-biobase" ,r-biobase)
7313 ("r-biocgenerics" ,r-biocgenerics)
7314 ("r-genomicranges" ,r-genomicranges)
7315 ("r-iranges" ,r-iranges)
7316 ("r-s4vectors" ,r-s4vectors)
7317 ("r-summarizedexperiment" ,r-summarizedexperiment)
7318 ("r-tidyr" ,r-tidyr)))
7319 (home-page "https://waldronlab.io/MultiAssayExperiment/")
7320 (synopsis "Integration of multi-omics experiments in Bioconductor")
7321 (description
7322 "MultiAssayExperiment harmonizes data management of multiple assays
7323 performed on an overlapping set of specimens. It provides a familiar
7324 Bioconductor user experience by extending concepts from
7325 @code{SummarizedExperiment}, supporting an open-ended mix of standard data
7326 classes for individual assays, and allowing subsetting by genomic ranges or
7327 rownames.")
7328 (license license:artistic2.0)))
7329
7330 (define-public r-bioconcotk
7331 (package
7332 (name "r-bioconcotk")
7333 (version "1.6.0")
7334 (source
7335 (origin
7336 (method url-fetch)
7337 (uri (bioconductor-uri "BiocOncoTK" version))
7338 (sha256
7339 (base32
7340 "0rnah6c01a33yb9663jim9iclan61rpcwprb56mykgn1pf5hywbj"))))
7341 (properties `((upstream-name . "BiocOncoTK")))
7342 (build-system r-build-system)
7343 (propagated-inputs
7344 `(("r-bigrquery" ,r-bigrquery)
7345 ("r-car" ,r-car)
7346 ("r-complexheatmap" ,r-complexheatmap)
7347 ("r-curatedtcgadata" ,r-curatedtcgadata)
7348 ("r-dbi" ,r-dbi)
7349 ("r-dplyr" ,r-dplyr)
7350 ("r-dt" ,r-dt)
7351 ("r-genomicfeatures" ,r-genomicfeatures)
7352 ("r-genomicranges" ,r-genomicranges)
7353 ("r-ggplot2" ,r-ggplot2)
7354 ("r-ggpubr" ,r-ggpubr)
7355 ("r-graph" ,r-graph)
7356 ("r-httr" ,r-httr)
7357 ("r-iranges" ,r-iranges)
7358 ("r-magrittr" ,r-magrittr)
7359 ("r-plyr" ,r-plyr)
7360 ("r-rgraphviz" ,r-rgraphviz)
7361 ("r-rjson" ,r-rjson)
7362 ("r-s4vectors" ,r-s4vectors)
7363 ("r-scales" ,r-scales)
7364 ("r-shiny" ,r-shiny)
7365 ("r-summarizedexperiment" ,r-summarizedexperiment)))
7366 (home-page "https://bioconductor.org/packages/BiocOncoTK")
7367 (synopsis "Bioconductor components for general cancer genomics")
7368 (description
7369 "The purpose of this package is to provide a central interface to various
7370 tools for genome-scale analysis of cancer studies.")
7371 (license license:artistic2.0)))
7372
7373 (define-public r-biocor
7374 (package
7375 (name "r-biocor")
7376 (version "1.10.0")
7377 (source
7378 (origin
7379 (method url-fetch)
7380 (uri (bioconductor-uri "BioCor" version))
7381 (sha256
7382 (base32
7383 "1bjw02rwmz2d715sgpfp08njb15200ch7cmipsf9hd5835ppg1jl"))))
7384 (properties `((upstream-name . "BioCor")))
7385 (build-system r-build-system)
7386 (propagated-inputs
7387 `(("r-biocparallel" ,r-biocparallel)
7388 ("r-gseabase" ,r-gseabase)
7389 ("r-matrix" ,r-matrix)))
7390 (home-page "https://llrs.github.io/BioCor/")
7391 (synopsis "Functional similarities")
7392 (description
7393 "This package provides tools to calculate functional similarities based
7394 on the pathways described on KEGG and REACTOME or in gene sets. These
7395 similarities can be calculated for pathways or gene sets, genes, or clusters
7396 and combined with other similarities. They can be used to improve networks,
7397 gene selection, testing relationships, and so on.")
7398 (license license:expat)))
7399
7400 (define-public r-biocpkgtools
7401 (package
7402 (name "r-biocpkgtools")
7403 (version "1.4.0")
7404 (source
7405 (origin
7406 (method url-fetch)
7407 (uri (bioconductor-uri "BiocPkgTools" version))
7408 (sha256
7409 (base32
7410 "0gyhb3071pxmvaxla7cxy9k97s3z3ynl62jnqz9jnkd53c7jnd53"))))
7411 (properties `((upstream-name . "BiocPkgTools")))
7412 (build-system r-build-system)
7413 (propagated-inputs
7414 `(("r-biocmanager" ,r-biocmanager)
7415 ("r-biocviews" ,r-biocviews)
7416 ("r-dplyr" ,r-dplyr)
7417 ("r-dt" ,r-dt)
7418 ("r-gh" ,r-gh)
7419 ("r-graph" ,r-graph)
7420 ("r-htmltools" ,r-htmltools)
7421 ("r-htmlwidgets" ,r-htmlwidgets)
7422 ("r-httr" ,r-httr)
7423 ("r-igraph" ,r-igraph)
7424 ("r-jsonlite" ,r-jsonlite)
7425 ("r-magrittr" ,r-magrittr)
7426 ("r-rbgl" ,r-rbgl)
7427 ("r-readr" ,r-readr)
7428 ("r-rex" ,r-rex)
7429 ("r-rvest" ,r-rvest)
7430 ("r-stringr" ,r-stringr)
7431 ("r-tibble" ,r-tibble)
7432 ("r-tidyr" ,r-tidyr)
7433 ("r-xml2" ,r-xml2)))
7434 (home-page "https://github.com/seandavi/BiocPkgTools")
7435 (synopsis "Collection of tools for learning about Bioconductor packages")
7436 (description
7437 "Bioconductor has a rich ecosystem of metadata around packages, usage,
7438 and build status. This package is a simple collection of functions to access
7439 that metadata from R. The goal is to expose metadata for data mining and
7440 value-added functionality such as package searching, text mining, and
7441 analytics on packages.")
7442 (license license:expat)))
7443
7444 (define-public r-biocset
7445 (package
7446 (name "r-biocset")
7447 (version "1.0.1")
7448 (source
7449 (origin
7450 (method url-fetch)
7451 (uri (bioconductor-uri "BiocSet" version))
7452 (sha256
7453 (base32
7454 "1xcksnvjflrdarn8xqmgf0n6wbsjkq9jazqwp35i52vqcq4ic1j9"))))
7455 (properties `((upstream-name . "BiocSet")))
7456 (build-system r-build-system)
7457 (propagated-inputs
7458 `(("r-annotationdbi" ,r-annotationdbi)
7459 ("r-dplyr" ,r-dplyr)
7460 ("r-keggrest" ,r-keggrest)
7461 ("r-plyr" ,r-plyr)
7462 ("r-rlang" ,r-rlang)
7463 ("r-rtracklayer" ,r-rtracklayer)
7464 ("r-tibble" ,r-tibble)))
7465 (home-page
7466 "https://bioconductor.org/packages/BiocSet")
7467 (synopsis
7468 "Representing Different Biological Sets")
7469 (description
7470 "BiocSet displays different biological sets in a triple tibble format.
7471 These three tibbles are @code{element}, @code{set}, and @code{elementset}.
7472 The user has the ability to activate one of these three tibbles to perform
7473 common functions from the @code{dplyr} package. Mapping functionality and
7474 accessing web references for elements/sets are also available in BiocSet.")
7475 (license license:artistic2.0)))
7476
7477 (define-public r-biocworkflowtools
7478 (package
7479 (name "r-biocworkflowtools")
7480 (version "1.12.0")
7481 (source
7482 (origin
7483 (method url-fetch)
7484 (uri (bioconductor-uri "BiocWorkflowTools" version))
7485 (sha256
7486 (base32
7487 "1v4bhnpdkmllm7aghms9b7369hkrgz7mn69wbrqg1x42pgkf30ad"))))
7488 (properties
7489 `((upstream-name . "BiocWorkflowTools")))
7490 (build-system r-build-system)
7491 (propagated-inputs
7492 `(("r-biocstyle" ,r-biocstyle)
7493 ("r-bookdown" ,r-bookdown)
7494 ("r-git2r" ,r-git2r)
7495 ("r-httr" ,r-httr)
7496 ("r-knitr" ,r-knitr)
7497 ("r-rmarkdown" ,r-rmarkdown)
7498 ("r-rstudioapi" ,r-rstudioapi)
7499 ("r-stringr" ,r-stringr)
7500 ("r-usethis" ,r-usethis)))
7501 (home-page "https://bioconductor.org/packages/BiocWorkflowTools/")
7502 (synopsis "Tools to aid the development of Bioconductor Workflow packages")
7503 (description
7504 "This package provides functions to ease the transition between
7505 Rmarkdown and LaTeX documents when authoring a Bioconductor Workflow.")
7506 (license license:expat)))
7507
7508 (define-public r-biodist
7509 (package
7510 (name "r-biodist")
7511 (version "1.58.0")
7512 (source
7513 (origin
7514 (method url-fetch)
7515 (uri (bioconductor-uri "bioDist" version))
7516 (sha256
7517 (base32
7518 "0iabw07px3ybdgbbab0vv350051cm4aq8w47rz9dnmzx4kil9h5q"))))
7519 (properties `((upstream-name . "bioDist")))
7520 (build-system r-build-system)
7521 (propagated-inputs
7522 `(("r-biobase" ,r-biobase)
7523 ("r-kernsmooth" ,r-kernsmooth)))
7524 (home-page "https://bioconductor.org/packages/bioDist/")
7525 (synopsis "Different distance measures")
7526 (description
7527 "This package provides a collection of software tools for calculating
7528 distance measures.")
7529 (license license:artistic2.0)))