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