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