gnu: r-affycompatible: Build reproducibly.
[jackhill/guix/guix.git] / gnu / packages / bioconductor.scm
1 ;;; GNU Guix --- Functional package management for GNU
2 ;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Ricardo Wurmus <rekado@elephly.net>
3 ;;; Copyright © 2016, 2017, 2018, 2020, 2021 Roel Janssen <roel@gnu.org>
4 ;;; Copyright © 2016 Pjotr Prins <pjotr.guix@thebird.nl>
5 ;;; Copyright © 2016 Ben Woodcroft <donttrustben@gmail.com>
6 ;;; Copyright © 2017 Efraim Flashner <efraim@flashner.co.il>
7 ;;; Copyright © 2017, 2018, 2019, 2020, 2021 Tobias Geerinckx-Rice <me@tobias.gr>
8 ;;; Copyright © 2019, 2020, 2021, 2022 Simon Tournier <zimon.toutoune@gmail.com>
9 ;;; Copyright © 2020 Peter Lo <peterloleungyau@gmail.com>
10 ;;; Copyright © 2020, 2021, 2022 Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
11 ;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
12 ;;; Copyright © 2021 Hong Li <hli@mdc-berlin.de>
13 ;;; Copyright © 2021 Tim Howes <timhowes@lavabit.com>
14 ;;; Copyright © 2021 Nicolas Vallet <nls.vallet@gmail.com>
15 ;;;
16 ;;; This file is part of GNU Guix.
17 ;;;
18 ;;; GNU Guix is free software; you can redistribute it and/or modify it
19 ;;; under the terms of the GNU General Public License as published by
20 ;;; the Free Software Foundation; either version 3 of the License, or (at
21 ;;; your option) any later version.
22 ;;;
23 ;;; GNU Guix is distributed in the hope that it will be useful, but
24 ;;; WITHOUT ANY WARRANTY; without even the implied warranty of
25 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26 ;;; GNU General Public License for more details.
27 ;;;
28 ;;; You should have received a copy of the GNU General Public License
29 ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
30
31 (define-module (gnu packages bioconductor)
32 #:use-module ((guix licenses) #:prefix license:)
33 #:use-module (guix packages)
34 #:use-module (guix download)
35 #:use-module (guix git-download)
36 #:use-module (guix build-system r)
37 #:use-module (gnu packages)
38 #:use-module (gnu packages base)
39 #:use-module (gnu packages bioinformatics)
40 #:use-module (gnu packages boost)
41 #:use-module (gnu packages cran)
42 #:use-module (gnu packages compression)
43 #:use-module (gnu packages curl)
44 #:use-module (gnu packages docker)
45 #:use-module (gnu packages gcc)
46 #:use-module (gnu packages graph)
47 #:use-module (gnu packages graphviz)
48 #:use-module (gnu packages haskell-xyz)
49 #:use-module (gnu packages image)
50 #:use-module (gnu packages maths)
51 #:use-module (gnu packages netpbm)
52 #:use-module (gnu packages perl)
53 #:use-module (gnu packages pkg-config)
54 #:use-module (gnu packages statistics)
55 #:use-module (gnu packages web)
56 #:use-module (gnu packages xml)
57 #:use-module (srfi srfi-1))
58
59 \f
60 ;;; Annotations
61
62 (define-public r-org-eck12-eg-db
63 (package
64 (name "r-org-eck12-eg-db")
65 (version "3.12.0")
66 (source
67 (origin
68 (method url-fetch)
69 (uri (bioconductor-uri "org.EcK12.eg.db" version 'annotation))
70 (sha256
71 (base32 "0c4p6jr83k0gm6pvn760yr8xf33wggrfcr6fg7a42a96bcf817gs"))))
72 (properties
73 `((upstream-name . "org.EcK12.eg.db")))
74 (build-system r-build-system)
75 (propagated-inputs
76 (list r-annotationdbi))
77 (home-page "https://bioconductor.org/packages/org.EcK12.eg.db")
78 (synopsis "Genome wide annotation for E coli strain K12")
79 (description
80 "This package provides genome wide annotation for E coli strain K12,
81 primarily based on mapping using Entrez Gene identifiers. Entrez Gene is
82 National Center for Biotechnology Information (NCBI)’s database for
83 gene-specific information. Entrez Gene maintains records from genomes which
84 have been completely sequenced, which have an active research community to
85 submit gene-specific information, or which are scheduled for intense sequence
86 analysis.")
87 (license license:artistic2.0)))
88
89 (define-public r-org-bt-eg-db
90 (package
91 (name "r-org-bt-eg-db")
92 (version "3.13.0")
93 (source
94 (origin
95 (method url-fetch)
96 (uri (bioconductor-uri
97 "org.Bt.eg.db"
98 version
99 'annotation))
100 (sha256
101 (base32
102 "0pwvwyfah8fhvaxdc8zkp3lp1v4mchhzr84r3hb0jx97icdvhafi"))))
103 (properties `((upstream-name . "org.Bt.eg.db")))
104 (build-system r-build-system)
105 (propagated-inputs
106 (list r-annotationdbi))
107 (home-page "https://bioconductor.org/packages/org.Bt.eg.db")
108 (synopsis "Genome wide annotation for Bovine")
109 (description
110 "This package provides genome wide annotations for Bovine, primarily
111 based on mapping using Entrez Gene identifiers.")
112 (license license:artistic2.0)))
113
114 (define-public r-reactome-db
115 (package
116 (name "r-reactome-db")
117 (version "1.70.0")
118 (source
119 (origin
120 (method url-fetch)
121 (uri (bioconductor-uri "reactome.db" version 'annotation))
122 (sha256
123 (base32
124 "05wc4fp0faq6h3kq5rwafnips043as31yq11mrjngfxvf5i10srg"))))
125 (properties `((upstream-name . "reactome.db")))
126 (build-system r-build-system)
127 (propagated-inputs
128 (list r-annotationdbi))
129 (home-page "https://bioconductor.org/packages/reactome.db/")
130 (synopsis "Annotation maps for reactome")
131 (description
132 "This package provides a set of annotation maps for the REACTOME
133 database, assembled using data from REACTOME.")
134 (license license:cc-by4.0)))
135
136 (define-public r-bsgenome-btaurus-ucsc-bostau8
137 (package
138 (name "r-bsgenome-btaurus-ucsc-bostau8")
139 (version "1.4.2")
140 (source (origin
141 (method url-fetch)
142 (uri (bioconductor-uri "BSgenome.Btaurus.UCSC.bosTau8"
143 version 'annotation))
144 (sha256
145 (base32
146 "16wjy1aw9nvx03r7w8yh5w7sw3pn8i9nczd0n0728l6nnyqxlsz6"))))
147 (properties
148 `((upstream-name . "BSgenome.Btaurus.UCSC.bosTau8")))
149 (build-system r-build-system)
150 (propagated-inputs
151 (list r-bsgenome))
152 (home-page
153 "https://www.bioconductor.org/packages/BSgenome.Btaurus.UCSC.bosTau8/")
154 (synopsis "Full genome sequences for Bos taurus (UCSC version bosTau8)")
155 (description "This package provides the full genome sequences for Bos
156 taurus (UCSC version bosTau8).")
157 (license license:artistic2.0)))
158
159 (define-public r-bsgenome-celegans-ucsc-ce6
160 (package
161 (name "r-bsgenome-celegans-ucsc-ce6")
162 (version "1.4.0")
163 (source (origin
164 (method url-fetch)
165 (uri (bioconductor-uri "BSgenome.Celegans.UCSC.ce6"
166 version 'annotation))
167 (sha256
168 (base32
169 "0mqzb353xv2c3m3vkb315dkmnxkgczp7ndnknyhpgjlybyf715v9"))))
170 (properties
171 `((upstream-name . "BSgenome.Celegans.UCSC.ce6")))
172 (build-system r-build-system)
173 (propagated-inputs
174 (list r-bsgenome))
175 (home-page
176 "https://www.bioconductor.org/packages/BSgenome.Celegans.UCSC.ce6/")
177 (synopsis "Full genome sequences for Worm")
178 (description
179 "This package provides full genome sequences for Caenorhabditis
180 elegans (Worm) as provided by UCSC (ce6, May 2008) and stored in Biostrings
181 objects.")
182 (license license:artistic2.0)))
183
184 (define-public r-bsgenome-celegans-ucsc-ce10
185 (package
186 (name "r-bsgenome-celegans-ucsc-ce10")
187 (version "1.4.0")
188 (source (origin
189 (method url-fetch)
190 (uri (bioconductor-uri "BSgenome.Celegans.UCSC.ce10"
191 version 'annotation))
192 (sha256
193 (base32
194 "1zaym97jk4npxk14ifvwz2rvhm4zx9xgs33r9vvx9rlynp0gydrk"))))
195 (properties
196 `((upstream-name . "BSgenome.Celegans.UCSC.ce10")))
197 (build-system r-build-system)
198 (propagated-inputs
199 (list r-bsgenome))
200 (home-page
201 "https://www.bioconductor.org/packages/BSgenome.Celegans.UCSC.ce10/")
202 (synopsis "Full genome sequences for Worm")
203 (description
204 "This package provides full genome sequences for Caenorhabditis
205 elegans (Worm) as provided by UCSC (ce10, Oct 2010) and stored in Biostrings
206 objects.")
207 (license license:artistic2.0)))
208
209 (define-public r-bsgenome-dmelanogaster-ucsc-dm6
210 (package
211 (name "r-bsgenome-dmelanogaster-ucsc-dm6")
212 (version "1.4.1")
213 (source (origin
214 (method url-fetch)
215 (uri (bioconductor-uri "BSgenome.Dmelanogaster.UCSC.dm6"
216 version 'annotation))
217 (sha256
218 (base32
219 "1bhj0rdgf7lspw4xby9y9mf7v7jxxz8001bc8vw8kf04rjsx6060"))))
220 (properties
221 `((upstream-name . "BSgenome.Dmelanogaster.UCSC.dm6")))
222 (build-system r-build-system)
223 (propagated-inputs
224 (list r-bsgenome))
225 (home-page
226 "https://www.bioconductor.org/packages/BSgenome.Dmelanogaster.UCSC.dm6/")
227 (synopsis "Full genome sequences for Fly")
228 (description
229 "This package provides full genome sequences for Drosophila
230 melanogaster (Fly) as provided by UCSC (dm6) and stored in Biostrings
231 objects.")
232 (license license:artistic2.0)))
233
234 (define-public r-bsgenome-dmelanogaster-ucsc-dm3
235 (package
236 (name "r-bsgenome-dmelanogaster-ucsc-dm3")
237 (version "1.4.0")
238 (source (origin
239 (method url-fetch)
240 (uri (bioconductor-uri "BSgenome.Dmelanogaster.UCSC.dm3"
241 version 'annotation))
242 (sha256
243 (base32
244 "19bm3lkhhkag3gnwp419211fh0cnr0x6fa0r1lr0ycwrikxdxsv8"))))
245 (properties
246 `((upstream-name . "BSgenome.Dmelanogaster.UCSC.dm3")))
247 (build-system r-build-system)
248 (propagated-inputs
249 (list r-bsgenome))
250 (home-page
251 "https://www.bioconductor.org/packages/BSgenome.Dmelanogaster.UCSC.dm3/")
252 (synopsis "Full genome sequences for Fly")
253 (description
254 "This package provides full genome sequences for Drosophila
255 melanogaster (Fly) as provided by UCSC (dm3, April 2006) and stored in
256 Biostrings objects.")
257 (license license:artistic2.0)))
258
259 (define-public r-bsgenome-dmelanogaster-ucsc-dm3-masked
260 (package
261 (name "r-bsgenome-dmelanogaster-ucsc-dm3-masked")
262 (version "1.3.99")
263 (source (origin
264 (method url-fetch)
265 (uri (bioconductor-uri "BSgenome.Dmelanogaster.UCSC.dm3.masked"
266 version 'annotation))
267 (sha256
268 (base32
269 "1756csb09f1br9rj1l3f08qyh4hlymdbd0cfn8x3fq39dn45m5ap"))))
270 (properties
271 `((upstream-name . "BSgenome.Dmelanogaster.UCSC.dm3.masked")))
272 (build-system r-build-system)
273 (propagated-inputs
274 (list r-bsgenome r-bsgenome-dmelanogaster-ucsc-dm3))
275 (home-page "https://www.bioconductor.org/packages/BSgenome.Dmelanogaster.UCSC.dm3.masked/")
276 (synopsis "Full masked genome sequences for Fly")
277 (description
278 "This package provides full masked genome sequences for Drosophila
279 melanogaster (Fly) as provided by UCSC (dm3, April 2006) and stored in
280 Biostrings objects. The sequences are the same as in
281 BSgenome.Dmelanogaster.UCSC.dm3, except that each of them has the 4 following
282 masks on top: (1) the mask of assembly gaps (AGAPS mask), (2) the mask of
283 intra-contig ambiguities (AMB mask), (3) the mask of repeats from
284 RepeatMasker (RM mask), and (4) the mask of repeats from Tandem Repeats
285 Finder (TRF mask). Only the AGAPS and AMB masks are \"active\" by default.")
286 (license license:artistic2.0)))
287
288 (define-public r-bsgenome-drerio-ucsc-danrer11
289 (package
290 (name "r-bsgenome-drerio-ucsc-danrer11")
291 (version "1.4.2")
292 (source
293 (origin
294 (method url-fetch)
295 (uri (bioconductor-uri "BSgenome.Drerio.UCSC.danRer11"
296 version 'annotation))
297 (sha256
298 (base32 "08a928mqzv2jxngjcs4yr6ni1b9z9al6jdngwi438j8hm41cwk4v"))))
299 (properties `((upstream-name . "BSgenome.Drerio.UCSC.danRer11")))
300 (build-system r-build-system)
301 (propagated-inputs
302 (list r-bsgenome))
303 (home-page "https://bioconductor.org/packages/BSgenome.Drerio.UCSC.danRer11")
304 (synopsis "Full genome sequences for Danio rerio (UCSC version danRer11)")
305 (description
306 "This package provides full genome sequences for Danio rerio (Zebrafish)
307 as provided by UCSC (danRer11, May 2017) and stored in Biostrings objects.")
308 (license license:artistic2.0)))
309
310 (define-public r-bsgenome-hsapiens-1000genomes-hs37d5
311 (package
312 (name "r-bsgenome-hsapiens-1000genomes-hs37d5")
313 (version "0.99.1")
314 (source (origin
315 (method url-fetch)
316 (uri (bioconductor-uri "BSgenome.Hsapiens.1000genomes.hs37d5"
317 version 'annotation))
318 (sha256
319 (base32
320 "1cg0g5fqmsvwyw2p9hp2yy4ilk21jkbbrnpgqvb5c36ihjwvc7sr"))))
321 (properties
322 `((upstream-name . "BSgenome.Hsapiens.1000genomes.hs37d5")))
323 (build-system r-build-system)
324 (propagated-inputs
325 (list r-bsgenome))
326 (home-page
327 "https://www.bioconductor.org/packages/BSgenome.Hsapiens.1000genomes.hs37d5/")
328 (synopsis "Full genome sequences for Homo sapiens")
329 (description
330 "This package provides full genome sequences for Homo sapiens from
331 1000genomes phase2 reference genome sequence (hs37d5), based on NCBI GRCh37.")
332 (license license:artistic2.0)))
333
334 (define-public r-bsgenome-hsapiens-ncbi-grch38
335 (package
336 (name "r-bsgenome-hsapiens-ncbi-grch38")
337 (version "1.3.1000")
338 (source
339 (origin
340 (method url-fetch)
341 (uri (bioconductor-uri "BSgenome.Hsapiens.NCBI.GRCh38"
342 version 'annotation))
343 (sha256
344 (base32
345 "0y75qdq578fh6420vbvsbwmdw8jvr3g06qli2h3vj3pxmjykh9c1"))))
346 (properties `((upstream-name . "BSgenome.Hsapiens.NCBI.GRCh38")))
347 (build-system r-build-system)
348 (propagated-inputs (list r-bsgenome))
349 (home-page
350 "https://bioconductor.org/packages/release/data/annotation/html/\
351 BSgenome.Hsapiens.NCBI.GRCh38.html")
352 (synopsis "Full genome sequences for Homo sapiens (GRCh38)")
353 (description
354 "This package provides full genome sequences for Homo sapiens (Human) as
355 provided by NCBI (GRCh38, 2013-12-17) and stored in Biostrings objects.")
356 (license license:artistic2.0)))
357
358 (define-public r-bsgenome-hsapiens-ucsc-hg19-masked
359 (package
360 (name "r-bsgenome-hsapiens-ucsc-hg19-masked")
361 (version "1.3.993")
362 (source
363 (origin
364 (method url-fetch)
365 (uri (bioconductor-uri "BSgenome.Hsapiens.UCSC.hg19.masked"
366 version 'annotation))
367 (sha256
368 (base32 "19533ihgad67bzhavycv6z708012ylz9cw1qdfmk2b7ikf3kiaz9"))))
369 (properties
370 `((upstream-name . "BSgenome.Hsapiens.UCSC.hg19.masked")))
371 (build-system r-build-system)
372 (propagated-inputs
373 (list r-bsgenome r-bsgenome-hsapiens-ucsc-hg19))
374 (home-page "https://bioconductor.org/packages/BSgenome.Hsapiens.UCSC.hg19.masked/")
375 (synopsis "Full masked genome sequences for Homo sapiens")
376 (description
377 "This package provides full genome sequences for Homo sapiens (Human) as
378 provided by UCSC (hg19, Feb. 2009) and stored in Biostrings objects. The
379 sequences are the same as in BSgenome.Hsapiens.UCSC.hg19, except that each of
380 them has the 4 following masks on top: (1) the mask of assembly gaps (AGAPS
381 mask), (2) the mask of intra-contig ambiguities (AMB mask), (3) the mask of
382 repeats from RepeatMasker (RM mask), and (4) the mask of repeats from Tandem
383 Repeats Finder (TRF mask). Only the AGAPS and AMB masks are \"active\" by
384 default.")
385 (license license:artistic2.0)))
386
387 (define-public r-bsgenome-mmusculus-ucsc-mm9
388 (package
389 (name "r-bsgenome-mmusculus-ucsc-mm9")
390 (version "1.4.0")
391 (source (origin
392 (method url-fetch)
393 (uri (bioconductor-uri "BSgenome.Mmusculus.UCSC.mm9"
394 version 'annotation))
395 (sha256
396 (base32
397 "1birqw30g2azimxpnjfzmkphan7x131yy8b9h85lfz5fjdg7841i"))))
398 (properties
399 `((upstream-name . "BSgenome.Mmusculus.UCSC.mm9")))
400 (build-system r-build-system)
401 (propagated-inputs
402 (list r-bsgenome))
403 (home-page
404 "https://www.bioconductor.org/packages/BSgenome.Mmusculus.UCSC.mm9/")
405 (synopsis "Full genome sequences for Mouse")
406 (description
407 "This package provides full genome sequences for Mus musculus (Mouse) as
408 provided by UCSC (mm9, July 2007) and stored in Biostrings objects.")
409 (license license:artistic2.0)))
410
411 (define-public r-bsgenome-mmusculus-ucsc-mm9-masked
412 (package
413 (name "r-bsgenome-mmusculus-ucsc-mm9-masked")
414 (version "1.3.99")
415 (source (origin
416 (method url-fetch)
417 (uri (bioconductor-uri "BSgenome.Mmusculus.UCSC.mm9.masked"
418 version 'annotation))
419 (sha256
420 (base32
421 "00bpbm3havqcxr4g63zhllsbpd9q6svgihks7qp7x73nm4gvq7fn"))))
422 (properties
423 `((upstream-name . "BSgenome.Mmusculus.UCSC.mm9.masked")))
424 (build-system r-build-system)
425 (propagated-inputs
426 (list r-bsgenome r-bsgenome-mmusculus-ucsc-mm9))
427 (home-page "https://bioconductor.org/packages/BSgenome.Mmusculus.UCSC.mm9.masked/")
428 (synopsis "Full masked genome sequences for Mouse")
429 (description
430 "This package provides full genome sequences for Mus musculus (Mouse) as
431 provided by UCSC (mm9, Jul. 2007) and stored in Biostrings objects. The
432 sequences are the same as in BSgenome.Mmusculus.UCSC.mm9, except that each of
433 them has the 4 following masks on top: (1) the mask of assembly gaps (AGAPS
434 mask), (2) the mask of intra-contig ambiguities (AMB mask), (3) the mask of
435 repeats from RepeatMasker (RM mask), and (4) the mask of repeats from Tandem
436 Repeats Finder (TRF mask). Only the AGAPS and AMB masks are \"active\" by
437 default." )
438 (license license:artistic2.0)))
439
440 (define-public r-bsgenome-mmusculus-ucsc-mm10
441 (package
442 (name "r-bsgenome-mmusculus-ucsc-mm10")
443 (version "1.4.0")
444 (source (origin
445 (method url-fetch)
446 (uri (bioconductor-uri "BSgenome.Mmusculus.UCSC.mm10"
447 version 'annotation))
448 (sha256
449 (base32
450 "12s0nm2na9brjad4rn9l7d3db2aj8qa1xvz0y1k7gk08wayb6bkf"))))
451 (properties
452 `((upstream-name . "BSgenome.Mmusculus.UCSC.mm10")))
453 (build-system r-build-system)
454 (propagated-inputs
455 (list r-bsgenome))
456 (home-page
457 "https://www.bioconductor.org/packages/BSgenome.Mmusculus.UCSC.mm10/")
458 (synopsis "Full genome sequences for Mouse")
459 (description
460 "This package provides full genome sequences for Mus
461 musculus (Mouse) as provided by UCSC (mm10, December 2011) and stored
462 in Biostrings objects.")
463 (license license:artistic2.0)))
464
465 (define-public r-genomeinfodbdata
466 (package
467 (name "r-genomeinfodbdata")
468 (version "1.2.0")
469 (source (origin
470 (method url-fetch)
471 (uri (bioconductor-uri "GenomeInfoDbData" version 'annotation))
472 (sha256
473 (base32
474 "0di6nlqpsyqf693k2na65ayqldih563x3zfrczpqc5q2hl5kg35c"))))
475 (properties
476 `((upstream-name . "GenomeInfoDbData")))
477 (build-system r-build-system)
478 (home-page "https://bioconductor.org/packages/GenomeInfoDbData")
479 (synopsis "Species and taxonomy ID look up tables for GenomeInfoDb")
480 (description "This package contains data for mapping between NCBI taxonomy
481 ID and species. It is used by functions in the GenomeInfoDb package.")
482 (license license:artistic2.0)))
483
484 (define-public r-go-db
485 (package
486 (name "r-go-db")
487 (version "3.7.0")
488 (source (origin
489 (method url-fetch)
490 (uri (bioconductor-uri "GO.db" version 'annotation))
491 (sha256
492 (base32
493 "0i3wcf5h3n0dawzc1hy0kv74f06j80c47n4p3g3fmrcxlhi3jpa5"))))
494 (properties
495 `((upstream-name . "GO.db")))
496 (build-system r-build-system)
497 (propagated-inputs
498 (list r-annotationdbi))
499 (home-page "https://bioconductor.org/packages/GO.db")
500 (synopsis "Annotation maps describing the entire Gene Ontology")
501 (description
502 "The purpose of this GO.db annotation package is to provide detailed
503 information about the latest version of the Gene Ontologies.")
504 (license license:artistic2.0)))
505
506 (define-public r-homo-sapiens
507 (package
508 (name "r-homo-sapiens")
509 (version "1.3.1")
510 (source (origin
511 (method url-fetch)
512 (uri (bioconductor-uri "Homo.sapiens" version 'annotation))
513 (sha256
514 (base32
515 "151vj7h5p1c8yd5swrchk46z469p135wk50hvkl0nhgndvy0jj01"))))
516 (properties
517 `((upstream-name . "Homo.sapiens")))
518 (build-system r-build-system)
519 (propagated-inputs
520 (list r-genomicfeatures
521 r-go-db
522 r-org-hs-eg-db
523 r-txdb-hsapiens-ucsc-hg19-knowngene
524 r-organismdbi
525 r-annotationdbi))
526 (home-page "https://bioconductor.org/packages/Homo.sapiens/")
527 (synopsis "Annotation package for the Homo.sapiens object")
528 (description
529 "This package contains the Homo.sapiens object to access data from
530 several related annotation packages.")
531 (license license:artistic2.0)))
532
533 (define-public r-mus-musculus
534 (package
535 (name "r-mus-musculus")
536 (version "1.3.1")
537 (source
538 (origin
539 (method url-fetch)
540 (uri (bioconductor-uri "Mus.musculus" version 'annotation))
541 (sha256
542 (base32
543 "143zdf83gbfqhy8jm9df7gzhw5q3a64jrjrxrzjf0zd76j8s8j6y"))))
544 (properties `((upstream-name . "Mus.musculus")))
545 (build-system r-build-system)
546 (propagated-inputs
547 (list r-annotationdbi
548 r-genomicfeatures
549 r-go-db
550 r-org-mm-eg-db
551 r-organismdbi
552 r-txdb-mmusculus-ucsc-mm10-knowngene))
553 (home-page "https://bioconductor.org/packages/Mus.musculus")
554 (synopsis "Annotation package for the Mus.musculus object")
555 (description
556 "This package contains the @code{Mus.musculus} object to access data
557 from several related annotation packages.")
558 (license license:artistic2.0)))
559
560 (define-public r-illuminahumanmethylation450kanno-ilmn12-hg19
561 (package
562 (name "r-illuminahumanmethylation450kanno-ilmn12-hg19")
563 (version "0.6.0")
564 (source
565 (origin
566 (method url-fetch)
567 (uri (bioconductor-uri
568 "IlluminaHumanMethylation450kanno.ilmn12.hg19"
569 version 'annotation))
570 (sha256
571 (base32
572 "059vlxsx3p3fcnywwirahsc6mlk813zpqnbv0jsrag6x5bb8z6r4"))))
573 (properties
574 `((upstream-name
575 . "IlluminaHumanMethylation450kanno.ilmn12.hg19")))
576 (build-system r-build-system)
577 (propagated-inputs (list r-minfi))
578 (home-page
579 "https://bioconductor.org/packages/IlluminaHumanMethylation450kanno.ilmn12.hg19/")
580 (synopsis "Annotation for Illumina's 450k methylation arrays")
581 (description
582 "This package provides manifests and annotation for Illumina's 450k array
583 data.")
584 (license license:artistic2.0)))
585
586 (define-public r-org-ce-eg-db
587 (package
588 (name "r-org-ce-eg-db")
589 (version "3.7.0")
590 (source (origin
591 (method url-fetch)
592 (uri (bioconductor-uri "org.Ce.eg.db" version 'annotation))
593 (sha256
594 (base32
595 "1w5br1ss4ha8wv4v2saj7cmbjc2jw0dyj2f2y269l078z31wcnaz"))))
596 (properties
597 `((upstream-name . "org.Ce.eg.db")))
598 (build-system r-build-system)
599 (propagated-inputs
600 (list r-annotationdbi))
601 (home-page "https://www.bioconductor.org/packages/org.Ce.eg.db/")
602 (synopsis "Genome wide annotation for Worm")
603 (description
604 "This package provides mappings from Entrez gene identifiers to various
605 annotations for the genome of the model worm Caenorhabditis elegans.")
606 (license license:artistic2.0)))
607
608 (define-public r-org-dm-eg-db
609 (package
610 (name "r-org-dm-eg-db")
611 (version "3.7.0")
612 (source (origin
613 (method url-fetch)
614 (uri (bioconductor-uri "org.Dm.eg.db" version 'annotation))
615 (sha256
616 (base32
617 "1pqjrzlyg72bjpy8zsxvaglc7jsv176bnyi87xdajmkvsgxpm7b3"))))
618 (properties
619 `((upstream-name . "org.Dm.eg.db")))
620 (build-system r-build-system)
621 (propagated-inputs
622 (list r-annotationdbi))
623 (home-page "https://www.bioconductor.org/packages/org.Dm.eg.db/")
624 (synopsis "Genome wide annotation for Fly")
625 (description
626 "This package provides mappings from Entrez gene identifiers to various
627 annotations for the genome of the model fruit fly Drosophila melanogaster.")
628 (license license:artistic2.0)))
629
630 (define-public r-org-dr-eg-db
631 (package
632 (name "r-org-dr-eg-db")
633 (version "3.7.0")
634 (source (origin
635 (method url-fetch)
636 (uri (bioconductor-uri "org.Dr.eg.db" version 'annotation))
637 (sha256
638 (base32
639 "1xs5wsbcpy0iwbjyiv7fax57djqc529ai5fk1qfsdcvlja3cpglx"))))
640 (properties
641 `((upstream-name . "org.Dr.eg.db")))
642 (build-system r-build-system)
643 (propagated-inputs
644 (list r-annotationdbi))
645 (home-page "https://www.bioconductor.org/packages/org.Dr.eg.db/")
646 (synopsis "Annotation for Zebrafish")
647 (description
648 "This package provides genome wide annotations for Zebrafish, primarily
649 based on mapping using Entrez Gene identifiers.")
650 (license license:artistic2.0)))
651
652 (define-public r-org-hs-eg-db
653 (package
654 (name "r-org-hs-eg-db")
655 (version "3.14.0")
656 (source (origin
657 (method url-fetch)
658 (uri (bioconductor-uri "org.Hs.eg.db" version 'annotation))
659 (sha256
660 (base32
661 "0mnddv42ll0sc0zxf7hkgilslykbvfn7xgxg1g8qi57q2dmpwb6j"))))
662 (properties
663 `((upstream-name . "org.Hs.eg.db")))
664 (build-system r-build-system)
665 (propagated-inputs
666 (list r-annotationdbi))
667 (home-page "https://www.bioconductor.org/packages/org.Hs.eg.db/")
668 (synopsis "Genome wide annotation for Human")
669 (description
670 "This package contains genome-wide annotations for Human, primarily based
671 on mapping using Entrez Gene identifiers.")
672 (license license:artistic2.0)))
673
674 (define-public r-org-mm-eg-db
675 (package
676 (name "r-org-mm-eg-db")
677 (version "3.7.0")
678 (source (origin
679 (method url-fetch)
680 (uri (bioconductor-uri "org.Mm.eg.db" version 'annotation))
681 (sha256
682 (base32
683 "1i3nvrd3wjigf1rmgxq1p5xxc3p8v02h5gwi62s30rkrsyjjfjxx"))))
684 (properties
685 `((upstream-name . "org.Mm.eg.db")))
686 (build-system r-build-system)
687 (propagated-inputs
688 (list r-annotationdbi))
689 (home-page "https://www.bioconductor.org/packages/org.Mm.eg.db/")
690 (synopsis "Genome wide annotation for Mouse")
691 (description
692 "This package provides mappings from Entrez gene identifiers to various
693 annotations for the genome of the model mouse Mus musculus.")
694 (license license:artistic2.0)))
695
696 (define-public r-bsgenome-hsapiens-ucsc-hg19
697 (package
698 (name "r-bsgenome-hsapiens-ucsc-hg19")
699 (version "1.4.3")
700 (source (origin
701 (method url-fetch)
702 (uri (bioconductor-uri "BSgenome.Hsapiens.UCSC.hg19"
703 version 'annotation))
704 (sha256
705 (base32
706 "06lx7q7i52lg3vkjkqy492z9ianzgi4nhs9m1jrxjjb4hgbnbyjv"))))
707 (properties
708 `((upstream-name . "BSgenome.Hsapiens.UCSC.hg19")))
709 (build-system r-build-system)
710 (propagated-inputs
711 (list r-bsgenome))
712 (home-page
713 "https://www.bioconductor.org/packages/BSgenome.Hsapiens.UCSC.hg19/")
714 (synopsis "Full genome sequences for Homo sapiens")
715 (description
716 "This package provides full genome sequences for Homo sapiens as provided
717 by UCSC (hg19, February 2009) and stored in Biostrings objects.")
718 (license license:artistic2.0)))
719
720 (define-public r-bsgenome-hsapiens-ucsc-hg38
721 (package
722 (name "r-bsgenome-hsapiens-ucsc-hg38")
723 (version "1.4.4")
724 (source (origin
725 (method url-fetch)
726 (uri (bioconductor-uri "BSgenome.Hsapiens.UCSC.hg38"
727 version 'annotation))
728 (sha256
729 (base32 "03xmh6q99nqjxz29m6j0ymxlk22jq0nlvpf4a2yhg3hgnxqkakh2"))))
730 (properties
731 `((upstream-name . "BSgenome.Hsapiens.UCSC.hg38")))
732 (build-system r-build-system)
733 (propagated-inputs
734 (list r-bsgenome))
735 (home-page
736 "https://www.bioconductor.org/packages/BSgenome.Hsapiens.UCSC.hg38/")
737 (synopsis "Full genome sequences for Homo sapiens")
738 (description
739 "This package provides full genome sequences for Homo sapiens (Human)
740 as provided by UCSC (hg38, Dec. 2013) and stored in Biostrings objects.")
741 (license license:artistic2.0)))
742
743 (define-public r-ensdb-hsapiens-v75
744 (package
745 (name "r-ensdb-hsapiens-v75")
746 (version "2.99.0")
747 (source
748 (origin
749 (method url-fetch)
750 (uri (bioconductor-uri "EnsDb.Hsapiens.v75" version 'annotation))
751 (sha256
752 (base32
753 "0jx6rf6v0j8yr07q3c1h7s121901dc400nm6xaiv4i7kb5czjn9c"))))
754 (properties
755 `((upstream-name . "EnsDb.Hsapiens.v75")))
756 (build-system r-build-system)
757 (propagated-inputs
758 (list r-ensembldb))
759 (home-page "https://bioconductor.org/packages/EnsDb.Hsapiens.v75")
760 (synopsis "Ensembl based annotation package")
761 (description
762 "This package exposes an annotation database generated from Ensembl.")
763 (license license:artistic2.0)))
764
765 (define-public r-ensdb-hsapiens-v86
766 (package
767 (name "r-ensdb-hsapiens-v86")
768 (version "2.99.0")
769 (source
770 (origin
771 (method url-fetch)
772 (uri (bioconductor-uri "EnsDb.Hsapiens.v86" version 'annotation))
773 (sha256
774 (base32 "1gp7xrzddpvmh2vrcp571wyy00skxgxfl39ksj4h0hm1qay0fb2m"))))
775 (properties `((upstream-name . "EnsDb.Hsapiens.v86")))
776 (build-system r-build-system)
777 (propagated-inputs (list r-ensembldb))
778 (home-page "https://bioconductor.org/packages/EnsDb.Hsapiens.v86")
779 (synopsis "Ensembl based annotation package")
780 (description "This package exposes an annotation database generated from
781 Ensembl.")
782 (license license:artistic2.0)))
783
784 (define-public r-ensdb-mmusculus-v79
785 (package
786 (name "r-ensdb-mmusculus-v79")
787 (version "2.99.0")
788 (source
789 (origin
790 (method url-fetch)
791 (uri (bioconductor-uri "EnsDb.Mmusculus.v79" version 'annotation))
792 (sha256
793 (base32 "1zpmq7v55if6q9r0h883q9k8l70ym20b01m9hxf121wb256rl9f7"))))
794 (properties `((upstream-name . "EnsDb.Mmusculus.v79")))
795 (build-system r-build-system)
796 (propagated-inputs (list r-ensembldb))
797 (home-page "https://bioconductor.org/packages/EnsDb.Mmusculus.v79")
798 (synopsis "Ensembl based annotation package")
799 (description "This package exposes an annotation database generated from
800 Ensembl.")
801 (license license:artistic2.0)))
802
803 (define-public r-snplocs-hsapiens-dbsnp144-grch37
804 (package
805 (name "r-snplocs-hsapiens-dbsnp144-grch37")
806 (version "0.99.20")
807 (source (origin
808 (method url-fetch)
809 (uri (bioconductor-uri "SNPlocs.Hsapiens.dbSNP144.GRCh37"
810 version 'annotation))
811 (sha256
812 (base32
813 "1z8kx43ki1jvj7ms7pcybakcdimfwr6zpjvspkjmma97bdz093iz"))))
814 (build-system r-build-system)
815 ;; As this package provides little more than a very large data file it
816 ;; doesn't make sense to build substitutes.
817 (arguments `(#:substitutable? #f))
818 (propagated-inputs
819 (list r-biocgenerics
820 r-s4vectors
821 r-iranges
822 r-genomeinfodb
823 r-genomicranges
824 r-bsgenome
825 r-biostrings))
826 (home-page
827 "https://bioconductor.org/packages/SNPlocs.Hsapiens.dbSNP144.GRCh37/")
828 (synopsis "SNP locations for Homo sapiens (dbSNP Build 144)")
829 (description "This package provides SNP locations and alleles for Homo
830 sapiens extracted from NCBI dbSNP Build 144. The source data files used for
831 this package were created by NCBI on May 29-30, 2015, and contain SNPs mapped
832 to reference genome GRCh37.p13. Note that the GRCh37.p13 genome is a
833 patched version of GRCh37. However the patch doesn't alter chromosomes 1-22,
834 X, Y, MT. GRCh37 itself is the same as the hg19 genome from UCSC *except* for
835 the mitochondrion chromosome. Therefore, the SNPs in this package can be
836 injected in @code{BSgenome.Hsapiens.UCSC.hg19} and they will land at the
837 correct position but this injection will exclude chrM (i.e. nothing will be
838 injected in that sequence).")
839 (license license:artistic2.0)))
840
841 (define-public r-txdb-dmelanogaster-ucsc-dm6-ensgene
842 (package
843 (name "r-txdb-dmelanogaster-ucsc-dm6-ensgene")
844 (version "3.12.0")
845 (source
846 (origin
847 (method url-fetch)
848 (uri (bioconductor-uri "TxDb.Dmelanogaster.UCSC.dm6.ensGene"
849 version 'annotation))
850 (sha256
851 (base32
852 "0yij7zyqkmmr13389rs2gfa5anvvw648nnl1kjbsgvyxkggif8q4"))))
853 (properties
854 `((upstream-name . "TxDb.Dmelanogaster.UCSC.dm6.ensGene")))
855 (build-system r-build-system)
856 (propagated-inputs
857 (list r-annotationdbi r-genomicfeatures))
858 (home-page
859 "https://bioconductor.org/packages/TxDb.Dmelanogaster.UCSC.dm6.ensGene")
860 (synopsis "Annotation package for TxDb object(s)")
861 (description
862 "This package exposes an annotation databases generated from UCSC by
863 exposing these as TxDb objects.")
864 (license license:artistic2.0)))
865
866 (define-public r-txdb-hsapiens-ucsc-hg19-knowngene
867 (package
868 (name "r-txdb-hsapiens-ucsc-hg19-knowngene")
869 (version "3.2.2")
870 (source (origin
871 (method url-fetch)
872 (uri (bioconductor-uri "TxDb.Hsapiens.UCSC.hg19.knownGene"
873 version 'annotation))
874 (sha256
875 (base32
876 "1sajhcqqwazgz2lqbik7rd935i7kpnh08zxbp2ra10j72yqy4g86"))))
877 (properties
878 `((upstream-name . "TxDb.Hsapiens.UCSC.hg19.knownGene")))
879 (build-system r-build-system)
880 (propagated-inputs
881 (list r-genomicfeatures))
882 (home-page
883 "https://bioconductor.org/packages/TxDb.Hsapiens.UCSC.hg19.knownGene/")
884 (synopsis "Annotation package for human genome in TxDb format")
885 (description
886 "This package provides an annotation database of Homo sapiens genome
887 data. It is derived from the UCSC hg19 genome and based on the \"knownGene\"
888 track. The database is exposed as a @code{TxDb} object.")
889 (license license:artistic2.0)))
890
891 (define-public r-txdb-hsapiens-ucsc-hg38-knowngene
892 (package
893 (name "r-txdb-hsapiens-ucsc-hg38-knowngene")
894 (version "3.15.0")
895 (source (origin
896 (method url-fetch)
897 (uri (bioconductor-uri "TxDb.Hsapiens.UCSC.hg38.knownGene"
898 version 'annotation))
899 (sha256
900 (base32 "1y9fqhkk5wgny43bxc0j82afy49vz34rblcmcfmwavngdkpnj879"))))
901 (properties
902 `((upstream-name . "TxDb.Hsapiens.UCSC.hg38.knownGene")))
903 (build-system r-build-system)
904 (propagated-inputs
905 (list r-annotationdbi r-genomicfeatures))
906 (home-page
907 "https://bioconductor.org/packages/TxDb.Hsapiens.UCSC.hg38.knownGene/")
908 (synopsis "Annotation package for human genome in TxDb format")
909 (description
910 "This package provides an annotation database of Homo sapiens genome
911 data. It is derived from the UCSC hg38 genome and based on the \"knownGene\"
912 track. The database is exposed as a @code{TxDb} object.")
913 (license license:artistic2.0)))
914
915 (define-public r-txdb-mmusculus-ucsc-mm9-knowngene
916 (package
917 (name "r-txdb-mmusculus-ucsc-mm9-knowngene")
918 (version "3.2.2")
919 (source (origin
920 (method url-fetch)
921 (uri (bioconductor-uri "TxDb.Mmusculus.UCSC.mm9.knownGene"
922 version 'annotation))
923 (sha256
924 (base32
925 "16bjxy00363hf91ik2mqlqls86i07gia72qh92xc3l1ncch61mx2"))))
926 (properties
927 `((upstream-name . "TxDb.Mmusculus.UCSC.mm9.knownGene")))
928 (build-system r-build-system)
929 (propagated-inputs
930 (list r-genomicfeatures r-annotationdbi))
931 (home-page
932 "https://bioconductor.org/packages/TxDb.Mmusculus.UCSC.mm9.knownGene/")
933 (synopsis "Annotation package for mouse genome in TxDb format")
934 (description
935 "This package provides an annotation database of Mouse genome data. It
936 is derived from the UCSC mm9 genome and based on the \"knownGene\" track. The
937 database is exposed as a @code{TxDb} object.")
938 (license license:artistic2.0)))
939
940 (define-public r-txdb-mmusculus-ucsc-mm10-knowngene
941 (package
942 (name "r-txdb-mmusculus-ucsc-mm10-knowngene")
943 (version "3.10.0")
944 (source (origin
945 (method url-fetch)
946 (uri (bioconductor-uri "TxDb.Mmusculus.UCSC.mm10.knownGene"
947 version 'annotation))
948 (sha256
949 (base32
950 "0xs9npnhbwll7p62hibs02y4ac23jchdcr25i6a7qwq1kms82qk9"))))
951 (properties
952 `((upstream-name . "TxDb.Mmusculus.UCSC.mm10.knownGene")))
953 (build-system r-build-system)
954 (propagated-inputs
955 (list r-bsgenome r-genomicfeatures r-annotationdbi))
956 (home-page
957 "https://bioconductor.org/packages/TxDb.Mmusculus.UCSC.mm10.knownGene/")
958 (synopsis "Annotation package for TxDb knownGene object(s) for Mouse")
959 (description
960 "This package loads a TxDb object, which is an R interface to
961 prefabricated databases contained in this package. This package provides
962 the TxDb object of Mouse data as provided by UCSC (mm10, December 2011)
963 based on the knownGene track.")
964 (license license:artistic2.0)))
965
966 (define-public r-txdb-celegans-ucsc-ce6-ensgene
967 (package
968 (name "r-txdb-celegans-ucsc-ce6-ensgene")
969 (version "3.2.2")
970 (source
971 (origin
972 (method url-fetch)
973 (uri (bioconductor-uri "TxDb.Celegans.UCSC.ce6.ensGene"
974 version 'annotation))
975 (sha256
976 (base32
977 "1sgppva33cdy4isj2is8mfalj5gmmkpbkq9w1d83a4agcq31mi90"))))
978 (properties
979 `((upstream-name . "TxDb.Celegans.UCSC.ce6.ensGene")))
980 (build-system r-build-system)
981 (propagated-inputs
982 (list r-annotationdbi r-genomicfeatures))
983 (home-page "https://bioconductor.org/packages/TxDb.Celegans.UCSC.ce6.ensGene/")
984 (synopsis "Annotation package for C elegans TxDb objects")
985 (description
986 "This package exposes a C elegans annotation database generated from UCSC
987 by exposing these as TxDb objects.")
988 (license license:artistic2.0)))
989
990 (define-public r-fdb-infiniummethylation-hg19
991 (package
992 (name "r-fdb-infiniummethylation-hg19")
993 (version "2.2.0")
994 (source (origin
995 (method url-fetch)
996 (uri (bioconductor-uri "FDb.InfiniumMethylation.hg19"
997 version 'annotation))
998 (sha256
999 (base32
1000 "0gq90fvph6kgrpjb89nvzq6hl1k24swn19rgjh5g98l86mja6nk0"))))
1001 (properties
1002 `((upstream-name . "FDb.InfiniumMethylation.hg19")))
1003 (build-system r-build-system)
1004 (propagated-inputs
1005 (list r-biostrings r-genomicfeatures r-annotationdbi r-org-hs-eg-db
1006 r-txdb-hsapiens-ucsc-hg19-knowngene))
1007 (home-page "https://bioconductor.org/packages/FDb.InfiniumMethylation.hg19/")
1008 (synopsis "Compiled HumanMethylation27 and HumanMethylation450 annotations")
1009 (description
1010 "This is an annotation package for Illumina Infinium DNA methylation
1011 probes. It contains the compiled HumanMethylation27 and HumanMethylation450
1012 annotations.")
1013 (license license:artistic2.0)))
1014
1015 (define-public r-illuminahumanmethylationepicmanifest
1016 (package
1017 (name "r-illuminahumanmethylationepicmanifest")
1018 (version "0.3.0")
1019 (source (origin
1020 (method url-fetch)
1021 (uri (bioconductor-uri "IlluminaHumanMethylationEPICmanifest"
1022 version 'annotation))
1023 (sha256
1024 (base32
1025 "0alhjda5g186z8b1nsmnpfswrlj7prdz8mkwx60wkkl6hkcnk6p3"))))
1026 (properties
1027 `((upstream-name . "IlluminaHumanMethylationEPICmanifest")))
1028 (build-system r-build-system)
1029 (propagated-inputs
1030 (list r-minfi))
1031 (home-page "https://bioconductor.org/packages/IlluminaHumanMethylationEPICmanifest/")
1032 (synopsis "Manifest for Illumina's EPIC methylation arrays")
1033 (description
1034 "This is a manifest package for Illumina's EPIC methylation arrays.")
1035 (license license:artistic2.0)))
1036
1037 (define-public r-do-db
1038 (package
1039 (name "r-do-db")
1040 (version "2.9")
1041 (source (origin
1042 (method url-fetch)
1043 (uri (bioconductor-uri "DO.db" version 'annotation))
1044 (sha256
1045 (base32
1046 "10bqqa124l61ivzy4mdd3z3ar9a6537qbxw23pc4y9w8a6dwnavn"))))
1047 (properties
1048 `((upstream-name . "DO.db")))
1049 (build-system r-build-system)
1050 (propagated-inputs
1051 (list r-annotationdbi))
1052 (home-page "https://www.bioconductor.org/packages/DO.db/")
1053 (synopsis "Annotation maps describing the entire Disease Ontology")
1054 (description
1055 "This package provides a set of annotation maps describing the entire
1056 Disease Ontology.")
1057 (license license:artistic2.0)))
1058
1059 (define-public r-hgu133plus2-db
1060 (package
1061 (name "r-hgu133plus2-db")
1062 (version "3.13.0")
1063 (source
1064 (origin
1065 (method url-fetch)
1066 (uri (bioconductor-uri "hgu133plus2.db" version 'annotation))
1067 (sha256
1068 (base32 "0i6cfk7ahql4fcgrq0dai9gkjbsahyzd9iv4lqv1ad58fzkmipnx"))))
1069 (properties `((upstream-name . "hgu133plus2.db")))
1070 (build-system r-build-system)
1071 (propagated-inputs (list r-annotationdbi r-org-hs-eg-db))
1072 (home-page "https://bioconductor.org/packages/hgu133plus2.db")
1073 (synopsis "Affymetrix Affymetrix HG-U133_Plus_2 Array annotation data")
1074 (description
1075 "This package provides Affymetrix HG-U133_Plus_2 array annotation
1076 data (chip hgu133plus2) assembled using data from public repositories.")
1077 (license license:artistic2.0)))
1078
1079 (define-public r-pfam-db
1080 (package
1081 (name "r-pfam-db")
1082 (version "3.15.0")
1083 (source
1084 (origin
1085 (method url-fetch)
1086 (uri (bioconductor-uri "PFAM.db" version 'annotation))
1087 (sha256
1088 (base32 "03vjfb9vx1gxrw1jkq6y4i46qhjj9z2mkdiflglbd6kpfrgnl0z7"))))
1089 (properties `((upstream-name . "PFAM.db")))
1090 (build-system r-build-system)
1091 (propagated-inputs
1092 (list r-annotationdbi))
1093 (home-page "https://bioconductor.org/packages/PFAM.db")
1094 (synopsis "Set of protein ID mappings for PFAM")
1095 (description
1096 "This package provides a set of protein ID mappings for PFAM, assembled
1097 using data from public repositories.")
1098 (license license:artistic2.0)))
1099
1100 (define-public r-phastcons100way-ucsc-hg19
1101 (package
1102 (name "r-phastcons100way-ucsc-hg19")
1103 (version "3.7.2")
1104 (source
1105 (origin
1106 (method url-fetch)
1107 (uri (bioconductor-uri "phastCons100way.UCSC.hg19"
1108 version 'annotation))
1109 (sha256
1110 (base32
1111 "1jmc4k4zgkx5vr2plnidnd9bidlwlb0kr7mjg60cqjw7dq7jl1fa"))))
1112 (properties
1113 `((upstream-name . "phastCons100way.UCSC.hg19")))
1114 (build-system r-build-system)
1115 (propagated-inputs
1116 (list r-bsgenome
1117 r-genomeinfodb
1118 r-genomicranges
1119 r-genomicscores
1120 r-iranges
1121 r-s4vectors))
1122 (home-page "https://bioconductor.org/packages/phastCons100way.UCSC.hg19")
1123 (synopsis "UCSC phastCons conservation scores for hg19")
1124 (description
1125 "This package provides UCSC phastCons conservation scores for the human
1126 genome (hg19) calculated from multiple alignments with other 99 vertebrate
1127 species.")
1128 (license license:artistic2.0)))
1129
1130 \f
1131 ;;; Experiment data
1132
1133 (define-public r-abadata
1134 (package
1135 (name "r-abadata")
1136 (version "1.12.0")
1137 (source (origin
1138 (method url-fetch)
1139 (uri (bioconductor-uri "ABAData" version 'experiment))
1140 (sha256
1141 (base32
1142 "1bmj341xcymlrk02gss5vvrqc4ddas0rdw39lnpsj98hq6n11p5z"))))
1143 (properties
1144 `((upstream-name . "ABAData")))
1145 (build-system r-build-system)
1146 (propagated-inputs
1147 (list r-annotationdbi))
1148 (home-page "https://www.bioconductor.org/packages/ABAData/")
1149 (synopsis "Gene expression in human brain regions from Allen Brain Atlas")
1150 (description
1151 "This package provides the data for the gene expression enrichment
1152 analysis conducted in the package ABAEnrichment. The package includes three
1153 datasets which are derived from the Allen Brain Atlas:
1154
1155 @enumerate
1156 @item Gene expression data from Human Brain (adults) averaged across donors,
1157 @item Gene expression data from the Developing Human Brain pooled into five
1158 age categories and averaged across donors, and
1159 @item a developmental effect score based on the Developing Human Brain
1160 expression data.
1161 @end enumerate
1162
1163 All datasets are restricted to protein coding genes.")
1164 (license license:gpl2+)))
1165
1166 (define-public r-adductdata
1167 (package
1168 (name "r-adductdata")
1169 (version "1.12.0")
1170 (source (origin
1171 (method url-fetch)
1172 (uri (bioconductor-uri "adductData" version 'experiment))
1173 (sha256
1174 (base32 "02r7p1645vhhf7wn5x0aklmf7l97h6fjb8v9mldim4waccmpyg48"))))
1175 (properties `((upstream-name . "adductData")))
1176 (build-system r-build-system)
1177 (propagated-inputs (list r-annotationhub r-experimenthub))
1178 (native-inputs (list r-knitr))
1179 (home-page "https://bioconductor.org/packages/adductData")
1180 (synopsis "Data from untargeted mass spectrometry of modifications to Cys34")
1181 (description
1182 "This package contains data from untargeted @dfn{mass spectrometry} (MS)
1183 of modifications to @dfn{oxidized cysteine} (Cys) 34 in @dfn{human serum
1184 albumin} (HSA).")
1185 (license license:artistic2.0)))
1186
1187 (define-public r-aneufinderdata
1188 (package
1189 (name "r-aneufinderdata")
1190 (version "1.24.0")
1191 (source (origin
1192 (method url-fetch)
1193 (uri (bioconductor-uri "AneuFinderData" version 'experiment))
1194 (sha256
1195 (base32 "0cncb8km0sc2xh95rgnnm38kys5ml0n8gh8cl6x7ls1xh9sm83f7"))))
1196 (build-system r-build-system)
1197 (home-page "https://bioconductor.org/packages/AneuFinderData/")
1198 (synopsis "Data package for @code{AneuFinder}")
1199 (description "This package contains whole-genome single cell sequencing data for
1200 demonstration purposes in the @code{AneuFinder} package.")
1201 (license license:artistic2.0)))
1202
1203 (define-public r-arrmdata
1204 (package
1205 (name "r-arrmdata")
1206 (version "1.32.0")
1207 (source (origin
1208 (method url-fetch)
1209 (uri (bioconductor-uri "ARRmData" version 'experiment))
1210 (sha256
1211 (base32 "1cjzr58426s9z2bwjz3wzlkh52fv0q85cw4gbjnhwakh9sr3dd5p"))))
1212 (properties
1213 `((upstream-name . "ARRmData")))
1214 (build-system r-build-system)
1215 (home-page "https://www.bioconductor.org/packages/ARRmData/")
1216 (synopsis "Example dataset for normalization of Illumina 450k methylation data")
1217 (description
1218 "This package provides raw beta values from 36 samples across 3 groups
1219 from Illumina 450k methylation arrays.")
1220 (license license:artistic2.0)))
1221
1222 (define-public r-biscuiteerdata
1223 (package
1224 (name "r-biscuiteerdata")
1225 (version "1.10.0")
1226 (source
1227 (origin
1228 (method url-fetch)
1229 (uri (bioconductor-uri "biscuiteerData" version 'experiment))
1230 (sha256
1231 (base32 "0nda6b8mkv93s513y0xfgxvi7zn8v07jx323ii709rknlncm6qqw"))))
1232 (properties
1233 `((upstream-name . "biscuiteerData")))
1234 (build-system r-build-system)
1235 (propagated-inputs
1236 (list r-annotationhub r-curl r-experimenthub))
1237 (native-inputs (list r-knitr))
1238 (home-page "https://bioconductor.org/packages/biscuiteerData")
1239 (synopsis "Data package for Biscuiteer")
1240 (description
1241 "This package contains default datasets used by the Bioconductor package
1242 biscuiteer.")
1243 (license license:gpl3)))
1244
1245 (define-public r-celldex
1246 (package
1247 (name "r-celldex")
1248 (version "1.6.0")
1249 (source
1250 (origin
1251 (method url-fetch)
1252 (uri (bioconductor-uri "celldex" version 'experiment))
1253 (sha256
1254 (base32 "1fjldmhb9yg6yr3aq5ldvc8xwqw71ix4cdlr53xxckgwljjq7x10"))))
1255 (properties `((upstream-name . "celldex")))
1256 (build-system r-build-system)
1257 (propagated-inputs
1258 (list r-annotationdbi
1259 r-annotationhub
1260 r-delayedarray
1261 r-delayedmatrixstats
1262 r-experimenthub
1263 r-s4vectors
1264 r-summarizedexperiment))
1265 (native-inputs (list r-knitr))
1266 (home-page "https://github.com/LTLA/celldex")
1267 (synopsis "Reference index for cell types")
1268 (description
1269 "This package provides a collection of reference expression datasets with
1270 curated cell type labels, for use in procedures like automated annotation of
1271 single-cell data or deconvolution of bulk RNA-seq.")
1272 (license license:gpl3)))
1273
1274 (define-public r-chromstardata
1275 (package
1276 (name "r-chromstardata")
1277 (version "1.22.0")
1278 (source
1279 (origin
1280 (method url-fetch)
1281 (uri (bioconductor-uri "chromstaRData" version 'experiment))
1282 (sha256
1283 (base32 "1ajwnkibpi01c93nrplxhy6grw8jj5219g4pii4rkan4k5815kv1"))))
1284 (properties `((upstream-name . "chromstaRData")))
1285 (build-system r-build-system)
1286 (home-page "https://bioconductor.org/packages/chromstaRData/")
1287 (synopsis "ChIP-seq data for demonstration purposes")
1288 (description
1289 "This package provides ChIP-seq data for demonstration purposes in the
1290 chromstaR package.")
1291 (license license:gpl3)))
1292
1293 (define-public r-copyhelper
1294 (package
1295 (name "r-copyhelper")
1296 (version "1.28.0")
1297 (source
1298 (origin
1299 (method url-fetch)
1300 (uri (bioconductor-uri "CopyhelpeR" version 'experiment))
1301 (sha256
1302 (base32 "0klrnxck0q14birnpwzkiwmj77hwdn6gazvdg0lqn9y6j5mbkyx1"))))
1303 (properties `((upstream-name . "CopyhelpeR")))
1304 (build-system r-build-system)
1305 (home-page "https://bioconductor.org/packages/CopyhelpeR/")
1306 (synopsis "Helper files for CopywriteR")
1307 (description
1308 "This package contains the helper files that are required to run the
1309 Bioconductor package CopywriteR. It contains pre-assembled 1kb bin GC-content
1310 and mappability files for the reference genomes hg18, hg19, hg38, mm9 and
1311 mm10. In addition, it contains a blacklist filter to remove regions that
1312 display copy number variation. Files are stored as GRanges objects from the
1313 GenomicRanges Bioconductor package.")
1314 (license license:gpl2)))
1315
1316 (define-public r-genelendatabase
1317 (package
1318 (name "r-genelendatabase")
1319 (version "1.32.0")
1320 (source
1321 (origin
1322 (method url-fetch)
1323 (uri (bioconductor-uri "geneLenDataBase" version 'experiment))
1324 (sha256
1325 (base32 "0p4rmd3qszsnyn47mfbk96zfa0bhpyyvsh4ma1ligjrsnmkicsaz"))))
1326 (properties
1327 `((upstream-name . "geneLenDataBase")))
1328 (build-system r-build-system)
1329 (propagated-inputs
1330 (list r-rtracklayer r-genomicfeatures))
1331 (home-page "https://bioconductor.org/packages/geneLenDataBase/")
1332 (synopsis "Lengths of mRNA transcripts for a number of genomes")
1333 (description
1334 "This package provides the lengths of mRNA transcripts for a number of
1335 genomes and gene ID formats, largely based on the UCSC table browser.")
1336 (license license:lgpl2.0+)))
1337
1338 (define-public r-genomationdata
1339 (package
1340 (name "r-genomationdata")
1341 (version "1.28.0")
1342 (source
1343 (origin
1344 (method url-fetch)
1345 (uri (bioconductor-uri "genomationData" version 'experiment))
1346 (sha256
1347 (base32 "0ckdgmarndpz6r0y9sd4nmypzjgivj32w2890yl15xmxkx4397fh"))))
1348 (properties
1349 `((upstream-name . "genomationData")))
1350 (build-system r-build-system)
1351 ;; As this package provides little more than large data files, it doesn't
1352 ;; make sense to build substitutes.
1353 (arguments `(#:substitutable? #f))
1354 (native-inputs
1355 (list r-knitr))
1356 (home-page "https://bioinformatics.mdc-berlin.de/genomation/")
1357 (synopsis "Experimental data for use with the genomation package")
1358 (description
1359 "This package contains experimental genetic data for use with the
1360 genomation package. Included are Chip Seq, Methylation and Cage data,
1361 downloaded from Encode.")
1362 (license license:gpl3+)))
1363
1364 (define-public r-msdata
1365 (package
1366 (name "r-msdata")
1367 (version "0.36.0")
1368 (source
1369 (origin
1370 (method url-fetch)
1371 (uri (bioconductor-uri "msdata" version 'experiment))
1372 (sha256
1373 (base32 "0nqb7d7fa9l15bxy3s9wmy2h79jb6ldwww0hzk5mifabacmzx691"))))
1374 (properties `((upstream-name . "msdata")))
1375 (build-system r-build-system)
1376 (home-page "https://bioconductor.org/packages/msdata")
1377 (synopsis "Various Mass Spectrometry raw data example files")
1378 (description
1379 "This package provides Ion Trap positive ionization mode data in mzML file
1380 format. It includes a subset from 500-850 m/z and 1190-1310 seconds,
1381 including MS2 and MS3, intensity threshold 100.000; extracts from FTICR Apex
1382 III, m/z 400-450; a subset of UPLC - Bruker micrOTOFq data, both mzML and mz5;
1383 LC-MSMS and MRM files from proteomics experiments; and PSI mzIdentML example
1384 files for various search engines.")
1385 (license license:gpl2+)))
1386
1387 (define-public r-pasilla
1388 (package
1389 (name "r-pasilla")
1390 (version "1.24.0")
1391 (source
1392 (origin
1393 (method url-fetch)
1394 (uri (bioconductor-uri "pasilla" version 'experiment))
1395 (sha256
1396 (base32 "1vsxh7mv2krkbdqs5gsgjsxarjbll0bpyk94syrwh56z67n7jyib"))))
1397 (build-system r-build-system)
1398 (propagated-inputs (list r-dexseq))
1399 (native-inputs (list r-knitr))
1400 (home-page "https://www.bioconductor.org/packages/pasilla/")
1401 (synopsis "Data package with per-exon and per-gene read counts")
1402 (description "This package provides per-exon and per-gene read counts
1403 computed for selected genes from RNA-seq data that were presented in the
1404 article 'Conservation of an RNA regulatory map between Drosophila and mammals'
1405 by Brooks et al., Genome Research 2011.")
1406 (license license:lgpl2.1+)))
1407
1408 (define-public r-hsmmsinglecell
1409 (package
1410 (name "r-hsmmsinglecell")
1411 (version "1.16.0")
1412 (source
1413 (origin
1414 (method url-fetch)
1415 (uri (bioconductor-uri "HSMMSingleCell" version 'experiment))
1416 (sha256
1417 (base32 "12whx0pl9461xbak5r9zi6ggx5is8sk6mgrbjwlmx3mbr9am116v"))))
1418 (properties
1419 `((upstream-name . "HSMMSingleCell")))
1420 (build-system r-build-system)
1421 (home-page "https://www.bioconductor.org/packages/HSMMSingleCell/")
1422 (synopsis "Single-cell RNA-Seq for differentiating human skeletal muscle myoblasts (HSMM)")
1423 (description
1424 "Skeletal myoblasts undergo a well-characterized sequence of
1425 morphological and transcriptional changes during differentiation. In this
1426 experiment, primary @dfn{human skeletal muscle myoblasts} (HSMM) were expanded
1427 under high mitogen conditions (GM) and then differentiated by switching to
1428 low-mitogen media (DM). RNA-Seq libraries were sequenced from each of several
1429 hundred cells taken over a time-course of serum-induced differentiation.
1430 Between 49 and 77 cells were captured at each of four time points (0, 24, 48,
1431 72 hours) following serum switch using the Fluidigm C1 microfluidic system.
1432 RNA from each cell was isolated and used to construct mRNA-Seq libraries,
1433 which were then sequenced to a depth of ~4 million reads per library,
1434 resulting in a complete gene expression profile for each cell.")
1435 (license license:artistic2.0)))
1436
1437 (define-public r-all
1438 (package
1439 (name "r-all")
1440 (version "1.38.0")
1441 (source
1442 (origin
1443 (method url-fetch)
1444 (uri (bioconductor-uri "ALL" version 'experiment))
1445 (sha256
1446 (base32 "0410045x327wmfkksshd8yishw4yxij08vn8p65cdj7hb3qy3p0z"))))
1447 (properties `((upstream-name . "ALL")))
1448 (build-system r-build-system)
1449 (propagated-inputs
1450 (list r-biobase))
1451 (home-page "https://bioconductor.org/packages/ALL")
1452 (synopsis "Acute Lymphoblastic Leukemia data from the Ritz laboratory")
1453 (description
1454 "The data consist of microarrays from 128 different individuals with
1455 @dfn{acute lymphoblastic leukemia} (ALL). A number of additional covariates
1456 are available. The data have been normalized (using rma) and it is the
1457 jointly normalized data that are available here. The data are presented in
1458 the form of an @code{exprSet} object.")
1459 (license license:artistic2.0)))
1460
1461 (define-public r-affydata
1462 (package
1463 (name "r-affydata")
1464 (version "1.44.0")
1465 (source
1466 (origin
1467 (method url-fetch)
1468 (uri (bioconductor-uri "affydata" version 'experiment))
1469 (sha256
1470 (base32 "1d8ims7hks536v739r5hhfkkzyzqrf398aqal3hzyfm0psv15jbp"))))
1471 (properties `((upstream-name . "affydata")))
1472 (build-system r-build-system)
1473 (propagated-inputs
1474 (list r-affy))
1475 (home-page "https://bioconductor.org/packages/affydata/")
1476 (synopsis "Affymetrix data for demonstration purposes")
1477 (description
1478 "This package provides example datasets that represent 'real world
1479 examples' of Affymetrix data, unlike the artificial examples included in the
1480 package @code{affy}.")
1481 (license license:gpl2+)))
1482
1483 (define-public r-gagedata
1484 (package
1485 (name "r-gagedata")
1486 (version "2.34.0")
1487 (source
1488 (origin
1489 (method url-fetch)
1490 (uri (bioconductor-uri "gageData" version 'experiment))
1491 (sha256
1492 (base32 "00s2aig9r0bvk45brc0shildrgl2z0i0k8xlvqc9h1s274nnslk9"))))
1493 (properties `((upstream-name . "gageData")))
1494 (build-system r-build-system)
1495 (home-page "https://bioconductor.org/packages/gageData")
1496 (synopsis "Auxiliary data for the gage package")
1497 (description
1498 "This is a supportive data package for the software package @code{gage}.
1499 However, the data supplied here are also useful for gene set or pathway
1500 analysis or microarray data analysis in general. In this package, we provide
1501 two demo microarray dataset: GSE16873 (a breast cancer dataset from GEO) and
1502 BMP6 (originally published as an demo dataset for GAGE, also registered as
1503 GSE13604 in GEO). This package also includes commonly used gene set data based
1504 on KEGG pathways and GO terms for major research species, including human,
1505 mouse, rat and budding yeast. Mapping data between common gene IDs for budding
1506 yeast are also included.")
1507 (license license:gpl2+)))
1508
1509 (define-public r-curatedtcgadata
1510 (package
1511 (name "r-curatedtcgadata")
1512 (version "1.18.0")
1513 (source
1514 (origin
1515 (method url-fetch)
1516 (uri (bioconductor-uri "curatedTCGAData" version 'experiment))
1517 (sha256
1518 (base32 "0h3mpwy6lhyn8hfry13sdjgb35gqyi3g26igfjqzshc5wvsniwpr"))))
1519 (properties
1520 `((upstream-name . "curatedTCGAData")))
1521 (build-system r-build-system)
1522 (propagated-inputs
1523 (list r-annotationhub
1524 r-experimenthub
1525 r-hdf5array
1526 r-multiassayexperiment
1527 r-s4vectors
1528 r-summarizedexperiment))
1529 (native-inputs (list r-knitr))
1530 (home-page "https://bioconductor.org/packages/curatedTCGAData/")
1531 (synopsis "Curated data from The Cancer Genome Atlas")
1532 (description
1533 "This package provides publicly available data from The Cancer Genome
1534 Atlas (TCGA) as @code{MultiAssayExperiment} objects.
1535 @code{MultiAssayExperiment} integrates multiple assays (e.g., RNA-seq, copy
1536 number, mutation, microRNA, protein, and others) with clinical / pathological
1537 data. It also links assay barcodes with patient identifiers, enabling
1538 harmonized subsetting of rows (features) and columns (patients / samples)
1539 across the entire multi-'omics experiment.")
1540 (license license:artistic2.0)))
1541
1542 (define-public r-tcgabiolinksgui-data
1543 (package
1544 (name "r-tcgabiolinksgui-data")
1545 (version "1.16.0")
1546 (source
1547 (origin
1548 (method url-fetch)
1549 (uri (bioconductor-uri "TCGAbiolinksGUI.data" version 'experiment))
1550 (sha256
1551 (base32 "1mb2z59acs1pi1gqvgjyh62wnmbxskc5l0p42gpjajsjip5x1x7g"))))
1552 (properties `((upstream-name . "TCGAbiolinksGUI.data")))
1553 (build-system r-build-system)
1554 (native-inputs (list r-knitr))
1555 (home-page "https://github.com/BioinformaticsFMRP/TCGAbiolinksGUI.data")
1556 (synopsis "Data for the TCGAbiolinksGUI package")
1557 (description "This package provides supporting data for the
1558 TCGAbiolinksGUI package.")
1559 (license license:gpl3)))
1560
1561 \f
1562 ;;; Packages
1563
1564 (define-public r-abarray
1565 (package
1566 (name "r-abarray")
1567 (version "1.64.0")
1568 (source (origin
1569 (method url-fetch)
1570 (uri (bioconductor-uri "ABarray" version))
1571 (sha256
1572 (base32
1573 "0kjq00i2mb21xyjjs3jy09ps80f11cy37wywzjvmxyjxzbsk4d7r"))))
1574 (properties `((upstream-name . "ABarray")))
1575 (build-system r-build-system)
1576 (propagated-inputs (list r-biobase r-multtest))
1577 (home-page "https://bioconductor.org/packages/ABarray")
1578 (synopsis
1579 "Gene expression analysis for Applied Biosystems Genome Survey Microarray")
1580 (description
1581 "The package @code{ABarray} is designed to work with Applied Biosystems
1582 whole genome microarray platform, as well as any other platform whose data can
1583 be transformed into expression data matrix. Functions include data
1584 preprocessing, filtering, control probe analysis, statistical analysis in one
1585 single function. A @dfn{graphical user interface} (GUI) is also provided. The
1586 raw data, processed data, graphics output and statistical results are organized
1587 into folders according to the analysis settings used.")
1588 (license license:gpl2+)))
1589
1590 (define-public r-absseq
1591 (package
1592 (name "r-absseq")
1593 (version "1.50.0")
1594 (source (origin
1595 (method url-fetch)
1596 (uri (bioconductor-uri "ABSSeq" version))
1597 (sha256
1598 (base32
1599 "1kwl0gcqwbgblwvpbvqlgnsi91km77j11f0q1f0gd6hhnv38mmlv"))))
1600 (properties `((upstream-name . "ABSSeq")))
1601 (build-system r-build-system)
1602 (propagated-inputs (list r-limma r-locfit))
1603 (home-page "https://bioconductor.org/packages/ABSSeq")
1604 (synopsis
1605 "RNA-Seq analysis based on modelling absolute expression differences")
1606 (description
1607 "This package implements a new RNA-Seq analysis method and integrates two
1608 modules: a basic model for pairwise comparison and a linear model for complex
1609 design. RNA-Seq quantifies gene expression with reads count, which usually
1610 consists of conditions (or treatments) and several replicates for each
1611 condition. This software infers differential expression directly by the
1612 counts difference between conditions. It assumes that the sum counts
1613 difference between conditions follow a negative binomial distribution. In
1614 addition, @code{ABSSeq} moderates the fold-changes by two steps: the
1615 expression level and gene-specific dispersion, that might facilitate the gene
1616 ranking by fold-change and visualization.")
1617 (license license:gpl3+)))
1618
1619 (define-public r-adam
1620 (package
1621 (name "r-adam")
1622 (version "1.12.0")
1623 (source (origin
1624 (method url-fetch)
1625 (uri (bioconductor-uri "ADAM" version))
1626 (sha256
1627 (base32
1628 "1cgcjykik9hjrwlvvgaccprcrimgq5kwh9cj6367yk9m574a4gmn"))))
1629 (properties `((upstream-name . "ADAM")))
1630 (build-system r-build-system)
1631 (propagated-inputs (list r-dplyr
1632 r-dt
1633 r-go-db
1634 r-keggrest
1635 r-knitr
1636 r-pbapply
1637 r-rcpp
1638 r-stringr
1639 r-summarizedexperiment))
1640 (native-inputs (list r-knitr))
1641 (home-page "https://bioconductor.org/packages/ADAM")
1642 (synopsis "Gene activity and diversity analysis module")
1643 (description
1644 "This software @code{ADAM} is a @dfn{Gene set enrichment analysis} (GSEA)
1645 package created to group a set of genes from comparative samples (control
1646 versus experiment) belonging to different species according to their respective
1647 functions. The corresponding roles are extracted from the default collections
1648 like Gene ontology and @dfn{Kyoto encyclopedia of genes and genomes} (KEGG).
1649 @code{ADAM} show their significance by calculating the p-values referring to
1650 gene diversity and activity. Each group of genes is called @dfn{Group of
1651 functionally associated genes} (GFAG).")
1652 (license license:gpl2+)))
1653
1654 (define-public r-adamgui
1655 (package
1656 (name "r-adamgui")
1657 (version "1.12.0")
1658 (source (origin
1659 (method url-fetch)
1660 (uri (bioconductor-uri "ADAMgui" version))
1661 (sha256
1662 (base32
1663 "0vvd5qdwkfcr7zg7z63x3vvrcg63r6c9p383yvcg2lp8zmx8hsbs"))))
1664 (properties `((upstream-name . "ADAMgui")))
1665 (build-system r-build-system)
1666 (propagated-inputs
1667 (list r-adam
1668 r-colorramps
1669 r-data-table
1670 r-dplyr
1671 r-dt
1672 r-ggplot2
1673 r-ggpubr
1674 r-ggrepel
1675 r-ggsignif
1676 r-go-db
1677 r-gridextra
1678 r-knitr
1679 r-rcolorbrewer
1680 r-reshape2
1681 r-shiny
1682 r-shinyjs
1683 r-stringi
1684 r-stringr
1685 r-testthat
1686 r-varhandle))
1687 (native-inputs (list r-knitr))
1688 (home-page "https://bioconductor.org/packages/ADAMgui/")
1689 (synopsis "GUI for gene activity and diversity analysis")
1690 (description
1691 "This package @code{ADAMgui} is a @dfn{graphical user interface} (GUI)
1692 for the @code{ADAM} package. The @code{ADAMgui} package provides two
1693 shiny-based applications that allows the user to study the output of the
1694 @code{ADAM} package files through different plots. It's possible, for
1695 example, to choose a specific @dfn{group of functionally associated
1696 genes} (GFAG) and observe the gene expression behavior with the plots created
1697 with the @code{GFAGtargetUi} function. Features such as differential
1698 expression and fold change can be easily seen with aid of the plots made with
1699 the @code{GFAGpathUi} function.")
1700 (license license:gpl2+)))
1701
1702 (define-public r-adimpute
1703 (package
1704 (name "r-adimpute")
1705 (version "1.6.0")
1706 (source (origin
1707 (method url-fetch)
1708 (uri (bioconductor-uri "ADImpute" version))
1709 (sha256
1710 (base32
1711 "0885kd8mpmwjpzpx14pi6l3mqcvsixk10vkf5h4sqb7di0nnna4w"))))
1712 (properties `((upstream-name . "ADImpute")))
1713 (build-system r-build-system)
1714 (propagated-inputs
1715 (list r-biocparallel
1716 r-checkmate
1717 r-data-table
1718 r-drimpute
1719 r-kernlab
1720 r-mass
1721 r-matrix
1722 r-rsvd
1723 r-s4vectors
1724 r-saver
1725 r-singlecellexperiment
1726 r-summarizedexperiment))
1727 (native-inputs (list r-knitr))
1728 (home-page "https://bioconductor.org/packages/ADImpute")
1729 (synopsis "Adaptive computational prediction for dropout imputations")
1730 (description
1731 "@dfn{Single-cell RNA sequencing} (scRNA-seq) methods are typically
1732 unable to quantify the expression levels of all genes in a cell, creating a
1733 need for the computational prediction of missing values (dropout imputation).
1734 Most existing dropout imputation methods are limited in the sense that they
1735 exclusively use the scRNA-seq dataset at hand and do not exploit external
1736 gene-gene relationship information. The @code{ADImpute} package proposes two
1737 methods to address this issue:
1738
1739 @enumerate
1740 @item a gene regulatory network-based approach using gene-gene relationships
1741 learnt from external data;
1742 @item a baseline approach corresponding to a sample-wide average.
1743 @end enumerate
1744
1745 @code{ADImpute} implements these novel methods and also combines them with
1746 existing imputation methods like @code{DrImpute} and @code{SAVER}.
1747 @code{ADImpute} can learn the best performing method per gene and combine the
1748 results from different methods into an ensemble.")
1749 (license license:gpl3+)))
1750
1751 (define-public r-adsplit
1752 (package
1753 (name "r-adsplit")
1754 (version "1.66.0")
1755 (source (origin
1756 (method url-fetch)
1757 (uri (bioconductor-uri "adSplit" version))
1758 (sha256
1759 (base32
1760 "1wl2gd0b7krf485clw67cxayp0g9argklkzn8nw1vrkil0vvr4jm"))))
1761 (properties `((upstream-name . "adSplit")))
1762 (build-system r-build-system)
1763 (propagated-inputs
1764 (list r-annotationdbi
1765 r-biobase
1766 r-cluster
1767 r-go-db
1768 r-keggrest
1769 r-multtest))
1770 (home-page "https://compdiag.molgen.mpg.de/software/adSplit.shtml")
1771 (synopsis "Annotation-driven splits in microarray data")
1772 (description
1773 "This package implements clustering of microarray gene expression
1774 profiles according to functional annotations. For each term genes are
1775 annotated to, splits into two subclasses are computed and a significance of
1776 the supporting gene set is determined.")
1777 (license license:gpl2+)))
1778
1779 (define-public r-affixcan
1780 (package
1781 (name "r-affixcan")
1782 (version "1.14.0")
1783 (source (origin
1784 (method url-fetch)
1785 (uri (bioconductor-uri "AffiXcan" version))
1786 (sha256
1787 (base32
1788 "0wj9shzmlxpksbxny571xzfcmmqqzjlk1vq4mx1is2r6ma7jkblq"))))
1789 (properties `((upstream-name . "AffiXcan")))
1790 (build-system r-build-system)
1791 (propagated-inputs
1792 (list r-biocparallel
1793 r-crayon
1794 r-multiassayexperiment
1795 r-summarizedexperiment))
1796 (native-inputs (list r-knitr))
1797 (home-page "https://bioconductor.org/packages/AffiXcan")
1798 (synopsis "Functional approach to impute genetically regulated expression")
1799 (description
1800 "The @code{AffiXcan} package imputes a @dfn{genetically regulated
1801 expression} (GReX) for a set of genes in a sample of individuals, using a
1802 method based on the @dfn{total binding affinity} (TBA). Statistical models to
1803 impute GReX can be trained with a training dataset where the real total
1804 expression values are known.")
1805 (license license:gpl3)))
1806
1807 (define-public r-affyrnadegradation
1808 (package
1809 (name "r-affyrnadegradation")
1810 (version "1.42.0")
1811 (source (origin
1812 (method url-fetch)
1813 (uri (bioconductor-uri "AffyRNADegradation" version))
1814 (sha256
1815 (base32
1816 "16akwmpzwxai7ks5bvc1yyb9sx2scv9b9gas5avb0sk5fk0h3nsf"))))
1817 (properties `((upstream-name . "AffyRNADegradation")))
1818 (build-system r-build-system)
1819 (propagated-inputs (list r-affy))
1820 (home-page "https://bioconductor.org/packages/AffyRNADegradation")
1821 (synopsis
1822 "Analyze and correct probe positional bias in data due to RNA degradation")
1823 (description
1824 "The @code{AffyRNADegradation} package helps with the assessment and
1825 correction of RNA degradation effects in Affymetrix 3 expression arrays. The
1826 parameter @code{d} gives a robust and accurate measure of RNA integrity. The
1827 correction removes the probe positional bias, and thus improves comparability
1828 of samples that are affected by RNA degradation.")
1829 ;; the R file header specifies GPL2 or later
1830 (license license:gpl2+)))
1831
1832 (define-public r-agdex
1833 (package
1834 (name "r-agdex")
1835 (version "1.44.0")
1836 (source (origin
1837 (method url-fetch)
1838 (uri (bioconductor-uri "AGDEX" version))
1839 (sha256
1840 (base32
1841 "0c44fw5ajdjc13409rn3lsv0jhlqa2qcak9b1k8hpig486xxzsr9"))))
1842 (properties `((upstream-name . "AGDEX")))
1843 (build-system r-build-system)
1844 (propagated-inputs (list r-biobase r-gseabase))
1845 (home-page "https://bioconductor.org/packages/AGDEX")
1846 (synopsis
1847 "Evaluate agreement of differential expression for cross-species genomics")
1848 (description
1849 "The objective of @code{AGDEX} is to evaluate whether the results of a
1850 pair of two-group differential expression analysis comparisons show a level of
1851 agreement that is greater than expected if the group labels for each two-group
1852 comparison are randomly assigned. The agreement is evaluated for the entire
1853 transcriptome and (optionally) for a collection of pre-defined gene-sets.
1854 Additionally, the procedure performs permutation-based differential expression
1855 and meta analysis at both gene and gene-set levels of the data from each
1856 experiment.")
1857 (license license:gpl2+)))
1858
1859 (define-public r-aggregatebiovar
1860 (package
1861 (name "r-aggregatebiovar")
1862 (version "1.6.0")
1863 (source (origin
1864 (method url-fetch)
1865 (uri (bioconductor-uri "aggregateBioVar" version))
1866 (sha256
1867 (base32
1868 "0ngg12bgr95m4wm12scmrb55dgy4909c6qrg169l6dkng99v4nx1"))))
1869 (properties `((upstream-name . "aggregateBioVar")))
1870 (build-system r-build-system)
1871 (propagated-inputs
1872 (list r-matrix
1873 r-rlang
1874 r-s4vectors
1875 r-singlecellexperiment
1876 r-summarizedexperiment
1877 r-tibble))
1878 (native-inputs (list r-knitr))
1879 (home-page "https://github.com/jasonratcliff/aggregateBioVar")
1880 (synopsis "Differential gene expression analysis for multi-subject scRNA-seq")
1881 (description
1882 "This package @code{aggregateBioVar} contains tools to summarize single
1883 cell gene expression profiles at the level of subject for single cell RNA-seq
1884 data collected from more than one subject (e.g. biological sample or technical
1885 replicates). A @code{SingleCellExperiment} object is taken as input and
1886 converted to a list of @code{SummarizedExperiment} objects, where each list
1887 element corresponds to an assigned cell type. The @code{SummarizedExperiment}
1888 objects contain aggregate gene-by-subject count matrices and inter-subject
1889 column metadata for individual subjects that can be processed using downstream
1890 bulk RNA-seq tools.")
1891 (license license:gpl3)))
1892
1893 (define-public r-agilp
1894 (package
1895 (name "r-agilp")
1896 (version "3.28.0")
1897 (source (origin
1898 (method url-fetch)
1899 (uri (bioconductor-uri "agilp" version))
1900 (sha256
1901 (base32
1902 "1pm329y2nfcnx98ggxq0prdd5pxfcl5iylvsjjnhw5lyz1awg1yf"))))
1903 (properties `((upstream-name . "agilp")))
1904 (build-system r-build-system)
1905 (home-page "https://bioconductor.org/packages/agilp")
1906 (synopsis "Processing of Agilent expression array")
1907 (description
1908 "This package aims to provide a pipeline for the low-level analysis of
1909 gene expression microarray data, primarily focused on the Agilent platform,
1910 but which also provides utilities which may be useful for other platforms.")
1911 ;; Some files are under GPLv2+ but the combined work is released under the
1912 ;; GPLv3.
1913 (license license:gpl3)))
1914
1915 (define-public r-adductomicsr
1916 (package
1917 (name "r-adductomicsr")
1918 (version "1.12.0")
1919 (source (origin
1920 (method url-fetch)
1921 (uri (bioconductor-uri "adductomicsR" version))
1922 (sha256
1923 (base32
1924 "0623qf06xgdsyz0in2wnxwvpdw8kj6cnwf8vlqmgp7g0n3w701ys"))))
1925 (properties `((upstream-name . "adductomicsR")))
1926 (build-system r-build-system)
1927 (propagated-inputs
1928 (list r-adductdata
1929 r-ade4
1930 r-annotationhub
1931 r-bootstrap
1932 r-data-table
1933 r-dosnow
1934 r-dplyr
1935 r-dt
1936 r-experimenthub
1937 r-fastcluster
1938 r-foreach
1939 r-fpc
1940 r-mzr
1941 r-orgmassspecr
1942 r-pastecs
1943 r-pracma
1944 r-rcppeigen
1945 r-reshape2
1946 r-rvest
1947 r-smoother
1948 r-zoo))
1949 (native-inputs (list r-knitr))
1950 (home-page "https://bioconductor.org/packages/adductomicsR")
1951 (synopsis "Processing of adductomic mass spectral datasets")
1952 (description
1953 "This package @code{adductomicsR} processes data generated by the
1954 @dfn{second stage of mass spectrometry} (MS2) to identify potentially adducted
1955 peptides from spectra that has been corrected for mass drift and retention
1956 time drift and quantifies level mass spectral peaks from @dfn{first stage of
1957 mass spectrometry} (MS1) data.")
1958 (license license:artistic2.0)))
1959
1960 (define-public r-agimicrorna
1961 (package
1962 (name "r-agimicrorna")
1963 (version "2.46.0")
1964 (source (origin
1965 (method url-fetch)
1966 (uri (bioconductor-uri "AgiMicroRna" version))
1967 (sha256
1968 (base32
1969 "0jic89gyphbv7jzlfgm9bh1aq48lp86rq6hr34gsg9z0pa1192xa"))))
1970 (properties `((upstream-name . "AgiMicroRna")))
1971 (build-system r-build-system)
1972 (propagated-inputs
1973 (list r-affy
1974 r-affycoretools
1975 r-biobase
1976 r-limma
1977 r-preprocesscore))
1978 (home-page "https://git.bioconductor.org/packages/AgiMicroRna")
1979 (synopsis
1980 "Processing and differential expression analysis of Agilent microRNA chips")
1981 (description
1982 "@code{AgiMicroRna} provides useful functionality for the processing,
1983 quality assessment and differential expression analysis of Agilent microRNA
1984 array data. The package uses a limma-like structure to generate the processed
1985 data in order to make statistical inferences about differential expression
1986 using the linear model features implemented in limma. Standard Bioconductor
1987 objects are used so that other packages could be used as well.")
1988 (license license:gpl3)))
1989
1990 (define-public r-amountain
1991 (package
1992 (name "r-amountain")
1993 (version "1.22.0")
1994 (source (origin
1995 (method url-fetch)
1996 (uri (bioconductor-uri "AMOUNTAIN" version))
1997 (sha256
1998 (base32
1999 "0vdfabsrisdd7qq28f5ivd0v8zz49szqn677i5lhwnlaix220c54"))))
2000 (properties `((upstream-name . "AMOUNTAIN")))
2001 (build-system r-build-system)
2002 (inputs (list gsl))
2003 (native-inputs (list r-knitr))
2004 (home-page "https://bioconductor.org/packages/AMOUNTAIN")
2005 (synopsis "Modules for multilayer weighted gene co-expression networks")
2006 (description
2007 "This package provides a pure data-driven gene network, @dfn{WGCN}(weighted
2008 gene co-expression network) could be constructed only from expression profile.
2009 Different layers in such networks may represent different time points, multiple
2010 conditions or various species. @code{AMOUNTAIN} aims to search active modules
2011 in multi-layer WGCN using a continuous optimization approach.")
2012 (license license:gpl2+)))
2013
2014 (define-public r-amaretto
2015 (package
2016 (name "r-amaretto")
2017 (version "1.12.0")
2018 (source (origin
2019 (method url-fetch)
2020 (uri (bioconductor-uri "AMARETTO" version))
2021 (sha256
2022 (base32
2023 "111dk19b9910icksyr592cvhc5gwvgknr5q4887j9yxbajd7hcmx"))))
2024 (properties `((upstream-name . "AMARETTO")))
2025 (build-system r-build-system)
2026 (propagated-inputs
2027 (list r-biocfilecache
2028 r-callr
2029 r-circlize
2030 r-complexheatmap
2031 r-curatedtcgadata
2032 r-doparallel
2033 r-dplyr
2034 r-dt
2035 r-foreach
2036 r-ggplot2
2037 r-glmnet
2038 r-gridextra
2039 r-httr
2040 r-impute
2041 r-knitr
2042 r-limma
2043 r-matrix
2044 r-matrixstats
2045 r-multiassayexperiment
2046 r-rcpp
2047 r-readr
2048 r-reshape2
2049 r-rmarkdown
2050 r-tibble))
2051 (native-inputs (list r-knitr))
2052 (home-page "https://bioconductor.org/packages/AMARETTO")
2053 (synopsis "Regulatory network inference and driver gene evaluation")
2054 (description
2055 "This package @code{AMARETTO} represents an algorithm that integrates copy
2056 number, DNA methylation and gene expression data to identify a set of driver
2057 genes by analyzing cancer samples and connects them to clusters of co-expressed
2058 genes, which we define as modules. @code{AMARETTO} can be applied in a pancancer
2059 setting to identify cancer driver genes and their modules on multiple cancer
2060 sites. @code{AMARETTO} captures modules enriched in angiogenesis, cell cycle
2061 and EMT, and modules that accurately predict survival and molecular subtypes.
2062 This allows @code{AMARETTO} to identify novel cancer driver genes directing
2063 canonical cancer pathways.")
2064 (license license:asl2.0)))
2065
2066 (define-public r-anaquin
2067 (package
2068 (name "r-anaquin")
2069 (version "2.20.0")
2070 (source (origin
2071 (method url-fetch)
2072 (uri (bioconductor-uri "Anaquin" version))
2073 (sha256
2074 (base32
2075 "1jgpnls2djl1yzvnk64qc83mljmlci7wflwkza3wr0sv6r47b0dd"))))
2076 (properties `((upstream-name . "Anaquin")))
2077 (build-system r-build-system)
2078 (propagated-inputs
2079 (list r-deseq2
2080 r-ggplot2
2081 r-knitr
2082 r-locfit
2083 r-plyr
2084 r-qvalue
2085 r-rocr))
2086 (native-inputs (list r-knitr))
2087 (home-page "https://www.sequinstandards.com/")
2088 (synopsis "Statistical analysis of sequins")
2089 (description
2090 "The project is intended to support the use of @dfn{sequins}(synthetic
2091 sequencing spike-in controls) owned and made available by the Garvan Institute
2092 of Medical Research. The goal is to provide a standard open source library for
2093 quantitative analysis, modelling and visualization of spike-in controls.")
2094 (license license:bsd-3)))
2095
2096 (define-public r-aneufinder
2097 (package
2098 (name "r-aneufinder")
2099 (version "1.24.0")
2100 (source (origin
2101 (method url-fetch)
2102 (uri (bioconductor-uri "AneuFinder" version))
2103 (sha256
2104 (base32
2105 "1acsp987jv2x4qwbgy3y7ff4r2qz7680b0nbr37m4lmncqfgh8yl"))))
2106 (build-system r-build-system)
2107 (native-inputs
2108 (list r-knitr))
2109 (propagated-inputs
2110 (list r-genomicranges
2111 r-aneufinderdata
2112 r-ecp
2113 r-foreach
2114 r-doparallel
2115 r-biocgenerics
2116 r-s4vectors
2117 r-genomeinfodb
2118 r-iranges
2119 r-rsamtools
2120 r-bamsignals
2121 r-dnacopy
2122 r-biostrings
2123 r-genomicalignments
2124 r-ggplot2
2125 r-reshape2
2126 r-ggdendro
2127 r-ggrepel
2128 r-reordercluster
2129 r-mclust
2130 r-cowplot))
2131 (home-page "https://bioconductor.org/packages/AneuFinder/")
2132 (synopsis "Copy number variation analysis in single-cell-sequencing data")
2133 (description "This package implements functions for copy number variant
2134 calling, plotting, export and analysis from whole-genome single cell
2135 sequencing data.")
2136 (license license:artistic2.0)))
2137
2138 (define-public r-anf
2139 (package
2140 (name "r-anf")
2141 (version "1.18.0")
2142 (source (origin
2143 (method url-fetch)
2144 (uri (bioconductor-uri "ANF" version))
2145 (sha256
2146 (base32
2147 "1fa2pbdapymrpz01ws0m2fbzf11d723x6rbsys29v06is57f5lpj"))))
2148 (properties `((upstream-name . "ANF")))
2149 (build-system r-build-system)
2150 (propagated-inputs
2151 (list r-biobase
2152 r-igraph
2153 r-mass
2154 r-rcolorbrewer
2155 r-survival))
2156 (native-inputs (list r-knitr))
2157 (home-page "https://bioconductor.org/packages/ANF")
2158 (synopsis "Affinity network fusion for complex patient clustering")
2159 (description
2160 "The package @dfn{ANF}(Affinity Network Fusion) provides methods for affinity
2161 matrix construction and fusion as well as spectral clustering. This package is
2162 used for complex patient clustering by integrating multi-omic data through affinity
2163 network fusion.")
2164 (license license:gpl3)))
2165
2166 (define-public r-annmap
2167 (package
2168 (name "r-annmap")
2169 (version "1.38.0")
2170 (source (origin
2171 (method url-fetch)
2172 (uri (bioconductor-uri "annmap" version))
2173 (sha256
2174 (base32
2175 "0ywqbb8jia7rrkzcsf6a11kqf8dnx96z8n8xw7067mahycykbixv"))))
2176 (properties `((upstream-name . "annmap")))
2177 (build-system r-build-system)
2178 (propagated-inputs
2179 (list r-biobase
2180 r-biocgenerics
2181 r-dbi
2182 r-digest
2183 r-genefilter
2184 r-genomicranges
2185 r-iranges
2186 r-lattice
2187 r-rmysql
2188 r-rsamtools))
2189 (home-page "https://github.com/cruk-mi/annmap")
2190 (synopsis
2191 "Genome annotation and visualisation for Affymetrix arrays and NGS analysis")
2192 (description
2193 "This package @code{annmap} provides annotation mappings for Affymetrix exon
2194 arrays and coordinate based queries to support deep sequencing data analysis.
2195 Database access is hidden behind the API which provides a set of functions such
2196 as @code{genesInRange()}, @code{geneToExon()}, @code{exonDetails()}, etc.
2197 Functions to plot gene architecture and BAM file data are also provided.")
2198 (license license:gpl2)))
2199
2200 (define-public r-antiprofiles
2201 (package
2202 (name "r-antiprofiles")
2203 (version "1.36.0")
2204 (source (origin
2205 (method url-fetch)
2206 (uri (bioconductor-uri "antiProfiles" version))
2207 (sha256
2208 (base32
2209 "1277kg5xpyb2yriyjy18p437q5lj22h4al7z7pygkzxzywxv9g40"))))
2210 (properties `((upstream-name . "antiProfiles")))
2211 (build-system r-build-system)
2212 (propagated-inputs
2213 (list r-locfit
2214 r-matrixstats))
2215 (home-page "https://github.com/HCBravoLab/antiProfiles")
2216 (synopsis "Implementation of gene expression anti-profiles")
2217 (description
2218 "This package implements the gene expression anti-profiles method.
2219 Anti-profiles are a new approach for developing cancer genomic signatures that
2220 specifically take advantage of gene expression heterogeneity. They explicitly
2221 model increased gene expression variability in cancer to define robust and
2222 reproducible gene expression signatures capable of accurately distinguishing
2223 tumor samples from healthy controls.")
2224 (license license:artistic2.0)))
2225
2226 (define-public r-biocversion
2227 (package
2228 (name "r-biocversion")
2229 (version "3.15.2")
2230 (source
2231 (origin
2232 (method url-fetch)
2233 (uri (bioconductor-uri "BiocVersion" version))
2234 (sha256
2235 (base32
2236 "0rs4nyza4hqqk204d037gi013135wgfhx5asq2dsdjc9vk5nwzfn"))))
2237 (properties `((upstream-name . "BiocVersion")))
2238 (build-system r-build-system)
2239 (home-page "https://bioconductor.org/packages/BiocVersion/")
2240 (synopsis "Set the appropriate version of Bioconductor packages")
2241 (description
2242 "This package provides repository information for the appropriate version
2243 of Bioconductor.")
2244 (license license:artistic2.0)))
2245
2246 (define-public r-biocgenerics
2247 (package
2248 (name "r-biocgenerics")
2249 (version "0.42.0")
2250 (source (origin
2251 (method url-fetch)
2252 (uri (bioconductor-uri "BiocGenerics" version))
2253 (sha256
2254 (base32
2255 "0iv9bnpw2hycndwbmjsszqfwrksz6dfr6qcz78jkssc9ldsgmdhc"))))
2256 (properties
2257 `((upstream-name . "BiocGenerics")))
2258 (build-system r-build-system)
2259 (home-page "https://bioconductor.org/packages/BiocGenerics")
2260 (synopsis "S4 generic functions for Bioconductor")
2261 (description
2262 "This package provides S4 generic functions needed by many Bioconductor
2263 packages.")
2264 (license license:artistic2.0)))
2265
2266 (define-public r-coverageview
2267 (package
2268 (name "r-coverageview")
2269 (version "1.34.0")
2270 (source (origin
2271 (method url-fetch)
2272 (uri (bioconductor-uri "CoverageView" version))
2273 (sha256
2274 (base32
2275 "0mh66l4yh6rpd1r7qbqwh5jkklqyvpfiap0zcqhz9kimssm2pbbp"))))
2276 (build-system r-build-system)
2277 (propagated-inputs
2278 (list r-s4vectors
2279 r-iranges
2280 r-genomicranges
2281 r-genomicalignments
2282 r-rtracklayer
2283 r-rsamtools))
2284 (home-page "https://bioconductor.org/packages/CoverageView/")
2285 (synopsis "Coverage visualization package for R")
2286 (description "This package provides a framework for the visualization of
2287 genome coverage profiles. It can be used for ChIP-seq experiments, but it can
2288 be also used for genome-wide nucleosome positioning experiments or other
2289 experiment types where it is important to have a framework in order to inspect
2290 how the coverage distributed across the genome.")
2291 (license license:artistic2.0)))
2292
2293 (define-public r-cummerbund
2294 (package
2295 (name "r-cummerbund")
2296 (version "2.38.0")
2297 (source (origin
2298 (method url-fetch)
2299 (uri (bioconductor-uri "cummeRbund" version))
2300 (sha256
2301 (base32
2302 "1p4anmi436zykp0ir307g75g23kj8b7shxg4r65qq6zdwflphm0q"))))
2303 (build-system r-build-system)
2304 (propagated-inputs
2305 (list r-biobase
2306 r-biocgenerics
2307 r-fastcluster
2308 r-ggplot2
2309 r-gviz
2310 r-plyr
2311 r-reshape2
2312 r-rsqlite
2313 r-rtracklayer
2314 r-s4vectors))
2315 (home-page "https://bioconductor.org/packages/cummeRbund/")
2316 (synopsis "Analyze Cufflinks high-throughput sequencing data")
2317 (description "This package allows for persistent storage, access,
2318 exploration, and manipulation of Cufflinks high-throughput sequencing
2319 data. In addition, provides numerous plotting functions for commonly
2320 used visualizations.")
2321 (license license:artistic2.0)))
2322
2323 (define-public r-dearseq
2324 (package
2325 (name "r-dearseq")
2326 (version "1.8.1")
2327 (source
2328 (origin
2329 (method url-fetch)
2330 (uri (bioconductor-uri "dearseq" version))
2331 (sha256
2332 (base32
2333 "1f144k5gsclcmsnlsbisr2mivk91dbkci83wx1kznw6i15p4cpj1"))))
2334 (build-system r-build-system)
2335 (propagated-inputs
2336 (list r-compquadform
2337 r-dplyr
2338 r-ggplot2
2339 r-kernsmooth
2340 r-magrittr
2341 r-matrixstats
2342 r-patchwork
2343 r-pbapply
2344 r-reshape2
2345 r-rlang
2346 r-statmod
2347 r-survey
2348 r-tibble
2349 r-viridislite))
2350 (native-inputs
2351 (list r-knitr))
2352 (home-page "https://github.com/borishejblum/dearseq")
2353 (synopsis "DEA for RNA-seq data through a robust variance component test")
2354 (description
2355 "This is a package for Differential Expression Analysis of RNA-seq data.
2356 It features a variance component score test accounting for data
2357 heteroscedasticity through precision weights. Perform both gene-wise and gene
2358 set analyses, and can deal with repeated or longitudinal data.")
2359 (license license:gpl2)))
2360
2361 (define-public r-decipher
2362 (package
2363 (name "r-decipher")
2364 (version "2.24.0")
2365 (source (origin
2366 (method url-fetch)
2367 (uri (bioconductor-uri "DECIPHER" version))
2368 (sha256
2369 (base32
2370 "045q2bfzgq1yzhyrzvrhrnmlpka4gikrajxxwv05szksy5nvp7q5"))))
2371 (build-system r-build-system)
2372 (propagated-inputs
2373 (list r-biostrings
2374 r-dbi
2375 r-iranges
2376 r-rsqlite
2377 r-s4vectors
2378 r-xvector))
2379 (home-page "https://www.bioconductor.org/packages/DECIPHER/")
2380 (synopsis "Tools for deciphering and managing biological sequences")
2381 (description "This package provides a toolset for deciphering and managing
2382 biological sequences.")
2383 (license license:gpl3)))
2384
2385 (define-public r-deconvr
2386 (package
2387 (name "r-deconvr")
2388 (version "1.2.0")
2389 (source (origin
2390 (method url-fetch)
2391 (uri (bioconductor-uri "deconvR" version))
2392 (sha256
2393 (base32
2394 "091z3lncamscsvzj63zzbw7dr7vnkn0jwfkm5ljq4112w4rxgrm3"))))
2395 (properties `((upstream-name . "deconvR")))
2396 (build-system r-build-system)
2397 (propagated-inputs
2398 (list r-assertthat
2399 r-biocgenerics
2400 r-data-table
2401 r-dplyr
2402 r-e1071
2403 r-foreach
2404 r-genomicranges
2405 r-iranges
2406 r-magrittr
2407 r-mass
2408 r-matrixstats
2409 r-methylkit
2410 r-nnls
2411 r-quadprog
2412 r-rsq
2413 r-s4vectors
2414 r-tidyr))
2415 (native-inputs (list r-knitr))
2416 (home-page "https://github.com/BIMSBbioinfo/deconvR")
2417 (synopsis "Simulation and deconvolution of omic profiles")
2418 (description
2419 "This package provides a collection of functions designed for analyzing
2420 deconvolution of the bulk sample(s) using an atlas of reference omic signature
2421 profiles and a user-selected model. Users are given the option to create or
2422 extend a reference atlas and,also simulate the desired size of the bulk
2423 signature profile of the reference cell types. The package includes the
2424 cell-type-specific methylation atlas and, Illumina Epic B5 probe ids that can
2425 be used in deconvolution. Additionally, we included @code{BSmeth2Probe}, to
2426 make mapping WGBS data to their probe IDs easier.")
2427 (license license:artistic2.0)))
2428
2429 (define-public r-decoupler
2430 (package
2431 (name "r-decoupler")
2432 (version "2.2.2")
2433 (source
2434 (origin
2435 (method url-fetch)
2436 (uri (bioconductor-uri "decoupleR" version))
2437 (sha256
2438 (base32 "0q1w8yw3bwx8ai5z8rw8lz97w4cplxijq93634hza2vgkig1ck9m"))))
2439 (properties `((upstream-name . "decoupleR")))
2440 (build-system r-build-system)
2441 (propagated-inputs
2442 (list r-broom
2443 r-dplyr
2444 r-magrittr
2445 r-matrix
2446 r-purrr
2447 r-rlang
2448 r-stringr
2449 r-tibble
2450 r-tidyr
2451 r-tidyselect
2452 r-withr))
2453 (native-inputs (list r-knitr))
2454 (home-page "https://saezlab.github.io/decoupleR/")
2455 (synopsis "Computational methods to infer biological activities from omics data")
2456 (description
2457 "Many methods allow us to extract biological activities from omics data using
2458 information from prior knowledge resources, reducing the dimensionality for
2459 increased statistical power and better interpretability. decoupleR is a
2460 Bioconductor package containing different statistical methods to extract these
2461 signatures within a unified framework. decoupleR allows the user to flexibly
2462 test any method with any resource. It incorporates methods that take into
2463 account the sign and weight of network interactions. decoupleR can be used
2464 with any omic, as long as its features can be linked to a biological process
2465 based on prior knowledge. For example, in transcriptomics gene sets regulated
2466 by a transcription factor, or in phospho-proteomics phosphosites that are
2467 targeted by a kinase.")
2468 (license license:gpl3)))
2469
2470 (define-public r-deepsnv
2471 (package
2472 (name "r-deepsnv")
2473 (version "1.42.1")
2474 (source (origin
2475 (method url-fetch)
2476 (uri (bioconductor-uri "deepSNV" version))
2477 (sha256
2478 (base32
2479 "0bgj1grv3a5bqhcdsw445x49kl3pz367svy6fnrzfsk9bmj46kgn"))))
2480 (properties `((upstream-name . "deepSNV")))
2481 (build-system r-build-system)
2482 (propagated-inputs
2483 (list r-biostrings
2484 r-genomicranges
2485 r-iranges
2486 r-rhtslib
2487 r-summarizedexperiment
2488 r-variantannotation
2489 r-vgam))
2490 (native-inputs
2491 (list r-knitr))
2492 (home-page "https://github.com/gerstung-lab/deepSNV/")
2493 (synopsis "Detection of subclonal SNVs in deep sequencing data")
2494 (description
2495 "This package provides quantitative variant callers for detecting
2496 subclonal mutations in ultra-deep (>=100x coverage) sequencing experiments.
2497 The deepSNV algorithm is used for a comparative setup with a control experiment
2498 of the same loci and uses a beta-binomial model and a likelihood ratio test to
2499 discriminate sequencing errors and subclonal SNVs. The shearwater algorithm
2500 computes a Bayes classifier based on a beta-binomial model for variant calling
2501 with multiple samples for precisely estimating model parameters - such as local
2502 error rates and dispersion - and prior knowledge, e.g. from variation data
2503 bases such as COSMIC.")
2504 (license license:gpl3)))
2505
2506 (define-public r-delayedarray
2507 (package
2508 (name "r-delayedarray")
2509 (version "0.22.0")
2510 (source (origin
2511 (method url-fetch)
2512 (uri (bioconductor-uri "DelayedArray" version))
2513 (sha256
2514 (base32
2515 "11id63qza9dxl1364gllqafxmx25a0q22jv5q8h709bgc3f0grqy"))))
2516 (properties
2517 `((upstream-name . "DelayedArray")))
2518 (build-system r-build-system)
2519 (propagated-inputs
2520 (list r-biocgenerics r-s4vectors r-iranges r-matrix
2521 r-matrixgenerics))
2522 (native-inputs
2523 (list r-knitr))
2524 (home-page "https://bioconductor.org/packages/DelayedArray")
2525 (synopsis "Delayed operations on array-like objects")
2526 (description
2527 "Wrapping an array-like object (typically an on-disk object) in a
2528 @code{DelayedArray} object allows one to perform common array operations on it
2529 without loading the object in memory. In order to reduce memory usage and
2530 optimize performance, operations on the object are either delayed or executed
2531 using a block processing mechanism. Note that this also works on in-memory
2532 array-like objects like @code{DataFrame} objects (typically with Rle columns),
2533 @code{Matrix} objects, and ordinary arrays and data frames.")
2534 (license license:artistic2.0)))
2535
2536 (define-public r-derfinderhelper
2537 (package
2538 (name "r-derfinderhelper")
2539 (version "1.30.0")
2540 (source
2541 (origin
2542 (method url-fetch)
2543 (uri (bioconductor-uri "derfinderHelper" version))
2544 (sha256
2545 (base32 "0r7zbx5bfmh5cjs12y8d9qwz53nz340gdy3sx7zcn4rzn7rpslp5"))))
2546 (properties `((upstream-name . "derfinderHelper")))
2547 (build-system r-build-system)
2548 (propagated-inputs
2549 (list r-iranges r-matrix r-s4vectors))
2550 (native-inputs
2551 (list r-knitr))
2552 (home-page "https://github.com/leekgroup/derfinderHelper")
2553 (synopsis "Helper for derfinder")
2554 (description
2555 "This package speeds up the derfinder package when using multiple cores.
2556 It is particularly useful when using BiocParallel and it helps reduce the time
2557 spent loading the full derfinder package when running the F-statistics
2558 calculation in parallel.")
2559 (license license:artistic2.0)))
2560
2561 (define-public r-drimseq
2562 (package
2563 (name "r-drimseq")
2564 (version "1.24.0")
2565 (source
2566 (origin
2567 (method url-fetch)
2568 (uri (bioconductor-uri "DRIMSeq" version))
2569 (sha256
2570 (base32 "1dph483ij43ayw0z5dbnp6gwp53ka7k5si1hp3miac7z8dqzv94l"))))
2571 (properties `((upstream-name . "DRIMSeq")))
2572 (build-system r-build-system)
2573 (propagated-inputs
2574 (list r-biocgenerics
2575 r-biocparallel
2576 r-edger
2577 r-genomicranges
2578 r-ggplot2
2579 r-iranges
2580 r-limma
2581 r-mass
2582 r-reshape2
2583 r-s4vectors))
2584 (native-inputs (list r-knitr))
2585 (home-page "https://bioconductor.org/packages/DRIMSeq")
2586 (synopsis "Differential transcript usage and tuQTL analyses with Dirichlet-multinomial model in RNA-seq")
2587 (description
2588 "The package provides two frameworks. One for the differential
2589 transcript usage analysis between different conditions and one for the tuQTL
2590 analysis. Both are based on modeling the counts of genomic features (i.e.,
2591 transcripts) with the Dirichlet-multinomial distribution. The package also
2592 makes available functions for visualization and exploration of the data and
2593 results.")
2594 (license license:gpl3+)))
2595
2596 (define-public r-bluster
2597 (package
2598 (name "r-bluster")
2599 (version "1.6.0")
2600 (source (origin
2601 (method url-fetch)
2602 (uri (bioconductor-uri "bluster" version))
2603 (sha256
2604 (base32
2605 "1g496yc7mdhshf6r0n8xhj7ax936ia5z2cx72lqyk2vzzzl5c4v8"))))
2606 (properties `((upstream-name . "bluster")))
2607 (build-system r-build-system)
2608 (propagated-inputs
2609 (list r-biocneighbors
2610 r-biocparallel
2611 r-cluster
2612 r-igraph
2613 r-matrix
2614 r-rcpp
2615 r-s4vectors))
2616 (native-inputs
2617 (list r-knitr))
2618 (home-page "https://bioconductor.org/packages/bluster")
2619 (synopsis "Clustering algorithms for Bioconductor")
2620 (description"This package wraps common clustering algorithms in an easily
2621 extended S4 framework. Backends are implemented for hierarchical, k-means
2622 and graph-based clustering. Several utilities are also provided to compare
2623 and evaluate clustering results.")
2624 (license license:gpl3)))
2625
2626 (define-public r-ideoviz
2627 (package
2628 (name "r-ideoviz")
2629 (version "1.32.0")
2630 (source (origin
2631 (method url-fetch)
2632 (uri (bioconductor-uri "IdeoViz" version))
2633 (sha256
2634 (base32
2635 "1wwh3ifdijhpm58lw7cmnx084xwfxnc7i0206w8rhrjnvnq6ljh3"))))
2636 (build-system r-build-system)
2637 (propagated-inputs
2638 (list r-biobase
2639 r-iranges
2640 r-genomicranges
2641 r-rcolorbrewer
2642 r-rtracklayer
2643 r-genomeinfodb))
2644 (home-page "https://bioconductor.org/packages/IdeoViz/")
2645 (synopsis "Plots data along a chromosomal ideogram")
2646 (description "This package provides functions to plot data associated with
2647 arbitrary genomic intervals along chromosomal ideogram.")
2648 (license license:gpl2)))
2649
2650 (define-public r-iranges
2651 (package
2652 (name "r-iranges")
2653 (version "2.30.0")
2654 (source (origin
2655 (method url-fetch)
2656 (uri (bioconductor-uri "IRanges" version))
2657 (sha256
2658 (base32
2659 "0hfx5n0b4pqrrc1w2dik596803ly8ffnxfs768iy5l5kr8wwyc8k"))))
2660 (properties
2661 `((upstream-name . "IRanges")))
2662 (build-system r-build-system)
2663 (propagated-inputs
2664 (list r-biocgenerics r-s4vectors))
2665 (home-page "https://bioconductor.org/packages/IRanges")
2666 (synopsis "Infrastructure for manipulating intervals on sequences")
2667 (description
2668 "This package provides efficient low-level and highly reusable S4 classes
2669 for storing ranges of integers, RLE vectors (Run-Length Encoding), and, more
2670 generally, data that can be organized sequentially (formally defined as
2671 @code{Vector} objects), as well as views on these @code{Vector} objects.
2672 Efficient list-like classes are also provided for storing big collections of
2673 instances of the basic classes. All classes in the package use consistent
2674 naming and share the same rich and consistent \"Vector API\" as much as
2675 possible.")
2676 (license license:artistic2.0)))
2677
2678 (define-public r-isoformswitchanalyzer
2679 (package
2680 (name "r-isoformswitchanalyzer")
2681 (version "1.18.0")
2682 (source
2683 (origin
2684 (method url-fetch)
2685 (uri (bioconductor-uri "IsoformSwitchAnalyzeR" version))
2686 (sha256
2687 (base32 "0n1gb9azxa1mxpsqvw3i3kf72f45nyjj1kgwwrzhd88n3g63lvkd"))))
2688 (properties `((upstream-name . "IsoformSwitchAnalyzeR")))
2689 (build-system r-build-system)
2690 (propagated-inputs
2691 (list r-biobase
2692 r-biocgenerics
2693 r-biostrings
2694 r-bsgenome
2695 r-dbi
2696 r-dexseq
2697 r-dplyr
2698 r-drimseq
2699 r-edger
2700 r-futile-logger
2701 r-genomeinfodb
2702 r-genomicranges
2703 r-ggplot2
2704 r-gridextra
2705 r-iranges
2706 r-limma
2707 r-magrittr
2708 r-plyr
2709 r-rcolorbrewer
2710 r-rcurl
2711 r-readr
2712 r-reshape2
2713 r-rtracklayer
2714 r-stringr
2715 r-tibble
2716 r-tximeta
2717 r-tximport
2718 r-venndiagram
2719 r-xvector))
2720 (native-inputs
2721 (list r-knitr))
2722 (home-page "https://bioconductor.org/packages/IsoformSwitchAnalyzeR/")
2723 (synopsis "Analyze alternative splicing in RNA-seq data")
2724 (description
2725 "This is a package for the analysis of alternative splicing and isoform
2726 switches with predicted functional consequences (e.g. gain/loss of protein
2727 domains etc.) from quantification of all types of RNASeq by tools such as
2728 Kallisto, Salmon, StringTie, Cufflinks/Cuffdiff etc.")
2729 (license license:gpl2+)))
2730
2731 ;; This is a CRAN package, but it depends on r-biobase and r-limma from Bioconductor.
2732 (define-public r-absfiltergsea
2733 (package
2734 (name "r-absfiltergsea")
2735 (version "1.5.1")
2736 (source
2737 (origin
2738 (method url-fetch)
2739 (uri (cran-uri "AbsFilterGSEA" version))
2740 (sha256
2741 (base32 "15srxkxsvn38kd5frdrwfdf0ad8gskrd0h01wmdf9hglq8fjrp7w"))))
2742 (properties `((upstream-name . "AbsFilterGSEA")))
2743 (build-system r-build-system)
2744 (propagated-inputs
2745 (list r-biobase r-deseq r-limma r-rcpp r-rcpparmadillo))
2746 (home-page "https://cran.r-project.org/web/packages/AbsFilterGSEA/")
2747 (synopsis "Improved false positive control of gene-permuting with absolute filtering")
2748 (description
2749 "This package provides a function that performs gene-permuting of a gene-set
2750 enrichment analysis (GSEA) calculation with or without the absolute filtering.
2751 Without filtering, users can perform (original) two-tailed or one-tailed
2752 absolute GSEA.")
2753 (license license:gpl2)))
2754
2755 ;; This is a CRAN package, but it depends on r-biobase from Bioconductor.
2756 (define-public r-bisquerna
2757 (package
2758 (name "r-bisquerna")
2759 (version "1.0.5")
2760 (source (origin
2761 (method url-fetch)
2762 (uri (cran-uri "BisqueRNA" version))
2763 (sha256
2764 (base32
2765 "0p3p5lp69gri7vs6qfpm7br4ksbs4l7clm4nj8ki99wpqiqni23n"))))
2766 (properties `((upstream-name . "BisqueRNA")))
2767 (build-system r-build-system)
2768 (propagated-inputs
2769 (list r-biobase r-limsolve))
2770 (native-inputs
2771 (list r-knitr))
2772 (home-page "https://www.biorxiv.org/content/10.1101/669911v1")
2773 (synopsis "Decomposition of bulk expression with single-cell sequencing")
2774 (description "This package provides tools to accurately estimate cell type
2775 abundances from heterogeneous bulk expression. A reference-based method
2776 utilizes single-cell information to generate a signature matrix and
2777 transformation of bulk expression for accurate regression based estimates.
2778 A marker-based method utilizes known cell-specific marker genes to measure
2779 relative abundances across samples.")
2780 (license license:gpl3)))
2781
2782 ;; This is a CRAN package, but it depends on r-bsgenome-hsapiens-ucsc-hg19
2783 ;; from Bioconductor.
2784 (define-public r-deconstructsigs
2785 (package
2786 (name "r-deconstructsigs")
2787 (version "1.8.0")
2788 (source (origin
2789 (method url-fetch)
2790 (uri (cran-uri "deconstructSigs" version))
2791 (sha256
2792 (base32
2793 "014x0nb23jb98666kaav2phkvmkr38pi38jv0dqd4jv7zp0gdf1a"))))
2794 (properties
2795 `((upstream-name . "deconstructSigs")))
2796 (build-system r-build-system)
2797 (propagated-inputs
2798 (list r-bsgenome r-bsgenome-hsapiens-ucsc-hg19 r-genomeinfodb
2799 r-reshape2))
2800 (home-page "https://github.com/raerose01/deconstructSigs")
2801 (synopsis "Identifies signatures present in a tumor sample")
2802 (description "This package takes sample information in the form of the
2803 fraction of mutations in each of 96 trinucleotide contexts and identifies
2804 the weighted combination of published signatures that, when summed, most
2805 closely reconstructs the mutational profile.")
2806 (license license:gpl2+)))
2807
2808 ;; This is a CRAN package, but it depends on Bioconductor packages.
2809 (define-public r-jetset
2810 (package
2811 (name "r-jetset")
2812 (version "3.4.0")
2813 (source
2814 (origin
2815 (method url-fetch)
2816 (uri (cran-uri "jetset" version))
2817 (sha256
2818 (base32 "0c99h5npsv2gf5d59s4qhkaqmjhbwa3prcykk24wzhnpfq6y6xhp"))))
2819 (properties `((upstream-name . "jetset")))
2820 (build-system r-build-system)
2821 (propagated-inputs (list r-annotationdbi r-org-hs-eg-db))
2822 (home-page "http://www.cbs.dtu.dk/biotools/jetset/")
2823 (synopsis "One-to-one gene-probeset mapping for Affymetrix human microarrays")
2824 (description
2825 "This package provides a one-to-one mapping from gene to \"best\" probe
2826 set for four Affymetrix human gene expression microarrays: hgu95av2, hgu133a,
2827 hgu133plus2, and u133x3p. On Affymetrix gene expression microarrays, a single
2828 gene may be measured by multiple probe sets. This can present a mild
2829 conundrum when attempting to evaluate a gene \"signature\" that is defined by
2830 gene names rather than by specific probe sets. This package also includes the
2831 pre-calculated probe set quality scores that were used to define the
2832 mapping.")
2833 (license license:artistic2.0)))
2834
2835 ;; This is a CRAN package, but it depends on Bioconductor packages.
2836 (define-public r-nmf
2837 (package
2838 (name "r-nmf")
2839 (version "0.24.0")
2840 (source
2841 (origin
2842 (method url-fetch)
2843 (uri (cran-uri "NMF" version))
2844 (sha256
2845 (base32
2846 "14yxra6in5c1md5nr75y8cdmh9pg0lxqabqflvlhgg1vbg9i2628"))))
2847 (properties `((upstream-name . "NMF")))
2848 (build-system r-build-system)
2849 (propagated-inputs
2850 (list r-cluster
2851 r-biobase
2852 r-biocmanager
2853 r-bigmemory ; suggested
2854 r-synchronicity ; suggested
2855 r-colorspace
2856 r-digest
2857 r-doparallel
2858 r-foreach
2859 r-ggplot2
2860 r-gridbase
2861 r-pkgmaker
2862 r-rcolorbrewer
2863 r-registry
2864 r-reshape2
2865 r-rngtools
2866 r-stringr))
2867 (native-inputs
2868 (list r-knitr))
2869 (home-page "http://renozao.github.io/NMF")
2870 (synopsis "Algorithms and framework for nonnegative matrix factorization")
2871 (description
2872 "This package provides a framework to perform Non-negative Matrix
2873 Factorization (NMF). The package implements a set of already published
2874 algorithms and seeding methods, and provides a framework to test, develop and
2875 plug new or custom algorithms. Most of the built-in algorithms have been
2876 optimized in C++, and the main interface function provides an easy way of
2877 performing parallel computations on multicore machines.")
2878 (license license:gpl2+)))
2879
2880 (define-public r-affy
2881 (package
2882 (name "r-affy")
2883 (version "1.74.0")
2884 (source
2885 (origin
2886 (method url-fetch)
2887 (uri (bioconductor-uri "affy" version))
2888 (sha256
2889 (base32
2890 "02l77y4d4m4jwgkb3jdaskv6shmba5292whp0i29mg9asxv4rdc7"))))
2891 (build-system r-build-system)
2892 (propagated-inputs
2893 (list r-affyio
2894 r-biobase
2895 r-biocgenerics
2896 r-biocmanager
2897 r-preprocesscore
2898 r-zlibbioc))
2899 (inputs
2900 (list zlib))
2901 (home-page "https://bioconductor.org/packages/affy")
2902 (synopsis "Methods for affymetrix oligonucleotide arrays")
2903 (description
2904 "This package contains functions for exploratory oligonucleotide array
2905 analysis.")
2906 (license license:lgpl2.0+)))
2907
2908 (define-public r-affycomp
2909 (package
2910 (name "r-affycomp")
2911 (version "1.72.0")
2912 (source
2913 (origin
2914 (method url-fetch)
2915 (uri (bioconductor-uri "affycomp" version))
2916 (sha256
2917 (base32
2918 "0aq5p56sqpvba0yhgd75302s9bazchh1izgymng6cpb78y5wfpj0"))))
2919 (properties `((upstream-name . "affycomp")))
2920 (build-system r-build-system)
2921 (propagated-inputs (list r-biobase))
2922 (home-page "https://bioconductor.org/packages/affycomp/")
2923 (synopsis "Graphics toolbox for assessment of Affymetrix expression measures")
2924 (description
2925 "The package contains functions that can be used to compare expression
2926 measures for Affymetrix Oligonucleotide Arrays.")
2927 (license license:gpl2+)))
2928
2929 (define-public r-affycompatible
2930 (package
2931 (name "r-affycompatible")
2932 (version "1.56.0")
2933 (source
2934 (origin
2935 (method url-fetch)
2936 (uri (bioconductor-uri "AffyCompatible" version))
2937 (sha256
2938 (base32
2939 "0x3lj1jgqq67389rzfklah5p878ns9b4fpdpz455m2gq9sk7qsda"))))
2940 (properties
2941 `((upstream-name . "AffyCompatible")))
2942 (build-system r-build-system)
2943 (arguments
2944 (list
2945 #:phases
2946 `(modify-phases %standard-phases
2947 (add-after 'unpack 'make-reproducible
2948 (lambda _
2949 ;; Order DTD elements before generating R code from them.
2950 (substitute* "R/methods-AffyCompatible.R"
2951 (("dtd <- .*" m)
2952 (string-append m "
2953 elements <- dtd$elements
2954 ordered <- elements[order(names(elements))]\n"))
2955 (("elt in dtd\\$elements")
2956 "elt in ordered"))
2957 ;; Use a predictable directory name for code generation.
2958 (mkdir-p "/tmp/NetAffxResourcePrototype")
2959 (substitute* "R/DataClasses.R"
2960 (("directory=tempdir\\(\\)")
2961 "directory=\"/tmp/NetAffxResourcePrototype\"")))))))
2962 (propagated-inputs
2963 (list r-biostrings r-rcurl r-xml))
2964 (home-page "https://bioconductor.org/packages/AffyCompatible/")
2965 (synopsis "Work with Affymetrix GeneChip files")
2966 (description
2967 "This package provides an interface to Affymetrix chip annotation and
2968 sample attribute files. The package allows an easy way for users to download
2969 and manage local data bases of Affynmetrix NetAffx annotation files. It also
2970 provides access to @dfn{GeneChip Operating System} (GCOS) and @dfn{GeneChip
2971 Command Console} (AGCC)-compatible sample annotation files.")
2972 (license license:artistic2.0)))
2973
2974 (define-public r-affycontam
2975 (package
2976 (name "r-affycontam")
2977 (version "1.54.0")
2978 (source
2979 (origin
2980 (method url-fetch)
2981 (uri (bioconductor-uri "affyContam" version))
2982 (sha256
2983 (base32
2984 "1pyd4rj6pp139kvhh97whi4afvx029w5lglr4mnscw7m3f618v0p"))))
2985 (properties `((upstream-name . "affyContam")))
2986 (build-system r-build-system)
2987 (propagated-inputs
2988 (list r-affy r-affydata r-biobase))
2989 (home-page "https://bioconductor.org/packages/affyContam/")
2990 (synopsis "Structured corruption of Affymetrix CEL file data")
2991 (description
2992 "Microarray quality assessment is a major concern of microarray analysts.
2993 This package provides some simple approaches to in silico creation of quality
2994 problems in CEL-level data to help evaluate performance of quality metrics.")
2995 (license license:artistic2.0)))
2996
2997 (define-public r-affycoretools
2998 (package
2999 (name "r-affycoretools")
3000 (version "1.68.1")
3001 (source
3002 (origin
3003 (method url-fetch)
3004 (uri (bioconductor-uri "affycoretools" version))
3005 (sha256
3006 (base32
3007 "05x64hy5jpmg973biwq4q9gzy1n0iqc0pxrix1f6bri1w6vil3ww"))))
3008 (properties `((upstream-name . "affycoretools")))
3009 (build-system r-build-system)
3010 (propagated-inputs
3011 (list r-affy
3012 r-annotationdbi
3013 r-biobase
3014 r-biocgenerics
3015 r-dbi
3016 r-edger
3017 r-gcrma
3018 r-glimma
3019 r-ggplot2
3020 r-gostats
3021 r-gplots
3022 r-hwriter
3023 r-lattice
3024 r-limma
3025 r-oligoclasses
3026 r-reportingtools
3027 r-rsqlite
3028 r-s4vectors
3029 r-xtable))
3030 (native-inputs
3031 (list r-knitr))
3032 (home-page "https://bioconductor.org/packages/affycoretools/")
3033 (synopsis "Functions for analyses with Affymetrix GeneChips")
3034 (description
3035 "This package provides various wrapper functions that have been written
3036 to streamline the more common analyses that a Biostatistician might see.")
3037 (license license:artistic2.0)))
3038
3039 (define-public r-affyio
3040 (package
3041 (name "r-affyio")
3042 (version "1.66.0")
3043 (source
3044 (origin
3045 (method url-fetch)
3046 (uri (bioconductor-uri "affyio" version))
3047 (sha256
3048 (base32
3049 "19cw82qvzkz6vh2gm302y7digsf6xif7c9l2q9s6lkx2yflqpgfp"))))
3050 (build-system r-build-system)
3051 (propagated-inputs
3052 (list r-zlibbioc))
3053 (inputs
3054 (list zlib))
3055 (home-page "https://github.com/bmbolstad/affyio")
3056 (synopsis "Tools for parsing Affymetrix data files")
3057 (description
3058 "This package provides routines for parsing Affymetrix data files based
3059 upon file format information. The primary focus is on accessing the CEL and
3060 CDF file formats.")
3061 (license license:lgpl2.0+)))
3062
3063 (define-public r-affxparser
3064 (package
3065 (name "r-affxparser")
3066 (version "1.68.1")
3067 (source
3068 (origin
3069 (method url-fetch)
3070 (uri (bioconductor-uri "affxparser" version))
3071 (sha256
3072 (base32
3073 "16x92gwsy7zdyz4md4cw847xn2ymqd6gqsn0rlr2nnf3qmnjnils"))))
3074 (properties `((upstream-name . "affxparser")))
3075 (build-system r-build-system)
3076 (home-page "https://github.com/HenrikBengtsson/affxparser")
3077 (synopsis "Affymetrix File Parsing SDK")
3078 (description
3079 "This is a package for parsing Affymetrix files (CDF, CEL, CHP, BPMAP,
3080 BAR). It provides methods for fast and memory efficient parsing of Affymetrix
3081 files using the Affymetrix' Fusion SDK. Both ASCII- and binary-based files
3082 are supported. Currently, there are methods for reading @dfn{chip definition
3083 file} (CDF) and a @dfn{cell intensity file} (CEL). These files can be read
3084 either in full or in part. For example, probe signals from a few probesets
3085 can be extracted very quickly from a set of CEL files into a convenient list
3086 structure.")
3087 ;; The Fusion SDK contains files under GPLv2 and LGPLv2.1. The R code is
3088 ;; under LGPLv2+.
3089 (license (list license:lgpl2.0+ license:lgpl2.1 license:gpl2))))
3090
3091 (define-public r-annotate
3092 (package
3093 (name "r-annotate")
3094 (version "1.74.0")
3095 (source
3096 (origin
3097 (method url-fetch)
3098 (uri (bioconductor-uri "annotate" version))
3099 (sha256
3100 (base32
3101 "0x6vddpiw2g713vicf70198x8dlrwf36p8jjygdsfnl56ls5bh2g"))))
3102 (build-system r-build-system)
3103 (propagated-inputs
3104 (list r-annotationdbi
3105 r-biobase
3106 r-biocgenerics
3107 r-dbi
3108 r-httr
3109 r-xml
3110 r-xtable))
3111 (home-page
3112 "https://bioconductor.org/packages/annotate")
3113 (synopsis "Annotation for microarrays")
3114 (description "This package provides R environments for the annotation of
3115 microarrays.")
3116 (license license:artistic2.0)))
3117
3118 (define-public r-annotationdbi
3119 (package
3120 (name "r-annotationdbi")
3121 (version "1.58.0")
3122 (source (origin
3123 (method url-fetch)
3124 (uri (bioconductor-uri "AnnotationDbi" version))
3125 (sha256
3126 (base32
3127 "15cwy7lic89jwl3dr7j4pb5bx457jdpvzvylr71624s0p0j9rgwn"))))
3128 (properties
3129 `((upstream-name . "AnnotationDbi")))
3130 (build-system r-build-system)
3131 (propagated-inputs
3132 (list r-biobase
3133 r-biocgenerics
3134 r-dbi
3135 r-keggrest
3136 r-iranges
3137 r-rsqlite
3138 r-s4vectors))
3139 (native-inputs
3140 (list r-knitr))
3141 (home-page "https://bioconductor.org/packages/AnnotationDbi")
3142 (synopsis "Annotation database interface")
3143 (description
3144 "This package provides user interface and database connection code for
3145 annotation data packages using SQLite data storage.")
3146 (license license:artistic2.0)))
3147
3148 (define-public r-annotationfilter
3149 (package
3150 (name "r-annotationfilter")
3151 (version "1.20.0")
3152 (source (origin
3153 (method url-fetch)
3154 (uri (bioconductor-uri "AnnotationFilter" version))
3155 (sha256
3156 (base32
3157 "082lpcd6yr2nkxndlck2wqqd3nfdx7lnpw8barxgv41q4l7v4ald"))))
3158 (properties
3159 `((upstream-name . "AnnotationFilter")))
3160 (build-system r-build-system)
3161 (propagated-inputs
3162 (list r-genomicranges r-lazyeval))
3163 (native-inputs
3164 (list r-knitr))
3165 (home-page "https://github.com/Bioconductor/AnnotationFilter")
3166 (synopsis "Facilities for filtering Bioconductor annotation resources")
3167 (description
3168 "This package provides classes and other infrastructure to implement
3169 filters for manipulating Bioconductor annotation resources. The filters are
3170 used by @code{ensembldb}, @code{Organism.dplyr}, and other packages.")
3171 (license license:artistic2.0)))
3172
3173 (define-public r-annotationforge
3174 (package
3175 (name "r-annotationforge")
3176 (version "1.38.0")
3177 (source
3178 (origin
3179 (method url-fetch)
3180 (uri (bioconductor-uri "AnnotationForge" version))
3181 (sha256
3182 (base32
3183 "18rcfadxdaggyjj3rj17nbvgddlqs6zlr5jmq9a02kin59czvzz8"))))
3184 (properties
3185 `((upstream-name . "AnnotationForge")))
3186 (build-system r-build-system)
3187 (propagated-inputs
3188 (list r-annotationdbi
3189 r-biobase
3190 r-biocgenerics
3191 r-dbi
3192 r-rcurl
3193 r-rsqlite
3194 r-s4vectors
3195 r-xml))
3196 (native-inputs
3197 (list r-knitr))
3198 (home-page "https://bioconductor.org/packages/AnnotationForge")
3199 (synopsis "Code for building annotation database packages")
3200 (description
3201 "This package provides code for generating Annotation packages and their
3202 databases. Packages produced are intended to be used with AnnotationDbi.")
3203 (license license:artistic2.0)))
3204
3205 (define-public r-annotationhub
3206 (package
3207 (name "r-annotationhub")
3208 (version "3.4.0")
3209 (source
3210 (origin
3211 (method url-fetch)
3212 (uri (bioconductor-uri "AnnotationHub" version))
3213 (sha256
3214 (base32
3215 "03dmbx43rsv9xv94lk12gpraq47ryc13jijwma3q05hl9wn8xjxs"))))
3216 (properties `((upstream-name . "AnnotationHub")))
3217 (build-system r-build-system)
3218 (propagated-inputs
3219 (list r-annotationdbi
3220 r-biocfilecache
3221 r-biocgenerics
3222 r-biocmanager
3223 r-biocversion
3224 r-curl
3225 r-dplyr
3226 r-httr
3227 r-interactivedisplaybase
3228 r-rappdirs
3229 r-rsqlite
3230 r-s4vectors
3231 r-yaml))
3232 (native-inputs
3233 (list r-knitr))
3234 (home-page "https://bioconductor.org/packages/AnnotationHub")
3235 (synopsis "Client to access AnnotationHub resources")
3236 (description
3237 "This package provides a client for the Bioconductor AnnotationHub web
3238 resource. The AnnotationHub web resource provides a central location where
3239 genomic files (e.g. VCF, bed, wig) and other resources from standard
3240 locations (e.g. UCSC, Ensembl) can be discovered. The resource includes
3241 metadata about each resource, e.g., a textual description, tags, and date of
3242 modification. The client creates and manages a local cache of files retrieved
3243 by the user, helping with quick and reproducible access.")
3244 (license license:artistic2.0)))
3245
3246 (define-public r-aroma-light
3247 (package
3248 (name "r-aroma-light")
3249 (version "3.26.0")
3250 (source
3251 (origin
3252 (method url-fetch)
3253 (uri (bioconductor-uri "aroma.light" version))
3254 (sha256
3255 (base32
3256 "1240v9wvsf205g998ms19hncki8g6shidg09dy5np9pqpiix4vys"))))
3257 (properties `((upstream-name . "aroma.light")))
3258 (build-system r-build-system)
3259 (propagated-inputs
3260 (list r-matrixstats r-r-methodss3 r-r-oo r-r-utils))
3261 (home-page "https://github.com/HenrikBengtsson/aroma.light")
3262 (synopsis "Methods for normalization and visualization of microarray data")
3263 (description
3264 "This package provides methods for microarray analysis that take basic
3265 data types such as matrices and lists of vectors. These methods can be used
3266 standalone, be utilized in other packages, or be wrapped up in higher-level
3267 classes.")
3268 (license license:gpl2+)))
3269
3270 (define-public r-bamsignals
3271 (package
3272 (name "r-bamsignals")
3273 (version "1.28.0")
3274 (source
3275 (origin
3276 (method url-fetch)
3277 (uri (bioconductor-uri "bamsignals" version))
3278 (sha256
3279 (base32
3280 "0ywbxq829hclhr5bb6p77rspxvfs580zlwd2f5kr3an6rdgyx9ky"))))
3281 (build-system r-build-system)
3282 (propagated-inputs
3283 (list r-biocgenerics
3284 r-genomicranges
3285 r-iranges
3286 r-rcpp
3287 r-rhtslib
3288 r-zlibbioc))
3289 (native-inputs
3290 (list r-knitr))
3291 (home-page "https://bioconductor.org/packages/bamsignals")
3292 (synopsis "Extract read count signals from bam files")
3293 (description
3294 "This package efficiently obtains count vectors from indexed bam
3295 files. It counts the number of nucleotide sequence reads in given genomic
3296 ranges and it computes reads profiles and coverage profiles. It also handles
3297 paired-end data.")
3298 (license license:gpl2+)))
3299
3300 (define-public r-biobase
3301 (package
3302 (name "r-biobase")
3303 (version "2.56.0")
3304 (source (origin
3305 (method url-fetch)
3306 (uri (bioconductor-uri "Biobase" version))
3307 (sha256
3308 (base32
3309 "1mnxky78an079p60427cjvk4fzilp0xzy6b85fq274qvdcrz8jbv"))))
3310 (properties
3311 `((upstream-name . "Biobase")))
3312 (build-system r-build-system)
3313 (propagated-inputs
3314 (list r-biocgenerics))
3315 (home-page "https://bioconductor.org/packages/Biobase")
3316 (synopsis "Base functions for Bioconductor")
3317 (description
3318 "This package provides functions that are needed by many other packages
3319 on Bioconductor or which replace R functions.")
3320 (license license:artistic2.0)))
3321
3322 (define-public r-biomart
3323 (package
3324 (name "r-biomart")
3325 (version "2.52.0")
3326 (source (origin
3327 (method url-fetch)
3328 (uri (bioconductor-uri "biomaRt" version))
3329 (sha256
3330 (base32
3331 "0yn3kanyrplc89a900xiz33nw1v23mkljvd5isizgs8gzvwzf8xg"))))
3332 (properties
3333 `((upstream-name . "biomaRt")))
3334 (build-system r-build-system)
3335 (propagated-inputs
3336 (list r-annotationdbi
3337 r-biocfilecache
3338 r-digest
3339 r-httr
3340 r-progress
3341 r-rappdirs
3342 r-stringr
3343 r-xml
3344 r-xml2))
3345 (native-inputs
3346 (list r-knitr))
3347 (home-page "https://bioconductor.org/packages/biomaRt")
3348 (synopsis "Interface to BioMart databases")
3349 (description
3350 "biomaRt provides an interface to a growing collection of databases
3351 implementing the @url{BioMart software suite, http://www.biomart.org}. The
3352 package enables retrieval of large amounts of data in a uniform way without
3353 the need to know the underlying database schemas or write complex SQL queries.
3354 Examples of BioMart databases are Ensembl, COSMIC, Uniprot, HGNC, Gramene,
3355 Wormbase and dbSNP mapped to Ensembl. These major databases give biomaRt
3356 users direct access to a diverse set of data and enable a wide range of
3357 powerful online queries from gene annotation to database mining.")
3358 (license license:artistic2.0)))
3359
3360 (define-public r-biocparallel
3361 (package
3362 (name "r-biocparallel")
3363 (version "1.30.3")
3364 (source (origin
3365 (method url-fetch)
3366 (uri (bioconductor-uri "BiocParallel" version))
3367 (sha256
3368 (base32
3369 "1rs3wmasl9mx7f399iclvm0bnvggvjj2a88zbi294r5m8wxqlc92"))))
3370 (properties
3371 `((upstream-name . "BiocParallel")))
3372 (build-system r-build-system)
3373 (arguments
3374 `(#:phases
3375 (modify-phases %standard-phases
3376 (add-after 'unpack 'make-reproducible
3377 (lambda _
3378 ;; Remove generated documentation.
3379 (for-each delete-file
3380 '("inst/doc/BiocParallel_BatchtoolsParam.pdf"
3381 "inst/doc/Introduction_To_BiocParallel.pdf"
3382 "inst/doc/Errors_Logs_And_Debugging.pdf"
3383 "inst/doc/BiocParallel_BatchtoolsParam.R"
3384 "inst/doc/Introduction_To_BiocParallel.R"
3385 "inst/doc/Errors_Logs_And_Debugging.R"))
3386
3387 ;; Remove time-dependent macro
3388 (substitute* '("inst/doc/BiocParallel_BatchtoolsParam.Rnw"
3389 "inst/doc/Introduction_To_BiocParallel.Rnw"
3390 "inst/doc/Errors_Logs_And_Debugging.Rnw"
3391 "vignettes/BiocParallel_BatchtoolsParam.Rnw"
3392 "vignettes/Introduction_To_BiocParallel.Rnw"
3393 "vignettes/Errors_Logs_And_Debugging.Rnw")
3394 (("\\today") "later"))
3395
3396 ;; Initialize the random number generator seed when building.
3397 (substitute* "R/rng.R"
3398 (("\"L'Ecuyer-CMRG\"\\)" m)
3399 (string-append
3400 m "; if (!is.na(Sys.getenv(\"SOURCE_DATE_EPOCH\"))) {set.seed(100)}\n"))))))))
3401 (propagated-inputs
3402 (list r-bh r-codetools r-futile-logger r-snow))
3403 (native-inputs
3404 (list r-knitr))
3405 (home-page "https://bioconductor.org/packages/BiocParallel")
3406 (synopsis "Bioconductor facilities for parallel evaluation")
3407 (description
3408 "This package provides modified versions and novel implementation of
3409 functions for parallel evaluation, tailored to use with Bioconductor
3410 objects.")
3411 (license (list license:gpl2+ license:gpl3+))))
3412
3413 (define-public r-biostrings
3414 (package
3415 (name "r-biostrings")
3416 (version "2.64.0")
3417 (source (origin
3418 (method url-fetch)
3419 (uri (bioconductor-uri "Biostrings" version))
3420 (sha256
3421 (base32
3422 "1sz52hz89l9w2y2bvyis7kczslk1xnskls9l2bn1s3dhnjzdzhg8"))))
3423 (properties
3424 `((upstream-name . "Biostrings")))
3425 (build-system r-build-system)
3426 (propagated-inputs
3427 (list r-biocgenerics
3428 r-crayon
3429 r-genomeinfodb
3430 r-iranges
3431 r-s4vectors
3432 r-xvector))
3433 (home-page "https://bioconductor.org/packages/Biostrings")
3434 (synopsis "String objects and algorithms for biological sequences")
3435 (description
3436 "This package provides memory efficient string containers, string
3437 matching algorithms, and other utilities, for fast manipulation of large
3438 biological sequences or sets of sequences.")
3439 (license license:artistic2.0)))
3440
3441 (define-public r-biovizbase
3442 (package
3443 (name "r-biovizbase")
3444 (version "1.44.0")
3445 (source
3446 (origin
3447 (method url-fetch)
3448 (uri (bioconductor-uri "biovizBase" version))
3449 (sha256
3450 (base32
3451 "1ffzf7yvl47l8v8a50m8g9q33hgwvxg4fcm8ld2yy8hd2zl86zyd"))))
3452 (properties `((upstream-name . "biovizBase")))
3453 (build-system r-build-system)
3454 (propagated-inputs
3455 (list r-annotationdbi
3456 r-annotationfilter
3457 r-biocgenerics
3458 r-biostrings
3459 r-dichromat
3460 r-ensembldb
3461 r-genomeinfodb
3462 r-genomicalignments
3463 r-genomicfeatures
3464 r-genomicranges
3465 r-hmisc
3466 r-iranges
3467 r-rcolorbrewer
3468 r-rlang
3469 r-rsamtools
3470 r-s4vectors
3471 r-scales
3472 r-summarizedexperiment
3473 r-variantannotation))
3474 (home-page "https://bioconductor.org/packages/biovizBase")
3475 (synopsis "Basic graphic utilities for visualization of genomic data")
3476 (description
3477 "The biovizBase package is designed to provide a set of utilities, color
3478 schemes and conventions for genomic data. It serves as the base for various
3479 high-level packages for biological data visualization. This saves development
3480 effort and encourages consistency.")
3481 (license license:artistic2.0)))
3482
3483 (define-public r-bsgenome
3484 (package
3485 (name "r-bsgenome")
3486 (version "1.64.0")
3487 (source (origin
3488 (method url-fetch)
3489 (uri (bioconductor-uri "BSgenome" version))
3490 (sha256
3491 (base32
3492 "17gqrmaf6xxghgrzcansl9gfw3ghkrqp87swlnwgyghqvflr5qxc"))))
3493 (properties
3494 `((upstream-name . "BSgenome")))
3495 (build-system r-build-system)
3496 (propagated-inputs
3497 (list r-biocgenerics
3498 r-biostrings
3499 r-genomeinfodb
3500 r-genomicranges
3501 r-iranges
3502 r-matrixstats
3503 r-rsamtools
3504 r-rtracklayer
3505 r-s4vectors
3506 r-xvector))
3507 (home-page "https://bioconductor.org/packages/BSgenome")
3508 (synopsis "Infrastructure for Biostrings-based genome data packages")
3509 (description
3510 "This package provides infrastructure shared by all Biostrings-based
3511 genome data packages and support for efficient SNP representation.")
3512 (license license:artistic2.0)))
3513
3514 (define-public r-category
3515 (package
3516 (name "r-category")
3517 (version "2.62.0")
3518 (source
3519 (origin
3520 (method url-fetch)
3521 (uri (bioconductor-uri "Category" version))
3522 (sha256
3523 (base32
3524 "07js03cfdd6gzbzw14iavlqxynfcqszh988v6k1a3h074wxiivqd"))))
3525 (properties `((upstream-name . "Category")))
3526 (build-system r-build-system)
3527 (propagated-inputs
3528 (list r-annotate
3529 r-annotationdbi
3530 r-biobase
3531 r-biocgenerics
3532 r-genefilter
3533 r-graph
3534 r-gseabase
3535 r-matrix
3536 r-rbgl
3537 r-dbi))
3538 (home-page "https://bioconductor.org/packages/Category")
3539 (synopsis "Category analysis")
3540 (description
3541 "This package provides a collection of tools for performing category
3542 analysis.")
3543 (license license:artistic2.0)))
3544
3545 (define-public r-chipseeker
3546 (package
3547 (name "r-chipseeker")
3548 (version "1.32.0")
3549 (source (origin
3550 (method url-fetch)
3551 (uri (bioconductor-uri "ChIPseeker" version))
3552 (sha256
3553 (base32
3554 "001f85nk4myk9vgs05inlj2dfby4802p1iyzkfqg332yk52gsbl7"))))
3555 (build-system r-build-system)
3556 (native-inputs
3557 (list r-knitr))
3558 (propagated-inputs
3559 (list r-annotationdbi
3560 r-biocgenerics
3561 r-boot
3562 r-enrichplot
3563 r-iranges
3564 r-genomeinfodb
3565 r-genomicranges
3566 r-genomicfeatures
3567 r-ggplot2
3568 r-gplots
3569 r-gtools
3570 r-dplyr
3571 r-plotrix
3572 r-dplyr
3573 r-magrittr
3574 r-rcolorbrewer
3575 r-rtracklayer
3576 r-s4vectors
3577 r-txdb-hsapiens-ucsc-hg19-knowngene))
3578 (home-page "https://www.bioconductor.org/packages/ChIPseeker/")
3579 (synopsis "ChIPseeker for ChIP peak annotation, comparison, and visualization")
3580 (description "This package implements functions to retrieve the nearest
3581 genes around the peak, annotate genomic region of the peak, statstical methods
3582 for estimate the significance of overlap among ChIP peak data sets, and
3583 incorporate GEO database for user to compare the own dataset with those
3584 deposited in database. The comparison can be used to infer cooperative
3585 regulation and thus can be used to generate hypotheses. Several visualization
3586 functions are implemented to summarize the coverage of the peak experiment,
3587 average profile and heatmap of peaks binding to TSS regions, genomic
3588 annotation, distance to TSS, and overlap of peaks or genes.")
3589 (license license:artistic2.0)))
3590
3591 (define-public r-chipseq
3592 (package
3593 (name "r-chipseq")
3594 (version "1.46.0")
3595 (source
3596 (origin
3597 (method url-fetch)
3598 (uri (bioconductor-uri "chipseq" version))
3599 (sha256
3600 (base32
3601 "1vh0hvgnw7ykj401v1q807sl14s4nixp1d8xbm41n01q6w8x834i"))))
3602 (build-system r-build-system)
3603 (propagated-inputs
3604 (list r-biocgenerics
3605 r-genomicranges
3606 r-iranges
3607 r-lattice
3608 r-s4vectors
3609 r-shortread))
3610 (home-page "https://bioconductor.org/packages/chipseq")
3611 (synopsis "Package for analyzing ChIPseq data")
3612 (description
3613 "This package provides tools for processing short read data from ChIPseq
3614 experiments.")
3615 (license license:artistic2.0)))
3616
3617 (define-public r-complexheatmap
3618 (package
3619 (name "r-complexheatmap")
3620 (version "2.12.0")
3621 (source
3622 (origin
3623 (method url-fetch)
3624 (uri (bioconductor-uri "ComplexHeatmap" version))
3625 (sha256
3626 (base32
3627 "15b49vlkl89prcw70mlw066z0gxhs26x8dpfn6qr3gz7hihygs65"))))
3628 (properties
3629 `((upstream-name . "ComplexHeatmap")))
3630 (build-system r-build-system)
3631 (propagated-inputs
3632 (list r-circlize
3633 r-clue
3634 r-codetools
3635 r-colorspace
3636 r-digest
3637 r-doparallel
3638 r-foreach
3639 r-getoptlong
3640 r-globaloptions
3641 r-iranges
3642 r-matrixstats
3643 r-png
3644 r-rcolorbrewer))
3645 (native-inputs
3646 (list r-knitr))
3647 (home-page
3648 "https://github.com/jokergoo/ComplexHeatmap")
3649 (synopsis "Making Complex Heatmaps")
3650 (description
3651 "Complex heatmaps are efficient to visualize associations between
3652 different sources of data sets and reveal potential structures. This package
3653 provides a highly flexible way to arrange multiple heatmaps and supports
3654 self-defined annotation graphics.")
3655 (license license:gpl2+)))
3656
3657 (define-public r-copywriter
3658 (package
3659 (name "r-copywriter")
3660 (version "2.28.0")
3661 (source
3662 (origin
3663 (method url-fetch)
3664 (uri (bioconductor-uri "CopywriteR" version))
3665 (sha256
3666 (base32
3667 "1k11kvam96hpg71hz2n9cfzizmb7d1bmq5zfvm34s7fn09is60xb"))))
3668 (properties `((upstream-name . "CopywriteR")))
3669 (build-system r-build-system)
3670 (propagated-inputs
3671 (list r-biocparallel
3672 r-chipseq
3673 r-copyhelper
3674 r-data-table
3675 r-dnacopy
3676 r-futile-logger
3677 r-genomeinfodb
3678 r-genomicalignments
3679 r-genomicranges
3680 r-gtools
3681 r-iranges
3682 r-matrixstats
3683 r-rsamtools
3684 r-s4vectors))
3685 (home-page "https://github.com/PeeperLab/CopywriteR")
3686 (synopsis "Copy number information from targeted sequencing")
3687 (description
3688 "CopywriteR extracts DNA copy number information from targeted sequencing
3689 by utilizing off-target reads. It allows for extracting uniformly distributed
3690 copy number information, can be used without reference, and can be applied to
3691 sequencing data obtained from various techniques including chromatin
3692 immunoprecipitation and target enrichment on small gene panels. Thereby,
3693 CopywriteR constitutes a widely applicable alternative to available copy
3694 number detection tools.")
3695 (license license:gpl2)))
3696
3697 (define-public r-deseq
3698 (package
3699 (name "r-deseq")
3700 (version "1.39.0")
3701 (source
3702 (origin
3703 (method url-fetch)
3704 (uri (bioconductor-uri "DESeq" version))
3705 (sha256
3706 (base32
3707 "047hph5aqmjnz1aqprziw0smdn5lf96hmwpnvqrxv1j2yfvcf3h1"))))
3708 (properties `((upstream-name . "DESeq")))
3709 (build-system r-build-system)
3710 (propagated-inputs
3711 (list r-biobase
3712 r-biocgenerics
3713 r-genefilter
3714 r-geneplotter
3715 r-lattice
3716 r-locfit
3717 r-mass
3718 r-rcolorbrewer))
3719 (home-page "https://www-huber.embl.de/users/anders/DESeq/")
3720 (synopsis "Differential gene expression analysis")
3721 (description
3722 "This package provides tools for estimating variance-mean dependence in
3723 count data from high-throughput genetic sequencing assays and for testing for
3724 differential expression based on a model using the negative binomial
3725 distribution.")
3726 (license license:gpl3+)))
3727
3728 (define-public r-deseq2
3729 (package
3730 (name "r-deseq2")
3731 (version "1.36.0")
3732 (source
3733 (origin
3734 (method url-fetch)
3735 (uri (bioconductor-uri "DESeq2" version))
3736 (sha256
3737 (base32
3738 "06mvb0jqn2fg96wfwspv0kzpa8xpimzaldrcy8m2d4yk76xwsdr7"))))
3739 (properties `((upstream-name . "DESeq2")))
3740 (build-system r-build-system)
3741 (propagated-inputs
3742 (list r-biobase
3743 r-biocgenerics
3744 r-biocparallel
3745 r-genefilter
3746 r-geneplotter
3747 r-genomicranges
3748 r-ggplot2
3749 r-iranges
3750 r-locfit
3751 r-rcpp
3752 r-rcpparmadillo
3753 r-s4vectors
3754 r-summarizedexperiment))
3755 (native-inputs
3756 (list r-knitr))
3757 (home-page "https://bioconductor.org/packages/DESeq2")
3758 (synopsis "Differential gene expression analysis")
3759 (description
3760 "This package provides functions to estimate variance-mean dependence in
3761 count data from high-throughput nucleotide sequencing assays and test for
3762 differential expression based on a model using the negative binomial
3763 distribution.")
3764 (license license:lgpl3+)))
3765
3766 (define-public r-dexseq
3767 (package
3768 (name "r-dexseq")
3769 (version "1.42.0")
3770 (source
3771 (origin
3772 (method url-fetch)
3773 (uri (bioconductor-uri "DEXSeq" version))
3774 (sha256
3775 (base32
3776 "1dzx9mvm8pvcrwr88rin3flnpmzp3vq8mvspx9s8virqhv1102am"))))
3777 (properties `((upstream-name . "DEXSeq")))
3778 (build-system r-build-system)
3779 (propagated-inputs
3780 (list r-annotationdbi
3781 r-biobase
3782 r-biocgenerics
3783 r-biocparallel
3784 r-biomart
3785 r-deseq2
3786 r-genefilter
3787 r-geneplotter
3788 r-genomicranges
3789 r-hwriter
3790 r-iranges
3791 r-rcolorbrewer
3792 r-rsamtools
3793 r-s4vectors
3794 r-statmod
3795 r-stringr
3796 r-summarizedexperiment))
3797 (native-inputs
3798 (list r-knitr))
3799 (home-page "https://bioconductor.org/packages/DEXSeq")
3800 (synopsis "Inference of differential exon usage in RNA-Seq")
3801 (description
3802 "This package is focused on finding differential exon usage using RNA-seq
3803 exon counts between samples with different experimental designs. It provides
3804 functions that allows the user to make the necessary statistical tests based
3805 on a model that uses the negative binomial distribution to estimate the
3806 variance between biological replicates and generalized linear models for
3807 testing. The package also provides functions for the visualization and
3808 exploration of the results.")
3809 (license license:gpl3+)))
3810
3811 (define-public r-diffcyt
3812 (package
3813 (name "r-diffcyt")
3814 (version "1.16.0")
3815 (source
3816 (origin
3817 (method url-fetch)
3818 (uri (bioconductor-uri "diffcyt" version))
3819 (sha256
3820 (base32 "0mysylzmg24g7lm1xan4yklzqmskfgh53j6vjcz2gzakz5rq3rdb"))))
3821 (properties `((upstream-name . "diffcyt")))
3822 (build-system r-build-system)
3823 (propagated-inputs
3824 (list r-circlize
3825 r-complexheatmap
3826 r-dplyr
3827 r-edger
3828 r-flowcore
3829 r-flowsom
3830 r-limma
3831 r-lme4
3832 r-magrittr
3833 r-multcomp
3834 r-reshape2
3835 r-s4vectors
3836 r-summarizedexperiment
3837 r-tidyr))
3838 (native-inputs (list r-knitr))
3839 (home-page "https://github.com/lmweber/diffcyt")
3840 (synopsis "Differential discovery in high-dimensional cytometry")
3841 (description
3842 "This package provides statistical methods for differential discovery
3843 analyses in high-dimensional cytometry data (including flow cytometry, mass
3844 cytometry or CyTOF, and oligonucleotide-tagged cytometry), based on a
3845 combination of high-resolution clustering and empirical Bayes moderated tests
3846 adapted from transcriptomics.")
3847 (license license:expat)))
3848
3849 (define-public r-dirichletmultinomial
3850 (package
3851 (name "r-dirichletmultinomial")
3852 (version "1.38.0")
3853 (source
3854 (origin
3855 (method url-fetch)
3856 (uri (bioconductor-uri "DirichletMultinomial" version))
3857 (sha256
3858 (base32
3859 "15l0h2qz80lmrm5rva3v7lkgddn42igyxxwims57zwpwyhrk9bmx"))))
3860 (properties
3861 `((upstream-name . "DirichletMultinomial")))
3862 (build-system r-build-system)
3863 (inputs
3864 (list gsl))
3865 (propagated-inputs
3866 (list r-biocgenerics r-iranges r-s4vectors))
3867 (home-page "https://bioconductor.org/packages/DirichletMultinomial")
3868 (synopsis "Dirichlet-Multinomial mixture models for microbiome data")
3869 (description
3870 "Dirichlet-multinomial mixture models can be used to describe variability
3871 in microbial metagenomic data. This package is an interface to code
3872 originally made available by Holmes, Harris, and Quince, 2012, PLoS ONE 7(2):
3873 1-15.")
3874 (license license:lgpl3)))
3875
3876 (define-public r-dittoseq
3877 (package
3878 (name "r-dittoseq")
3879 (version "1.8.1")
3880 (source (origin
3881 (method url-fetch)
3882 (uri (bioconductor-uri "dittoSeq" version))
3883 (sha256
3884 (base32
3885 "0vi0hcyffaxp6yxsrq95bdlrhr85dvbqm9c7rg6a6blkfgwhlzb4"))))
3886 (properties `((upstream-name . "dittoSeq")))
3887 (build-system r-build-system)
3888 (propagated-inputs
3889 (list r-colorspace
3890 r-cowplot
3891 r-ggplot2
3892 r-ggrepel
3893 r-ggridges
3894 r-gridextra
3895 r-pheatmap
3896 r-reshape2
3897 r-s4vectors
3898 r-singlecellexperiment
3899 r-summarizedexperiment))
3900 (native-inputs (list r-knitr))
3901 (home-page "https://bioconductor.org/packages/dittoSeq")
3902 (synopsis "Single-cell and bulk RNA sequencing visualization")
3903 (description
3904 "This package provides a universal, user friendly, single-cell and bulk RNA
3905 sequencing visualization toolkit that allows highly customizable creation of
3906 color blindness friendly, publication-quality figures. dittoSeq accepts both
3907 SingleCellExperiment (SCE) and Seurat objects, as well as the import and
3908 usage, via conversion to an SCE, of SummarizedExperiment or DGEList bulk data.
3909 Visualizations include dimensionality reduction plots, heatmaps, scatterplots,
3910 percent composition or expression across groups, and more. Customizations
3911 range from size and title adjustments to automatic generation of annotations
3912 for heatmaps, overlay of trajectory analysis onto any dimensionality reduciton
3913 plot, hidden data overlay upon cursor hovering via ggplotly conversion, and
3914 many more. All with simple, discrete inputs. Color blindness friendliness is
3915 powered by legend adjustments (enlarged keys), and by allowing the use of
3916 shapes or letter-overlay in addition to the carefully selected
3917 code{dittoColors()}.")
3918 (license license:expat)))
3919
3920 (define-public r-edaseq
3921 (package
3922 (name "r-edaseq")
3923 (version "2.30.0")
3924 (source
3925 (origin
3926 (method url-fetch)
3927 (uri (bioconductor-uri "EDASeq" version))
3928 (sha256
3929 (base32
3930 "1qnpbmhxvqsma7ihi6yp3ad962xcanlxald84k2szh011ipxj7ws"))))
3931 (properties `((upstream-name . "EDASeq")))
3932 (build-system r-build-system)
3933 (propagated-inputs
3934 (list r-annotationdbi
3935 r-aroma-light
3936 r-biobase
3937 r-biocgenerics
3938 r-biocmanager
3939 r-biomart
3940 r-biostrings
3941 r-genomicfeatures
3942 r-genomicranges
3943 r-iranges
3944 r-rsamtools
3945 r-shortread))
3946 (native-inputs
3947 (list r-knitr))
3948 (home-page "https://github.com/drisso/EDASeq")
3949 (synopsis "Exploratory data analysis and normalization for RNA-Seq")
3950 (description
3951 "This package provides support for numerical and graphical summaries of
3952 RNA-Seq genomic read data. Provided within-lane normalization procedures to
3953 adjust for GC-content effect (or other gene-level effects) on read counts:
3954 loess robust local regression, global-scaling, and full-quantile
3955 normalization. Between-lane normalization procedures to adjust for
3956 distributional differences between lanes (e.g., sequencing depth):
3957 global-scaling and full-quantile normalization.")
3958 (license license:artistic2.0)))
3959
3960 (define-public r-edger
3961 (package
3962 (name "r-edger")
3963 (version "3.38.1")
3964 (source (origin
3965 (method url-fetch)
3966 (uri (bioconductor-uri "edgeR" version))
3967 (sha256
3968 (base32
3969 "1q933m76155gy30wgps2gdd8pxzsfhppydjqn0fhjrwj6kqz8mik"))))
3970 (properties `((upstream-name . "edgeR")))
3971 (build-system r-build-system)
3972 (propagated-inputs
3973 (list r-limma r-locfit r-rcpp r-statmod)) ;for estimateDisp
3974 (home-page "http://bioinf.wehi.edu.au/edgeR")
3975 (synopsis "EdgeR does empirical analysis of digital gene expression data")
3976 (description "This package can do differential expression analysis of
3977 RNA-seq expression profiles with biological replication. It implements a range
3978 of statistical methodology based on the negative binomial distributions,
3979 including empirical Bayes estimation, exact tests, generalized linear models
3980 and quasi-likelihood tests. It be applied to differential signal analysis of
3981 other types of genomic data that produce counts, including ChIP-seq, SAGE and
3982 CAGE.")
3983 (license license:gpl2+)))
3984
3985 (define-public r-ensembldb
3986 (package
3987 (name "r-ensembldb")
3988 (version "2.20.2")
3989 (source
3990 (origin
3991 (method url-fetch)
3992 (uri (bioconductor-uri "ensembldb" version))
3993 (sha256
3994 (base32
3995 "12n21dcimdhgyjzk33m6xbv0m9ihgyzcf66vr1jr5ycv3rq2s7xc"))))
3996 (build-system r-build-system)
3997 (propagated-inputs
3998 (list r-annotationdbi
3999 r-annotationfilter
4000 r-biobase
4001 r-biocgenerics
4002 r-biostrings
4003 r-curl
4004 r-dbi
4005 r-genomeinfodb
4006 r-genomicfeatures
4007 r-genomicranges
4008 r-iranges
4009 r-protgenerics
4010 r-rsamtools
4011 r-rsqlite
4012 r-rtracklayer
4013 r-s4vectors))
4014 (native-inputs
4015 (list r-knitr))
4016 (home-page "https://github.com/jotsetung/ensembldb")
4017 (synopsis "Utilities to create and use Ensembl-based annotation databases")
4018 (description
4019 "The package provides functions to create and use transcript-centric
4020 annotation databases/packages. The annotation for the databases are directly
4021 fetched from Ensembl using their Perl API. The functionality and data is
4022 similar to that of the TxDb packages from the @code{GenomicFeatures} package,
4023 but, in addition to retrieve all gene/transcript models and annotations from
4024 the database, the @code{ensembldb} package also provides a filter framework
4025 allowing to retrieve annotations for specific entries like genes encoded on a
4026 chromosome region or transcript models of lincRNA genes.")
4027 ;; No version specified
4028 (license license:lgpl3+)))
4029
4030 (define-public r-fastseg
4031 (package
4032 (name "r-fastseg")
4033 (version "1.42.0")
4034 (source
4035 (origin
4036 (method url-fetch)
4037 (uri (bioconductor-uri "fastseg" version))
4038 (sha256
4039 (base32
4040 "1cr1b1jbgp1z1zpf71kl7mljbm2jpi6b97bf3bll3gnagfm489hy"))))
4041 (build-system r-build-system)
4042 (propagated-inputs
4043 (list r-biobase r-biocgenerics r-genomicranges r-iranges
4044 r-s4vectors))
4045 (home-page "https://www.bioinf.jku.at/software/fastseg/index.html")
4046 (synopsis "Fast segmentation algorithm for genetic sequencing data")
4047 (description
4048 "Fastseg implements a very fast and efficient segmentation algorithm.
4049 It can segment data from DNA microarrays and data from next generation
4050 sequencing for example to detect copy number segments. Further it can segment
4051 data from RNA microarrays like tiling arrays to identify transcripts. Most
4052 generally, it can segment data given as a matrix or as a vector. Various data
4053 formats can be used as input to fastseg like expression set objects for
4054 microarrays or GRanges for sequencing data.")
4055 (license license:lgpl2.0+)))
4056
4057 (define-public r-gage
4058 (package
4059 (name "r-gage")
4060 (version "2.46.0")
4061 (source
4062 (origin
4063 (method url-fetch)
4064 (uri (bioconductor-uri "gage" version))
4065 (sha256
4066 (base32
4067 "03hx188h98qrbpjlf8v9sg2vqyfv49rp4c18ir11pg6hwqqrxh7b"))))
4068 (build-system r-build-system)
4069 (propagated-inputs
4070 (list r-annotationdbi r-go-db r-graph r-keggrest))
4071 (home-page (string-append "https://bmcbioinformatics.biomedcentral.com/"
4072 "articles/10.1186/1471-2105-10-161"))
4073 (synopsis "Generally applicable gene-set enrichment for pathway analysis")
4074 (description
4075 "GAGE is a published method for gene set (enrichment or GSEA) or pathway
4076 analysis. GAGE is generally applicable independent of microarray or RNA-Seq
4077 data attributes including sample sizes, experimental designs, assay platforms,
4078 and other types of heterogeneity. The gage package provides functions for
4079 basic GAGE analysis, result processing and presentation. In addition, it
4080 provides demo microarray data and commonly used gene set data based on KEGG
4081 pathways and GO terms. These functions and data are also useful for gene set
4082 analysis using other methods.")
4083 (license license:gpl2+)))
4084
4085 (define-public r-genefilter
4086 (package
4087 (name "r-genefilter")
4088 (version "1.78.0")
4089 (source
4090 (origin
4091 (method url-fetch)
4092 (uri (bioconductor-uri "genefilter" version))
4093 (sha256
4094 (base32
4095 "1lp3alnljhsil8zylf8rvf8ik4wmsyciy3ij4rr9l4191dkkp4aq"))))
4096 (build-system r-build-system)
4097 (native-inputs
4098 (list gfortran r-knitr))
4099 (propagated-inputs
4100 (list r-annotate r-annotationdbi r-biobase r-biocgenerics
4101 r-survival))
4102 (home-page "https://bioconductor.org/packages/genefilter")
4103 (synopsis "Filter genes from high-throughput experiments")
4104 (description
4105 "This package provides basic functions for filtering genes from
4106 high-throughput sequencing experiments.")
4107 (license license:artistic2.0)))
4108
4109 (define-public r-geneoverlap
4110 (package
4111 (name "r-geneoverlap")
4112 (version "1.32.0")
4113 (source (origin
4114 (method url-fetch)
4115 (uri (bioconductor-uri "GeneOverlap" version))
4116 (sha256
4117 (base32
4118 "0nqwa3x9q1hl9nm06hqzzrn00rirc9kj6s320csjlf7x6rcidr93"))))
4119 (build-system r-build-system)
4120 (propagated-inputs
4121 (list r-rcolorbrewer r-gplots))
4122 (home-page "https://www.bioconductor.org/packages/GeneOverlap/")
4123 (synopsis "Test and visualize gene overlaps")
4124 (description "This package can be used to test two sets of gene lists
4125 and visualize the results.")
4126 (license license:gpl3)))
4127
4128 (define-public r-genomation
4129 (package
4130 (name "r-genomation")
4131 (version "1.28.0")
4132 (source (origin
4133 (method url-fetch)
4134 (uri (bioconductor-uri "genomation" version))
4135 (sha256
4136 (base32
4137 "0rvay7gs4g2wi6h42kln8xwy9b05axj1x8mkfayl6pnnlva6xj79"))))
4138 (build-system r-build-system)
4139 (propagated-inputs
4140 (list r-biostrings
4141 r-bsgenome
4142 r-data-table
4143 r-genomeinfodb
4144 r-genomicalignments
4145 r-genomicranges
4146 r-ggplot2
4147 r-gridbase
4148 r-impute
4149 r-iranges
4150 r-matrixstats
4151 r-plotrix
4152 r-plyr
4153 r-rcpp
4154 r-readr
4155 r-reshape2
4156 r-rsamtools
4157 r-rtracklayer
4158 r-s4vectors
4159 r-seqpattern))
4160 (native-inputs
4161 (list r-knitr))
4162 (home-page "https://bioinformatics.mdc-berlin.de/genomation/")
4163 (synopsis "Summary, annotation and visualization of genomic data")
4164 (description
4165 "This package provides a package for summary and annotation of genomic
4166 intervals. Users can visualize and quantify genomic intervals over
4167 pre-defined functional regions, such as promoters, exons, introns, etc. The
4168 genomic intervals represent regions with a defined chromosome position, which
4169 may be associated with a score, such as aligned reads from HT-seq experiments,
4170 TF binding sites, methylation scores, etc. The package can use any tabular
4171 genomic feature data as long as it has minimal information on the locations of
4172 genomic intervals. In addition, it can use BAM or BigWig files as input.")
4173 (license license:artistic2.0)))
4174
4175 (define-public r-genomeinfodb
4176 (package
4177 (name "r-genomeinfodb")
4178 (version "1.32.2")
4179 (source (origin
4180 (method url-fetch)
4181 (uri (bioconductor-uri "GenomeInfoDb" version))
4182 (sha256
4183 (base32
4184 "1n37bwb2fqmdgqbn19rgsd2qn8vbdhv6khdwjr7v12bwabcbx9xh"))))
4185 (properties
4186 `((upstream-name . "GenomeInfoDb")))
4187 (build-system r-build-system)
4188 (propagated-inputs
4189 (list r-biocgenerics r-genomeinfodbdata r-iranges r-rcurl
4190 r-s4vectors))
4191 (native-inputs
4192 (list r-knitr))
4193 (home-page "https://bioconductor.org/packages/GenomeInfoDb")
4194 (synopsis "Utilities for manipulating chromosome identifiers")
4195 (description
4196 "This package contains data and functions that define and allow
4197 translation between different chromosome sequence naming conventions (e.g.,
4198 \"chr1\" versus \"1\"), including a function that attempts to place sequence
4199 names in their natural, rather than lexicographic, order.")
4200 (license license:artistic2.0)))
4201
4202 (define-public r-genomicalignments
4203 (package
4204 (name "r-genomicalignments")
4205 (version "1.32.0")
4206 (source (origin
4207 (method url-fetch)
4208 (uri (bioconductor-uri "GenomicAlignments" version))
4209 (sha256
4210 (base32
4211 "1ifmlc0488f5yzcf4p92dmdc7psxl5c0aa7qpxjk0a07gf7lldbi"))))
4212 (properties
4213 `((upstream-name . "GenomicAlignments")))
4214 (build-system r-build-system)
4215 (propagated-inputs
4216 (list r-biocgenerics
4217 r-biocparallel
4218 r-biostrings
4219 r-genomeinfodb
4220 r-genomicranges
4221 r-iranges
4222 r-rsamtools
4223 r-s4vectors
4224 r-summarizedexperiment))
4225 (home-page "https://bioconductor.org/packages/GenomicAlignments")
4226 (synopsis "Representation and manipulation of short genomic alignments")
4227 (description
4228 "This package provides efficient containers for storing and manipulating
4229 short genomic alignments (typically obtained by aligning short reads to a
4230 reference genome). This includes read counting, computing the coverage,
4231 junction detection, and working with the nucleotide content of the
4232 alignments.")
4233 (license license:artistic2.0)))
4234
4235 (define-public r-genomicfeatures
4236 (package
4237 (name "r-genomicfeatures")
4238 (version "1.48.3")
4239 (source (origin
4240 (method url-fetch)
4241 (uri (bioconductor-uri "GenomicFeatures" version))
4242 (sha256
4243 (base32
4244 "0f14p1ma2y8l60p9sxmh5j0axws9by1cznczb2jxipphpb4slpl1"))))
4245 (properties
4246 `((upstream-name . "GenomicFeatures")))
4247 (build-system r-build-system)
4248 (propagated-inputs
4249 (list r-annotationdbi
4250 r-biobase
4251 r-biocgenerics
4252 r-biocio
4253 r-biomart
4254 r-biostrings
4255 r-dbi
4256 r-genomeinfodb
4257 r-genomicranges
4258 r-iranges
4259 r-rcurl
4260 r-rsqlite
4261 r-rtracklayer
4262 r-s4vectors
4263 r-xvector))
4264 (native-inputs
4265 (list r-knitr))
4266 (home-page "https://bioconductor.org/packages/GenomicFeatures")
4267 (synopsis "Tools for working with transcript centric annotations")
4268 (description
4269 "This package provides a set of tools and methods for making and
4270 manipulating transcript centric annotations. With these tools the user can
4271 easily download the genomic locations of the transcripts, exons and cds of a
4272 given organism, from either the UCSC Genome Browser or a BioMart
4273 database (more sources will be supported in the future). This information is
4274 then stored in a local database that keeps track of the relationship between
4275 transcripts, exons, cds and genes. Flexible methods are provided for
4276 extracting the desired features in a convenient format.")
4277 (license license:artistic2.0)))
4278
4279 (define-public r-genomicfiles
4280 (package
4281 (name "r-genomicfiles")
4282 (version "1.32.1")
4283 (source
4284 (origin
4285 (method url-fetch)
4286 (uri (bioconductor-uri "GenomicFiles" version))
4287 (sha256
4288 (base32
4289 "06ycfna26klx27vvsnlpgv46bymfrc8z0zkpag7nm4m23153ivkz"))))
4290 (properties `((upstream-name . "GenomicFiles")))
4291 (build-system r-build-system)
4292 (propagated-inputs
4293 (list r-biocgenerics
4294 r-biocparallel
4295 r-genomeinfodb
4296 r-genomicalignments
4297 r-genomicranges
4298 r-iranges
4299 r-matrixgenerics
4300 r-rsamtools
4301 r-rtracklayer
4302 r-s4vectors
4303 r-summarizedexperiment
4304 r-variantannotation))
4305 (home-page "https://bioconductor.org/packages/GenomicFiles")
4306 (synopsis "Distributed computing by file or by range")
4307 (description
4308 "This package provides infrastructure for parallel computations
4309 distributed by file or by range. User defined mapper and reducer functions
4310 provide added flexibility for data combination and manipulation.")
4311 (license license:artistic2.0)))
4312
4313 (define-public r-genomicranges
4314 (package
4315 (name "r-genomicranges")
4316 (version "1.48.0")
4317 (source (origin
4318 (method url-fetch)
4319 (uri (bioconductor-uri "GenomicRanges" version))
4320 (sha256
4321 (base32
4322 "088rv1aclwq265pdg4hmks73nl0125vk0vigyi44n3djkrdx48yn"))))
4323 (properties
4324 `((upstream-name . "GenomicRanges")))
4325 (build-system r-build-system)
4326 (propagated-inputs
4327 (list r-biocgenerics r-genomeinfodb r-iranges r-s4vectors r-xvector))
4328 (native-inputs
4329 (list r-knitr))
4330 (home-page "https://bioconductor.org/packages/GenomicRanges")
4331 (synopsis "Representation and manipulation of genomic intervals")
4332 (description
4333 "This package provides tools to efficiently represent and manipulate
4334 genomic annotations and alignments is playing a central role when it comes to
4335 analyzing high-throughput sequencing data (a.k.a. NGS data). The
4336 GenomicRanges package defines general purpose containers for storing and
4337 manipulating genomic intervals and variables defined along a genome.")
4338 (license license:artistic2.0)))
4339
4340 (define-public r-gostats
4341 (package
4342 (name "r-gostats")
4343 (version "2.62.0")
4344 (source
4345 (origin
4346 (method url-fetch)
4347 (uri (bioconductor-uri "GOstats" version))
4348 (sha256
4349 (base32
4350 "121ly9vifarg8y7mc468571bbs0xv4sx6sflm5zcdqf0p83yvjrm"))))
4351 (properties `((upstream-name . "GOstats")))
4352 (build-system r-build-system)
4353 (propagated-inputs
4354 (list r-annotate
4355 r-annotationdbi
4356 r-annotationforge
4357 r-biobase
4358 r-category
4359 r-go-db
4360 r-graph
4361 r-rgraphviz
4362 r-rbgl))
4363 (home-page "https://bioconductor.org/packages/GOstats")
4364 (synopsis "Tools for manipulating GO and microarrays")
4365 (description
4366 "This package provides a set of tools for interacting with GO and
4367 microarray data. A variety of basic manipulation tools for graphs, hypothesis
4368 testing and other simple calculations.")
4369 (license license:artistic2.0)))
4370
4371 (define-public r-gseabase
4372 (package
4373 (name "r-gseabase")
4374 (version "1.58.0")
4375 (source
4376 (origin
4377 (method url-fetch)
4378 (uri (bioconductor-uri "GSEABase" version))
4379 (sha256
4380 (base32
4381 "1qhvgyg392fd98h2qnmfmhg7mil5hp9cy3qmkqs4x1bhpv1m978g"))))
4382 (properties `((upstream-name . "GSEABase")))
4383 (build-system r-build-system)
4384 (propagated-inputs
4385 (list r-annotate
4386 r-annotationdbi
4387 r-biobase
4388 r-biocgenerics
4389 r-graph
4390 r-xml))
4391 (native-inputs
4392 (list r-knitr))
4393 (home-page "https://bioconductor.org/packages/GSEABase")
4394 (synopsis "Gene set enrichment data structures and methods")
4395 (description
4396 "This package provides classes and methods to support @dfn{Gene Set
4397 Enrichment Analysis} (GSEA).")
4398 (license license:artistic2.0)))
4399
4400 (define-public r-hpar
4401 (package
4402 (name "r-hpar")
4403 (version "1.38.0")
4404 (source
4405 (origin
4406 (method url-fetch)
4407 (uri (bioconductor-uri "hpar" version))
4408 (sha256
4409 (base32
4410 "07c6r703d5xp7y9bqmqalxgna2qrbk1h5s0d992m7360k259mgrj"))))
4411 (build-system r-build-system)
4412 (native-inputs
4413 (list r-knitr))
4414 (home-page "https://bioconductor.org/packages/hpar/")
4415 (synopsis "Human Protein Atlas in R")
4416 (description "This package provides a simple interface to and data from
4417 the Human Protein Atlas project.")
4418 (license license:artistic2.0)))
4419
4420 (define-public r-rhtslib
4421 (package
4422 (name "r-rhtslib")
4423 (version "1.28.0")
4424 (source
4425 (origin
4426 (method url-fetch)
4427 (uri (bioconductor-uri "Rhtslib" version))
4428 (sha256
4429 (base32
4430 "07kws6afkxbmxq4w357mwwl712pdd16alvz7iqijjd2x7rjchj2f"))))
4431 (properties `((upstream-name . "Rhtslib")))
4432 (build-system r-build-system)
4433 ;; Without this a temporary directory ends up in the Rhtslib.so binary,
4434 ;; which makes R abort the build.
4435 (arguments '(#:configure-flags '("--no-staged-install")))
4436 (propagated-inputs
4437 (list curl zlib ; packages using rhtslib need to link with zlib
4438 r-zlibbioc))
4439 (native-inputs
4440 (list pkg-config r-knitr))
4441 (home-page "https://github.com/nhayden/Rhtslib")
4442 (synopsis "High-throughput sequencing library as an R package")
4443 (description
4444 "This package provides the HTSlib C library for high-throughput
4445 nucleotide sequence analysis. The package is primarily useful to developers
4446 of other R packages who wish to make use of HTSlib.")
4447 (license license:lgpl2.0+)))
4448
4449 (define-public r-impute
4450 (package
4451 (name "r-impute")
4452 (version "1.70.0")
4453 (source (origin
4454 (method url-fetch)
4455 (uri (bioconductor-uri "impute" version))
4456 (sha256
4457 (base32
4458 "11b0z7py0im6y43k55xpzz5jnvc0ram9rk3n1n4mwhvs0vhy39r2"))))
4459 (native-inputs
4460 (list gfortran))
4461 (build-system r-build-system)
4462 (home-page "https://bioconductor.org/packages/impute")
4463 (synopsis "Imputation for microarray data")
4464 (description
4465 "This package provides a function to impute missing gene expression
4466 microarray data, using nearest neighbor averaging.")
4467 (license license:gpl2+)))
4468
4469 (define-public r-interactivedisplaybase
4470 (package
4471 (name "r-interactivedisplaybase")
4472 (version "1.34.0")
4473 (source
4474 (origin
4475 (method url-fetch)
4476 (uri (bioconductor-uri "interactiveDisplayBase" version))
4477 (sha256
4478 (base32
4479 "0fdwx5ch0ch8axdkfiq7zzhhq5hwcvd6kf8fggw9nd3ah1yjwbdg"))))
4480 (properties
4481 `((upstream-name . "interactiveDisplayBase")))
4482 (build-system r-build-system)
4483 (propagated-inputs
4484 (list r-biocgenerics r-dt r-shiny))
4485 (native-inputs
4486 (list r-knitr))
4487 (home-page "https://bioconductor.org/packages/interactiveDisplayBase")
4488 (synopsis "Base package for web displays of Bioconductor objects")
4489 (description
4490 "This package contains the basic methods needed to generate interactive
4491 Shiny-based display methods for Bioconductor objects.")
4492 (license license:artistic2.0)))
4493
4494 (define-public r-keggrest
4495 (package
4496 (name "r-keggrest")
4497 (version "1.36.2")
4498 (source
4499 (origin
4500 (method url-fetch)
4501 (uri (bioconductor-uri "KEGGREST" version))
4502 (sha256
4503 (base32
4504 "1rn03w8y80prbvzahkvf8275haiymnjj1ijcgn55p3d0sb54yzgw"))))
4505 (properties `((upstream-name . "KEGGREST")))
4506 (build-system r-build-system)
4507 (propagated-inputs
4508 (list r-biostrings r-httr r-png))
4509 (native-inputs
4510 (list r-knitr))
4511 (home-page "https://bioconductor.org/packages/KEGGREST")
4512 (synopsis "Client-side REST access to KEGG")
4513 (description
4514 "This package provides a package that provides a client interface to the
4515 @dfn{Kyoto Encyclopedia of Genes and Genomes} (KEGG) REST server.")
4516 (license license:artistic2.0)))
4517
4518 (define-public r-lfa
4519 (package
4520 (name "r-lfa")
4521 (version "1.26.0")
4522 (source
4523 (origin
4524 (method url-fetch)
4525 (uri (bioconductor-uri "lfa" version))
4526 (sha256
4527 (base32 "044866h4fnxmzb3sh9vmrd2smgsbcqgvd19dgwxisi418cad577l"))))
4528 (properties `((upstream-name . "lfa")))
4529 (build-system r-build-system)
4530 (propagated-inputs (list r-corpcor))
4531 (native-inputs (list r-knitr))
4532 (home-page "https://github.com/StoreyLab/lfa")
4533 (synopsis "Logistic Factor Analysis for categorical data")
4534 (description
4535 "@dfn{Logistic Factor Analysis} (LFA) is a method for a PCA analogue on
4536 Binomial data via estimation of latent structure in the natural parameter.")
4537 (license license:gpl3)))
4538
4539 (define-public r-limma
4540 (package
4541 (name "r-limma")
4542 (version "3.52.2")
4543 (source (origin
4544 (method url-fetch)
4545 (uri (bioconductor-uri "limma" version))
4546 (sha256
4547 (base32
4548 "0m8p8pqmf48f2zdf3qs66hmychbc58g2hfg1wyxzsv180m6xkk65"))))
4549 (build-system r-build-system)
4550 (home-page "http://bioinf.wehi.edu.au/limma")
4551 (synopsis "Package for linear models for microarray and RNA-seq data")
4552 (description "This package can be used for the analysis of gene expression
4553 studies, especially the use of linear models for analysing designed experiments
4554 and the assessment of differential expression. The analysis methods apply to
4555 different technologies, including microarrays, RNA-seq, and quantitative PCR.")
4556 (license license:gpl2+)))
4557
4558 (define-public r-methylkit
4559 (package
4560 (name "r-methylkit")
4561 (version "1.22.0")
4562 (source (origin
4563 (method url-fetch)
4564 (uri (bioconductor-uri "methylKit" version))
4565 (sha256
4566 (base32
4567 "00asjzv05avfg0rrkmfbdqd6xx8d18zi72n3b1kf9wj81z2d2a35"))))
4568 (properties `((upstream-name . "methylKit")))
4569 (build-system r-build-system)
4570 (propagated-inputs
4571 (list r-data-table
4572 r-emdbook
4573 r-fastseg
4574 r-genomeinfodb
4575 r-genomicranges
4576 r-gtools
4577 r-iranges
4578 r-kernsmooth
4579 r-limma
4580 r-mclust
4581 r-mgcv
4582 r-qvalue
4583 r-r-utils
4584 r-rcpp
4585 r-rhtslib
4586 r-rsamtools
4587 r-rtracklayer
4588 r-s4vectors
4589 r-zlibbioc))
4590 (native-inputs
4591 (list r-knitr)) ; for vignettes
4592 (home-page "https://github.com/al2na/methylKit")
4593 (synopsis
4594 "DNA methylation analysis from high-throughput bisulfite sequencing results")
4595 (description
4596 "MethylKit is an R package for DNA methylation analysis and annotation
4597 from high-throughput bisulfite sequencing. The package is designed to deal
4598 with sequencing data from @dfn{Reduced representation bisulfite
4599 sequencing} (RRBS) and its variants, but also target-capture methods and whole
4600 genome bisulfite sequencing. It also has functions to analyze base-pair
4601 resolution 5hmC data from experimental protocols such as oxBS-Seq and
4602 TAB-Seq.")
4603 (license license:artistic2.0)))
4604
4605 (define-public r-motifrg
4606 (package
4607 (name "r-motifrg")
4608 (version "1.31.0")
4609 (source
4610 (origin
4611 (method url-fetch)
4612 (uri (bioconductor-uri "motifRG" version))
4613 (sha256
4614 (base32
4615 "1ml6zyzlk8yjbnfhga2qnw8nl43rankvka0kc1yljxr2b66aqbhn"))))
4616 (properties `((upstream-name . "motifRG")))
4617 (build-system r-build-system)
4618 (propagated-inputs
4619 (list r-biostrings
4620 r-bsgenome
4621 r-bsgenome-hsapiens-ucsc-hg19
4622 r-iranges
4623 r-seqlogo
4624 r-xvector))
4625 (home-page "https://bioconductor.org/packages/motifRG")
4626 (synopsis "Discover motifs in high throughput sequencing data")
4627 (description
4628 "This package provides tools for discriminative motif discovery in high
4629 throughput genetic sequencing data sets using regression methods.")
4630 (license license:artistic2.0)))
4631
4632 (define-public r-mutationalpatterns
4633 (package
4634 (name "r-mutationalpatterns")
4635 (version "3.6.0")
4636 (source
4637 (origin
4638 (method url-fetch)
4639 (uri (bioconductor-uri "MutationalPatterns" version))
4640 (sha256
4641 (base32
4642 "113b2hrc0n47qz144xhky93jcm6qh6flzadq5y0plga5jrz0rnwg"))))
4643 (build-system r-build-system)
4644 (native-inputs
4645 (list r-knitr))
4646 (propagated-inputs
4647 (list r-biocgenerics
4648 r-biostrings
4649 r-bsgenome
4650 ;; These two packages are suggested packages
4651 r-bsgenome-hsapiens-1000genomes-hs37d5
4652 r-bsgenome-hsapiens-ucsc-hg19
4653 r-cowplot
4654 r-dplyr
4655 r-genomeinfodb
4656 r-genomicranges
4657 r-ggalluvial
4658 r-ggdendro
4659 r-ggplot2
4660 r-iranges
4661 r-magrittr
4662 r-nmf
4663 r-pracma
4664 r-purrr
4665 r-rcolorbrewer
4666 r-s4vectors
4667 r-stringr
4668 r-tibble
4669 r-tidyr
4670 r-variantannotation))
4671 (home-page "https://bioconductor.org/packages/MutationalPatterns/")
4672 (synopsis "Extract and visualize mutational patterns in genomic data")
4673 (description "This package provides an extensive toolset for the
4674 characterization and visualization of a wide range of mutational patterns
4675 in SNV base substitution data.")
4676 (license license:expat)))
4677
4678 (define-public r-msnbase
4679 (package
4680 (name "r-msnbase")
4681 (version "2.22.0")
4682 (source
4683 (origin
4684 (method url-fetch)
4685 (uri (bioconductor-uri "MSnbase" version))
4686 (sha256
4687 (base32
4688 "1xzn0k3c2wn6c6gv90hddy3c201sg927342zrw9ig2xap0r053x3"))))
4689 (properties `((upstream-name . "MSnbase")))
4690 (build-system r-build-system)
4691 (propagated-inputs
4692 (list r-affy
4693 r-biobase
4694 r-biocgenerics
4695 r-biocparallel
4696 r-digest
4697 r-ggplot2
4698 r-impute
4699 r-iranges
4700 r-lattice
4701 r-maldiquant
4702 r-mass
4703 r-mscoreutils
4704 r-mzid
4705 r-mzr
4706 r-pcamethods
4707 r-plyr
4708 r-protgenerics
4709 r-rcpp
4710 r-s4vectors
4711 r-scales
4712 r-vsn
4713 r-xml))
4714 (native-inputs
4715 (list r-knitr))
4716 (home-page "https://github.com/lgatto/MSnbase")
4717 (synopsis "Base functions and classes for MS-based proteomics")
4718 (description
4719 "This package provides basic plotting, data manipulation and processing
4720 of mass spectrometry based proteomics data.")
4721 (license license:artistic2.0)))
4722
4723 (define-public r-msnid
4724 (package
4725 (name "r-msnid")
4726 (version "1.30.0")
4727 (source
4728 (origin
4729 (method url-fetch)
4730 (uri (bioconductor-uri "MSnID" version))
4731 (sha256
4732 (base32
4733 "1yiw95p40nz0pvq7s4i0xg02r9yqmnknak00z4lkw8jij3w3rkkq"))))
4734 (properties `((upstream-name . "MSnID")))
4735 (build-system r-build-system)
4736 (arguments
4737 `(#:phases
4738 (modify-phases %standard-phases
4739 (add-after 'unpack 'set-HOME
4740 (lambda _ (setenv "HOME" "/tmp"))))))
4741 (propagated-inputs
4742 (list r-annotationdbi
4743 r-annotationhub
4744 r-biobase
4745 r-biocgenerics
4746 r-biocstyle
4747 r-biostrings
4748 r-data-table
4749 r-doparallel
4750 r-dplyr
4751 r-foreach
4752 r-ggplot2
4753 r-iterators
4754 r-msnbase
4755 r-msmstests
4756 r-mzid
4757 r-mzr
4758 r-protgenerics
4759 r-purrr
4760 r-r-cache
4761 r-rcpp
4762 r-reshape2
4763 r-rlang
4764 r-runit
4765 r-stringr
4766 r-tibble
4767 r-xtable))
4768 (home-page "https://bioconductor.org/packages/MSnID")
4769 (synopsis "Utilities for LC-MSn proteomics identifications")
4770 (description
4771 "This package extracts @dfn{tandem mass spectrometry} (MS/MS) ID data
4772 from mzIdentML (leveraging the mzID package) or text files. After collating
4773 the search results from multiple datasets it assesses their identification
4774 quality and optimize filtering criteria to achieve the maximum number of
4775 identifications while not exceeding a specified false discovery rate. It also
4776 contains a number of utilities to explore the MS/MS results and assess missed
4777 and irregular enzymatic cleavages, mass measurement accuracy, etc.")
4778 (license license:artistic2.0)))
4779
4780 (define-public r-mzid
4781 (package
4782 (name "r-mzid")
4783 (version "1.34.0")
4784 (source
4785 (origin
4786 (method url-fetch)
4787 (uri (bioconductor-uri "mzID" version))
4788 (sha256
4789 (base32
4790 "1q1aqyya9nd494s7m3rdaf3kixipdrwbj825g40kdljwrg85y961"))))
4791 (properties `((upstream-name . "mzID")))
4792 (build-system r-build-system)
4793 (propagated-inputs
4794 (list r-doparallel
4795 r-foreach
4796 r-iterators
4797 r-plyr
4798 r-protgenerics
4799 r-xml))
4800 (native-inputs
4801 (list r-knitr))
4802 (home-page "https://bioconductor.org/packages/mzID")
4803 (synopsis "Parser for mzIdentML files")
4804 (description
4805 "This package provides a parser for mzIdentML files implemented using the
4806 XML package. The parser tries to be general and able to handle all types of
4807 mzIdentML files with the drawback of having less pretty output than a vendor
4808 specific parser.")
4809 (license license:gpl2+)))
4810
4811 (define-public r-mzr
4812 (package
4813 (name "r-mzr")
4814 (version "2.30.0")
4815 (source
4816 (origin
4817 (method url-fetch)
4818 (uri (bioconductor-uri "mzR" version))
4819 (sha256
4820 (base32
4821 "1dqa03hb42kbqfg15ksijdkyf9pr54gcl3in4mzjkld5sdi8ncds"))
4822 (modules '((guix build utils)))
4823 (snippet
4824 '(delete-file-recursively "src/boost"))))
4825 (properties `((upstream-name . "mzR")))
4826 (build-system r-build-system)
4827 (arguments
4828 `(#:phases
4829 (modify-phases %standard-phases
4830 (add-after 'unpack 'use-system-boost
4831 (lambda _
4832 (substitute* "src/Makevars"
4833 (("\\./boost/libs.*") "")
4834 (("PKG_LIBS=") "PKG_LIBS=$(BOOST_LIBS) ")
4835 (("\\ARCH_OBJS=" line)
4836 (string-append line
4837 "\nBOOST_LIBS=-lboost_system -lboost_regex \
4838 -lboost_iostreams -lboost_thread -lboost_filesystem -lboost_chrono\n"))))))))
4839 (inputs
4840 (list boost ; use this instead of the bundled boost sources
4841 zlib))
4842 (propagated-inputs
4843 (list r-biobase
4844 r-biocgenerics
4845 r-ncdf4
4846 r-protgenerics
4847 r-rcpp
4848 r-rhdf5lib))
4849 (native-inputs
4850 (list r-knitr))
4851 (home-page "https://github.com/sneumann/mzR/")
4852 (synopsis "Parser for mass spectrometry data files")
4853 (description
4854 "The mzR package provides a unified API to the common file formats and
4855 parsers available for mass spectrometry data. It comes with a wrapper for the
4856 ISB random access parser for mass spectrometry mzXML, mzData and mzML files.
4857 The package contains the original code written by the ISB, and a subset of the
4858 proteowizard library for mzML and mzIdentML. The netCDF reading code has
4859 previously been used in XCMS.")
4860 (license license:artistic2.0)))
4861
4862 (define-public r-organismdbi
4863 (package
4864 (name "r-organismdbi")
4865 (version "1.38.1")
4866 (source
4867 (origin
4868 (method url-fetch)
4869 (uri (bioconductor-uri "OrganismDbi" version))
4870 (sha256
4871 (base32
4872 "0mxnxj8x4hc21psz39mf7qwvh1fsn6qyjgl5qffk1xxmasf69619"))))
4873 (properties `((upstream-name . "OrganismDbi")))
4874 (build-system r-build-system)
4875 (propagated-inputs
4876 (list r-annotationdbi
4877 r-biobase
4878 r-biocgenerics
4879 r-biocmanager
4880 r-dbi
4881 r-genomicfeatures
4882 r-genomicranges
4883 r-graph
4884 r-iranges
4885 r-rbgl
4886 r-s4vectors))
4887 (home-page "https://bioconductor.org/packages/OrganismDbi")
4888 (synopsis "Software to enable the smooth interfacing of database packages")
4889 (description "The package enables a simple unified interface to several
4890 annotation packages each of which has its own schema by taking advantage of
4891 the fact that each of these packages implements a select methods.")
4892 (license license:artistic2.0)))
4893
4894 (define-public r-pcamethods
4895 (package
4896 (name "r-pcamethods")
4897 (version "1.88.0")
4898 (source
4899 (origin
4900 (method url-fetch)
4901 (uri (bioconductor-uri "pcaMethods" version))
4902 (sha256
4903 (base32
4904 "1087sl7y707zld7zpf3ly51gnmdp93vn90dwa5440v7qawvg2h9b"))))
4905 (properties `((upstream-name . "pcaMethods")))
4906 (build-system r-build-system)
4907 (propagated-inputs
4908 (list r-biobase r-biocgenerics r-mass r-rcpp))
4909 (home-page "https://github.com/hredestig/pcamethods")
4910 (synopsis "Collection of PCA methods")
4911 (description
4912 "This package provides Bayesian PCA, Probabilistic PCA, Nipals PCA,
4913 Inverse Non-Linear PCA and the conventional SVD PCA. A cluster based method
4914 for missing value estimation is included for comparison. BPCA, PPCA and
4915 NipalsPCA may be used to perform PCA on incomplete data as well as for
4916 accurate missing value estimation. A set of methods for printing and plotting
4917 the results is also provided. All PCA methods make use of the same data
4918 structure (pcaRes) to provide a common interface to the PCA results.")
4919 (license license:gpl3+)))
4920
4921 ;; This is a CRAN package, but it depends on a Bioconductor package:
4922 ;; r-aroma-light, r-dnacopy..
4923 (define-public r-pscbs
4924 (package
4925 (name "r-pscbs")
4926 (version "0.66.0")
4927 (source
4928 (origin
4929 (method url-fetch)
4930 (uri (cran-uri "PSCBS" version))
4931 (sha256
4932 (base32 "14rs2wywipbkia3dbzfhpnkmfgdvm2bf586lggsx63sywlv5d02q"))))
4933 (properties `((upstream-name . "PSCBS")))
4934 (build-system r-build-system)
4935 (arguments
4936 `(#:phases
4937 (modify-phases %standard-phases
4938 (add-before 'install 'change-home-dir
4939 (lambda _
4940 ;; Change from /homeless-shelter to /tmp for write permission.
4941 (setenv "HOME" "/tmp"))))))
4942 (propagated-inputs
4943 (list r-aroma-light
4944 r-dnacopy
4945 r-future
4946 r-listenv
4947 r-matrixstats
4948 r-r-cache
4949 r-r-methodss3
4950 r-r-oo
4951 r-r-utils))
4952 (native-inputs
4953 (list r-r-rsp ;used to build vignettes
4954 r-r-devices))
4955 (home-page "https://github.com/HenrikBengtsson/PSCBS")
4956 (synopsis "Analysis of parent-specific DNA copy numbers")
4957 (description
4958 "This is a package for segmentation of allele-specific DNA copy number
4959 data and detection of regions with abnormal copy number within each parental
4960 chromosome. Both tumor-normal paired and tumor-only analyses are supported.")
4961 (license license:gpl2+)))
4962
4963 (define-public r-protgenerics
4964 (package
4965 (name "r-protgenerics")
4966 (version "1.28.0")
4967 (source
4968 (origin
4969 (method url-fetch)
4970 (uri (bioconductor-uri "ProtGenerics" version))
4971 (sha256
4972 (base32
4973 "04hcgj4q8dbzp1a29rbww2bxxrg679pgys3m09p0ydkpsx76rq05"))))
4974 (properties `((upstream-name . "ProtGenerics")))
4975 (build-system r-build-system)
4976 (home-page "https://github.com/lgatto/ProtGenerics")
4977 (synopsis "S4 generic functions for proteomics infrastructure")
4978 (description
4979 "This package provides S4 generic functions needed by Bioconductor
4980 proteomics packages.")
4981 (license license:artistic2.0)))
4982
4983 (define-public r-rbgl
4984 (package
4985 (name "r-rbgl")
4986 (version "1.72.0")
4987 (source
4988 (origin
4989 (method url-fetch)
4990 (uri (bioconductor-uri "RBGL" version))
4991 (sha256
4992 (base32
4993 "0ph089vxla49sng0pdwiyh9rpk9i96cbsx5q2jn46jj4x51ijc7y"))))
4994 (properties `((upstream-name . "RBGL")))
4995 (build-system r-build-system)
4996 (propagated-inputs
4997 (list r-bh r-graph))
4998 (home-page "https://www.bioconductor.org/packages/RBGL")
4999 (synopsis "Interface to the Boost graph library")
5000 (description
5001 "This package provides a fairly extensive and comprehensive interface to
5002 the graph algorithms contained in the Boost library.")
5003 (license license:artistic2.0)))
5004
5005 (define-public r-rcas
5006 (package
5007 (name "r-rcas")
5008 (version "1.22.0")
5009 (source (origin
5010 (method url-fetch)
5011 (uri (bioconductor-uri "RCAS" version))
5012 (sha256
5013 (base32
5014 "05sj2ab7bxgf41gkmjaskhqm0198xlir1sw3f73x8rjg14rssmqf"))))
5015 (properties `((upstream-name . "RCAS")))
5016 (build-system r-build-system)
5017 (propagated-inputs
5018 (list r-biocgenerics
5019 r-biostrings
5020 r-bsgenome
5021 r-bsgenome-hsapiens-ucsc-hg19
5022 r-cowplot
5023 r-data-table
5024 r-dt
5025 r-genomation
5026 r-genomeinfodb
5027 r-genomicfeatures
5028 r-genomicranges
5029 r-ggplot2
5030 r-ggseqlogo
5031 r-gprofiler2
5032 r-iranges
5033 r-knitr
5034 r-pbapply
5035 r-pheatmap
5036 r-plotly
5037 r-plotrix
5038 r-proxy
5039 r-ranger
5040 r-rsqlite
5041 r-rtracklayer
5042 r-rmarkdown
5043 r-s4vectors
5044 pandoc))
5045 (native-inputs
5046 (list r-knitr))
5047 (synopsis "RNA-centric annotation system")
5048 (description
5049 "RCAS aims to be a standalone RNA-centric annotation system that provides
5050 intuitive reports and publication-ready graphics. This package provides the R
5051 library implementing most of the pipeline's features.")
5052 (home-page "https://github.com/BIMSBbioinfo/RCAS")
5053 (license license:artistic2.0)))
5054
5055 (define-public r-regioner
5056 (package
5057 (name "r-regioner")
5058 (version "1.28.0")
5059 (source
5060 (origin
5061 (method url-fetch)
5062 (uri (bioconductor-uri "regioneR" version))
5063 (sha256
5064 (base32
5065 "11whi2v211xiz9s7cjl14d8vavlry2fmhvx12rma25wkjmhrpa3f"))))
5066 (properties `((upstream-name . "regioneR")))
5067 (build-system r-build-system)
5068 (propagated-inputs
5069 (list r-biostrings
5070 r-bsgenome
5071 r-genomeinfodb
5072 r-genomicranges
5073 r-iranges
5074 r-memoise
5075 r-rtracklayer
5076 r-s4vectors))
5077 (native-inputs
5078 (list r-knitr))
5079 (home-page "https://bioconductor.org/packages/regioneR/")
5080 (synopsis "Association analysis of genomic regions")
5081 (description "This package offers a statistical framework based on
5082 customizable permutation tests to assess the association between genomic
5083 region sets and other genomic features.")
5084 (license license:artistic2.0)))
5085
5086 (define-public r-reportingtools
5087 (package
5088 (name "r-reportingtools")
5089 (version "2.36.0")
5090 (source
5091 (origin
5092 (method url-fetch)
5093 (uri (bioconductor-uri "ReportingTools" version))
5094 (sha256
5095 (base32
5096 "0r8cdqzfh1jxkghhk3j8x3y9kkmdyg9ibfhsic15jqkmp1im6khh"))))
5097 (properties
5098 `((upstream-name . "ReportingTools")))
5099 (build-system r-build-system)
5100 (propagated-inputs
5101 (list r-annotate
5102 r-annotationdbi
5103 r-biobase
5104 r-biocgenerics
5105 r-category
5106 r-deseq2
5107 r-edger
5108 r-ggbio
5109 r-ggplot2
5110 r-gostats
5111 r-gseabase
5112 r-hwriter
5113 r-iranges
5114 r-knitr
5115 r-lattice
5116 r-limma
5117 r-pfam-db
5118 r-r-utils
5119 r-xml))
5120 (native-inputs
5121 (list r-knitr))
5122 (home-page "https://bioconductor.org/packages/ReportingTools/")
5123 (synopsis "Tools for making reports in various formats")
5124 (description
5125 "The ReportingTools package enables users to easily display reports of
5126 analysis results generated from sources such as microarray and sequencing
5127 data. The package allows users to create HTML pages that may be viewed on a
5128 web browser, or in other formats. Users can generate tables with sortable and
5129 filterable columns, make and display plots, and link table entries to other
5130 data sources such as NCBI or larger plots within the HTML page. Using the
5131 package, users can also produce a table of contents page to link various
5132 reports together for a particular project that can be viewed in a web
5133 browser.")
5134 (license license:artistic2.0)))
5135
5136 (define-public r-rhdf5
5137 (package
5138 (name "r-rhdf5")
5139 (version "2.40.0")
5140 (source (origin
5141 (method url-fetch)
5142 (uri (bioconductor-uri "rhdf5" version))
5143 (sha256
5144 (base32
5145 "00cp90mnb8p83jiflm6x4x0qf4p7gvgh47jk9jry6j3qyvfqaiff"))))
5146 (build-system r-build-system)
5147 (propagated-inputs
5148 (list r-rhdf5filters r-rhdf5lib))
5149 (native-inputs
5150 (list r-knitr))
5151 (home-page "https://bioconductor.org/packages/rhdf5")
5152 (synopsis "HDF5 interface to R")
5153 (description
5154 "This R/Bioconductor package provides an interface between HDF5 and R.
5155 HDF5's main features are the ability to store and access very large and/or
5156 complex datasets and a wide variety of metadata on mass storage (disk) through
5157 a completely portable file format. The rhdf5 package is thus suited for the
5158 exchange of large and/or complex datasets between R and other software
5159 package, and for letting R applications work on datasets that are larger than
5160 the available RAM.")
5161 (license license:artistic2.0)))
5162
5163 (define-public r-rhdf5filters
5164 (package
5165 (name "r-rhdf5filters")
5166 (version "1.8.0")
5167 (source
5168 (origin
5169 (method url-fetch)
5170 (uri (bioconductor-uri "rhdf5filters" version))
5171 (sha256
5172 (base32
5173 "1ipg0v8nqz1imj63scqmpiswcxbl4ankg3knfq4p06ic6ypbbmvs"))))
5174 (properties `((upstream-name . "rhdf5filters")))
5175 (build-system r-build-system)
5176 (propagated-inputs
5177 (list r-rhdf5lib))
5178 (inputs
5179 (list zlib))
5180 (native-inputs
5181 (list r-knitr))
5182 (home-page "https://github.com/grimbough/rhdf5filters")
5183 (synopsis "HDF5 compression filters")
5184 (description
5185 "This package provides a collection of compression filters for use with
5186 HDF5 datasets.")
5187 (license license:bsd-2)))
5188
5189 (define-public r-rsamtools
5190 (package
5191 (name "r-rsamtools")
5192 (version "2.12.0")
5193 (source (origin
5194 (method url-fetch)
5195 (uri (bioconductor-uri "Rsamtools" version))
5196 (sha256
5197 (base32
5198 "1wll703if12qrn0d11ljwf7rqhs4lb27fzyyz1hqwvzn3v361s10"))))
5199 (properties
5200 `((upstream-name . "Rsamtools")))
5201 (build-system r-build-system)
5202 (arguments
5203 `(#:phases
5204 (modify-phases %standard-phases
5205 (add-after 'unpack 'use-system-zlib
5206 (lambda _
5207 (substitute* "DESCRIPTION"
5208 (("zlibbioc, ") ""))
5209 (substitute* "NAMESPACE"
5210 (("import\\(zlibbioc\\)") "")))))))
5211 (propagated-inputs
5212 (list r-biocgenerics
5213 r-biocparallel
5214 r-biostrings
5215 r-bitops
5216 r-genomeinfodb
5217 r-genomicranges
5218 r-iranges
5219 r-rhtslib
5220 r-s4vectors
5221 r-xvector))
5222 (home-page "https://bioconductor.org/packages/release/bioc/html/Rsamtools.html")
5223 (synopsis "Interface to samtools, bcftools, and tabix")
5224 (description
5225 "This package provides an interface to the @code{samtools},
5226 @code{bcftools}, and @code{tabix} utilities for manipulating SAM (Sequence
5227 Alignment / Map), FASTA, binary variant call (BCF) and compressed indexed
5228 tab-delimited (tabix) files.")
5229 (license license:expat)))
5230
5231 ;; This is a CRAN package, but it depends on a Bioconductor package:
5232 ;; s4vectors.
5233 (define-public r-restfulr
5234 (package
5235 (name "r-restfulr")
5236 (version "0.0.15")
5237 (source
5238 (origin
5239 (method url-fetch)
5240 (uri (cran-uri "restfulr" version))
5241 (sha256
5242 (base32
5243 "14p6h0gjknqy5z2fprxw7waf4p0cd2qmp18s7qig4ylqn8gqzzs0"))))
5244 (properties `((upstream-name . "restfulr")))
5245 (build-system r-build-system)
5246 (propagated-inputs
5247 (list r-rcurl r-rjson r-s4vectors r-xml r-yaml))
5248 (home-page "https://cran.r-project.org/package=restfulr")
5249 (synopsis "R interface to RESTful web services")
5250 (description
5251 "This package models a RESTful service as if it were a nested R list.")
5252 (license license:artistic2.0)))
5253
5254 (define-public r-rtracklayer
5255 (package
5256 (name "r-rtracklayer")
5257 (version "1.56.1")
5258 (source (origin
5259 (method url-fetch)
5260 (uri (bioconductor-uri "rtracklayer" version))
5261 (sha256
5262 (base32
5263 "10qy9s6253mgj871qfqn03i8yw10mz7id4cxfyf67qxczz2xmjls"))))
5264 (build-system r-build-system)
5265 (arguments
5266 `(#:phases
5267 (modify-phases %standard-phases
5268 (add-after 'unpack 'use-system-zlib
5269 (lambda _
5270 (substitute* "DESCRIPTION"
5271 ((" zlibbioc,") ""))
5272 (substitute* "NAMESPACE"
5273 (("import\\(zlibbioc\\)") "")))))))
5274 (native-inputs
5275 (list pkg-config))
5276 (inputs
5277 (list zlib))
5278 (propagated-inputs
5279 (list r-biocgenerics
5280 r-biocio
5281 r-biostrings
5282 r-genomeinfodb
5283 r-genomicalignments
5284 r-genomicranges
5285 r-iranges
5286 r-rcurl
5287 r-restfulr
5288 r-rsamtools
5289 r-s4vectors
5290 r-xml
5291 r-xvector
5292 r-zlibbioc))
5293 (home-page "https://bioconductor.org/packages/rtracklayer")
5294 (synopsis "R interface to genome browsers and their annotation tracks")
5295 (description
5296 "rtracklayer is an extensible framework for interacting with multiple
5297 genome browsers (currently UCSC built-in) and manipulating annotation tracks
5298 in various formats (currently GFF, BED, bedGraph, BED15, WIG, BigWig and 2bit
5299 built-in). The user may export/import tracks to/from the supported browsers,
5300 as well as query and modify the browser state, such as the current viewport.")
5301 (license license:artistic2.0)))
5302
5303 ;; This is a CRAN package, but it depends on a Bioconductor package.
5304 (define-public r-samr
5305 (package
5306 (name "r-samr")
5307 (version "3.0")
5308 (source
5309 (origin
5310 (method url-fetch)
5311 (uri (cran-uri "samr" version))
5312 (sha256
5313 (base32
5314 "01km0f7qgm73x19vbvsxl083hs1dq4dj8qm5h64cxbf20b08my15"))))
5315 (properties `((upstream-name . "samr")))
5316 (build-system r-build-system)
5317 (propagated-inputs
5318 (list r-gsa
5319 r-impute
5320 r-matrixstats
5321 r-openxlsx
5322 r-shiny
5323 r-shinyfiles))
5324 (native-inputs (list gfortran))
5325 (home-page "https://statweb.stanford.edu/~tibs/SAM/")
5326 (synopsis "Significance analysis of Microarrays")
5327 (description
5328 "This is a package for significance analysis of Microarrays for
5329 differential expression analysis, RNAseq data and related problems.")
5330 ;; Any version of the LGPL
5331 (license license:lgpl3+)))
5332
5333 (define-public r-scannotatr
5334 (package
5335 (name "r-scannotatr")
5336 (version "1.2.0")
5337 (source
5338 (origin
5339 (method url-fetch)
5340 (uri (bioconductor-uri "scAnnotatR" version))
5341 (sha256
5342 (base32 "067q57kabhqd1z8l3d91fw74aaw89nb48gm6fll4hv00nqza3n5b"))))
5343 (properties `((upstream-name . "scAnnotatR")))
5344 (build-system r-build-system)
5345 (propagated-inputs
5346 (list r-annotationhub
5347 r-ape
5348 r-caret
5349 r-data-tree
5350 r-dplyr
5351 r-e1071
5352 r-ggplot2
5353 r-kernlab
5354 r-proc
5355 r-rocr
5356 r-seurat
5357 r-singlecellexperiment
5358 r-summarizedexperiment))
5359 (native-inputs (list r-knitr))
5360 (home-page "https://github.com/grisslab/scAnnotatR")
5361 (synopsis "Pretrained models for prediction on single cell RNA-sequencing data")
5362 (description
5363 "This package comprises a set of pretrained machine learning models to
5364 predict basic immune cell types. This enables to quickly get a first
5365 annotation of the cell types present in the dataset without requiring prior
5366 knowledge. The package also lets you train using own models to predict new
5367 cell types based on specific research needs.")
5368 (license license:expat)))
5369
5370 (define-public r-scdblfinder
5371 (package
5372 (name "r-scdblfinder")
5373 (version "1.10.0")
5374 (source
5375 (origin
5376 (method url-fetch)
5377 (uri (bioconductor-uri "scDblFinder" version))
5378 (sha256
5379 (base32 "0y14dvdm16b3bvlrnz03adfylm1kj6jrp2fwciyldij2lfal90y0"))))
5380 (properties `((upstream-name . "scDblFinder")))
5381 (build-system r-build-system)
5382 (propagated-inputs
5383 (list r-biocgenerics
5384 r-biocneighbors
5385 r-biocparallel
5386 r-biocsingular
5387 r-bluster
5388 r-delayedarray
5389 r-genomeinfodb
5390 r-genomicranges
5391 r-igraph
5392 r-iranges
5393 r-mass
5394 r-matrix
5395 r-rsamtools
5396 r-rtracklayer
5397 r-s4vectors
5398 r-scater
5399 r-scran
5400 r-scuttle
5401 r-singlecellexperiment
5402 r-summarizedexperiment
5403 r-xgboost))
5404 (native-inputs (list r-knitr))
5405 (home-page "https://github.com/plger/scDblFinder")
5406 (synopsis "Detect multiplets in single-cell RNA sequencing data")
5407 (description
5408 "The scDblFinder package gathers various methods for the detection and
5409 handling of doublets/multiplets in single-cell RNA sequencing data (i.e.
5410 multiple cells captured within the same droplet or reaction volume). It
5411 includes methods formerly found in the scran package, and the new fast and
5412 comprehensive scDblFinder method.")
5413 (license license:gpl3)))
5414
5415 (define-public r-scmap
5416 (package
5417 (name "r-scmap")
5418 (version "1.18.0")
5419 (source
5420 (origin
5421 (method url-fetch)
5422 (uri (bioconductor-uri "scmap" version))
5423 (sha256
5424 (base32 "0pfwaa9pgml11b84rpf7afdkmg8kxb4srgpc56571vaz388xrv7l"))))
5425 (properties `((upstream-name . "scmap")))
5426 (build-system r-build-system)
5427 (propagated-inputs
5428 (list r-biobase
5429 r-biocgenerics
5430 r-dplyr
5431 r-e1071
5432 r-ggplot2
5433 r-googlevis
5434 r-matrixstats
5435 r-proxy
5436 r-randomforest
5437 r-rcpp
5438 r-rcpparmadillo
5439 r-reshape2
5440 r-s4vectors
5441 r-singlecellexperiment
5442 r-summarizedexperiment))
5443 (native-inputs (list r-knitr))
5444 (home-page "https://github.com/hemberg-lab/scmap")
5445 (synopsis "Tool for unsupervised projection of single cell RNA-seq data")
5446 (description
5447 "@dfn{Single-cell RNA-seq} (scRNA-seq) is widely used to investigate the
5448 composition of complex tissues since the technology allows researchers to
5449 define cell-types using unsupervised clustering of the transcriptome.
5450 However, due to differences in experimental methods and computational
5451 analyses, it is often challenging to directly compare the cells identified in
5452 two different experiments. @code{scmap} is a method for projecting cells from
5453 a scRNA-seq experiment onto the cell-types or individual cells identified in a
5454 different experiment.")
5455 (license license:gpl3)))
5456
5457 (define-public r-seqlogo
5458 (package
5459 (name "r-seqlogo")
5460 (version "1.62.0")
5461 (source
5462 (origin
5463 (method url-fetch)
5464 (uri (bioconductor-uri "seqLogo" version))
5465 (sha256
5466 (base32
5467 "1lk3238m17acmd6lgjjbpscyxw8fm63wv34kbbr478wcih1wbwxr"))))
5468 (properties `((upstream-name . "seqLogo")))
5469 (build-system r-build-system)
5470 (native-inputs
5471 (list r-knitr))
5472 (home-page "https://bioconductor.org/packages/seqLogo")
5473 (synopsis "Sequence logos for DNA sequence alignments")
5474 (description
5475 "seqLogo takes the position weight matrix of a DNA sequence motif and
5476 plots the corresponding sequence logo as introduced by Schneider and
5477 Stephens (1990).")
5478 (license license:lgpl2.0+)))
5479
5480 (define-public r-seqpattern
5481 (package
5482 (name "r-seqpattern")
5483 (version "1.28.0")
5484 (source (origin
5485 (method url-fetch)
5486 (uri (bioconductor-uri "seqPattern" version))
5487 (sha256
5488 (base32
5489 "0nrrlr1nl9zxmp88qq8jn7wgmda6jh0xvp4nph94w4nwjsyb7xqn"))))
5490 (properties
5491 `((upstream-name . "seqPattern")))
5492 (build-system r-build-system)
5493 (propagated-inputs
5494 (list r-biostrings r-genomicranges r-iranges r-kernsmooth r-plotrix))
5495 (home-page "https://bioconductor.org/packages/seqPattern")
5496 (synopsis "Visualising oligonucleotide patterns and motif occurrences")
5497 (description
5498 "This package provides tools to visualize oligonucleotide patterns and
5499 sequence motif occurrences across a large set of sequences centred at a common
5500 reference point and sorted by a user defined feature.")
5501 (license license:gpl3+)))
5502
5503 (define-public r-shortread
5504 (package
5505 (name "r-shortread")
5506 (version "1.54.0")
5507 (source
5508 (origin
5509 (method url-fetch)
5510 (uri (bioconductor-uri "ShortRead" version))
5511 (sha256
5512 (base32
5513 "0303198b4v2wjah9kc829kn01030996l6di4jpf8q5ccd212rjhq"))))
5514 (properties `((upstream-name . "ShortRead")))
5515 (build-system r-build-system)
5516 (inputs
5517 (list zlib))
5518 (propagated-inputs
5519 (list r-biobase
5520 r-biocgenerics
5521 r-biocparallel
5522 r-biostrings
5523 r-genomeinfodb
5524 r-genomicalignments
5525 r-genomicranges
5526 r-rhtslib
5527 r-hwriter
5528 r-iranges
5529 r-lattice
5530 r-latticeextra
5531 r-rsamtools
5532 r-s4vectors
5533 r-xvector
5534 r-zlibbioc))
5535 (home-page "https://bioconductor.org/packages/ShortRead")
5536 (synopsis "FASTQ input and manipulation tools")
5537 (description
5538 "This package implements sampling, iteration, and input of FASTQ files.
5539 It includes functions for filtering and trimming reads, and for generating a
5540 quality assessment report. Data are represented as
5541 @code{DNAStringSet}-derived objects, and easily manipulated for a diversity of
5542 purposes. The package also contains legacy support for early single-end,
5543 ungapped alignment formats.")
5544 (license license:artistic2.0)))
5545
5546 (define-public r-simplifyenrichment
5547 (package
5548 (name "r-simplifyenrichment")
5549 (version "1.6.1")
5550 (source
5551 (origin
5552 (method url-fetch)
5553 (uri (bioconductor-uri "simplifyEnrichment" version))
5554 (sha256
5555 (base32
5556 "0qblgdxmr7zc981529cca3ykakql618q1im6gaxw8pwws5jgpyk6"))))
5557 (properties
5558 `((upstream-name . "simplifyEnrichment")))
5559 (build-system r-build-system)
5560 (propagated-inputs
5561 (list r-annotationdbi
5562 r-biocgenerics
5563 r-circlize
5564 r-clue
5565 r-cluster
5566 r-colorspace
5567 r-complexheatmap
5568 r-digest
5569 r-getoptlong
5570 r-globaloptions
5571 r-go-db
5572 r-gosemsim
5573 r-matrix
5574 r-org-hs-eg-db
5575 r-proxyc
5576 r-slam
5577 r-tm))
5578 (native-inputs (list r-knitr))
5579 (home-page "https://github.com/jokergoo/simplifyEnrichment")
5580 (synopsis "Simplify functional enrichment results")
5581 (description "This package provides a new clustering algorithm, binary
5582 cut, for clustering similarity matrices of functional terms is implemented in
5583 this package. It also provides functionalities for visualizing, summarizing
5584 and comparing the clusterings.")
5585 (license license:expat)))
5586
5587 (define-public r-transcriptr
5588 (package
5589 (name "r-transcriptr")
5590 (version "1.24.0")
5591 (source
5592 (origin
5593 (method url-fetch)
5594 (uri (bioconductor-uri "transcriptR" version))
5595 (sha256
5596 (base32 "1zc6aasd5nzwl9jxr0rdriiq85adqdbfi5b9m3jyf69pa71sgy03"))))
5597 (properties `((upstream-name . "transcriptR")))
5598 (build-system r-build-system)
5599 (propagated-inputs
5600 (list r-biocgenerics
5601 r-caret
5602 r-chipseq
5603 r-e1071
5604 r-genomeinfodb
5605 r-genomicalignments
5606 r-genomicfeatures
5607 r-genomicranges
5608 r-ggplot2
5609 r-iranges
5610 r-proc
5611 r-reshape2
5612 r-rsamtools
5613 r-rtracklayer
5614 r-s4vectors))
5615 (native-inputs (list r-knitr))
5616 (home-page "https://bioconductor.org/packages/transcriptR")
5617 (synopsis "Primary transcripts detection and quantification")
5618 (description
5619 "The differences in the RNA types being sequenced have an impact on the
5620 resulting sequencing profiles. mRNA-seq data is enriched with reads derived
5621 from exons, while GRO-, nucRNA- and chrRNA-seq demonstrate a substantial
5622 broader coverage of both exonic and intronic regions. The presence of
5623 intronic reads in GRO-seq type of data makes it possible to use it to
5624 computationally identify and quantify all de novo continuous regions of
5625 transcription distributed across the genome. This type of data, however, is
5626 more challenging to interpret and less common practice compared to mRNA-seq.
5627 One of the challenges for primary transcript detection concerns the
5628 simultaneous transcription of closely spaced genes, which needs to be properly
5629 divided into individually transcribed units. The R package transcriptR
5630 combines RNA-seq data with ChIP-seq data of histone modifications that mark
5631 active Transcription Start Sites (TSSs), such as, H3K4me3 or H3K9/14Ac to
5632 overcome this challenge. The advantage of this approach over the use of, for
5633 example, gene annotations is that this approach is data driven and therefore
5634 able to deal also with novel and case specific events.")
5635 (license license:gpl3)))
5636
5637 (define-public r-trajectoryutils
5638 (package
5639 (name "r-trajectoryutils")
5640 (version "1.4.0")
5641 (source
5642 (origin
5643 (method url-fetch)
5644 (uri (bioconductor-uri "TrajectoryUtils" version))
5645 (sha256
5646 (base32
5647 "07hcr3zplxlzlwc13wh9006m5kaqm57cm1b2x74bpp857f2q93dj"))))
5648 (properties
5649 `((upstream-name . "TrajectoryUtils")))
5650 (build-system r-build-system)
5651 (propagated-inputs
5652 (list r-igraph r-matrix r-s4vectors r-singlecellexperiment
5653 r-summarizedexperiment))
5654 (native-inputs (list r-knitr))
5655 (home-page "https://bioconductor.org/packages/TrajectoryUtils")
5656 (synopsis "Single-cell trajectory analysis utilities")
5657 (description
5658 "This package implements low-level utilities for single-cell trajectory
5659 analysis, primarily intended for re-use inside higher-level packages. It
5660 includes a function to create a cluster-level minimum spanning tree and data
5661 structures to hold pseudotime inference results.")
5662 (license license:gpl3)))
5663
5664 (define-public r-slingshot
5665 (package
5666 (name "r-slingshot")
5667 (version "2.4.0")
5668 (source (origin
5669 (method url-fetch)
5670 (uri (bioconductor-uri "slingshot" version))
5671 (sha256
5672 (base32
5673 "0xapi66l5z2qdqns3fcjqcjal6npqj7rxra60lwjvbrq49pq69p2"))))
5674 (build-system r-build-system)
5675 (propagated-inputs
5676 (list r-igraph
5677 r-matrixstats
5678 r-princurve
5679 r-s4vectors
5680 r-singlecellexperiment
5681 r-summarizedexperiment
5682 r-trajectoryutils))
5683 (native-inputs
5684 (list r-knitr))
5685 (home-page "https://bioconductor.org/packages/slingshot")
5686 (synopsis "Tools for ordering single-cell sequencing")
5687 (description "This package provides functions for inferring continuous,
5688 branching lineage structures in low-dimensional data. Slingshot was designed
5689 to model developmental trajectories in single-cell RNA sequencing data and
5690 serve as a component in an analysis pipeline after dimensionality reduction
5691 and clustering. It is flexible enough to handle arbitrarily many branching
5692 events and allows for the incorporation of prior knowledge through supervised
5693 graph construction.")
5694 (license license:artistic2.0)))
5695
5696 (define-public r-stager
5697 (package
5698 (name "r-stager")
5699 (version "1.18.0")
5700 (source
5701 (origin
5702 (method url-fetch)
5703 (uri (bioconductor-uri "stageR" version))
5704 (sha256
5705 (base32 "0ns3ih6l4na6irshrc5iy4d9qf7hrnqq3ndnlcjb2i1cn38l2w9y"))))
5706 (properties `((upstream-name . "stageR")))
5707 (build-system r-build-system)
5708 (propagated-inputs (list r-summarizedexperiment))
5709 (native-inputs (list r-knitr))
5710 (home-page "https://bioconductor.org/packages/stageR")
5711 (synopsis "Stage-wise analysis of high throughput gene expression data")
5712 (description
5713 "The stageR package allows automated stage-wise analysis of
5714 high-throughput gene expression data. The method is published in Genome
5715 Biology at
5716 @url{https://genomebiology.biomedcentral.com/articles/10.1186/s13059-017-1277-0}.")
5717 (license license:gpl3)))
5718
5719 (define-public r-stringdb
5720 (package
5721 (name "r-stringdb")
5722 (version "2.8.4")
5723 (source
5724 (origin
5725 (method url-fetch)
5726 (uri (bioconductor-uri "STRINGdb" version))
5727 (sha256
5728 (base32 "1jn6080v6097zpqsr4gfbx31gqqdhpzjrk63avk3v3xwawmf2379"))))
5729 (properties `((upstream-name . "STRINGdb")))
5730 (build-system r-build-system)
5731 (propagated-inputs
5732 (list r-gplots
5733 r-hash
5734 r-igraph
5735 r-plotrix
5736 r-plyr
5737 r-png
5738 r-rcolorbrewer
5739 r-rcurl
5740 r-sqldf))
5741 (home-page "https://git.bioconductor.org/packages/STRINGdb")
5742 (synopsis "Search tool for the retrieval of interacting proteins database")
5743 (description
5744 "The @code{STRINGdb} package provides an R interface to the STRING
5745 protein-protein interactions database. @url{https://www.string-db.org,
5746 STRING} is a database of known and predicted protein-protein interactions.
5747 The interactions include direct (physical) and indirect (functional)
5748 associations. Each interaction is associated with a combined confidence score
5749 that integrates the various evidences.")
5750 (license license:gpl2)))
5751
5752 (define-public r-structuralvariantannotation
5753 (package
5754 (name "r-structuralvariantannotation")
5755 (version "1.12.0")
5756 (source
5757 (origin
5758 (method url-fetch)
5759 (uri (bioconductor-uri "StructuralVariantAnnotation" version))
5760 (sha256
5761 (base32 "0f3x74ic3blg8nm5xlv79k0n8j3fpl98mmhfanqfzmdl0g3j6wx6"))))
5762 (build-system r-build-system)
5763 (propagated-inputs
5764 (list r-assertthat
5765 r-biocgenerics
5766 r-biostrings
5767 r-dplyr
5768 r-genomeinfodb
5769 r-genomicfeatures
5770 r-genomicranges
5771 r-iranges
5772 r-rlang
5773 r-rtracklayer
5774 r-s4vectors
5775 r-stringr
5776 r-summarizedexperiment
5777 r-variantannotation))
5778 (native-inputs
5779 (list r-knitr))
5780 (home-page "https://bioconductor.org/packages/StructuralVariantAnnotation/")
5781 (synopsis "R package designed to simplify structural variant analysis")
5782 (description
5783 "This package contains useful helper functions for dealing with structural
5784 variants in VCF format. The packages contains functions for parsing VCFs from
5785 a number of popular callers as well as functions for dealing with breakpoints
5786 involving two separate genomic loci encoded as GRanges objects.")
5787 (license license:gpl3)))
5788
5789 (define-public r-summarizedexperiment
5790 (package
5791 (name "r-summarizedexperiment")
5792 (version "1.26.1")
5793 (source (origin
5794 (method url-fetch)
5795 (uri (bioconductor-uri "SummarizedExperiment" version))
5796 (sha256
5797 (base32
5798 "02vlqzmslyijs09jl0gdjxqjjnnl4yqbqqqlb4vb7nr0fspmyz39"))))
5799 (properties
5800 `((upstream-name . "SummarizedExperiment")))
5801 (build-system r-build-system)
5802 (propagated-inputs
5803 (list r-biobase
5804 r-biocgenerics
5805 r-delayedarray
5806 r-genomeinfodb
5807 r-genomicranges
5808 r-iranges
5809 r-matrix
5810 r-matrixgenerics
5811 r-s4vectors))
5812 (native-inputs
5813 (list r-knitr))
5814 (home-page "https://bioconductor.org/packages/SummarizedExperiment")
5815 (synopsis "Container for representing genomic ranges by sample")
5816 (description
5817 "The SummarizedExperiment container contains one or more assays, each
5818 represented by a matrix-like object of numeric or other mode. The rows
5819 typically represent genomic ranges of interest and the columns represent
5820 samples.")
5821 (license license:artistic2.0)))
5822
5823 (define-public r-sva
5824 (package
5825 (name "r-sva")
5826 (version "3.44.0")
5827 (source
5828 (origin
5829 (method url-fetch)
5830 (uri (bioconductor-uri "sva" version))
5831 (sha256
5832 (base32
5833 "0ka259rn0la0hjslj7w24q1dyyh79h84nw6mxp7armqbfjb207a4"))))
5834 (build-system r-build-system)
5835 (propagated-inputs
5836 (list r-edger
5837 r-genefilter
5838 r-mgcv
5839 r-biocparallel
5840 r-matrixstats
5841 r-limma))
5842 (home-page "https://bioconductor.org/packages/sva")
5843 (synopsis "Surrogate variable analysis")
5844 (description
5845 "This package contains functions for removing batch effects and other
5846 unwanted variation in high-throughput experiment. It also contains functions
5847 for identifying and building surrogate variables for high-dimensional data
5848 sets. Surrogate variables are covariates constructed directly from
5849 high-dimensional data like gene expression/RNA sequencing/methylation/brain
5850 imaging data that can be used in subsequent analyses to adjust for unknown,
5851 unmodeled, or latent sources of noise.")
5852 (license license:artistic2.0)))
5853
5854 (define-public r-systempiper
5855 (package
5856 (name "r-systempiper")
5857 (version "2.2.2")
5858 (source
5859 (origin
5860 (method url-fetch)
5861 (uri (bioconductor-uri "systemPipeR" version))
5862 (sha256
5863 (base32
5864 "1yybbff29gwv6rm0nw4yjw73bbl5prfj8gj4zky917smjfd459im"))))
5865 (properties `((upstream-name . "systemPipeR")))
5866 (build-system r-build-system)
5867 (propagated-inputs
5868 (list r-biocgenerics
5869 r-biostrings
5870 r-crayon
5871 r-genomicranges
5872 r-ggplot2
5873 r-htmlwidgets
5874 r-magrittr
5875 r-rsamtools
5876 r-s4vectors
5877 r-shortread
5878 r-stringr
5879 r-summarizedexperiment
5880 r-yaml))
5881 (native-inputs
5882 (list r-knitr))
5883 (home-page "https://github.com/tgirke/systemPipeR")
5884 (synopsis "Next generation sequencing workflow and reporting environment")
5885 (description
5886 "This R package provides tools for building and running automated
5887 end-to-end analysis workflows for a wide range of @dfn{next generation
5888 sequence} (NGS) applications such as RNA-Seq, ChIP-Seq, VAR-Seq and Ribo-Seq.
5889 Important features include a uniform workflow interface across different NGS
5890 applications, automated report generation, and support for running both R and
5891 command-line software, such as NGS aligners or peak/variant callers, on local
5892 computers or compute clusters. Efficient handling of complex sample sets and
5893 experimental designs is facilitated by a consistently implemented sample
5894 annotation infrastructure.")
5895 (license license:artistic2.0)))
5896
5897 (define-public r-topgo
5898 (package
5899 (name "r-topgo")
5900 (version "2.48.0")
5901 (source (origin
5902 (method url-fetch)
5903 (uri (bioconductor-uri "topGO" version))
5904 (sha256
5905 (base32
5906 "125r42ymk1irjmwk4sywjkcshs71s26p3zsvryfdvf56k5w162v6"))))
5907 (properties
5908 `((upstream-name . "topGO")))
5909 (build-system r-build-system)
5910 (propagated-inputs
5911 (list r-annotationdbi
5912 r-dbi
5913 r-biobase
5914 r-biocgenerics
5915 r-go-db
5916 r-graph
5917 r-lattice
5918 r-matrixstats
5919 r-sparsem))
5920 (home-page "https://bioconductor.org/packages/topGO")
5921 (synopsis "Enrichment analysis for gene ontology")
5922 (description
5923 "The topGO package provides tools for testing @dfn{gene ontology} (GO)
5924 terms while accounting for the topology of the GO graph. Different test
5925 statistics and different methods for eliminating local similarities and
5926 dependencies between GO terms can be implemented and applied.")
5927 ;; Any version of the LGPL applies.
5928 (license license:lgpl2.1+)))
5929
5930 (define-public r-tximport
5931 (package
5932 (name "r-tximport")
5933 (version "1.24.0")
5934 (source (origin
5935 (method url-fetch)
5936 (uri (bioconductor-uri "tximport" version))
5937 (sha256
5938 (base32
5939 "1cnra82pvwz79a1hkw0phc6aa3v43r5p4nx8xyx5wzmkd7rjkc8x"))))
5940 (build-system r-build-system)
5941 (native-inputs
5942 (list r-knitr))
5943 (home-page "https://bioconductor.org/packages/tximport")
5944 (synopsis "Import and summarize transcript-level estimates for gene-level analysis")
5945 (description
5946 "This package provides tools to import transcript-level abundance,
5947 estimated counts and transcript lengths, and to summarize them into matrices
5948 for use with downstream gene-level analysis packages. Average transcript
5949 length, weighted by sample-specific transcript abundance estimates, is
5950 provided as a matrix which can be used as an offset for different expression
5951 of gene-level counts.")
5952 (license license:gpl2+)))
5953
5954 ;; This is a CRAN package, but it depends on a Bioconductor package.
5955 (define-public r-valr
5956 (package
5957 (name "r-valr")
5958 (version "0.6.4")
5959 (source
5960 (origin
5961 (method url-fetch)
5962 (uri (cran-uri "valr" version))
5963 (sha256
5964 (base32
5965 "0dd41irvibh6rwi52bw4zg4m7wpyihlp1kdkb8fdji3csw2fiz4k"))))
5966 (build-system r-build-system)
5967 (propagated-inputs
5968 (list r-broom
5969 r-dplyr
5970 r-ggplot2
5971 r-rcpp
5972 r-readr
5973 r-rlang
5974 r-rtracklayer ;bioconductor package
5975 r-stringr
5976 r-tibble))
5977 (native-inputs
5978 (list r-knitr))
5979 (home-page "https://github.com/rnabioco/valr")
5980 (synopsis "Genome interval arithmetic in R")
5981 (description
5982 "This package enables you to read and manipulate genome intervals and
5983 signals. It provides functionality similar to command-line tool suites within
5984 R, enabling interactive analysis and visualization of genome-scale data.")
5985 (license license:expat)))
5986
5987 (define-public r-variantannotation
5988 (package
5989 (name "r-variantannotation")
5990 (version "1.42.1")
5991 (source (origin
5992 (method url-fetch)
5993 (uri (bioconductor-uri "VariantAnnotation" version))
5994 (sha256
5995 (base32
5996 "12d5hkx6pby6l2asyg4jp4jb2x17ybwhqd55rl64h37mwcndbdg1"))))
5997 (properties
5998 `((upstream-name . "VariantAnnotation")))
5999 (propagated-inputs
6000 (list r-annotationdbi
6001 r-biobase
6002 r-biocgenerics
6003 r-biostrings
6004 r-bsgenome
6005 r-dbi
6006 r-genomeinfodb
6007 r-genomicfeatures
6008 r-genomicranges
6009 r-iranges
6010 r-matrixgenerics
6011 r-summarizedexperiment
6012 r-rhtslib
6013 r-rsamtools
6014 r-rtracklayer
6015 r-s4vectors
6016 r-xvector
6017 r-zlibbioc))
6018 (build-system r-build-system)
6019 (home-page "https://bioconductor.org/packages/VariantAnnotation")
6020 (synopsis "Package for annotation of genetic variants")
6021 (description "This R package can annotate variants, compute amino acid
6022 coding changes and predict coding outcomes.")
6023 (license license:artistic2.0)))
6024
6025 (define-public r-vsn
6026 (package
6027 (name "r-vsn")
6028 (version "3.64.0")
6029 (source
6030 (origin
6031 (method url-fetch)
6032 (uri (bioconductor-uri "vsn" version))
6033 (sha256
6034 (base32
6035 "1ja7vdjvgx671l57f9fzfn4vc6q7xzfmqs4krg2rdyfaaf531gqf"))))
6036 (build-system r-build-system)
6037 (propagated-inputs
6038 (list r-affy r-biobase r-ggplot2 r-lattice r-limma))
6039 (native-inputs
6040 (list r-knitr)) ; for vignettes
6041 (home-page "https://bioconductor.org/packages/release/bioc/html/vsn.html")
6042 (synopsis "Variance stabilization and calibration for microarray data")
6043 (description
6044 "The package implements a method for normalising microarray intensities,
6045 and works for single- and multiple-color arrays. It can also be used for data
6046 from other technologies, as long as they have similar format. The method uses
6047 a robust variant of the maximum-likelihood estimator for an
6048 additive-multiplicative error model and affine calibration. The model
6049 incorporates data calibration step (a.k.a. normalization), a model for the
6050 dependence of the variance on the mean intensity and a variance stabilizing
6051 data transformation. Differences between transformed intensities are
6052 analogous to \"normalized log-ratios\". However, in contrast to the latter,
6053 their variance is independent of the mean, and they are usually more sensitive
6054 and specific in detecting differential transcription.")
6055 (license license:artistic2.0)))
6056
6057 ;; There is no source tarball, so we fetch the code from the Bioconductor git
6058 ;; repository.
6059 (define-public r-xcir
6060 (let ((commit "3b59d456f2ad7f70285915b036b1dc4279687277")
6061 (revision "1"))
6062 (package
6063 (name "r-xcir")
6064 (version (git-version "1.8.0" revision commit))
6065 (source (origin
6066 (method git-fetch)
6067 (uri (git-reference
6068 (url "https://git.bioconductor.org/packages/XCIR")
6069 (commit commit)))
6070 (file-name (git-file-name name version))
6071 (sha256
6072 (base32
6073 "1xxw5ady5j2p7z7zjxgx7lhm85x7fxbljiv49lc2ghsvh9wm937p"))))
6074 (properties `((upstream-name . "XCIR")))
6075 (build-system r-build-system)
6076 (propagated-inputs (list r-biomart
6077 r-biostrings
6078 r-data-table
6079 r-ggplot2
6080 r-iranges
6081 r-readxl
6082 r-s4vectors
6083 r-seqminer
6084 r-variantannotation))
6085 (native-inputs (list r-knitr))
6086 (home-page "https://github.com/SRenan/XCIR")
6087 (synopsis "Analysis of X chromosome inactivation")
6088 (description
6089 "This package is an R package that offers models and tools for subject
6090 level analysis of @dfn{X chromosome inactivation} (XCI) and XCI-escape
6091 inference.")
6092 (license license:gpl2))))
6093
6094 (define-public r-xina
6095 (package
6096 (name "r-xina")
6097 (version "1.14.0")
6098 (source
6099 (origin
6100 (method url-fetch)
6101 (uri (bioconductor-uri "XINA" version))
6102 (sha256
6103 (base32 "03gf7mqpnwx12kny9fsaskgrw83b0wi2cf1j4dbq46pfxjx34v1g"))))
6104 (properties `((upstream-name . "XINA")))
6105 (build-system r-build-system)
6106 (propagated-inputs
6107 (list r-alluvial
6108 r-ggplot2
6109 r-gridextra
6110 r-igraph
6111 r-mclust
6112 r-plyr
6113 r-stringdb))
6114 (native-inputs (list r-knitr))
6115 (home-page "https://git.bioconductor.org/packages/XINA")
6116 (synopsis "Identifying proteins that exhibit similar patterns")
6117 (description
6118 "The aim of @code{XINA} is to determine which proteins exhibit similar
6119 patterns within and across experimental conditions, since proteins with
6120 co-abundance patterns may have common molecular functions. @code{XINA} imports
6121 multiple datasets, tags dataset in silico, and combines the data for subsequent
6122 subgrouping into multiple clusters. The result is a single output depicting
6123 the variation across all conditions. @code{XINA} not only extracts
6124 coabundance profiles within and across experiments, but also incorporates
6125 protein-protein interaction databases and integrative resources such as
6126 @dfn{Kyoto encyclopedia of genes and genomes} (KEGG) to infer interactors and
6127 molecular functions, respectively, and produces intuitive graphical outputs.")
6128 (license license:gpl3)))
6129
6130 (define-public r-xmapbridge
6131 (package
6132 (name "r-xmapbridge")
6133 (version "1.54.0")
6134 (source
6135 (origin
6136 (method url-fetch)
6137 (uri (bioconductor-uri "xmapbridge" version))
6138 (sha256
6139 (base32 "1n3nxc4jwxf5z32i70sza52nyk29adhp8vc3hac7r5b8mbi6gg10"))))
6140 (properties `((upstream-name . "xmapbridge")))
6141 (build-system r-build-system)
6142 (home-page "https://git.bioconductor.org/packages/xmapbridge")
6143 (synopsis "Display numeric data in the web based genome browser X:MAP")
6144 (description
6145 "The package @code{xmapbridge} can plot graphs in the X:Map genome
6146 browser. X:Map uses the Google Maps API to provide a scrollable view of the
6147 genome. It supports a number of species, and can be accessed at
6148 @url{http://xmap.picr.man.ac.uk}. This package exports plotting files in a
6149 suitable format. Graph plotting in R is done using calls to the functions
6150 @code{xmap.plot} and @code{xmap.points}, which have parameters that aim to be
6151 similar to those used by the standard plot methods in R. These result in data
6152 being written to a set of files (in a specific directory structure) that
6153 contain the data to be displayed, as well as some additional meta-data
6154 describing each of the graphs.")
6155 (license license:lgpl3)))
6156
6157 (define-public r-xvector
6158 (package
6159 (name "r-xvector")
6160 (version "0.36.0")
6161 (source (origin
6162 (method url-fetch)
6163 (uri (bioconductor-uri "XVector" version))
6164 (sha256
6165 (base32
6166 "1f3sbqy279gb9k13l73j00ixywa1havlqy81zx766r1xkz15nvhk"))))
6167 (properties
6168 `((upstream-name . "XVector")))
6169 (build-system r-build-system)
6170 (arguments
6171 `(#:phases
6172 (modify-phases %standard-phases
6173 (add-after 'unpack 'use-system-zlib
6174 (lambda _
6175 (substitute* "DESCRIPTION"
6176 (("zlibbioc, ") ""))
6177 (substitute* "NAMESPACE"
6178 (("import\\(zlibbioc\\)") ""))
6179 #t)))))
6180 (inputs
6181 (list zlib))
6182 (propagated-inputs
6183 (list r-biocgenerics r-iranges r-s4vectors))
6184 (home-page "https://bioconductor.org/packages/XVector")
6185 (synopsis "Representation and manpulation of external sequences")
6186 (description
6187 "This package provides memory efficient S4 classes for storing sequences
6188 \"externally\" (behind an R external pointer, or on disk).")
6189 (license license:artistic2.0)))
6190
6191 (define-public r-zlibbioc
6192 (package
6193 (name "r-zlibbioc")
6194 (version "1.42.0")
6195 (source (origin
6196 (method url-fetch)
6197 (uri (bioconductor-uri "zlibbioc" version))
6198 (sha256
6199 (base32
6200 "0w0y9jixdk6akmasn55g9g0nhlh93hbca5bwx5w1fypnvqrqpxzv"))))
6201 (properties
6202 `((upstream-name . "zlibbioc")))
6203 (build-system r-build-system)
6204 (home-page "https://bioconductor.org/packages/zlibbioc")
6205 (synopsis "Provider for zlib-1.2.5 to R packages")
6206 (description "This package uses the source code of zlib-1.2.5 to create
6207 libraries for systems that do not have these available via other means.")
6208 (license license:artistic2.0)))
6209
6210 (define-public r-zellkonverter
6211 (package
6212 (name "r-zellkonverter")
6213 (version "1.6.3")
6214 (source
6215 (origin
6216 (method url-fetch)
6217 (uri (bioconductor-uri "zellkonverter" version))
6218 (sha256
6219 (base32 "0l6v7a2zyxpq2w3vm85z439ldi3ld3pkc3wx95a1vxzbr31cpdzz"))))
6220 (properties `((upstream-name . "zellkonverter")))
6221 (build-system r-build-system)
6222 (propagated-inputs
6223 (list r-basilisk
6224 r-cli
6225 r-delayedarray
6226 r-matrix
6227 r-reticulate
6228 r-s4vectors
6229 r-singlecellexperiment
6230 r-summarizedexperiment))
6231 (native-inputs (list r-knitr))
6232 (home-page "https://github.com/theislab/zellkonverter")
6233 (synopsis "Conversion between AnnData and single-cell experiments objects")
6234 (description
6235 "This package provides methods to convert between Python AnnData objects
6236 and SingleCellExperiment objects. These are primarily intended for use by
6237 downstream Bioconductor packages that wrap Python methods for single-cell data
6238 analysis. It also includes functions to read and write H5AD files used for
6239 saving AnnData objects to disk.")
6240 (license license:expat)))
6241
6242 (define-public r-geneplotter
6243 (package
6244 (name "r-geneplotter")
6245 (version "1.74.0")
6246 (source
6247 (origin
6248 (method url-fetch)
6249 (uri (bioconductor-uri "geneplotter" version))
6250 (sha256
6251 (base32
6252 "13230mzrdralnvf9jp032s16a8mk3kx5476nnvpa4pvcgp1i1ijc"))))
6253 (build-system r-build-system)
6254 (propagated-inputs
6255 (list r-annotate
6256 r-annotationdbi
6257 r-biobase
6258 r-biocgenerics
6259 r-lattice
6260 r-rcolorbrewer))
6261 (home-page "https://bioconductor.org/packages/geneplotter")
6262 (synopsis "Graphics functions for genomic data")
6263 (description
6264 "This package provides functions for plotting genomic data.")
6265 (license license:artistic2.0)))
6266
6267 (define-public r-oligoclasses
6268 (package
6269 (name "r-oligoclasses")
6270 (version "1.58.0")
6271 (source
6272 (origin
6273 (method url-fetch)
6274 (uri (bioconductor-uri "oligoClasses" version))
6275 (sha256
6276 (base32
6277 "1m4x50gl1fm5waa531v7ml0q229q65qn9cgiwnvjg721fvra7mdk"))))
6278 (properties `((upstream-name . "oligoClasses")))
6279 (build-system r-build-system)
6280 (propagated-inputs
6281 (list r-affyio
6282 r-biobase
6283 r-biocgenerics
6284 r-biocmanager
6285 r-biostrings
6286 r-dbi
6287 r-ff
6288 r-foreach
6289 r-genomicranges
6290 r-iranges
6291 r-rsqlite
6292 r-s4vectors
6293 r-summarizedexperiment))
6294 (home-page "https://bioconductor.org/packages/oligoClasses/")
6295 (synopsis "Classes for high-throughput arrays")
6296 (description
6297 "This package contains class definitions, validity checks, and
6298 initialization methods for classes used by the @code{oligo} and @code{crlmm}
6299 packages.")
6300 (license license:gpl2+)))
6301
6302 (define-public r-oligo
6303 (package
6304 (name "r-oligo")
6305 (version "1.60.0")
6306 (source
6307 (origin
6308 (method url-fetch)
6309 (uri (bioconductor-uri "oligo" version))
6310 (sha256
6311 (base32
6312 "0y7j96rafm9b85sxq2483i73685i3j67lk33fn8nfcav6lmsv5vy"))))
6313 (properties `((upstream-name . "oligo")))
6314 (build-system r-build-system)
6315 (inputs (list zlib))
6316 (propagated-inputs
6317 (list r-affxparser
6318 r-affyio
6319 r-biobase
6320 r-biocgenerics
6321 r-biostrings
6322 r-dbi
6323 r-ff
6324 r-oligoclasses
6325 r-preprocesscore
6326 r-rsqlite
6327 r-zlibbioc))
6328 (native-inputs
6329 (list r-knitr))
6330 (home-page "https://bioconductor.org/packages/oligo/")
6331 (synopsis "Preprocessing tools for oligonucleotide arrays")
6332 (description
6333 "This package provides a package to analyze oligonucleotide
6334 arrays (expression/SNP/tiling/exon) at probe-level. It currently supports
6335 Affymetrix (CEL files) and NimbleGen arrays (XYS files).")
6336 (license license:lgpl2.0+)))
6337
6338 (define-public r-qvalue
6339 (package
6340 (name "r-qvalue")
6341 (version "2.28.0")
6342 (source
6343 (origin
6344 (method url-fetch)
6345 (uri (bioconductor-uri "qvalue" version))
6346 (sha256
6347 (base32
6348 "0cvhm5cldcnnxwa293dig1pj9lvj2hnz9zh4gfr25sw0xlcjzmyw"))))
6349 (build-system r-build-system)
6350 (propagated-inputs
6351 (list r-ggplot2 r-reshape2))
6352 (native-inputs
6353 (list r-knitr))
6354 (home-page "https://github.com/StoreyLab/qvalue")
6355 (synopsis "Q-value estimation for false discovery rate control")
6356 (description
6357 "This package takes a list of p-values resulting from the simultaneous
6358 testing of many hypotheses and estimates their q-values and local @dfn{false
6359 discovery rate} (FDR) values. The q-value of a test measures the proportion
6360 of false positives incurred when that particular test is called significant.
6361 The local FDR measures the posterior probability the null hypothesis is true
6362 given the test's p-value. Various plots are automatically generated, allowing
6363 one to make sensible significance cut-offs. The software can be applied to
6364 problems in genomics, brain imaging, astrophysics, and data mining.")
6365 ;; Any version of the LGPL.
6366 (license license:lgpl3+)))
6367
6368 (define r-rcppnumerical
6369 (package
6370 (name "r-rcppnumerical")
6371 (version "0.4-0")
6372 (source (origin
6373 (method url-fetch)
6374 (uri (cran-uri "RcppNumerical" version))
6375 (sha256
6376 (base32
6377 "1a92fql6mijhnr1kxkcxwivf95pk9lhgmhzkshs51h0ybfv5krik"))))
6378 (properties `((upstream-name . "RcppNumerical")))
6379 (build-system r-build-system)
6380 (propagated-inputs
6381 `(("r-rcpp" ,r-rcpp)
6382 ("r-rcppeigen" ,r-rcppeigen)))
6383 (native-inputs
6384 `(("r-knitr" ,r-knitr)))
6385 (home-page "https://github.com/yixuan/RcppNumerical")
6386 (synopsis "Rcpp integration for numerical computing libraries")
6387 (description "This package provides a collection of open source libraries
6388 for numerical computing (numerical integration, optimization, etc.) and their
6389 integration with @code{Rcpp}.")
6390 (license license:gpl2+)))
6391
6392 (define-public r-apeglm
6393 (package
6394 (name "r-apeglm")
6395 (version "1.18.0")
6396 (source (origin
6397 (method url-fetch)
6398 (uri (bioconductor-uri "apeglm" version))
6399 (sha256
6400 (base32
6401 "1ppwk4g66x46hpqsfsvhl12398d1srqr47nmp0y2gz212kff0rby"))))
6402 (properties `((upstream-name . "apeglm")))
6403 (build-system r-build-system)
6404 (propagated-inputs
6405 (list r-emdbook
6406 r-genomicranges
6407 r-rcpp
6408 r-rcppeigen
6409 r-rcppnumerical
6410 r-summarizedexperiment))
6411 (native-inputs (list r-knitr))
6412 (home-page "https://bioconductor.org/packages/apeglm")
6413 (synopsis "Approximate posterior estimation for GLM coefficients")
6414 (description "This package provides Bayesian shrinkage estimators for
6415 effect sizes for a variety of GLM models, using approximation of the
6416 posterior for individual coefficients.")
6417 (license license:gpl2)))
6418
6419 (define-public r-greylistchip
6420 (package
6421 (name "r-greylistchip")
6422 (version "1.28.1")
6423 (source (origin
6424 (method url-fetch)
6425 (uri (bioconductor-uri "GreyListChIP" version))
6426 (sha256
6427 (base32
6428 "0w52vwvjarql19bsv40b80yn701qx8c9d0clsjhj85wmzj2p6dhg"))))
6429 (properties `((upstream-name . "GreyListChIP")))
6430 (build-system r-build-system)
6431 (propagated-inputs
6432 (list r-bsgenome
6433 r-genomeinfodb
6434 r-genomicalignments
6435 r-genomicranges
6436 r-mass
6437 r-rsamtools
6438 r-rtracklayer
6439 r-summarizedexperiment))
6440 (home-page "https://bioconductor.org/packages/GreyListChIP")
6441 (synopsis "Greylist artefact regions based on ChIP inputs")
6442 (description "This package identifies regions of ChIP experiments with high
6443 signal in the input, that lead to spurious peaks during peak calling.")
6444 (license license:artistic2.0)))
6445
6446 (define-public r-diffbind
6447 (package
6448 (name "r-diffbind")
6449 (version "3.6.1")
6450 (source
6451 (origin
6452 (method url-fetch)
6453 (uri (bioconductor-uri "DiffBind" version))
6454 (sha256
6455 (base32
6456 "0izlk8vmmal4dj0bjxhgzr25arfa9zgdv06rm70w7ylr0gl84pzr"))))
6457 (properties `((upstream-name . "DiffBind")))
6458 (build-system r-build-system)
6459 (propagated-inputs
6460 (list r-amap
6461 r-apeglm
6462 r-ashr
6463 r-biocparallel
6464 r-deseq2
6465 r-dplyr
6466 r-genomicalignments
6467 r-genomicranges
6468 r-ggplot2
6469 r-ggrepel
6470 r-gplots
6471 r-greylistchip
6472 r-iranges
6473 r-lattice
6474 r-limma
6475 r-locfit
6476 r-rcolorbrewer
6477 r-rcpp
6478 r-rhtslib
6479 r-rsamtools
6480 r-s4vectors
6481 r-summarizedexperiment
6482 r-systempiper))
6483 (home-page "https://bioconductor.org/packages/DiffBind")
6484 (synopsis "Differential binding analysis of ChIP-Seq peak data")
6485 (description
6486 "This package computes differentially bound sites from multiple
6487 ChIP-seq experiments using affinity (quantitative) data. Also enables
6488 occupancy (overlap) analysis and plotting functions.")
6489 (license license:artistic2.0)))
6490
6491 (define-public r-ripseeker
6492 (package
6493 (name "r-ripseeker")
6494 (version "1.26.0")
6495 (source
6496 (origin
6497 (method url-fetch)
6498 (uri (bioconductor-uri "RIPSeeker" version))
6499 (sha256
6500 (base32
6501 "1wyv9mfrbxzklysfjcnwb8yils71janyyxa982jn0zxx4p9cl3vs"))))
6502 (properties `((upstream-name . "RIPSeeker")))
6503 (build-system r-build-system)
6504 (propagated-inputs
6505 (list r-s4vectors
6506 r-iranges
6507 r-genomicranges
6508 r-summarizedexperiment
6509 r-rsamtools
6510 r-genomicalignments
6511 r-rtracklayer))
6512 (home-page "https://bioconductor.org/packages/RIPSeeker")
6513 (synopsis
6514 "Identifying protein-associated transcripts from RIP-seq experiments")
6515 (description
6516 "This package infers and discriminates RIP peaks from RIP-seq alignments
6517 using two-state HMM with negative binomial emission probability. While
6518 RIPSeeker is specifically tailored for RIP-seq data analysis, it also provides
6519 a suite of bioinformatics tools integrated within this self-contained software
6520 package comprehensively addressing issues ranging from post-alignments
6521 processing to visualization and annotation.")
6522 (license license:gpl2)))
6523
6524 (define-public r-mbkmeans
6525 (package
6526 (name "r-mbkmeans")
6527 (version "1.12.0")
6528 (source (origin
6529 (method url-fetch)
6530 (uri (bioconductor-uri "mbkmeans" version))
6531 (sha256
6532 (base32
6533 "1f5krzlyqljz763vkp1a50danjn78xhn35s8qqdvzrmwyx0fzphg"))))
6534 (build-system r-build-system)
6535 (native-inputs
6536 (list r-knitr))
6537 (propagated-inputs
6538 (list r-beachmat
6539 r-benchmarkme
6540 r-biocparallel
6541 r-clusterr
6542 r-delayedarray
6543 r-matrix
6544 r-rcpp
6545 r-rcpparmadillo
6546 r-rhdf5lib
6547 r-s4vectors
6548 r-singlecellexperiment
6549 r-summarizedexperiment))
6550 (home-page "https://bioconductor.org/packages/mbkmeans")
6551 (synopsis "Mini-batch k-means clustering for single-cell RNA-seq")
6552 (description "This package implements the mini-batch k-means algorithm for
6553 large datasets, including support for on-disk data representation.")
6554 (license license:expat)))
6555
6556 (define-public r-multtest
6557 (package
6558 (name "r-multtest")
6559 (version "2.52.0")
6560 (source
6561 (origin
6562 (method url-fetch)
6563 (uri (bioconductor-uri "multtest" version))
6564 (sha256
6565 (base32
6566 "037wcmwk1wvhjxgmlvnk289pkwishi1753ajkmy9x14xlmldix82"))))
6567 (build-system r-build-system)
6568 (propagated-inputs
6569 (list r-survival r-biocgenerics r-biobase r-mass))
6570 (home-page "https://bioconductor.org/packages/multtest")
6571 (synopsis "Resampling-based multiple hypothesis testing")
6572 (description
6573 "This package can do non-parametric bootstrap and permutation
6574 resampling-based multiple testing procedures (including empirical Bayes
6575 methods) for controlling the family-wise error rate (FWER), generalized
6576 family-wise error rate (gFWER), tail probability of the proportion of
6577 false positives (TPPFP), and false discovery rate (FDR). Several choices
6578 of bootstrap-based null distribution are implemented (centered, centered
6579 and scaled, quantile-transformed). Single-step and step-wise methods are
6580 available. Tests based on a variety of T- and F-statistics (including
6581 T-statistics based on regression parameters from linear and survival models
6582 as well as those based on correlation parameters) are included. When probing
6583 hypotheses with T-statistics, users may also select a potentially faster null
6584 distribution which is multivariate normal with mean zero and variance
6585 covariance matrix derived from the vector influence function. Results are
6586 reported in terms of adjusted P-values, confidence regions and test statistic
6587 cutoffs. The procedures are directly applicable to identifying differentially
6588 expressed genes in DNA microarray experiments.")
6589 (license license:lgpl3)))
6590
6591 (define-public r-graph
6592 (package
6593 (name "r-graph")
6594 (version "1.74.0")
6595 (source (origin
6596 (method url-fetch)
6597 (uri (bioconductor-uri "graph" version))
6598 (sha256
6599 (base32
6600 "1b8hrjwjg82kicls1496fxfzv75xjvq2k6r9apzsd3qlbyg3ilg4"))))
6601 (build-system r-build-system)
6602 (propagated-inputs
6603 (list r-biocgenerics))
6604 (home-page "https://bioconductor.org/packages/graph")
6605 (synopsis "Handle graph data structures in R")
6606 (description
6607 "This package implements some simple graph handling capabilities for R.")
6608 (license license:artistic2.0)))
6609
6610 ;; This is a CRAN package, but it depends on a Bioconductor package.
6611 (define-public r-ggm
6612 (package
6613 (name "r-ggm")
6614 (version "2.5")
6615 (source
6616 (origin
6617 (method url-fetch)
6618 (uri (cran-uri "ggm" version))
6619 (sha256
6620 (base32
6621 "11wc6k2kj2ydy0dyks5mbvbhxm1r43id87anl1jg6dn0yv4m78di"))))
6622 (properties `((upstream-name . "ggm")))
6623 (build-system r-build-system)
6624 (propagated-inputs
6625 (list r-graph r-igraph))
6626 (home-page "https://cran.r-project.org/package=ggm")
6627 (synopsis "Functions for graphical Markov models")
6628 (description
6629 "This package provides functions and datasets for maximum likelihood
6630 fitting of some classes of graphical Markov models.")
6631 (license license:gpl2+)))
6632
6633 ;; This is a CRAN package, but it depends on a Bioconductor package, r-graph.
6634 (define-public r-perfmeas
6635 (package
6636 (name "r-perfmeas")
6637 (version "1.2.1")
6638 (source
6639 (origin
6640 (method url-fetch)
6641 (uri (cran-uri "PerfMeas" version))
6642 (sha256
6643 (base32
6644 "1x7ancmb41zd1js24rx94plgbssyc71z2bvpic6mg34xjkwdjw93"))))
6645 (properties `((upstream-name . "PerfMeas")))
6646 (build-system r-build-system)
6647 (propagated-inputs
6648 (list r-graph r-limma r-rbgl))
6649 (home-page "https://cran.r-project.org/web/packages/PerfMeas/")
6650 (synopsis "Performance measures for ranking and classification tasks")
6651 (description
6652 "This package implements different performance measures for
6653 classification and ranking tasks. @dfn{Area under curve} (AUC), precision at
6654 a given recall, F-score for single and multiple classes are available.")
6655 (license license:gpl2+)))
6656
6657 ;; This is a CRAN package, but it depends on a Bioconductor package.
6658 (define-public r-codedepends
6659 (package
6660 (name "r-codedepends")
6661 (version "0.6.5")
6662 (source
6663 (origin
6664 (method url-fetch)
6665 (uri (cran-uri "CodeDepends" version))
6666 (sha256
6667 (base32
6668 "0l7kiv3awx50glf5cs841b4zzsff1ml90f0zr868ygvwsr4ps1hq"))))
6669 (properties `((upstream-name . "CodeDepends")))
6670 (build-system r-build-system)
6671 (propagated-inputs
6672 (list r-codetools r-graph r-xml))
6673 (home-page "https://cran.r-project.org/web/packages/CodeDepends")
6674 (synopsis "Analysis of R code for reproducible research and code comprehension")
6675 (description
6676 "This package provides tools for analyzing R expressions or blocks of
6677 code and determining the dependencies between them. It focuses on R scripts,
6678 but can be used on the bodies of functions. There are many facilities
6679 including the ability to summarize or get a high-level view of code,
6680 determining dependencies between variables, code improvement suggestions.")
6681 ;; Any version of the GPL
6682 (license (list license:gpl2+ license:gpl3+))))
6683
6684 (define-public r-chippeakanno
6685 (package
6686 (name "r-chippeakanno")
6687 (version "3.30.1")
6688 (source
6689 (origin
6690 (method url-fetch)
6691 (uri (bioconductor-uri "ChIPpeakAnno" version))
6692 (sha256
6693 (base32
6694 "0a26glldxczcfymjvd45gv5m4hympziivm6wwx4ab9wld7n43l8y"))))
6695 (properties `((upstream-name . "ChIPpeakAnno")))
6696 (build-system r-build-system)
6697 (propagated-inputs
6698 (list r-annotationdbi
6699 r-biocgenerics
6700 r-biomart
6701 r-biostrings
6702 r-dbi
6703 r-dplyr
6704 r-ensembldb
6705 r-genomeinfodb
6706 r-genomicalignments
6707 r-genomicfeatures
6708 r-genomicranges
6709 r-ggplot2
6710 r-graph
6711 r-interactionset
6712 r-iranges
6713 r-keggrest
6714 r-matrixstats
6715 r-multtest
6716 r-rbgl
6717 r-regioner
6718 r-rsamtools
6719 r-rtracklayer
6720 r-s4vectors
6721 r-summarizedexperiment
6722 r-venndiagram))
6723 (native-inputs
6724 (list r-knitr))
6725 (home-page "https://bioconductor.org/packages/ChIPpeakAnno")
6726 (synopsis "Peaks annotation from ChIP-seq and ChIP-chip experiments")
6727 (description
6728 "The package includes functions to retrieve the sequences around the peak,
6729 obtain enriched Gene Ontology (GO) terms, find the nearest gene, exon, miRNA or
6730 custom features such as most conserved elements and other transcription factor
6731 binding sites supplied by users. Starting 2.0.5, new functions have been added
6732 for finding the peaks with bi-directional promoters with summary statistics
6733 (peaksNearBDP), for summarizing the occurrence of motifs in peaks
6734 (summarizePatternInPeaks) and for adding other IDs to annotated peaks or
6735 enrichedGO (addGeneIDs).")
6736 (license license:gpl2+)))
6737
6738 (define-public r-matrixgenerics
6739 (package
6740 (name "r-matrixgenerics")
6741 (version "1.8.1")
6742 (source (origin
6743 (method url-fetch)
6744 (uri (bioconductor-uri "MatrixGenerics" version))
6745 (sha256
6746 (base32
6747 "1liblnpziyyjxzrhdd5d89ilvfqqhbl87h3hsmdm0kwnmc73r37f"))))
6748 (properties
6749 `((upstream-name . "MatrixGenerics")))
6750 (build-system r-build-system)
6751 (propagated-inputs
6752 (list r-matrixstats))
6753 (home-page "https://bioconductor.org/packages/MatrixGenerics")
6754 (synopsis "S4 generic summary statistic functions for matrix-like objects")
6755 (description
6756 "This package provides S4 generic functions modeled after the
6757 @code{matrixStats} API for alternative matrix implementations. Packages with
6758 alternative matrix implementation can depend on this package and implement the
6759 generic functions that are defined here for a useful set of row and column
6760 summary statistics. Other package developers can import this package and
6761 handle a different matrix implementations without worrying about
6762 incompatibilities.")
6763 (license license:artistic2.0)))
6764
6765 (define-public r-marray
6766 (package
6767 (name "r-marray")
6768 (version "1.74.0")
6769 (source (origin
6770 (method url-fetch)
6771 (uri (bioconductor-uri "marray" version))
6772 (sha256
6773 (base32 "0awfz0akz3sylyw1jxhxgadv1rqdzvy9v11933yxkl9a8m9ngm8i"))))
6774 (build-system r-build-system)
6775 (propagated-inputs
6776 (list r-limma))
6777 (home-page "https://bioconductor.org/packages/marray")
6778 (synopsis "Exploratory analysis for two-color spotted microarray data")
6779 (description "This package contains class definitions for two-color spotted
6780 microarray data. It also includes functions for data input, diagnostic plots,
6781 normalization and quality checking.")
6782 (license license:lgpl2.0+)))
6783
6784 (define-public r-cghbase
6785 (package
6786 (name "r-cghbase")
6787 (version "1.56.0")
6788 (source (origin
6789 (method url-fetch)
6790 (uri (bioconductor-uri "CGHbase" version))
6791 (sha256
6792 (base32 "1q8yy60r4g5nyv2gbfdgk192xd73c0rrjr668d5616ddb7sx8wcr"))))
6793 (properties `((upstream-name . "CGHbase")))
6794 (build-system r-build-system)
6795 (propagated-inputs
6796 (list r-biobase r-marray))
6797 (home-page "https://bioconductor.org/packages/CGHbase")
6798 (synopsis "Base functions and classes for arrayCGH data analysis")
6799 (description "This package contains functions and classes that are needed by
6800 the @code{arrayCGH} packages.")
6801 (license license:gpl2+)))
6802
6803 (define-public r-cghcall
6804 (package
6805 (name "r-cghcall")
6806 (version "2.58.0")
6807 (source (origin
6808 (method url-fetch)
6809 (uri (bioconductor-uri "CGHcall" version))
6810 (sha256
6811 (base32 "1qpsibp4gb09sn6fkwwrdjkh3a28lqfbk18c6fvn4m386j96ps65"))))
6812 (properties `((upstream-name . "CGHcall")))
6813 (build-system r-build-system)
6814 (propagated-inputs
6815 (list r-biobase r-cghbase r-impute r-dnacopy r-snowfall))
6816 (home-page "https://bioconductor.org/packages/CGHcall")
6817 (synopsis "Base functions and classes for arrayCGH data analysis")
6818 (description "This package contains functions and classes that are needed by
6819 @code{arrayCGH} packages.")
6820 (license license:gpl2+)))
6821
6822 (define-public r-qdnaseq
6823 (package
6824 (name "r-qdnaseq")
6825 (version "1.32.0")
6826 (source (origin
6827 (method url-fetch)
6828 (uri (bioconductor-uri "QDNAseq" version))
6829 (sha256
6830 (base32 "0s360s72lfn9vjml88gg1m40n61s0dc66ilzgfjdcp65djdxxfvm"))))
6831 (properties `((upstream-name . "QDNAseq")))
6832 (build-system r-build-system)
6833 (propagated-inputs
6834 (list r-biobase
6835 r-cghbase
6836 r-cghcall
6837 r-dnacopy
6838 r-future-apply
6839 r-genomicranges
6840 r-iranges
6841 r-matrixstats
6842 r-r-utils
6843 r-rsamtools))
6844 (home-page "https://bioconductor.org/packages/QDNAseq")
6845 (synopsis "Quantitative DNA sequencing for chromosomal aberrations")
6846 (description "The genome is divided into non-overlapping fixed-sized bins,
6847 number of sequence reads in each counted, adjusted with a simultaneous
6848 two-dimensional loess correction for sequence mappability and GC content, and
6849 filtered to remove spurious regions in the genome. Downstream steps of
6850 segmentation and calling are also implemented via packages DNAcopy and CGHcall,
6851 respectively.")
6852 (license license:gpl2+)))
6853
6854 (define-public r-bayseq
6855 (package
6856 (name "r-bayseq")
6857 (version "2.30.0")
6858 (source
6859 (origin
6860 (method url-fetch)
6861 (uri (bioconductor-uri "baySeq" version))
6862 (sha256
6863 (base32
6864 "1yqykndyv32s2rk7x86qf410qr0pigc8z4gdkl8vhj4dgyr47n2j"))))
6865 (properties `((upstream-name . "baySeq")))
6866 (build-system r-build-system)
6867 (propagated-inputs
6868 (list r-abind r-edger r-genomicranges))
6869 (home-page "https://bioconductor.org/packages/baySeq/")
6870 (synopsis "Bayesian analysis of differential expression patterns in count data")
6871 (description
6872 "This package identifies differential expression in high-throughput count
6873 data, such as that derived from next-generation sequencing machines,
6874 calculating estimated posterior likelihoods of differential expression (or
6875 more complex hypotheses) via empirical Bayesian methods.")
6876 (license license:gpl3)))
6877
6878 (define-public r-chipcomp
6879 (package
6880 (name "r-chipcomp")
6881 (version "1.26.0")
6882 (source
6883 (origin
6884 (method url-fetch)
6885 (uri (bioconductor-uri "ChIPComp" version))
6886 (sha256
6887 (base32
6888 "06q34y59gf1iz0rs7y5x8ndy1wa95j65rfmz37aym5c46ijqsnq0"))))
6889 (properties `((upstream-name . "ChIPComp")))
6890 (build-system r-build-system)
6891 (propagated-inputs
6892 (list r-biocgenerics
6893 r-bsgenome-hsapiens-ucsc-hg19
6894 r-bsgenome-mmusculus-ucsc-mm9
6895 r-genomeinfodb
6896 r-genomicranges
6897 r-iranges
6898 r-limma
6899 r-rsamtools
6900 r-rtracklayer
6901 r-s4vectors))
6902 (home-page "https://bioconductor.org/packages/ChIPComp")
6903 (synopsis "Quantitative comparison of multiple ChIP-seq datasets")
6904 (description
6905 "ChIPComp implements a statistical method for quantitative comparison of
6906 multiple ChIP-seq datasets. It detects differentially bound sharp binding
6907 sites across multiple conditions considering matching control in ChIP-seq
6908 datasets.")
6909 ;; Any version of the GPL.
6910 (license license:gpl3+)))
6911
6912 (define-public r-riboprofiling
6913 (package
6914 (name "r-riboprofiling")
6915 (version "1.26.0")
6916 (source
6917 (origin
6918 (method url-fetch)
6919 (uri (bioconductor-uri "RiboProfiling" version))
6920 (sha256
6921 (base32
6922 "08m4rc530bkzcc43iwzg2fw9cjlf4wc2d8akv5vblsb42xdn8sqp"))))
6923 (properties `((upstream-name . "RiboProfiling")))
6924 (build-system r-build-system)
6925 (propagated-inputs
6926 (list r-biocgenerics
6927 r-biostrings
6928 r-data-table
6929 r-genomeinfodb
6930 r-genomicalignments
6931 r-genomicfeatures
6932 r-genomicranges
6933 r-ggbio
6934 r-ggplot2
6935 r-iranges
6936 r-plyr
6937 r-reshape2
6938 r-rsamtools
6939 r-rtracklayer
6940 r-s4vectors
6941 r-sqldf))
6942 (native-inputs
6943 (list r-knitr))
6944 (home-page "https://bioconductor.org/packages/RiboProfiling/")
6945 (synopsis "Ribosome profiling data analysis")
6946 (description "Starting with a BAM file, this package provides the
6947 necessary functions for quality assessment, read start position recalibration,
6948 the counting of genomic sequence reads on CDS, 3'UTR, and 5'UTR, and plotting
6949 of count data: pairs, log fold-change, codon frequency and coverage
6950 assessment, principal component analysis on codon coverage.")
6951 (license license:gpl3)))
6952
6953 (define-public r-riboseqr
6954 (package
6955 (name "r-riboseqr")
6956 (version "1.30.0")
6957 (source
6958 (origin
6959 (method url-fetch)
6960 (uri (bioconductor-uri "riboSeqR" version))
6961 (sha256
6962 (base32
6963 "1zs3y0icsqrndjp9wwqz3jxysvyc9pch45y49j6g9b5b2l44ma26"))))
6964 (properties `((upstream-name . "riboSeqR")))
6965 (build-system r-build-system)
6966 (propagated-inputs
6967 (list r-abind
6968 r-bayseq
6969 r-genomeinfodb
6970 r-genomicranges
6971 r-iranges
6972 r-rsamtools
6973 r-seqlogo))
6974 (home-page "https://bioconductor.org/packages/riboSeqR/")
6975 (synopsis "Analysis of sequencing data from ribosome profiling experiments")
6976 (description
6977 "This package provides plotting functions, frameshift detection and
6978 parsing of genetic sequencing data from ribosome profiling experiments.")
6979 (license license:gpl3)))
6980
6981 (define-public r-interactionset
6982 (package
6983 (name "r-interactionset")
6984 (version "1.24.0")
6985 (source
6986 (origin
6987 (method url-fetch)
6988 (uri (bioconductor-uri "InteractionSet" version))
6989 (sha256
6990 (base32
6991 "0qjimx25jvm8siq8hmlbf2z6mknzpbq945p06fsj826k57bpcsm5"))))
6992 (properties
6993 `((upstream-name . "InteractionSet")))
6994 (build-system r-build-system)
6995 (propagated-inputs
6996 (list r-biocgenerics
6997 r-genomeinfodb
6998 r-genomicranges
6999 r-iranges
7000 r-matrix
7001 r-rcpp
7002 r-s4vectors
7003 r-summarizedexperiment))
7004 (native-inputs
7005 (list r-knitr))
7006 (home-page "https://bioconductor.org/packages/InteractionSet")
7007 (synopsis "Base classes for storing genomic interaction data")
7008 (description
7009 "This package provides the @code{GInteractions},
7010 @code{InteractionSet} and @code{ContactMatrix} objects and associated methods
7011 for storing and manipulating genomic interaction data from Hi-C and ChIA-PET
7012 experiments.")
7013 (license license:gpl3)))
7014
7015 (define-public r-genomicinteractions
7016 (package
7017 (name "r-genomicinteractions")
7018 (version "1.30.0")
7019 (source
7020 (origin
7021 (method url-fetch)
7022 (uri (bioconductor-uri "GenomicInteractions" version))
7023 (sha256
7024 (base32
7025 "0aph1hja5vfprxs3jl4zd1inhvih6m3v1p3jkm6w7xpj3jzvmgbx"))))
7026 (properties
7027 `((upstream-name . "GenomicInteractions")))
7028 (build-system r-build-system)
7029 (propagated-inputs
7030 (list r-biobase
7031 r-biocgenerics
7032 r-data-table
7033 r-dplyr
7034 r-genomeinfodb
7035 r-genomicranges
7036 r-ggplot2
7037 r-gridextra
7038 r-gviz
7039 r-igraph
7040 r-interactionset
7041 r-iranges
7042 r-rsamtools
7043 r-rtracklayer
7044 r-s4vectors
7045 r-stringr))
7046 (native-inputs
7047 (list r-knitr))
7048 (home-page "https://github.com/ComputationalRegulatoryGenomicsICL/GenomicInteractions/")
7049 (synopsis "R package for handling genomic interaction data")
7050 (description
7051 "This R package provides tools for handling genomic interaction data,
7052 such as ChIA-PET/Hi-C, annotating genomic features with interaction
7053 information and producing various plots and statistics.")
7054 (license license:gpl3)))
7055
7056 (define-public r-ctc
7057 (package
7058 (name "r-ctc")
7059 (version "1.70.0")
7060 (source
7061 (origin
7062 (method url-fetch)
7063 (uri (bioconductor-uri "ctc" version))
7064 (sha256
7065 (base32
7066 "0c9pgp25dqx12fmi4cqm7xyxjmy6g7wv9vbljgdjghaij2lrc4pb"))))
7067 (build-system r-build-system)
7068 (propagated-inputs (list r-amap))
7069 (home-page "https://bioconductor.org/packages/ctc/")
7070 (synopsis "Cluster and tree conversion")
7071 (description
7072 "This package provides tools for exporting and importing classification
7073 trees and clusters to other programs.")
7074 (license license:gpl2)))
7075
7076 (define-public r-goseq
7077 (package
7078 (name "r-goseq")
7079 (version "1.48.0")
7080 (source
7081 (origin
7082 (method url-fetch)
7083 (uri (bioconductor-uri "goseq" version))
7084 (sha256
7085 (base32
7086 "1w0rwzhqkvp2x7y5v0qcyjbss0p95gb1jrnx5sdkqginbvrmrd48"))))
7087 (build-system r-build-system)
7088 (propagated-inputs
7089 (list r-annotationdbi
7090 r-biasedurn
7091 r-biocgenerics
7092 r-genelendatabase
7093 r-go-db
7094 r-mgcv))
7095 (home-page "https://bioconductor.org/packages/goseq/")
7096 (synopsis "Gene Ontology analyser for RNA-seq and other length biased data")
7097 (description
7098 "This package provides tools to detect Gene Ontology and/or other user
7099 defined categories which are over/under represented in RNA-seq data.")
7100 (license license:lgpl2.0+)))
7101
7102 (define-public r-glimma
7103 (package
7104 (name "r-glimma")
7105 (version "2.6.0")
7106 (source
7107 (origin
7108 (method url-fetch)
7109 (uri (bioconductor-uri "Glimma" version))
7110 (sha256
7111 (base32
7112 "1k17ay09vhb2hakg1vrgvpp1zliavlj7cdkxaal162bc3v8pyvyz"))))
7113 (properties `((upstream-name . "Glimma")))
7114 (build-system r-build-system)
7115 (propagated-inputs
7116 (list r-deseq2
7117 r-edger
7118 r-htmlwidgets
7119 r-jsonlite
7120 r-limma
7121 r-s4vectors
7122 r-summarizedexperiment))
7123 (native-inputs
7124 (list r-knitr))
7125 (home-page "https://github.com/Shians/Glimma")
7126 (synopsis "Interactive HTML graphics")
7127 (description
7128 "This package generates interactive visualisations for analysis of
7129 RNA-sequencing data using output from limma, edgeR or DESeq2 packages in an
7130 HTML page. The interactions are built on top of the popular static
7131 representations of analysis results in order to provide additional
7132 information.")
7133 (license license:lgpl3)))
7134
7135 (define-public r-rots
7136 (package
7137 (name "r-rots")
7138 (version "1.24.0")
7139 (source
7140 (origin
7141 (method url-fetch)
7142 (uri (bioconductor-uri "ROTS" version))
7143 (sha256
7144 (base32
7145 "021a578p8kcl5yd9myiy0h2qp10r30ggnip2kp6xs7dx8nzic96r"))))
7146 (properties `((upstream-name . "ROTS")))
7147 (build-system r-build-system)
7148 (propagated-inputs
7149 (list r-biobase r-rcpp))
7150 (home-page "https://bioconductor.org/packages/ROTS/")
7151 (synopsis "Reproducibility-Optimized Test Statistic")
7152 (description
7153 "This package provides tools for calculating the
7154 @dfn{Reproducibility-Optimized Test Statistic} (ROTS) for differential testing
7155 in omics data.")
7156 (license license:gpl2+)))
7157
7158 (define-public r-plgem
7159 (package
7160 (name "r-plgem")
7161 (version "1.68.0")
7162 (source
7163 (origin
7164 (method url-fetch)
7165 (uri (bioconductor-uri "plgem" version))
7166 (sha256
7167 (base32
7168 "07zxflxcay17hxjw3wh5kfdwl2x8537csb18p1qzmyrkvscnja77"))))
7169 (build-system r-build-system)
7170 (propagated-inputs
7171 (list r-biobase r-mass))
7172 (home-page "http://www.genopolis.it")
7173 (synopsis "Detect differential expression in microarray and proteomics datasets")
7174 (description
7175 "The Power Law Global Error Model (PLGEM) has been shown to faithfully
7176 model the variance-versus-mean dependence that exists in a variety of
7177 genome-wide datasets, including microarray and proteomics data. The use of
7178 PLGEM has been shown to improve the detection of differentially expressed
7179 genes or proteins in these datasets.")
7180 (license license:gpl2)))
7181
7182 (define-public r-inspect
7183 (package
7184 (name "r-inspect")
7185 (version "1.26.0")
7186 (source
7187 (origin
7188 (method url-fetch)
7189 (uri (bioconductor-uri "INSPEcT" version))
7190 (sha256
7191 (base32
7192 "0jx887vhxwd8zlqajr9czvn9nx88ryyxlnl58hxrlajjpcjkz9ax"))))
7193 (properties `((upstream-name . "INSPEcT")))
7194 (build-system r-build-system)
7195 (propagated-inputs
7196 (list r-biobase
7197 r-biocgenerics
7198 r-biocparallel
7199 r-deseq2
7200 r-desolve
7201 r-gdata
7202 r-genomeinfodb
7203 r-genomicalignments
7204 r-genomicfeatures
7205 r-genomicranges
7206 r-iranges
7207 r-kernsmooth
7208 r-plgem
7209 r-proc
7210 r-rootsolve
7211 r-rsamtools
7212 r-rtracklayer
7213 r-s4vectors
7214 r-shiny
7215 r-summarizedexperiment
7216 r-txdb-mmusculus-ucsc-mm9-knowngene))
7217 (native-inputs
7218 (list r-knitr))
7219 (home-page "https://bioconductor.org/packages/INSPEcT")
7220 (synopsis "Analysis of 4sU-seq and RNA-seq time-course data")
7221 (description
7222 "INSPEcT (INference of Synthesis, Processing and dEgradation rates in
7223 Time-Course experiments) analyses 4sU-seq and RNA-seq time-course data in
7224 order to evaluate synthesis, processing and degradation rates and assess via
7225 modeling the rates that determines changes in mature mRNA levels.")
7226 (license license:gpl2)))
7227
7228 (define-public r-dnabarcodes
7229 (package
7230 (name "r-dnabarcodes")
7231 (version "1.26.0")
7232 (source
7233 (origin
7234 (method url-fetch)
7235 (uri (bioconductor-uri "DNABarcodes" version))
7236 (sha256
7237 (base32
7238 "0n2qlvpcjhrxr3br27gz9vhwcpf7sn6g4xdjazvvi3gqcgk90xc6"))))
7239 (properties `((upstream-name . "DNABarcodes")))
7240 (build-system r-build-system)
7241 (propagated-inputs
7242 (list r-bh r-matrix r-rcpp))
7243 (native-inputs
7244 (list r-knitr))
7245 (home-page "https://bioconductor.org/packages/DNABarcodes")
7246 (synopsis "Create and analyze DNA barcodes")
7247 (description
7248 "This package offers tools to create DNA barcode sets capable of
7249 correcting insertion, deletion, and substitution errors. Existing barcodes
7250 can be analyzed regarding their minimal, maximal and average distances between
7251 barcodes. Finally, reads that start with a (possibly mutated) barcode can be
7252 demultiplexed, i.e. assigned to their original reference barcode.")
7253 (license license:gpl2)))
7254
7255 (define-public r-ruvseq
7256 (package
7257 (name "r-ruvseq")
7258 (version "1.30.0")
7259 (source
7260 (origin
7261 (method url-fetch)
7262 (uri (bioconductor-uri "RUVSeq" version))
7263 (sha256
7264 (base32
7265 "001h07b074hvj16bjdp9llb9psphw7r6kpwhq61bj4519y6lpg7x"))))
7266 (properties `((upstream-name . "RUVSeq")))
7267 (build-system r-build-system)
7268 (propagated-inputs
7269 (list r-biobase r-edaseq r-edger r-mass))
7270 (native-inputs
7271 (list r-knitr))
7272 (home-page "https://github.com/drisso/RUVSeq")
7273 (synopsis "Remove unwanted variation from RNA-Seq data")
7274 (description
7275 "This package implements methods to @dfn{remove unwanted variation} (RUV)
7276 of Risso et al. (2014) for the normalization of RNA-Seq read counts between
7277 samples.")
7278 (license license:artistic2.0)))
7279
7280 (define-public r-biocneighbors
7281 (package
7282 (name "r-biocneighbors")
7283 (version "1.14.0")
7284 (source
7285 (origin
7286 (method url-fetch)
7287 (uri (bioconductor-uri "BiocNeighbors" version))
7288 (sha256
7289 (base32
7290 "1a43hzmcpxviqa9723hkafr6gm358amfpqj9d56imclkkfkdz95x"))))
7291 (properties `((upstream-name . "BiocNeighbors")))
7292 (build-system r-build-system)
7293 (propagated-inputs
7294 (list r-biocparallel r-matrix r-rcpp r-rcpphnsw r-s4vectors))
7295 (native-inputs
7296 (list r-knitr))
7297 (home-page "https://bioconductor.org/packages/BiocNeighbors")
7298 (synopsis "Nearest Neighbor Detection for Bioconductor packages")
7299 (description
7300 "This package implements exact and approximate methods for nearest
7301 neighbor detection, in a framework that allows them to be easily switched
7302 within Bioconductor packages or workflows. The exact algorithm is implemented
7303 using pre-clustering with the k-means algorithm. Functions are also provided
7304 to search for all neighbors within a given distance. Parallelization is
7305 achieved for all methods using the BiocParallel framework.")
7306 (license license:gpl3)))
7307
7308 (define-public r-scaledmatrix
7309 (package
7310 (name "r-scaledmatrix")
7311 (version "1.4.0")
7312 (source
7313 (origin
7314 (method url-fetch)
7315 (uri (bioconductor-uri "ScaledMatrix" version))
7316 (sha256
7317 (base32
7318 "0p6065mbn77hphpjfchz3r3raspl127f11n39mwh9bih4zg375cl"))))
7319 (properties `((upstream-name . "ScaledMatrix")))
7320 (build-system r-build-system)
7321 (propagated-inputs
7322 (list r-delayedarray r-matrix r-s4vectors))
7323 (native-inputs (list r-knitr))
7324 (home-page "https://github.com/LTLA/ScaledMatrix")
7325 (synopsis "Create a DelayedMatrix of scaled and centered values")
7326 (description
7327 "This package provides delayed computation of a matrix of scaled and
7328 centered values. The result is equivalent to using the @code{scale} function
7329 but avoids explicit realization of a dense matrix during block processing.
7330 This permits greater efficiency in common operations, most notably matrix
7331 multiplication.")
7332 (license license:gpl3)))
7333
7334 (define-public r-treeio
7335 (package
7336 (name "r-treeio")
7337 (version "1.20.0")
7338 (source
7339 (origin
7340 (method url-fetch)
7341 (uri (bioconductor-uri "treeio" version))
7342 (sha256
7343 (base32
7344 "1hc5m0b2qqxrh3z0inny2jizrpn9d4yn9pn3k1h18xb4ggyijyla"))))
7345 (properties `((upstream-name . "treeio")))
7346 (build-system r-build-system)
7347 (propagated-inputs
7348 (list r-ape
7349 r-dplyr
7350 r-jsonlite
7351 r-magrittr
7352 r-rlang
7353 r-tibble
7354 r-tidytree))
7355 (native-inputs (list r-knitr))
7356 (home-page "https://github.com/YuLab-SMU/treeio")
7357 (synopsis "Base classes and functions for Phylogenetic tree input and output")
7358 (description
7359 "This is an R package to make it easier to import and store phylogenetic
7360 trees with associated data; and to link external data from different sources
7361 to phylogeny. It also supports exporting phylogenetic trees with
7362 heterogeneous associated data to a single tree file and can be served as a
7363 platform for merging tree with associated data and converting file formats.")
7364 (license license:artistic2.0)))
7365
7366 (define-public r-ggtree
7367 (package
7368 (name "r-ggtree")
7369 (version "3.4.0")
7370 (source
7371 (origin
7372 (method url-fetch)
7373 (uri (bioconductor-uri "ggtree" version))
7374 (sha256
7375 (base32
7376 "033r748npv0l72yb9sk6lqnj0l7cd36ykf788145qv8ck5i2gyk4"))))
7377 (properties `((upstream-name . "ggtree")))
7378 (build-system r-build-system)
7379 (propagated-inputs
7380 (list r-ape
7381 r-aplot
7382 r-dplyr
7383 r-ggfun
7384 r-ggplot2
7385 r-magrittr
7386 r-purrr
7387 r-rlang
7388 r-scales
7389 r-tidyr
7390 r-tidytree
7391 r-treeio
7392 r-yulab-utils))
7393 (native-inputs (list r-knitr))
7394 (home-page "https://yulab-smu.top/treedata-book/")
7395 (synopsis "R package for visualization of trees and annotation data")
7396 (description
7397 "This package extends the ggplot2 plotting system which implements a
7398 grammar of graphics. ggtree is designed for visualization and annotation of
7399 phylogenetic trees and other tree-like structures with their annotation
7400 data.")
7401 (license license:artistic2.0)))
7402
7403 (define-public r-metapod
7404 (package
7405 (name "r-metapod")
7406 (version "1.4.0")
7407 (source
7408 (origin
7409 (method url-fetch)
7410 (uri (bioconductor-uri "metapod" version))
7411 (sha256
7412 (base32
7413 "19g9c08alg4qqr710si465wlb5dy759m5d8wn91zwj24077dds7b"))))
7414 (properties `((upstream-name . "metapod")))
7415 (build-system r-build-system)
7416 (propagated-inputs
7417 (list r-rcpp))
7418 (native-inputs
7419 (list r-knitr))
7420 (home-page "https://bioconductor.org/packages/metapod")
7421 (synopsis "Meta-analyses on p-values of differential analyses")
7422 (description
7423 "This package implements a variety of methods for combining p-values in
7424 differential analyses of genome-scale datasets. Functions can combine
7425 p-values across different tests in the same analysis (e.g., genomic windows in
7426 ChIP-seq, exons in RNA-seq) or for corresponding tests across separate
7427 analyses (e.g., replicated comparisons, effect of different treatment
7428 conditions). Support is provided for handling log-transformed input p-values,
7429 missing values and weighting where appropriate.")
7430 (license license:gpl3)))
7431
7432 (define-public r-biocsingular
7433 (package
7434 (name "r-biocsingular")
7435 (version "1.12.0")
7436 (source
7437 (origin
7438 (method url-fetch)
7439 (uri (bioconductor-uri "BiocSingular" version))
7440 (sha256
7441 (base32
7442 "1sraycnn0jahpi8kni1y8ik00ga89fvwqjmbr8388968q22mvm3x"))))
7443 (properties `((upstream-name . "BiocSingular")))
7444 (build-system r-build-system)
7445 (propagated-inputs
7446 (list r-beachmat
7447 r-biocgenerics
7448 r-biocparallel
7449 r-delayedarray
7450 r-irlba
7451 r-matrix
7452 r-rcpp
7453 r-rsvd
7454 r-s4vectors
7455 r-scaledmatrix))
7456 (native-inputs
7457 (list r-knitr))
7458 (home-page "https://github.com/LTLA/BiocSingular")
7459 (synopsis "Singular value decomposition for Bioconductor packages")
7460 (description
7461 "This package implements exact and approximate methods for singular value
7462 decomposition and principal components analysis, in a framework that allows
7463 them to be easily switched within Bioconductor packages or workflows. Where
7464 possible, parallelization is achieved using the BiocParallel framework.")
7465 (license license:gpl3)))
7466
7467 (define-public r-destiny
7468 (package
7469 (name "r-destiny")
7470 (version "3.10.0")
7471 (source
7472 (origin
7473 (method url-fetch)
7474 (uri (bioconductor-uri "destiny" version))
7475 (sha256
7476 (base32
7477 "1c85ky5ggdsi0ab1l4ipl85gc1kj1zv3wp08qrvslax3z0yw0ljy"))))
7478 (build-system r-build-system)
7479 (propagated-inputs
7480 (list r-biobase
7481 r-biocgenerics
7482 r-ggplot-multistats
7483 r-ggplot2
7484 r-ggthemes
7485 r-irlba
7486 r-knn-covertree
7487 r-matrix
7488 r-pcamethods
7489 r-proxy
7490 r-rcpp
7491 r-rcppeigen
7492 r-rcpphnsw
7493 r-rspectra
7494 r-scales
7495 r-scatterplot3d
7496 r-singlecellexperiment
7497 r-smoother
7498 r-summarizedexperiment
7499 r-tidyr
7500 r-tidyselect
7501 r-vim))
7502 (native-inputs
7503 (list r-knitr r-nbconvertr)) ; for vignettes
7504 (home-page "https://bioconductor.org/packages/destiny/")
7505 (synopsis "Create and plot diffusion maps")
7506 (description "This package provides tools to create and plot diffusion
7507 maps.")
7508 ;; Any version of the GPL
7509 (license license:gpl3+)))
7510
7511 (define-public r-savr
7512 (package
7513 (name "r-savr")
7514 (version "1.34.0")
7515 (source
7516 (origin
7517 (method url-fetch)
7518 (uri (bioconductor-uri "savR" version))
7519 (sha256
7520 (base32
7521 "04zlf3lyr6vnpj80m6fd2is2f7302sxwih8nzzjnc4ss972jid2k"))))
7522 (properties `((upstream-name . "savR")))
7523 (build-system r-build-system)
7524 (propagated-inputs
7525 (list r-ggplot2 r-gridextra r-reshape2 r-scales r-xml))
7526 (home-page "https://github.com/bcalder/savR")
7527 (synopsis "Parse and analyze Illumina SAV files")
7528 (description
7529 "This package provides tools to parse Illumina Sequence Analysis
7530 Viewer (SAV) files, access data, and generate QC plots.")
7531 (license license:agpl3+)))
7532
7533 (define-public r-chipexoqual
7534 (package
7535 (name "r-chipexoqual")
7536 (version "1.20.0")
7537 (source
7538 (origin
7539 (method url-fetch)
7540 (uri (bioconductor-uri "ChIPexoQual" version))
7541 (sha256
7542 (base32
7543 "1r4s8awvwwj1g33jpnzfxji23mfy0chkhi14i0ml5sh090xijpaz"))))
7544 (properties `((upstream-name . "ChIPexoQual")))
7545 (build-system r-build-system)
7546 (propagated-inputs
7547 (list r-biocparallel
7548 r-biovizbase
7549 r-broom
7550 r-data-table
7551 r-dplyr
7552 r-genomeinfodb
7553 r-genomicalignments
7554 r-genomicranges
7555 r-ggplot2
7556 r-hexbin
7557 r-iranges
7558 r-rcolorbrewer
7559 r-rmarkdown
7560 r-rsamtools
7561 r-s4vectors
7562 r-scales
7563 r-viridis))
7564 (native-inputs
7565 (list r-knitr))
7566 (home-page "https://github.com/keleslab/ChIPexoQual")
7567 (synopsis "Quality control pipeline for ChIP-exo/nexus data")
7568 (description
7569 "This package provides a quality control pipeline for ChIP-exo/nexus
7570 sequencing data.")
7571 (license license:gpl2+)))
7572
7573 (define-public r-copynumber
7574 (package
7575 (name "r-copynumber")
7576 (version "1.36.0")
7577 (source (origin
7578 (method url-fetch)
7579 (uri (bioconductor-uri "copynumber" version))
7580 (sha256
7581 (base32
7582 "1gr8q9ri49x8qlmbsi6k6wcak1w9v48wr1qy7axc86brzx6z6mhd"))))
7583 (build-system r-build-system)
7584 (propagated-inputs
7585 (list r-s4vectors r-iranges r-genomicranges r-biocgenerics))
7586 (home-page "https://bioconductor.org/packages/copynumber")
7587 (synopsis "Segmentation of single- and multi-track copy number data")
7588 (description
7589 "This package segments single- and multi-track copy number data by a
7590 penalized least squares regression method.")
7591 (license license:artistic2.0)))
7592
7593 (define-public r-dnacopy
7594 (package
7595 (name "r-dnacopy")
7596 (version "1.70.0")
7597 (source
7598 (origin
7599 (method url-fetch)
7600 (uri (bioconductor-uri "DNAcopy" version))
7601 (sha256
7602 (base32
7603 "10bh4p8nbl84rfngsm3bi9w542m159kff95f8c2hvjcxv5yw7iwc"))))
7604 (properties `((upstream-name . "DNAcopy")))
7605 (build-system r-build-system)
7606 (native-inputs (list gfortran))
7607 (home-page "https://bioconductor.org/packages/DNAcopy")
7608 (synopsis "DNA copy number data analysis")
7609 (description
7610 "This package implements the @dfn{circular binary segmentation} (CBS)
7611 algorithm to segment DNA copy number data and identify genomic regions with
7612 abnormal copy number.")
7613 (license license:gpl2+)))
7614
7615 ;; This is a CRAN package, but it uncharacteristically depends on a
7616 ;; Bioconductor package.
7617 (define-public r-htscluster
7618 (package
7619 (name "r-htscluster")
7620 (version "2.0.8")
7621 (source
7622 (origin
7623 (method url-fetch)
7624 (uri (cran-uri "HTSCluster" version))
7625 (sha256
7626 (base32
7627 "0wnbfh6hdx8692jilgmv8sys1zm6fqc6mim7vvjhyqlmpm8gm0kg"))))
7628 (properties `((upstream-name . "HTSCluster")))
7629 (build-system r-build-system)
7630 (propagated-inputs
7631 (list r-capushe r-edger r-plotrix))
7632 (home-page "https://cran.r-project.org/web/packages/HTSCluster")
7633 (synopsis "Clustering high-throughput transcriptome sequencing (HTS) data")
7634 (description
7635 "This package provides a Poisson mixture model is implemented to cluster
7636 genes from high-throughput transcriptome sequencing (RNA-seq) data. Parameter
7637 estimation is performed using either the EM or CEM algorithm, and the slope
7638 heuristics are used for model selection (i.e., to choose the number of
7639 clusters).")
7640 (license license:gpl3+)))
7641
7642 (define-public r-deds
7643 (package
7644 (name "r-deds")
7645 (version "1.60.0")
7646 (source
7647 (origin
7648 (method url-fetch)
7649 (uri (bioconductor-uri "DEDS" version))
7650 (sha256
7651 (base32
7652 "0vzsmah2lhxf8k6n4d0i4j609sbvygmb6ii2ridg9z3nskwkrhp8"))))
7653 (properties `((upstream-name . "DEDS")))
7654 (build-system r-build-system)
7655 (home-page "https://bioconductor.org/packages/DEDS/")
7656 (synopsis "Differential expression via distance summary for microarray data")
7657 (description
7658 "This library contains functions that calculate various statistics of
7659 differential expression for microarray data, including t statistics, fold
7660 change, F statistics, SAM, moderated t and F statistics and B statistics. It
7661 also implements a new methodology called DEDS (Differential Expression via
7662 Distance Summary), which selects differentially expressed genes by integrating
7663 and summarizing a set of statistics using a weighted distance approach.")
7664 ;; Any version of the LGPL.
7665 (license license:lgpl3+)))
7666
7667 ;; This is a CRAN package, but since it depends on a Bioconductor package we
7668 ;; put it here.
7669 (define-public r-nbpseq
7670 (package
7671 (name "r-nbpseq")
7672 (version "0.3.1")
7673 (source
7674 (origin
7675 (method url-fetch)
7676 (uri (cran-uri "NBPSeq" version))
7677 (sha256
7678 (base32
7679 "07mnnk4n0cyksp1mw36y6369is62kxsfg3wb8d3dwswycdmj8m14"))))
7680 (properties `((upstream-name . "NBPSeq")))
7681 (build-system r-build-system)
7682 (propagated-inputs
7683 (list r-qvalue))
7684 (home-page "https://cran.r-project.org/web/packages/NBPSeq")
7685 (synopsis "Negative binomial models for RNA-Seq data")
7686 (description
7687 "This package provides negative binomial models for two-group comparisons
7688 and regression inferences from RNA-sequencing data.")
7689 (license license:gpl2)))
7690
7691 (define-public r-ebseq
7692 (package
7693 (name "r-ebseq")
7694 (version "1.36.0")
7695 (source
7696 (origin
7697 (method url-fetch)
7698 (uri (bioconductor-uri "EBSeq" version))
7699 (sha256
7700 (base32
7701 "192xl9fwsh04w563yk33mfl303d1kqby2ssbqkckqsdr4jb7d57y"))))
7702 (properties `((upstream-name . "EBSeq")))
7703 (build-system r-build-system)
7704 (propagated-inputs
7705 (list r-blockmodeling r-gplots r-testthat))
7706 (home-page "https://bioconductor.org/packages/EBSeq")
7707 (synopsis "Differential expression analysis of RNA-seq data")
7708 (description
7709 "This package provides tools for differential expression analysis at both
7710 gene and isoform level using RNA-seq data")
7711 (license license:artistic2.0)))
7712
7713 (define-public r-karyoploter
7714 (package
7715 (name "r-karyoploter")
7716 (version "1.22.0")
7717 (source (origin
7718 (method url-fetch)
7719 (uri (bioconductor-uri "karyoploteR" version))
7720 (sha256
7721 (base32
7722 "0hawq9wi3ikvlcdgnjfy5fiiwfq22zwx1p8xf5h4bpypp96pknsk"))))
7723 (build-system r-build-system)
7724 (propagated-inputs
7725 (list r-annotationdbi
7726 r-bamsignals
7727 r-bezier
7728 r-biovizbase
7729 r-digest
7730 r-genomeinfodb
7731 r-genomicfeatures
7732 r-genomicranges
7733 r-iranges
7734 r-memoise
7735 r-regioner
7736 r-rsamtools
7737 r-rtracklayer
7738 r-s4vectors
7739 r-variantannotation))
7740 (native-inputs
7741 (list r-knitr))
7742 (home-page "https://bioconductor.org/packages/karyoploteR/")
7743 (synopsis "Plot customizable linear genomes displaying arbitrary data")
7744 (description "This package creates karyotype plots of arbitrary genomes and
7745 offers a complete set of functions to plot arbitrary data on them. It mimics
7746 many R base graphics functions coupling them with a coordinate change function
7747 automatically mapping the chromosome and data coordinates into the plot
7748 coordinates.")
7749 (license license:artistic2.0)))
7750
7751 (define-public r-lpsymphony
7752 (package
7753 (name "r-lpsymphony")
7754 (version "1.24.0")
7755 (source
7756 (origin
7757 (method url-fetch)
7758 (uri (bioconductor-uri "lpsymphony" version))
7759 (sha256
7760 (base32
7761 "0kc708ss5byzw8qh439mb4nq6hsfmz73gfamiznw3lv352brd33g"))))
7762 (build-system r-build-system)
7763 (inputs
7764 (list zlib))
7765 (native-inputs
7766 (list pkg-config r-knitr))
7767 (home-page "https://r-forge.r-project.org/projects/rsymphony")
7768 (synopsis "Symphony integer linear programming solver in R")
7769 (description
7770 "This package was derived from Rsymphony. The package provides an R
7771 interface to SYMPHONY, a linear programming solver written in C++. The main
7772 difference between this package and Rsymphony is that it includes the solver
7773 source code, while Rsymphony expects to find header and library files on the
7774 users' system. Thus the intention of @code{lpsymphony} is to provide an easy
7775 to install interface to SYMPHONY.")
7776 ;; Symphony 5.4 or later is distributed under the terms of the EPL 1.0.
7777 ;; lpsimphony is released under the same terms.
7778 (license license:epl1.0)))
7779
7780 (define-public r-ihw
7781 (package
7782 (name "r-ihw")
7783 (version "1.24.0")
7784 (source
7785 (origin
7786 (method url-fetch)
7787 (uri (bioconductor-uri "IHW" version))
7788 (sha256
7789 (base32
7790 "1gsfy75dz7xh16z844llcmjnp0a0ridszmrbbv2bdaa43na5msmf"))))
7791 (properties `((upstream-name . "IHW")))
7792 (build-system r-build-system)
7793 (propagated-inputs
7794 (list r-biocgenerics r-fdrtool r-lpsymphony r-slam))
7795 (native-inputs
7796 (list r-knitr))
7797 (home-page "https://bioconductor.org/packages/IHW")
7798 (synopsis "Independent hypothesis weighting")
7799 (description
7800 "@dfn{Independent hypothesis weighting} (IHW) is a multiple testing
7801 procedure that increases power compared to the method of Benjamini and
7802 Hochberg by assigning data-driven weights to each hypothesis. The input to
7803 IHW is a two-column table of p-values and covariates. The covariate can be
7804 any continuous-valued or categorical variable that is thought to be
7805 informative on the statistical properties of each hypothesis test, while it is
7806 independent of the p-value under the null hypothesis.")
7807 (license license:artistic2.0)))
7808
7809 (define-public r-icobra
7810 (package
7811 (name "r-icobra")
7812 (version "1.24.1")
7813 (source
7814 (origin
7815 (method url-fetch)
7816 (uri (bioconductor-uri "iCOBRA" version))
7817 (sha256
7818 (base32
7819 "1gvra5bgsf6lvs4f2md3xx7xxsx4j8079c2nr8vz9lvy2sfyl6s9"))))
7820 (properties `((upstream-name . "iCOBRA")))
7821 (build-system r-build-system)
7822 (propagated-inputs
7823 (list r-dplyr
7824 r-dt
7825 r-ggplot2
7826 r-limma
7827 r-markdown
7828 r-reshape2
7829 r-rocr
7830 r-scales
7831 r-shiny
7832 r-shinybs
7833 r-shinydashboard
7834 r-upsetr))
7835 (native-inputs
7836 (list r-knitr))
7837 (home-page "https://bioconductor.org/packages/iCOBRA")
7838 (synopsis "Comparison and visualization of ranking and assignment methods")
7839 (description
7840 "This package provides functions for calculation and visualization of
7841 performance metrics for evaluation of ranking and binary
7842 classification (assignment) methods. It also contains a Shiny application for
7843 interactive exploration of results.")
7844 (license license:gpl2+)))
7845
7846 (define-public r-residualmatrix
7847 (package
7848 (name "r-residualmatrix")
7849 (version "1.6.0")
7850 (source
7851 (origin
7852 (method url-fetch)
7853 (uri (bioconductor-uri "ResidualMatrix" version))
7854 (sha256
7855 (base32
7856 "1pjr3gva0jwj2pgqr4k4nl1ir1153hhrk1d400r30w0di472hns4"))))
7857 (properties
7858 `((upstream-name . "ResidualMatrix")))
7859 (build-system r-build-system)
7860 (propagated-inputs
7861 (list r-delayedarray r-matrix r-s4vectors))
7862 (native-inputs
7863 (list r-knitr))
7864 (home-page "https://github.com/LTLA/ResidualMatrix")
7865 (synopsis "Create a DelayedMatrix of regression residuals")
7866 (description
7867 "This package implements tools for delayed computation of a matrix of
7868 residuals after fitting a linear model to each column of an input matrix. It
7869 also supports partial computation of residuals where selected factors are to
7870 be preserved in the output matrix. It implements a number of efficient
7871 methods for operating on the delayed matrix of residuals, most notably matrix
7872 multiplication and calculation of row/column sums or means.")
7873 (license license:gpl3)))
7874
7875 (define-public r-batchelor
7876 (package
7877 (name "r-batchelor")
7878 (version "1.12.3")
7879 (source
7880 (origin
7881 (method url-fetch)
7882 (uri (bioconductor-uri "batchelor" version))
7883 (sha256
7884 (base32
7885 "00ix3hvhgalxg63qnynv2waa273jk336lg47k72qwxfzimsxfjxc"))))
7886 (properties `((upstream-name . "batchelor")))
7887 (build-system r-build-system)
7888 (propagated-inputs
7889 (list r-beachmat
7890 r-biocgenerics
7891 r-biocneighbors
7892 r-biocparallel
7893 r-biocsingular
7894 r-delayedarray
7895 r-delayedmatrixstats
7896 r-igraph
7897 r-matrix
7898 r-rcpp
7899 r-residualmatrix
7900 r-s4vectors
7901 r-scaledmatrix
7902 r-scuttle
7903 r-singlecellexperiment
7904 r-summarizedexperiment))
7905 (native-inputs (list r-knitr))
7906 (home-page "https://bioconductor.org/packages/batchelor")
7907 (synopsis "Single-Cell Batch Correction Methods")
7908 (description
7909 "This package implements a variety of methods for batch correction of
7910 single-cell (RNA sequencing) data. This includes methods based on detecting
7911 mutually nearest neighbors, as well as several efficient variants of linear
7912 regression of the log-expression values. Functions are also provided to
7913 perform global rescaling to remove differences in depth between batches, and
7914 to perform a principal components analysis that is robust to differences in
7915 the numbers of cells across batches.")
7916 (license license:gpl3)))
7917
7918 (define-public r-mast
7919 (package
7920 (name "r-mast")
7921 (version "1.22.0")
7922 (source
7923 (origin
7924 (method url-fetch)
7925 (uri (bioconductor-uri "MAST" version))
7926 (sha256
7927 (base32
7928 "1kmrqxcfzzcs8l33n9qn0vahc6wxq6ks3cjx95vg96maf2qzhzzi"))))
7929 (properties `((upstream-name . "MAST")))
7930 (build-system r-build-system)
7931 (propagated-inputs
7932 (list r-abind
7933 r-biobase
7934 r-biocgenerics
7935 r-data-table
7936 r-ggplot2
7937 r-plyr
7938 r-progress
7939 r-reshape2
7940 r-s4vectors
7941 r-singlecellexperiment
7942 r-stringr
7943 r-summarizedexperiment))
7944 (native-inputs
7945 (list r-knitr))
7946 (home-page "https://github.com/RGLab/MAST/")
7947 (synopsis "Model-based analysis of single cell transcriptomics")
7948 (description
7949 "This package provides methods and models for handling zero-inflated
7950 single cell assay data.")
7951 (license license:gpl2+)))
7952
7953 (define-public r-monocle
7954 (package
7955 (name "r-monocle")
7956 (version "2.24.1")
7957 (source
7958 (origin
7959 (method url-fetch)
7960 (uri (bioconductor-uri "monocle" version))
7961 (sha256
7962 (base32
7963 "11g1wx0f1yzhg3x1aa3d5l7pqlzxj16s0gha21skxkgld8k2x8xn"))))
7964 (build-system r-build-system)
7965 (propagated-inputs
7966 (list r-biobase
7967 r-biocgenerics
7968 r-biocviews
7969 r-cluster
7970 r-combinat
7971 r-ddrtree
7972 r-dplyr
7973 r-fastica
7974 r-ggplot2
7975 r-hsmmsinglecell
7976 r-igraph
7977 r-irlba
7978 r-leidenbase
7979 r-limma
7980 r-mass
7981 r-matrix
7982 r-matrixstats
7983 r-pheatmap
7984 r-plyr
7985 r-proxy
7986 r-qlcmatrix
7987 r-rann
7988 r-rcpp
7989 r-reshape2
7990 r-rtsne
7991 r-slam
7992 r-stringr
7993 r-tibble
7994 r-vgam
7995 r-viridis))
7996 (native-inputs
7997 (list r-knitr))
7998 (home-page "https://bioconductor.org/packages/monocle")
7999 (synopsis "Clustering, differential expression, and trajectory analysis for single-cell RNA-Seq")
8000 (description
8001 "Monocle performs differential expression and time-series analysis for
8002 single-cell expression experiments. It orders individual cells according to
8003 progress through a biological process, without knowing ahead of time which
8004 genes define progress through that process. Monocle also performs
8005 differential expression analysis, clustering, visualization, and other useful
8006 tasks on single cell expression data. It is designed to work with RNA-Seq and
8007 qPCR data, but could be used with other types as well.")
8008 (license license:artistic2.0)))
8009
8010 (define-public r-leidenbase
8011 (let ((commit "a11b8455fa3307d9e3ac4e3a5accddf3c83b9a96")
8012 (revision "1"))
8013 (package
8014 (name "r-leidenbase")
8015 (version (git-version "0.1.9" revision commit))
8016 (source
8017 (origin
8018 (method git-fetch)
8019 (uri (git-reference
8020 (url "https://github.com/cole-trapnell-lab/leidenbase")
8021 (commit commit)))
8022 (file-name (git-file-name name version))
8023 (sha256
8024 (base32
8025 "1f54mycsffvzmblz5pzgs3v4jygnbvz0c9d3x710gw5mxkq2p84f"))))
8026 (properties `((upstream-name . "leidenbase")))
8027 (build-system r-build-system)
8028 (inputs
8029 (list zlib))
8030 (native-inputs
8031 (list gfortran))
8032 (propagated-inputs
8033 (list r-igraph))
8034 (home-page "https://github.com/cole-trapnell-lab/leidenbase")
8035 (synopsis "R and C wrappers to run the Leiden find_partition function")
8036 (description
8037 "This package provides an R to C interface that runs the Leiden
8038 community detection algorithm to find a basic partition. It runs the
8039 equivalent of the @code{find_partition} function. This package includes the
8040 required source code files from the official Leidenalg distribution and
8041 several functions from the R igraph package.")
8042 (license license:gpl3+))))
8043
8044 (define-public r-sanssouci
8045 ;; sansscouci doesn't have a (versioned) release yet.
8046 ;; This is the latest commit as of packaging for Guix.
8047 (let ((commit "5fe20a9aaf4ac637fa83d9cc73ff1c22de97ca6f")
8048 (revision "1"))
8049 (package
8050 (name "r-sanssouci")
8051 (version (git-version "0" revision commit))
8052 (source (origin
8053 (method git-fetch)
8054 (uri (git-reference
8055 (url "https://github.com/pneuvial/sanssouci.git")
8056 (commit commit)))
8057 (file-name (git-file-name name version))
8058 (sha256
8059 (base32
8060 "13ycdd790qw64qy2zdvcrpj3fc8as628rsly32438d3rifnlc5sk"))))
8061 (build-system r-build-system)
8062 (propagated-inputs
8063 (list r-generics r-matrix r-matrixstats r-rcpp r-rcpparmadillo))
8064 (home-page "https://pneuvial.github.io/sanssouci")
8065 (synopsis "Post Hoc multiple testing inference")
8066 (description
8067 "The goal of sansSouci is to perform post hoc inference: in a multiple
8068 testing context, sansSouci provides statistical guarantees on possibly
8069 user-defined and/or data-driven sets of hypotheses.")
8070 (license license:gpl3))))
8071
8072 (define-public r-monocle3
8073 (package
8074 (name "r-monocle3")
8075 (version "1.0.0")
8076 (source
8077 (origin
8078 (method git-fetch)
8079 (uri (git-reference
8080 (url "https://github.com/cole-trapnell-lab/monocle3")
8081 (commit version)))
8082 (file-name (git-file-name name version))
8083 (sha256
8084 (base32
8085 "16vpvlbms8fdvpfwzcig0rkg2mxnsq1h80d2l7q3953wm91qc9x4"))))
8086 (build-system r-build-system)
8087 (propagated-inputs
8088 (list r-assertthat
8089 r-batchelor
8090 r-biobase
8091 r-biocgenerics
8092 r-delayedmatrixstats
8093 r-dplyr
8094 r-ggplot2
8095 r-ggrepel
8096 r-grr
8097 r-htmlwidgets
8098 r-igraph
8099 r-irlba
8100 r-leidenbase
8101 r-limma
8102 r-lmtest
8103 r-mass
8104 r-matrix
8105 r-matrix-utils
8106 r-pbapply
8107 r-pbmcapply
8108 r-pheatmap
8109 r-plotly
8110 r-pryr
8111 r-proxy
8112 r-pscl
8113 r-purrr
8114 r-rann
8115 r-rcpp
8116 r-rcppparallel
8117 r-reshape2
8118 r-reticulate
8119 r-rhpcblasctl
8120 r-rsample
8121 r-rtsne
8122 r-shiny
8123 r-slam
8124 r-spdep
8125 r-speedglm
8126 r-stringr
8127 r-singlecellexperiment
8128 r-tibble
8129 r-tidyr
8130 r-uwot
8131 r-viridis))
8132 (home-page "https://github.com/cole-trapnell-lab/monocle3")
8133 (synopsis "Analysis toolkit for single-cell RNA-Seq data")
8134 (description
8135 "Monocle 3 is an analysis toolkit for single-cell RNA-Seq experiments.")
8136 (license license:expat)))
8137
8138 (define-public r-noiseq
8139 (package
8140 (name "r-noiseq")
8141 (version "2.40.0")
8142 (source
8143 (origin
8144 (method url-fetch)
8145 (uri (bioconductor-uri "NOISeq" version))
8146 (sha256
8147 (base32
8148 "0ah6adlhv4254jkssinn2ik8n811hd1nw85bnzqk2kwhl49nrk27"))))
8149 (properties `((upstream-name . "NOISeq")))
8150 (build-system r-build-system)
8151 (propagated-inputs
8152 (list r-biobase r-matrix))
8153 (home-page "https://bioconductor.org/packages/NOISeq")
8154 (synopsis "Exploratory analysis and differential expression for RNA-seq data")
8155 (description
8156 "This package provides tools to support the analysis of RNA-seq
8157 expression data or other similar kind of data. It provides exploratory plots
8158 to evaluate saturation, count distribution, expression per chromosome, type of
8159 detected features, features length, etc. It also supports the analysis of
8160 differential expression between two experimental conditions with no parametric
8161 assumptions.")
8162 (license license:artistic2.0)))
8163
8164 (define-public r-scdd
8165 (package
8166 (name "r-scdd")
8167 (version "1.20.0")
8168 (source
8169 (origin
8170 (method url-fetch)
8171 (uri (bioconductor-uri "scDD" version))
8172 (sha256
8173 (base32
8174 "0bjww338z5qf2g97kbh85h9kpagjr59ff9f4alm33h16xz5mb7k0"))))
8175 (properties `((upstream-name . "scDD")))
8176 (build-system r-build-system)
8177 (propagated-inputs
8178 (list r-arm
8179 r-biocparallel
8180 r-ebseq
8181 r-fields
8182 r-ggplot2
8183 r-mclust
8184 r-outliers
8185 r-s4vectors
8186 r-scran
8187 r-singlecellexperiment
8188 r-summarizedexperiment))
8189 (native-inputs
8190 (list r-knitr))
8191 (home-page "https://github.com/kdkorthauer/scDD")
8192 (synopsis "Mixture modeling of single-cell RNA-seq data")
8193 (description
8194 "This package implements a method to analyze single-cell RNA-seq data
8195 utilizing flexible Dirichlet Process mixture models. Genes with differential
8196 distributions of expression are classified into several interesting patterns
8197 of differences between two conditions. The package also includes functions
8198 for simulating data with these patterns from negative binomial
8199 distributions.")
8200 (license license:gpl2)))
8201
8202 (define-public r-scone
8203 (package
8204 (name "r-scone")
8205 (version "1.20.0")
8206 (source
8207 (origin
8208 (method url-fetch)
8209 (uri (bioconductor-uri "scone" version))
8210 (sha256
8211 (base32
8212 "05id34n6min03ha1chg5mrvx399qm2mby9kxkaz5w8fbidp97851"))))
8213 (build-system r-build-system)
8214 (propagated-inputs
8215 (list r-aroma-light
8216 r-biocparallel
8217 r-boot
8218 r-class
8219 r-cluster
8220 r-compositions
8221 r-diptest
8222 r-edger
8223 r-fpc
8224 r-gplots
8225 r-hexbin
8226 r-limma
8227 r-matrixgenerics
8228 r-matrixstats
8229 r-mixtools
8230 r-rarpack
8231 r-rcolorbrewer
8232 r-rhdf5
8233 r-ruvseq
8234 r-singlecellexperiment
8235 r-summarizedexperiment))
8236 (native-inputs
8237 (list r-knitr))
8238 (home-page "https://bioconductor.org/packages/scone")
8239 (synopsis "Single cell overview of normalized expression data")
8240 (description
8241 "SCONE is an R package for comparing and ranking the performance of
8242 different normalization schemes for single-cell RNA-seq and other
8243 high-throughput analyses.")
8244 (license license:artistic2.0)))
8245
8246 (define-public r-geoquery
8247 (package
8248 (name "r-geoquery")
8249 (version "2.64.2")
8250 (source
8251 (origin
8252 (method url-fetch)
8253 (uri (bioconductor-uri "GEOquery" version))
8254 (sha256
8255 (base32
8256 "1cvkvq2haz831qi8w0gd3ayvxfxsl0z5klhki4gkfi9xqdv1gi9x"))))
8257 (properties `((upstream-name . "GEOquery")))
8258 (build-system r-build-system)
8259 (propagated-inputs
8260 (list r-biobase
8261 r-curl
8262 r-data-table
8263 r-dplyr
8264 r-limma
8265 r-magrittr
8266 r-r-utils
8267 r-readr
8268 r-tidyr
8269 r-xml2))
8270 (native-inputs
8271 (list r-knitr))
8272 (home-page "https://github.com/seandavi/GEOquery/")
8273 (synopsis "Get data from NCBI Gene Expression Omnibus (GEO)")
8274 (description
8275 "The NCBI Gene Expression Omnibus (GEO) is a public repository of
8276 microarray data. Given the rich and varied nature of this resource, it is
8277 only natural to want to apply BioConductor tools to these data. GEOquery is
8278 the bridge between GEO and BioConductor.")
8279 (license license:gpl2)))
8280
8281 (define-public r-illuminaio
8282 (package
8283 (name "r-illuminaio")
8284 (version "0.38.0")
8285 (source
8286 (origin
8287 (method url-fetch)
8288 (uri (bioconductor-uri "illuminaio" version))
8289 (sha256
8290 (base32
8291 "1xk057a9w4ps8xi8jyw8imkjcicfmzns8g92grn4af7yiip68h62"))))
8292 (build-system r-build-system)
8293 (propagated-inputs
8294 (list r-base64))
8295 (home-page "https://github.com/HenrikBengtsson/illuminaio/")
8296 (synopsis "Parse Illumina microarray output files")
8297 (description
8298 "This package provides tools for parsing Illumina's microarray output
8299 files, including IDAT.")
8300 (license license:gpl2)))
8301
8302 (define-public r-siggenes
8303 (package
8304 (name "r-siggenes")
8305 (version "1.70.0")
8306 (source
8307 (origin
8308 (method url-fetch)
8309 (uri (bioconductor-uri "siggenes" version))
8310 (sha256
8311 (base32
8312 "0amjqm2c8p1vjzx109p7n81wbsbx8rljwn6mbkl7dpi834im9d7l"))))
8313 (build-system r-build-system)
8314 (propagated-inputs
8315 (list r-biobase r-multtest r-scrime))
8316 (home-page "https://bioconductor.org/packages/siggenes/")
8317 (synopsis
8318 "Multiple testing using SAM and Efron's empirical Bayes approaches")
8319 (description
8320 "This package provides tools for the identification of differentially
8321 expressed genes and estimation of the @dfn{False Discovery Rate} (FDR) using
8322 both the Significance Analysis of Microarrays (SAM) and the @dfn{Empirical
8323 Bayes Analyses of Microarrays} (EBAM).")
8324 (license license:lgpl2.0+)))
8325
8326 (define-public r-bumphunter
8327 (package
8328 (name "r-bumphunter")
8329 (version "1.38.0")
8330 (source
8331 (origin
8332 (method url-fetch)
8333 (uri (bioconductor-uri "bumphunter" version))
8334 (sha256
8335 (base32
8336 "0k92ps9chqsimbc7vsr8swg679zfv8nfn5zahbqq4nknhhy7hwxw"))))
8337 (build-system r-build-system)
8338 (propagated-inputs
8339 (list r-annotationdbi
8340 r-biocgenerics
8341 r-dorng
8342 r-foreach
8343 r-genomeinfodb
8344 r-genomicfeatures
8345 r-genomicranges
8346 r-iranges
8347 r-iterators
8348 r-limma
8349 r-locfit
8350 r-matrixstats
8351 r-s4vectors))
8352 (home-page "https://github.com/ririzarr/bumphunter")
8353 (synopsis "Find bumps in genomic data")
8354 (description
8355 "This package provides tools for finding bumps in genomic data in order
8356 to identify differentially methylated regions in epigenetic epidemiology
8357 studies.")
8358 (license license:artistic2.0)))
8359
8360 (define-public r-minfi
8361 (package
8362 (name "r-minfi")
8363 (version "1.42.0")
8364 (source
8365 (origin
8366 (method url-fetch)
8367 (uri (bioconductor-uri "minfi" version))
8368 (sha256
8369 (base32
8370 "0255z7w5i5k01w8wn7jkb37h3q7m7vg0szqgk76h330yydnmkrq6"))))
8371 (build-system r-build-system)
8372 (propagated-inputs
8373 (list r-beanplot
8374 r-biobase
8375 r-biocgenerics
8376 r-biocparallel
8377 r-biostrings
8378 r-bumphunter
8379 r-data-table
8380 r-delayedarray
8381 r-delayedmatrixstats
8382 r-genefilter
8383 r-genomeinfodb
8384 r-genomicranges
8385 r-geoquery
8386 r-hdf5array
8387 r-illuminaio
8388 r-iranges
8389 r-lattice
8390 r-limma
8391 r-mass
8392 r-mclust
8393 r-nlme
8394 r-nor1mix
8395 r-preprocesscore
8396 r-quadprog
8397 r-rcolorbrewer
8398 r-reshape
8399 r-s4vectors
8400 r-siggenes
8401 r-summarizedexperiment))
8402 (native-inputs
8403 (list r-knitr))
8404 (home-page "https://github.com/hansenlab/minfi")
8405 (synopsis "Analyze Illumina Infinium DNA methylation arrays")
8406 (description
8407 "This package provides tools to analyze and visualize Illumina Infinium
8408 methylation arrays.")
8409 (license license:artistic2.0)))
8410
8411 (define-public r-methylumi
8412 (package
8413 (name "r-methylumi")
8414 (version "2.42.0")
8415 (source
8416 (origin
8417 (method url-fetch)
8418 (uri (bioconductor-uri "methylumi" version))
8419 (sha256
8420 (base32
8421 "0klkinq55lfj1d4z8gkrv98849079x1l5gd15habw7jq9xxvhjww"))))
8422 (build-system r-build-system)
8423 (propagated-inputs
8424 (list r-annotate
8425 r-annotationdbi
8426 r-biobase
8427 r-biocgenerics
8428 r-fdb-infiniummethylation-hg19
8429 r-genefilter
8430 r-genomeinfodb
8431 r-genomicfeatures
8432 r-genomicranges
8433 r-ggplot2
8434 r-illuminaio
8435 r-iranges
8436 r-lattice
8437 r-matrixstats
8438 r-minfi
8439 r-reshape2
8440 r-s4vectors
8441 r-scales
8442 r-summarizedexperiment))
8443 (native-inputs
8444 (list r-knitr))
8445 (home-page "https://bioconductor.org/packages/methylumi")
8446 (synopsis "Handle Illumina methylation data")
8447 (description
8448 "This package provides classes for holding and manipulating Illumina
8449 methylation data. Based on eSet, it can contain MIAME information, sample
8450 information, feature information, and multiple matrices of data. An
8451 \"intelligent\" import function, methylumiR can read the Illumina text files
8452 and create a MethyLumiSet. methylumIDAT can directly read raw IDAT files from
8453 HumanMethylation27 and HumanMethylation450 microarrays. Normalization,
8454 background correction, and quality control features for GoldenGate, Infinium,
8455 and Infinium HD arrays are also included.")
8456 (license license:gpl2)))
8457
8458 (define-public r-lumi
8459 (package
8460 (name "r-lumi")
8461 (version "2.48.0")
8462 (source
8463 (origin
8464 (method url-fetch)
8465 (uri (bioconductor-uri "lumi" version))
8466 (sha256
8467 (base32
8468 "06zmll5j1yymsm3byarhllrz4q1w5mzv267a9g6visn73wan8y9d"))))
8469 (build-system r-build-system)
8470 (propagated-inputs
8471 (list r-affy
8472 r-annotate
8473 r-annotationdbi
8474 r-biobase
8475 r-dbi
8476 r-genomicfeatures
8477 r-genomicranges
8478 r-kernsmooth
8479 r-lattice
8480 r-mass
8481 r-methylumi
8482 r-mgcv
8483 r-nleqslv
8484 r-preprocesscore
8485 r-rsqlite))
8486 (home-page "https://bioconductor.org/packages/lumi")
8487 (synopsis "BeadArray-specific methods for Illumina methylation and expression microarrays")
8488 (description
8489 "The lumi package provides an integrated solution for the Illumina
8490 microarray data analysis. It includes functions of Illumina
8491 BeadStudio (GenomeStudio) data input, quality control, BeadArray-specific
8492 variance stabilization, normalization and gene annotation at the probe level.
8493 It also includes the functions of processing Illumina methylation microarrays,
8494 especially Illumina Infinium methylation microarrays.")
8495 (license license:lgpl2.0+)))
8496
8497 (define-public r-linnorm
8498 (package
8499 (name "r-linnorm")
8500 (version "2.20.0")
8501 (source
8502 (origin
8503 (method url-fetch)
8504 (uri (bioconductor-uri "Linnorm" version))
8505 (sha256
8506 (base32
8507 "1002lllgns5klv3q2wsikkbypa2bafpka7a8mri0y5bfxncfr2zb"))))
8508 (properties `((upstream-name . "Linnorm")))
8509 (build-system r-build-system)
8510 (propagated-inputs
8511 (list r-amap
8512 r-apcluster
8513 r-ellipse
8514 r-fastcluster
8515 r-fpc
8516 r-ggdendro
8517 r-ggplot2
8518 r-gmodels
8519 r-igraph
8520 r-limma
8521 r-mass
8522 r-mclust
8523 r-rcpp
8524 r-rcpparmadillo
8525 r-rtsne
8526 r-statmod
8527 r-vegan
8528 r-zoo))
8529 (native-inputs
8530 (list r-knitr))
8531 (home-page "http://www.jjwanglab.org/Linnorm/")
8532 (synopsis "Linear model and normality based transformation method")
8533 (description
8534 "Linnorm is an R package for the analysis of RNA-seq, scRNA-seq, ChIP-seq
8535 count data or any large scale count data. It transforms such datasets for
8536 parametric tests. In addition to the transformtion function (@code{Linnorm}),
8537 the following pipelines are implemented:
8538
8539 @enumerate
8540 @item Library size/batch effect normalization (@code{Linnorm.Norm})
8541 @item Cell subpopluation analysis and visualization using t-SNE or PCA K-means
8542 clustering or hierarchical clustering (@code{Linnorm.tSNE},
8543 @code{Linnorm.PCA}, @code{Linnorm.HClust})
8544 @item Differential expression analysis or differential peak detection using
8545 limma (@code{Linnorm.limma})
8546 @item Highly variable gene discovery and visualization (@code{Linnorm.HVar})
8547 @item Gene correlation network analysis and visualization (@code{Linnorm.Cor})
8548 @item Stable gene selection for scRNA-seq data; for users without or who do
8549 not want to rely on spike-in genes (@code{Linnorm.SGenes})
8550 @item Data imputation (@code{Linnorm.DataImput}).
8551 @end enumerate
8552
8553 Linnorm can work with raw count, CPM, RPKM, FPKM and TPM. Additionally, the
8554 @code{RnaXSim} function is included for simulating RNA-seq data for the
8555 evaluation of DEG analysis methods.")
8556 (license license:expat)))
8557
8558 (define-public r-ioniser
8559 (package
8560 (name "r-ioniser")
8561 (version "2.20.0")
8562 (source
8563 (origin
8564 (method url-fetch)
8565 (uri (bioconductor-uri "IONiseR" version))
8566 (sha256
8567 (base32
8568 "0cgx1dcfh617l9vr4r3ky8w7f0snl0vpavfd9n1h5n68p0p42dwi"))))
8569 (properties `((upstream-name . "IONiseR")))
8570 (build-system r-build-system)
8571 (propagated-inputs
8572 (list r-biocgenerics
8573 r-biocparallel
8574 r-biostrings
8575 r-bit64
8576 r-dplyr
8577 r-ggplot2
8578 r-magrittr
8579 r-rhdf5
8580 r-shortread
8581 r-stringr
8582 r-tibble
8583 r-tidyr
8584 r-xvector))
8585 (native-inputs
8586 (list r-knitr))
8587 (home-page "https://bioconductor.org/packages/IONiseR/")
8588 (synopsis "Quality assessment tools for Oxford Nanopore MinION data")
8589 (description
8590 "IONiseR provides tools for the quality assessment of Oxford Nanopore
8591 MinION data. It extracts summary statistics from a set of fast5 files and can
8592 be used either before or after base calling. In addition to standard
8593 summaries of the read-types produced, it provides a number of plots for
8594 visualising metrics relative to experiment run time or spatially over the
8595 surface of a flowcell.")
8596 (license license:expat)))
8597
8598 ;; This is a CRAN package, but it depends on multtest from Bioconductor.
8599 (define-public r-mutoss
8600 (package
8601 (name "r-mutoss")
8602 (version "0.1-12")
8603 (source
8604 (origin
8605 (method url-fetch)
8606 (uri (cran-uri "mutoss" version))
8607 (sha256
8608 (base32
8609 "1yk7p7pb2xm38d3j19ysgwmix48lvimbhkhjjwk5jmr1a0ysx298"))))
8610 (properties `((upstream-name . "mutoss")))
8611 (build-system r-build-system)
8612 (propagated-inputs
8613 (list r-multcomp r-multtest r-mvtnorm r-plotrix))
8614 (home-page "https://github.com/kornl/mutoss/")
8615 (synopsis "Unified multiple testing procedures")
8616 (description
8617 "This package is designed to ease the application and comparison of
8618 multiple hypothesis testing procedures for FWER, gFWER, FDR and FDX. Methods
8619 are standardized and usable by the accompanying mutossGUI package.")
8620 ;; Any version of the GPL.
8621 (license (list license:gpl2+ license:gpl3+))))
8622
8623 ;; This is a CRAN package, but it depends on mutoss, which depends on multtest
8624 ;; from Bioconductor, so we put it here.
8625 (define-public r-metap
8626 (package
8627 (name "r-metap")
8628 (version "1.8")
8629 (source
8630 (origin
8631 (method url-fetch)
8632 (uri (cran-uri "metap" version))
8633 (sha256
8634 (base32
8635 "0asmypxfxly4xmcjf3yzid5zqlzg88z0brij2splfk4avsl035gf"))))
8636 (build-system r-build-system)
8637 (propagated-inputs
8638 (list r-lattice
8639 r-mathjaxr
8640 r-mutoss
8641 r-qqconf
8642 r-rdpack
8643 r-tfisher))
8644 (home-page "http://www.dewey.myzen.co.uk/meta/meta.html")
8645 (synopsis "Meta-analysis of significance values")
8646 (description
8647 "The canonical way to perform meta-analysis involves using effect sizes.
8648 When they are not available this package provides a number of methods for
8649 meta-analysis of significance values including the methods of Edgington,
8650 Fisher, Stouffer, Tippett, and Wilkinson; a number of data-sets to replicate
8651 published results; and a routine for graphical display.")
8652 (license license:gpl2)))
8653
8654 (define-public r-tradeseq
8655 (package
8656 (name "r-tradeseq")
8657 (version "1.10.0")
8658 (source (origin
8659 (method url-fetch)
8660 (uri (bioconductor-uri "tradeSeq" version))
8661 (sha256
8662 (base32
8663 "0v9nqxrwa69qhmyaicn2vvs8haha4kzs93iqim306331vadp9qm0"))))
8664 (build-system r-build-system)
8665 (propagated-inputs
8666 (list r-biobase
8667 r-biocparallel
8668 r-edger
8669 r-ggplot2
8670 r-igraph
8671 r-magrittr
8672 r-mass
8673 r-matrix
8674 r-matrixstats
8675 r-mgcv
8676 r-pbapply
8677 r-princurve
8678 r-rcolorbrewer
8679 r-s4vectors
8680 r-singlecellexperiment
8681 r-slingshot
8682 r-summarizedexperiment
8683 r-tibble
8684 r-trajectoryutils
8685 r-viridis))
8686 (native-inputs
8687 (list r-knitr))
8688 (home-page "https://statomics.github.io/tradeSeq/index.html")
8689 (synopsis "Trajectory-based differential expression analysis")
8690 (description
8691 "This package provides a flexible method for fitting regression models that
8692 can be used to find genes that are differentially expressed along one or
8693 multiple lineages in a trajectory. Based on the fitted models, it uses a
8694 variety of tests suited to answer different questions of interest, e.g. the
8695 discovery of genes for which expression is associated with pseudotime, or which
8696 are differentially expressed (in a specific region) along the trajectory. It
8697 fits a negative binomial generalized additive model (GAM) for each gene, and
8698 performs inference on the parameters of the GAM.")
8699 (license license:expat)))
8700
8701 (define-public r-triform
8702 (package
8703 (name "r-triform")
8704 (version "1.29.0")
8705 (source
8706 (origin
8707 (method url-fetch)
8708 (uri (bioconductor-uri "triform" version))
8709 (sha256
8710 (base32
8711 "089b7f6dwpi9abj0ncswbi4s30k45996zb99sh43avw6jcb6qj60"))))
8712 (build-system r-build-system)
8713 (propagated-inputs
8714 (list r-biocgenerics r-iranges r-yaml))
8715 (home-page "https://bioconductor.org/packages/triform/")
8716 (synopsis "Find enriched regions in transcription factor ChIP-sequencing data")
8717 (description
8718 "The Triform algorithm uses model-free statistics to identify peak-like
8719 distributions of TF ChIP sequencing reads, taking advantage of an improved
8720 peak definition in combination with known profile characteristics.")
8721 (license license:gpl2)))
8722
8723 (define-public r-varianttools
8724 (package
8725 (name "r-varianttools")
8726 (version "1.38.0")
8727 (source
8728 (origin
8729 (method url-fetch)
8730 (uri (bioconductor-uri "VariantTools" version))
8731 (sha256
8732 (base32
8733 "18nxcamfgnw4n2ab0czxglw0sqc9wzdqzpjv43lcyyal23lzzsix"))))
8734 (properties `((upstream-name . "VariantTools")))
8735 (build-system r-build-system)
8736 (propagated-inputs
8737 (list r-biobase
8738 r-biocgenerics
8739 r-biocparallel
8740 r-biostrings
8741 r-bsgenome
8742 r-genomeinfodb
8743 r-genomicfeatures
8744 r-genomicranges
8745 r-iranges
8746 r-matrix
8747 r-rsamtools
8748 r-rtracklayer
8749 r-s4vectors
8750 r-variantannotation))
8751 (home-page "https://bioconductor.org/packages/VariantTools/")
8752 (synopsis "Tools for exploratory analysis of variant calls")
8753 (description
8754 "Explore, diagnose, and compare variant calls using filters. The
8755 VariantTools package supports a workflow for loading data, calling single
8756 sample variants and tumor-specific somatic mutations or other sample-specific
8757 variant types (e.g., RNA editing). Most of the functions operate on
8758 alignments (BAM files) or datasets of called variants. The user is expected
8759 to have already aligned the reads with a separate tool, e.g., GSNAP via
8760 gmapR.")
8761 (license license:artistic2.0)))
8762
8763 (define-public r-heatplus
8764 (package
8765 (name "r-heatplus")
8766 (version "3.4.0")
8767 (source
8768 (origin
8769 (method url-fetch)
8770 (uri (bioconductor-uri "Heatplus" version))
8771 (sha256
8772 (base32
8773 "0b1mzxysmrqinp93p587apna8p0llmawblwj93icydqxxm2jkhb1"))))
8774 (properties `((upstream-name . "Heatplus")))
8775 (build-system r-build-system)
8776 (propagated-inputs
8777 (list r-rcolorbrewer))
8778 (home-page "https://github.com/alexploner/Heatplus")
8779 (synopsis "Heatmaps with row and/or column covariates and colored clusters")
8780 (description
8781 "This package provides tools to display a rectangular heatmap (intensity
8782 plot) of a data matrix. By default, both samples (columns) and features (row)
8783 of the matrix are sorted according to a hierarchical clustering, and the
8784 corresponding dendrogram is plotted. Optionally, panels with additional
8785 information about samples and features can be added to the plot.")
8786 (license license:gpl2+)))
8787
8788 (define-public r-gosemsim
8789 (package
8790 (name "r-gosemsim")
8791 (version "2.22.0")
8792 (source
8793 (origin
8794 (method url-fetch)
8795 (uri (bioconductor-uri "GOSemSim" version))
8796 (sha256
8797 (base32
8798 "1hp15pzd0m0g9f8kglyfsgjqxnvxcmm9022xnsrkzfvmj2yw14vd"))))
8799 (properties `((upstream-name . "GOSemSim")))
8800 (build-system r-build-system)
8801 (propagated-inputs
8802 (list r-annotationdbi r-go-db r-rcpp))
8803 (native-inputs
8804 (list r-knitr))
8805 (home-page "https://guangchuangyu.github.io/software/GOSemSim")
8806 (synopsis "GO-terms semantic similarity measures")
8807 (description
8808 "The semantic comparisons of @dfn{Gene Ontology} (GO) annotations provide
8809 quantitative ways to compute similarities between genes and gene groups, and
8810 have became important basis for many bioinformatics analysis approaches.
8811 GOSemSim is an R package for semantic similarity computation among GO terms,
8812 sets of GO terms, gene products and gene clusters.")
8813 (license license:artistic2.0)))
8814
8815 (define-public r-anota
8816 (package
8817 (name "r-anota")
8818 (version "1.44.0")
8819 (source
8820 (origin
8821 (method url-fetch)
8822 (uri (bioconductor-uri "anota" version))
8823 (sha256
8824 (base32
8825 "1x75r5znl8jllqsgzpxsqj62ch11bpwhmyzmbjmb8sz8f8ww923c"))))
8826 (build-system r-build-system)
8827 (propagated-inputs
8828 (list r-multtest r-qvalue))
8829 (home-page "https://bioconductor.org/packages/anota/")
8830 (synopsis "Analysis of translational activity")
8831 (description
8832 "Genome wide studies of translational control is emerging as a tool to
8833 study various biological conditions. The output from such analysis is both
8834 the mRNA level (e.g. cytosolic mRNA level) and the level of mRNA actively
8835 involved in translation (the actively translating mRNA level) for each mRNA.
8836 The standard analysis of such data strives towards identifying differential
8837 translational between two or more sample classes - i.e. differences in
8838 actively translated mRNA levels that are independent of underlying differences
8839 in cytosolic mRNA levels. This package allows for such analysis using partial
8840 variances and the random variance model. As 10s of thousands of mRNAs are
8841 analyzed in parallel the library performs a number of tests to assure that
8842 the data set is suitable for such analysis.")
8843 (license license:gpl3)))
8844
8845 (define-public r-sigpathway
8846 (package
8847 (name "r-sigpathway")
8848 (version "1.64.0")
8849 (source
8850 (origin
8851 (method url-fetch)
8852 (uri (bioconductor-uri "sigPathway" version))
8853 (sha256
8854 (base32
8855 "1c2kwhbxgf66az7ssm2mab9n5x59zy4kxq8vblz5r9636xqaysif"))))
8856 (properties `((upstream-name . "sigPathway")))
8857 (build-system r-build-system)
8858 (home-page "https://www.pnas.org/cgi/doi/10.1073/pnas.0506577102")
8859 (synopsis "Pathway analysis")
8860 (description
8861 "This package is used to conduct pathway analysis by calculating the NT_k
8862 and NE_k statistics in a statistical framework for determining whether a
8863 specified group of genes for a pathway has a coordinated association with a
8864 phenotype of interest.")
8865 (license license:gpl2)))
8866
8867 (define-public r-fcscan
8868 (package
8869 (name "r-fcscan")
8870 (version "1.10.0")
8871 (source
8872 (origin
8873 (method url-fetch)
8874 (uri (bioconductor-uri "fcScan" version))
8875 (sha256
8876 (base32 "0yv7ifw0xxx1v9z8dxszv0cb72q3frd74dyxfbvrcs6x9y9v3jzp"))))
8877 (properties `((upstream-name . "fcScan")))
8878 (build-system r-build-system)
8879 (propagated-inputs
8880 (list r-doparallel
8881 r-foreach
8882 r-genomicranges
8883 r-iranges
8884 r-plyr
8885 r-rtracklayer
8886 r-summarizedexperiment
8887 r-variantannotation))
8888 (native-inputs (list r-knitr))
8889 (home-page "https://bioconductor.org/packages/fcScan")
8890 (synopsis "Detect clusters of coordinates with user defined options")
8891 (description
8892 "This package is used to detect combination of genomic coordinates
8893 falling within a user defined window size along with user defined overlap
8894 between identified neighboring clusters. It can be used for genomic data
8895 where the clusters are built on a specific chromosome or specific strand.
8896 Clustering can be performed with a \"greedy\" option allowing thus the
8897 presence of additional sites within the allowed window size.")
8898 (license license:artistic2.0)))
8899
8900 (define-public r-fgsea
8901 (package
8902 (name "r-fgsea")
8903 (version "1.22.0")
8904 (source
8905 (origin
8906 (method url-fetch)
8907 (uri (bioconductor-uri "fgsea" version))
8908 (sha256
8909 (base32
8910 "0innyggai6l4fpl4qrblzdc52vqw9jaszmip0yr1lv7rzwyl6mpg"))))
8911 (build-system r-build-system)
8912 (propagated-inputs
8913 (list r-bh
8914 r-biocparallel
8915 r-data-table
8916 r-fastmatch
8917 r-ggplot2
8918 r-gridextra
8919 r-matrix
8920 r-rcpp))
8921 (native-inputs
8922 (list r-knitr))
8923 (home-page "https://github.com/ctlab/fgsea/")
8924 (synopsis "Fast gene set enrichment analysis")
8925 (description
8926 "The package implements an algorithm for fast gene set enrichment
8927 analysis. Using the fast algorithm makes more permutations and gets
8928 more fine grained p-values, which allows using accurate standard approaches
8929 to multiple hypothesis correction.")
8930 (license license:expat)))
8931
8932 (define-public r-dose
8933 (package
8934 (name "r-dose")
8935 (version "3.22.0")
8936 (source
8937 (origin
8938 (method url-fetch)
8939 (uri (bioconductor-uri "DOSE" version))
8940 (sha256
8941 (base32
8942 "11lg4ql0bi54p2wg3z1dw9rwqai37khgcqbs4cb7zf67ml8jadwp"))))
8943 (properties `((upstream-name . "DOSE")))
8944 (build-system r-build-system)
8945 (propagated-inputs
8946 (list r-annotationdbi
8947 r-biocparallel
8948 r-do-db
8949 r-fgsea
8950 r-ggplot2
8951 r-gosemsim
8952 r-qvalue
8953 r-reshape2))
8954 (native-inputs
8955 (list r-knitr))
8956 (home-page "https://guangchuangyu.github.io/software/DOSE/")
8957 (synopsis "Disease ontology semantic and enrichment analysis")
8958 (description
8959 "This package implements five methods proposed by Resnik, Schlicker,
8960 Jiang, Lin and Wang, respectively, for measuring semantic similarities among
8961 @dfn{Disease ontology} (DO) terms and gene products. Enrichment analyses
8962 including hypergeometric model and gene set enrichment analysis are also
8963 implemented for discovering disease associations of high-throughput biological
8964 data.")
8965 (license license:artistic2.0)))
8966
8967 (define-public r-enrichplot
8968 (package
8969 (name "r-enrichplot")
8970 (version "1.16.1")
8971 (source
8972 (origin
8973 (method url-fetch)
8974 (uri (bioconductor-uri "enrichplot" version))
8975 (sha256
8976 (base32
8977 "17ln1wbkq8sp7jw0dpkccj5qcsl382sgd7zic04dk99z9ag3mh02"))))
8978 (build-system r-build-system)
8979 (propagated-inputs
8980 (list r-aplot
8981 r-dose
8982 r-ggplot2
8983 r-ggraph
8984 r-ggtree
8985 r-gosemsim
8986 r-igraph
8987 r-magrittr
8988 r-plyr
8989 r-purrr
8990 r-rcolorbrewer
8991 r-reshape2
8992 r-scatterpie
8993 r-shadowtext
8994 r-yulab-utils))
8995 (native-inputs
8996 (list r-knitr))
8997 (home-page "https://github.com/GuangchuangYu/enrichplot")
8998 (synopsis "Visualization of functional enrichment result")
8999 (description
9000 "The enrichplot package implements several visualization methods for
9001 interpreting functional enrichment results obtained from ORA or GSEA analyses.
9002 All the visualization methods are developed based on ggplot2 graphics.")
9003 (license license:artistic2.0)))
9004
9005 (define-public r-clusterprofiler
9006 (package
9007 (name "r-clusterprofiler")
9008 (version "4.4.4")
9009 (source
9010 (origin
9011 (method url-fetch)
9012 (uri (bioconductor-uri "clusterProfiler" version))
9013 (sha256
9014 (base32
9015 "0k5jhry0j6wa7779n3hrw4ld4bvyahpgpbwi2a0g704m3dd3mqp5"))))
9016 (properties
9017 `((upstream-name . "clusterProfiler")))
9018 (build-system r-build-system)
9019 (propagated-inputs
9020 (list r-annotationdbi
9021 r-dose
9022 r-downloader
9023 r-dplyr
9024 r-enrichplot
9025 r-go-db
9026 r-gosemsim
9027 r-magrittr
9028 r-plyr
9029 r-qvalue
9030 r-rlang
9031 r-tidyr
9032 r-yulab-utils))
9033 (native-inputs
9034 (list r-knitr))
9035 (home-page "https://guangchuangyu.github.io/software/clusterProfiler/")
9036 (synopsis "Analysis and visualization of functional profiles for gene clusters")
9037 (description
9038 "This package implements methods to analyze and visualize functional
9039 profiles (GO and KEGG) of gene and gene clusters.")
9040 (license license:artistic2.0)))
9041
9042 (define-public r-clusterexperiment
9043 (package
9044 (name "r-clusterexperiment")
9045 (version "2.16.0")
9046 (source (origin
9047 (method url-fetch)
9048 (uri (bioconductor-uri "clusterExperiment" version))
9049 (sha256
9050 (base32
9051 "1xd2kxmdg51hhj0zvz7pxmpdvb1sya7prsf9ny2wj2y8ivrqgn4f"))))
9052 (build-system r-build-system)
9053 (native-inputs
9054 (list r-knitr))
9055 (propagated-inputs
9056 (list r-ape
9057 r-biocgenerics
9058 r-biocsingular
9059 r-cluster
9060 r-delayedarray
9061 r-edger
9062 r-hdf5array
9063 r-howmany
9064 r-kernlab
9065 r-limma
9066 r-locfdr
9067 r-matrix
9068 r-matrixstats
9069 r-mbkmeans
9070 r-nmf
9071 r-phylobase
9072 r-pracma
9073 r-rcolorbrewer
9074 r-rcpp
9075 r-s4vectors
9076 r-scales
9077 r-singlecellexperiment
9078 r-stringr
9079 r-summarizedexperiment
9080 r-zinbwave))
9081 (home-page "https://bioconductor.org/packages/clusterExperiment/")
9082 (synopsis "Compare clusterings for single-cell sequencing")
9083 (description "This package provides functionality for running and comparing
9084 many different clusterings of single-cell sequencing data or other large mRNA
9085 expression data sets.")
9086 (license license:artistic2.0)))
9087
9088 (define-public r-mlinterfaces
9089 (package
9090 (name "r-mlinterfaces")
9091 (version "1.76.0")
9092 (source
9093 (origin
9094 (method url-fetch)
9095 (uri (bioconductor-uri "MLInterfaces" version))
9096 (sha256
9097 (base32
9098 "179d19kxjipfkc40z15337x1vzqd7vz3gbmr2lw5w7x9l857ngs5"))))
9099 (properties `((upstream-name . "MLInterfaces")))
9100 (build-system r-build-system)
9101 (propagated-inputs
9102 (list r-annotate
9103 r-biobase
9104 r-biocgenerics
9105 r-cluster
9106 r-fpc
9107 r-gbm
9108 r-gdata
9109 r-genefilter
9110 r-ggvis
9111 r-hwriter
9112 r-magrittr
9113 r-mass
9114 r-mlbench
9115 r-pls
9116 r-rcolorbrewer
9117 r-rcpp
9118 r-rpart
9119 r-sfsmisc
9120 r-shiny
9121 r-threejs))
9122 (home-page "https://bioconductor.org/packages/MLInterfaces/")
9123 (synopsis "Interfaces to R machine learning procedures")
9124 (description
9125 "This package provides uniform interfaces to machine learning code for
9126 data in R and Bioconductor containers.")
9127 ;; Any version of the LGPL.
9128 (license license:lgpl2.1+)))
9129
9130 (define-public r-annaffy
9131 (package
9132 (name "r-annaffy")
9133 (version "1.68.0")
9134 (source
9135 (origin
9136 (method url-fetch)
9137 (uri (bioconductor-uri "annaffy" version))
9138 (sha256
9139 (base32
9140 "1fbqknwbl4534h66xrhcryg9pavm9fkja47gqbsxf8bd5yhk5mgq"))))
9141 (build-system r-build-system)
9142 (arguments
9143 `(#:phases
9144 (modify-phases %standard-phases
9145 (add-after 'unpack 'remove-reference-to-non-free-data
9146 (lambda _
9147 (substitute* "DESCRIPTION"
9148 ((", KEGG.db") "")))))))
9149 (propagated-inputs
9150 (list r-annotationdbi r-biobase r-biocmanager r-dbi r-go-db))
9151 (home-page "https://bioconductor.org/packages/annaffy/")
9152 (synopsis "Annotation tools for Affymetrix biological metadata")
9153 (description
9154 "This package provides functions for handling data from Bioconductor
9155 Affymetrix annotation data packages. It produces compact HTML and text
9156 reports including experimental data and URL links to many online databases.
9157 It allows searching of biological metadata using various criteria.")
9158 ;; Any version of the LGPL according to the DESCRIPTION file. A copy of
9159 ;; the LGPL 2.1 is included.
9160 (license license:lgpl2.1+)))
9161
9162 (define-public r-a4core
9163 (package
9164 (name "r-a4core")
9165 (version "1.44.0")
9166 (source
9167 (origin
9168 (method url-fetch)
9169 (uri (bioconductor-uri "a4Core" version))
9170 (sha256
9171 (base32
9172 "1ky1lphq6bqxj6h12pg06cvs451fziqam8gd56wmpk6r5pbg4390"))))
9173 (properties `((upstream-name . "a4Core")))
9174 (build-system r-build-system)
9175 (propagated-inputs
9176 (list r-biobase r-glmnet))
9177 (native-inputs
9178 (list r-knitr))
9179 (home-page "https://bioconductor.org/packages/a4Core")
9180 (synopsis "Automated Affymetrix array analysis core package")
9181 (description
9182 "This is the core package for the automated analysis of Affymetrix
9183 arrays.")
9184 (license license:gpl3)))
9185
9186 (define-public r-a4classif
9187 (package
9188 (name "r-a4classif")
9189 (version "1.44.0")
9190 (source
9191 (origin
9192 (method url-fetch)
9193 (uri (bioconductor-uri "a4Classif" version))
9194 (sha256
9195 (base32
9196 "1v61vgpqrf7bhk44n2gkxb8dm5d0rr8c9rd6fdcjs50nhij0lbiw"))))
9197 (properties `((upstream-name . "a4Classif")))
9198 (build-system r-build-system)
9199 (propagated-inputs
9200 (list r-a4core
9201 r-a4preproc
9202 r-biobase
9203 r-glmnet
9204 r-pamr
9205 r-rocr
9206 r-varselrf))
9207 (native-inputs
9208 (list r-knitr))
9209 (home-page "https://bioconductor.org/packages/a4Classif/")
9210 (synopsis "Automated Affymetrix array analysis classification package")
9211 (description
9212 "This is the classification package for the automated analysis of
9213 Affymetrix arrays.")
9214 (license license:gpl3)))
9215
9216 (define-public r-a4preproc
9217 (package
9218 (name "r-a4preproc")
9219 (version "1.44.0")
9220 (source
9221 (origin
9222 (method url-fetch)
9223 (uri (bioconductor-uri "a4Preproc" version))
9224 (sha256
9225 (base32
9226 "098yzy7x5536bj76iavismdsdn7x6x07aw0j3knj6i9www9y8yz9"))))
9227 (properties `((upstream-name . "a4Preproc")))
9228 (build-system r-build-system)
9229 (propagated-inputs
9230 (list r-biobase r-biocgenerics))
9231 (native-inputs
9232 (list r-knitr))
9233 (home-page "https://bioconductor.org/packages/a4Preproc/")
9234 (synopsis "Automated Affymetrix array analysis preprocessing package")
9235 (description
9236 "This is a package for the automated analysis of Affymetrix arrays. It
9237 is used for preprocessing the arrays.")
9238 (license license:gpl3)))
9239
9240 (define-public r-a4reporting
9241 (package
9242 (name "r-a4reporting")
9243 (version "1.44.0")
9244 (source
9245 (origin
9246 (method url-fetch)
9247 (uri (bioconductor-uri "a4Reporting" version))
9248 (sha256
9249 (base32
9250 "03sypayh187gqc6hykkqr1g0vb3zxc2c3xyp00jfbn12b35acnb0"))))
9251 (properties `((upstream-name . "a4Reporting")))
9252 (build-system r-build-system)
9253 (propagated-inputs
9254 (list r-xtable))
9255 (native-inputs
9256 (list r-knitr))
9257 (home-page "https://bioconductor.org/packages/a4Reporting/")
9258 (synopsis "Automated Affymetrix array analysis reporting package")
9259 (description
9260 "This is a package for the automated analysis of Affymetrix arrays. It
9261 provides reporting features.")
9262 (license license:gpl3)))
9263
9264 (define-public r-a4base
9265 (package
9266 (name "r-a4base")
9267 (version "1.44.0")
9268 (source
9269 (origin
9270 (method url-fetch)
9271 (uri (bioconductor-uri "a4Base" version))
9272 (sha256
9273 (base32
9274 "15zqirz16gpks9f5d3d76h85b936za2jih74vfr55l5arqrrvvsn"))))
9275 (properties `((upstream-name . "a4Base")))
9276 (build-system r-build-system)
9277 (propagated-inputs
9278 (list r-a4core
9279 r-a4preproc
9280 r-annaffy
9281 r-biobase
9282 r-genefilter
9283 r-glmnet
9284 r-gplots
9285 r-limma
9286 r-mpm
9287 r-multtest))
9288 (home-page "https://bioconductor.org/packages/a4Base/")
9289 (synopsis "Automated Affymetrix array analysis base package")
9290 (description
9291 "This package provides basic features for the automated analysis of
9292 Affymetrix arrays.")
9293 (license license:gpl3)))
9294
9295 (define-public r-a4
9296 (package
9297 (name "r-a4")
9298 (version "1.44.0")
9299 (source
9300 (origin
9301 (method url-fetch)
9302 (uri (bioconductor-uri "a4" version))
9303 (sha256
9304 (base32
9305 "1zs8fs6mdd7fhsmx4k824mid0jk400cm6dwfhl8z5lg85y8y2n0r"))))
9306 (build-system r-build-system)
9307 (propagated-inputs
9308 (list r-a4base r-a4classif r-a4core r-a4preproc r-a4reporting))
9309 (home-page "https://bioconductor.org/packages/a4/")
9310 (synopsis "Automated Affymetrix array analysis umbrella package")
9311 (description
9312 "This package provides a software suite for the automated analysis of
9313 Affymetrix arrays.")
9314 (license license:gpl3)))
9315
9316 (define-public r-abseqr
9317 (package
9318 (name "r-abseqr")
9319 (version "1.14.0")
9320 (source
9321 (origin
9322 (method url-fetch)
9323 (uri (bioconductor-uri "abseqR" version))
9324 (sha256
9325 (base32
9326 "0jh3rj6ag07vpw6fymqm6m4jkrm9mgf50zkjncahxdf52mna8a9b"))))
9327 (properties `((upstream-name . "abseqR")))
9328 (build-system r-build-system)
9329 (inputs
9330 (list pandoc))
9331 (propagated-inputs
9332 (list r-biocparallel
9333 r-biocstyle
9334 r-circlize
9335 r-flexdashboard
9336 r-ggcorrplot
9337 r-ggdendro
9338 r-ggplot2
9339 r-gridextra
9340 r-knitr
9341 r-plotly
9342 r-plyr
9343 r-png
9344 r-rcolorbrewer
9345 r-reshape2
9346 r-rmarkdown
9347 r-stringr
9348 r-vegan
9349 r-venndiagram))
9350 (native-inputs
9351 (list r-knitr))
9352 (home-page "https://github.com/malhamdoosh/abseqR")
9353 (synopsis "Reporting and data analysis for Rep-Seq datasets of antibody libraries")
9354 (description
9355 "AbSeq is a comprehensive bioinformatic pipeline for the analysis of
9356 sequencing datasets generated from antibody libraries and abseqR is one of its
9357 packages. AbseqR empowers the users of abseqPy with plotting and reporting
9358 capabilities and allows them to generate interactive HTML reports for the
9359 convenience of viewing and sharing with other researchers. Additionally,
9360 abseqR extends abseqPy to compare multiple repertoire analyses and perform
9361 further downstream analysis on its output.")
9362 (license license:gpl3)))
9363
9364 (define-public r-bacon
9365 (package
9366 (name "r-bacon")
9367 (version "1.24.0")
9368 (source
9369 (origin
9370 (method url-fetch)
9371 (uri (bioconductor-uri "bacon" version))
9372 (sha256
9373 (base32
9374 "1zvcxdj3r892898ik5gq3jdbfig1438qws4bwd465ik8vi7g39v8"))))
9375 (build-system r-build-system)
9376 (propagated-inputs
9377 (list r-biocparallel r-ellipse r-ggplot2))
9378 (native-inputs
9379 (list r-knitr))
9380 (home-page "https://bioconductor.org/packages/bacon/")
9381 (synopsis "Controlling bias and inflation in association studies")
9382 (description
9383 "Bacon can be used to remove inflation and bias often observed in
9384 epigenome- and transcriptome-wide association studies. To this end bacon
9385 constructs an empirical null distribution using a Gibbs Sampling algorithm by
9386 fitting a three-component normal mixture on z-scores.")
9387 (license license:gpl2+)))
9388
9389 (define-public r-rgadem
9390 (package
9391 (name "r-rgadem")
9392 (version "2.44.0")
9393 (source
9394 (origin
9395 (method url-fetch)
9396 (uri (bioconductor-uri "rGADEM" version))
9397 (sha256
9398 (base32
9399 "013xdwz0c3n0n9hxf8kkx570qry961pgdjsp023531pl5ww2ing4"))))
9400 (properties `((upstream-name . "rGADEM")))
9401 (build-system r-build-system)
9402 (propagated-inputs
9403 (list r-biostrings r-bsgenome r-genomicranges r-iranges r-seqlogo))
9404 (home-page "https://bioconductor.org/packages/rGADEM/")
9405 (synopsis "De novo sequence motif discovery")
9406 (description
9407 "rGADEM is an efficient de novo motif discovery tool for large-scale
9408 genomic sequence data.")
9409 (license license:artistic2.0)))
9410
9411 (define-public r-motiv
9412 (package
9413 (name "r-motiv")
9414 (version "1.43.0")
9415 (source
9416 (origin
9417 (method url-fetch)
9418 (uri (bioconductor-uri "MotIV" version))
9419 (sha256
9420 (base32
9421 "1yqqymcrnwlpv6h3w80yliv19922g32xqlqszaqjk6zp853qilh6"))))
9422 (properties `((upstream-name . "MotIV")))
9423 (build-system r-build-system)
9424 (inputs
9425 (list gsl))
9426 (propagated-inputs
9427 (list r-biocgenerics
9428 r-biostrings
9429 r-genomicranges
9430 r-iranges
9431 r-lattice
9432 r-rgadem
9433 r-s4vectors))
9434 (home-page "https://bioconductor.org/packages/MotIV/")
9435 (synopsis "Motif identification and validation")
9436 (description
9437 "This package is used for the identification and validation of sequence
9438 motifs. It makes use of STAMP for comparing a set of motifs to a given
9439 database (e.g. JASPAR). It can also be used to visualize motifs, motif
9440 distributions, modules and filter motifs.")
9441 (license license:gpl2)))
9442
9443 (define-public r-motifdb
9444 (package
9445 (name "r-motifdb")
9446 (version "1.38.0")
9447 (source (origin
9448 (method url-fetch)
9449 (uri (bioconductor-uri "MotifDb" version))
9450 (sha256
9451 (base32 "1cyfz0l0yvdii3idaiq5w39yzxlzfpifa4v5pv7hdjfjj83a8rbi"))))
9452 (properties `((upstream-name . "MotifDb")))
9453 (build-system r-build-system)
9454 (propagated-inputs
9455 (list r-biocgenerics
9456 r-biostrings
9457 r-genomicranges
9458 r-iranges
9459 r-rtracklayer
9460 r-s4vectors
9461 r-splitstackshape))
9462 (native-inputs
9463 (list r-knitr))
9464 (home-page "https://www.bioconductor.org/packages/MotifDb/")
9465 (synopsis "Annotated collection of protein-DNA binding sequence motifs")
9466 (description "This package provides more than 2000 annotated position
9467 frequency matrices from nine public sources, for multiple organisms.")
9468 (license license:artistic2.0)))
9469
9470 (define-public r-motifbreakr
9471 (package
9472 (name "r-motifbreakr")
9473 (version "2.10.0")
9474 (source (origin
9475 (method url-fetch)
9476 (uri (bioconductor-uri "motifbreakR" version))
9477 (sha256
9478 (base32 "0sad73jjx52qzp1fmygp6xqvaxwl5szi69f00f94i1pdyq70qhlg"))))
9479 (properties `((upstream-name . "motifbreakR")))
9480 (build-system r-build-system)
9481 (propagated-inputs
9482 (list r-biocgenerics
9483 r-biocparallel
9484 r-biostrings
9485 r-bsgenome
9486 r-genomeinfodb
9487 r-genomicranges
9488 r-gviz
9489 r-iranges
9490 r-matrixstats
9491 r-motifdb
9492 r-motifstack
9493 r-rtracklayer
9494 r-s4vectors
9495 r-stringr
9496 r-summarizedexperiment
9497 r-tfmpvalue
9498 r-variantannotation))
9499 (native-inputs
9500 (list r-knitr))
9501 (home-page "https://www.bioconductor.org/packages/motifbreakR/")
9502 (synopsis "Predicting disruptiveness of single nucleotide polymorphisms")
9503 (description "This package allows biologists to judge in the first place
9504 whether the sequence surrounding the polymorphism is a good match, and in
9505 the second place how much information is gained or lost in one allele of
9506 the polymorphism relative to another. This package gives a choice of
9507 algorithms for interrogation of genomes with motifs from public sources:
9508 @enumerate
9509 @item a weighted-sum probability matrix;
9510 @item log-probabilities;
9511 @item weighted by relative entropy.
9512 @end enumerate
9513
9514 This package can predict effects for novel or previously described variants in
9515 public databases, making it suitable for tasks beyond the scope of its original
9516 design. Lastly, it can be used to interrogate any genome curated within
9517 Bioconductor.")
9518 (license license:gpl2+)))
9519
9520 (define-public r-motifstack
9521 (package
9522 (name "r-motifstack")
9523 (version "1.40.0")
9524 (source
9525 (origin
9526 (method url-fetch)
9527 (uri (bioconductor-uri "motifStack" version))
9528 (sha256
9529 (base32
9530 "0d2ihx73chczbv6f91n04qb372plrdv7k4qws8shyw1fmvb1rq0z"))))
9531 (properties `((upstream-name . "motifStack")))
9532 (build-system r-build-system)
9533 (propagated-inputs
9534 (list r-ade4
9535 r-biostrings
9536 r-ggplot2
9537 r-htmlwidgets
9538 r-tfbstools
9539 r-xml))
9540 (native-inputs
9541 (list r-knitr))
9542 (home-page "https://bioconductor.org/packages/motifStack/")
9543 (synopsis "Plot stacked logos for DNA, RNA and amino acid sequences")
9544 (description
9545 "The motifStack package is designed for graphic representation of
9546 multiple motifs with different similarity scores. It works with both DNA/RNA
9547 sequence motifs and amino acid sequence motifs. In addition, it provides the
9548 flexibility for users to customize the graphic parameters such as the font
9549 type and symbol colors.")
9550 (license license:gpl2+)))
9551
9552 (define-public r-genomicscores
9553 (package
9554 (name "r-genomicscores")
9555 (version "2.8.2")
9556 (source
9557 (origin
9558 (method url-fetch)
9559 (uri (bioconductor-uri "GenomicScores" version))
9560 (sha256
9561 (base32
9562 "12rcxw69an1d5q7ar58xy8s871l47imw2nm08j054ivxslx8597j"))))
9563 (properties `((upstream-name . "GenomicScores")))
9564 (build-system r-build-system)
9565 (propagated-inputs
9566 (list r-annotationhub
9567 r-biobase
9568 r-biocfilecache
9569 r-biocgenerics
9570 r-biocmanager
9571 r-biostrings
9572 r-delayedarray
9573 r-genomeinfodb
9574 r-genomicranges
9575 r-hdf5array
9576 r-httr
9577 r-iranges
9578 r-rhdf5
9579 r-s4vectors
9580 r-xml))
9581 (native-inputs
9582 (list r-knitr))
9583 (home-page "https://github.com/rcastelo/GenomicScores/")
9584 (synopsis "Work with genome-wide position-specific scores")
9585 (description
9586 "This package provides infrastructure to store and access genome-wide
9587 position-specific scores within R and Bioconductor.")
9588 (license license:artistic2.0)))
9589
9590 (define-public r-atacseqqc
9591 (package
9592 (name "r-atacseqqc")
9593 (version "1.20.2")
9594 (source
9595 (origin
9596 (method url-fetch)
9597 (uri (bioconductor-uri "ATACseqQC" version))
9598 (sha256
9599 (base32
9600 "0jj7n0mcj0gciw0ksazlksgmwzp51a40pwqhf0c7la0cc4bnrkqp"))))
9601 (properties `((upstream-name . "ATACseqQC")))
9602 (build-system r-build-system)
9603 (propagated-inputs
9604 (list r-biocgenerics
9605 r-biostrings
9606 r-bsgenome
9607 r-chippeakanno
9608 r-edger
9609 r-genomeinfodb
9610 r-genomicalignments
9611 r-genomicranges
9612 r-genomicscores
9613 r-iranges
9614 r-kernsmooth
9615 r-limma
9616 r-motifstack
9617 r-preseqr
9618 r-randomforest
9619 r-rsamtools
9620 r-rtracklayer
9621 r-s4vectors))
9622 (native-inputs
9623 (list r-knitr))
9624 (home-page "https://bioconductor.org/packages/ATACseqQC/")
9625 (synopsis "ATAC-seq quality control")
9626 (description
9627 "ATAC-seq, an assay for Transposase-Accessible Chromatin using
9628 sequencing, is a rapid and sensitive method for chromatin accessibility
9629 analysis. It was developed as an alternative method to MNase-seq, FAIRE-seq
9630 and DNAse-seq. The ATACseqQC package was developed to help users to quickly
9631 assess whether their ATAC-seq experiment is successful. It includes
9632 diagnostic plots of fragment size distribution, proportion of mitochondria
9633 reads, nucleosome positioning pattern, and CTCF or other Transcript Factor
9634 footprints.")
9635 (license license:gpl2+)))
9636
9637 (define-public r-gofuncr
9638 (package
9639 (name "r-gofuncr")
9640 (version "1.16.0")
9641 (source
9642 (origin
9643 (method url-fetch)
9644 (uri (bioconductor-uri "GOfuncR" version))
9645 (sha256
9646 (base32
9647 "02vdfsjrqp0m06mfbspwkxjyqxfca0w1idgygpi1a9i5m4fqhwpk"))))
9648 (properties `((upstream-name . "GOfuncR")))
9649 (build-system r-build-system)
9650 (propagated-inputs
9651 (list r-annotationdbi
9652 r-genomicranges
9653 r-gtools
9654 r-iranges
9655 r-mapplots
9656 r-rcpp
9657 r-vioplot))
9658 (native-inputs
9659 (list r-knitr))
9660 (home-page "https://bioconductor.org/packages/GOfuncR/")
9661 (synopsis "Gene ontology enrichment using FUNC")
9662 (description
9663 "GOfuncR performs a gene ontology enrichment analysis based on the
9664 ontology enrichment software FUNC. GO-annotations are obtained from
9665 OrganismDb or OrgDb packages (@code{Homo.sapiens} by default); the GO-graph is
9666 included in the package and updated regularly. GOfuncR provides the standard
9667 candidate vs background enrichment analysis using the hypergeometric test, as
9668 well as three additional tests:
9669
9670 @enumerate
9671 @item the Wilcoxon rank-sum test that is used when genes are ranked,
9672 @item a binomial test that is used when genes are associated with two counts,
9673 and
9674 @item a Chi-square or Fisher's exact test that is used in cases when genes are
9675 associated with four counts.
9676 @end enumerate
9677
9678 To correct for multiple testing and interdependency of the tests, family-wise
9679 error rates are computed based on random permutations of the gene-associated
9680 variables. GOfuncR also provides tools for exploring the ontology graph and
9681 the annotations, and options to take gene-length or spatial clustering of
9682 genes into account. It is also possible to provide custom gene coordinates,
9683 annotations and ontologies.")
9684 (license license:gpl2+)))
9685
9686 (define-public r-abaenrichment
9687 (package
9688 (name "r-abaenrichment")
9689 (version "1.24.0")
9690 (source
9691 (origin
9692 (method url-fetch)
9693 (uri (bioconductor-uri "ABAEnrichment" version))
9694 (sha256
9695 (base32
9696 "1sp3f72rzlr822dxx42bswynrwwfx6f520hdhfdikqp13p2y4044"))))
9697 (properties `((upstream-name . "ABAEnrichment")))
9698 (build-system r-build-system)
9699 (propagated-inputs
9700 (list r-abadata
9701 r-data-table
9702 r-gofuncr
9703 r-gplots
9704 r-gtools
9705 r-rcpp))
9706 (native-inputs
9707 (list r-knitr))
9708 (home-page "https://bioconductor.org/packages/ABAEnrichment/")
9709 (synopsis "Gene expression enrichment in human brain regions")
9710 (description
9711 "The package ABAEnrichment is designed to test for enrichment of user
9712 defined candidate genes in the set of expressed genes in different human brain
9713 regions. The core function @code{aba_enrich} integrates the expression of the
9714 candidate gene set (averaged across donors) and the structural information of
9715 the brain using an ontology, both provided by the Allen Brain Atlas project.")
9716 (license license:gpl2+)))
9717
9718 (define-public r-annotationfuncs
9719 (package
9720 (name "r-annotationfuncs")
9721 (version "1.40.0")
9722 (source
9723 (origin
9724 (method url-fetch)
9725 (uri (bioconductor-uri "AnnotationFuncs" version))
9726 (sha256
9727 (base32
9728 "0xsm7741zm81bi4c9hy0zaacnk8a6bahdpc6srqzrbsz0pfzdyhr"))))
9729 (properties
9730 `((upstream-name . "AnnotationFuncs")))
9731 (build-system r-build-system)
9732 (propagated-inputs
9733 (list r-annotationdbi r-dbi))
9734 (home-page "https://www.iysik.com/r/annotationfuncs")
9735 (synopsis "Annotation translation functions")
9736 (description
9737 "This package provides functions for handling translating between
9738 different identifieres using the Biocore Data Team data-packages (e.g.
9739 @code{org.Bt.eg.db}).")
9740 (license license:gpl2)))
9741
9742 (define-public r-annotationtools
9743 (package
9744 (name "r-annotationtools")
9745 (version "1.70.0")
9746 (source
9747 (origin
9748 (method url-fetch)
9749 (uri (bioconductor-uri "annotationTools" version))
9750 (sha256
9751 (base32
9752 "122b424zida3j0vqkn8d06sg3jpc3ngsgidr8kgg00n4cjngkc51"))))
9753 (properties
9754 `((upstream-name . "annotationTools")))
9755 (build-system r-build-system)
9756 (propagated-inputs (list r-biobase))
9757 (home-page "https://bioconductor.org/packages/annotationTools/")
9758 (synopsis "Annotate microarrays and perform gene expression analyses")
9759 (description
9760 "This package provides functions to annotate microarrays, find orthologs,
9761 and integrate heterogeneous gene expression profiles using annotation and
9762 other molecular biology information available as flat file database (plain
9763 text files).")
9764 ;; Any version of the GPL.
9765 (license (list license:gpl2+))))
9766
9767 (define-public r-allelicimbalance
9768 (package
9769 (name "r-allelicimbalance")
9770 (version "1.34.0")
9771 (source
9772 (origin
9773 (method url-fetch)
9774 (uri (bioconductor-uri "AllelicImbalance" version))
9775 (sha256
9776 (base32
9777 "0w4xd0xzkwx7bbhrgqligpahlhg85rginknx520z891r8v0bim2z"))))
9778 (properties
9779 `((upstream-name . "AllelicImbalance")))
9780 (build-system r-build-system)
9781 (propagated-inputs
9782 (list r-annotationdbi
9783 r-biocgenerics
9784 r-biostrings
9785 r-bsgenome
9786 r-genomeinfodb
9787 r-genomicalignments
9788 r-genomicfeatures
9789 r-genomicranges
9790 r-gridextra
9791 r-gviz
9792 r-iranges
9793 r-lattice
9794 r-latticeextra
9795 r-nlme
9796 r-rsamtools
9797 r-s4vectors
9798 r-seqinr
9799 r-summarizedexperiment
9800 r-variantannotation))
9801 (native-inputs
9802 (list r-knitr))
9803 (home-page "https://github.com/pappewaio/AllelicImbalance")
9804 (synopsis "Investigate allele-specific expression")
9805 (description
9806 "This package provides a framework for allele-specific expression
9807 investigation using RNA-seq data.")
9808 (license license:gpl3)))
9809
9810 (define-public r-aucell
9811 (package
9812 (name "r-aucell")
9813 (version "1.18.1")
9814 (source
9815 (origin
9816 (method url-fetch)
9817 (uri (bioconductor-uri "AUCell" version))
9818 (sha256
9819 (base32
9820 "17wr7dycll0l1gax4w268qw7is163bs51rj6p1qnx1dgc9ibnsgr"))))
9821 (properties `((upstream-name . "AUCell")))
9822 (build-system r-build-system)
9823 (propagated-inputs
9824 (list r-biocgenerics
9825 r-data-table
9826 r-delayedarray
9827 r-delayedmatrixstats
9828 r-gseabase
9829 r-mixtools
9830 r-r-utils
9831 r-shiny
9832 r-summarizedexperiment))
9833 (native-inputs
9834 (list r-knitr))
9835 (home-page "https://bioconductor.org/packages/AUCell/")
9836 (synopsis "Analysis of gene set activity in single-cell RNA-seq data")
9837 (description
9838 "AUCell identifies cells with active gene sets (e.g. signatures,
9839 gene modules, etc) in single-cell RNA-seq data. AUCell uses the @dfn{Area
9840 Under the Curve} (AUC) to calculate whether a critical subset of the input
9841 gene set is enriched within the expressed genes for each cell. The
9842 distribution of AUC scores across all the cells allows exploring the relative
9843 expression of the signature. Since the scoring method is ranking-based,
9844 AUCell is independent of the gene expression units and the normalization
9845 procedure. In addition, since the cells are evaluated individually, it can
9846 easily be applied to bigger datasets, subsetting the expression matrix if
9847 needed.")
9848 (license license:gpl3)))
9849
9850 (define-public r-ebimage
9851 (package
9852 (name "r-ebimage")
9853 (version "4.38.0")
9854 (source
9855 (origin
9856 (method url-fetch)
9857 (uri (bioconductor-uri "EBImage" version))
9858 (sha256
9859 (base32
9860 "1vcx45bw36k9daw9dywj5bz77jmqk4gjfwsym8ajjnc1jmlq20si"))))
9861 (properties `((upstream-name . "EBImage")))
9862 (build-system r-build-system)
9863 (propagated-inputs
9864 (list r-abind
9865 r-biocgenerics
9866 r-fftwtools
9867 r-htmltools
9868 r-htmlwidgets
9869 r-jpeg
9870 r-locfit
9871 r-png
9872 r-rcurl
9873 r-tiff))
9874 (native-inputs
9875 (list r-knitr)) ; for vignettes
9876 (home-page "https://github.com/aoles/EBImage")
9877 (synopsis "Image processing and analysis toolbox for R")
9878 (description
9879 "EBImage provides general purpose functionality for image processing and
9880 analysis. In the context of (high-throughput) microscopy-based cellular
9881 assays, EBImage offers tools to segment cells and extract quantitative
9882 cellular descriptors. This allows the automation of such tasks using the R
9883 programming language and facilitates the use of other tools in the R
9884 environment for signal processing, statistical modeling, machine learning and
9885 visualization with image data.")
9886 ;; Any version of the LGPL.
9887 (license license:lgpl2.1+)))
9888
9889 (define-public r-yamss
9890 (package
9891 (name "r-yamss")
9892 (version "1.22.0")
9893 (source
9894 (origin
9895 (method url-fetch)
9896 (uri (bioconductor-uri "yamss" version))
9897 (sha256
9898 (base32
9899 "1lcfxw73cxvpy3bnq28pxdy5128mpq5xklsa0mzxdjyqc4g55hy8"))))
9900 (build-system r-build-system)
9901 (propagated-inputs
9902 (list r-biocgenerics
9903 r-data-table
9904 r-ebimage
9905 r-iranges
9906 r-limma
9907 r-matrix
9908 r-mzr
9909 r-s4vectors
9910 r-summarizedexperiment))
9911 (native-inputs
9912 (list r-knitr))
9913 (home-page "https://github.com/hansenlab/yamss")
9914 (synopsis "Tools for high-throughput metabolomics")
9915 (description
9916 "This package provides tools to analyze and visualize high-throughput
9917 metabolomics data acquired using chromatography-mass spectrometry. These tools
9918 preprocess data in a way that enables reliable and powerful differential
9919 analysis.")
9920 (license license:artistic2.0)))
9921
9922 (define-public r-gtrellis
9923 (package
9924 (name "r-gtrellis")
9925 (version "1.28.0")
9926 (source
9927 (origin
9928 (method url-fetch)
9929 (uri (bioconductor-uri "gtrellis" version))
9930 (sha256
9931 (base32
9932 "1s4xczzv6hz2kyv32xgcq84540w75qr3f644w1s4c3kwxgyq2gff"))))
9933 (build-system r-build-system)
9934 (propagated-inputs
9935 (list r-circlize r-genomicranges r-getoptlong r-iranges))
9936 (native-inputs
9937 (list r-knitr))
9938 (home-page "https://github.com/jokergoo/gtrellis")
9939 (synopsis "Genome level Trellis layout")
9940 (description
9941 "Genome level Trellis graph visualizes genomic data conditioned by
9942 genomic categories (e.g. chromosomes). For each genomic category, multiple
9943 dimensional data which are represented as tracks describe different features
9944 from different aspects. This package provides high flexibility to arrange
9945 genomic categories and to add self-defined graphics in the plot.")
9946 (license license:expat)))
9947
9948 (define-public r-somaticsignatures
9949 (package
9950 (name "r-somaticsignatures")
9951 (version "2.32.0")
9952 (source
9953 (origin
9954 (method url-fetch)
9955 (uri (bioconductor-uri "SomaticSignatures" version))
9956 (sha256
9957 (base32
9958 "1ydnp54laznzpi08s403kxhnr5nqhvm3iilaxlcdlz0ngxhm6vx6"))))
9959 (properties
9960 `((upstream-name . "SomaticSignatures")))
9961 (build-system r-build-system)
9962 (propagated-inputs
9963 (list r-biobase
9964 r-biostrings
9965 r-genomeinfodb
9966 r-genomicranges
9967 r-ggbio
9968 r-ggplot2
9969 r-iranges
9970 r-nmf
9971 r-pcamethods
9972 r-proxy
9973 r-reshape2
9974 r-s4vectors
9975 r-variantannotation))
9976 (native-inputs
9977 (list r-knitr))
9978 (home-page "https://github.com/juliangehring/SomaticSignatures")
9979 (synopsis "Somatic signatures")
9980 (description
9981 "This package identifies mutational signatures of @dfn{single nucleotide
9982 variants} (SNVs). It provides a infrastructure related to the methodology
9983 described in Nik-Zainal (2012, Cell), with flexibility in the matrix
9984 decomposition algorithms.")
9985 (license license:expat)))
9986
9987 (define-public r-yapsa
9988 (package
9989 (name "r-yapsa")
9990 (version "1.22.0")
9991 (source
9992 (origin
9993 (method url-fetch)
9994 (uri (bioconductor-uri "YAPSA" version))
9995 (sha256
9996 (base32
9997 "1klqfif4sadkxw7agywk2ncvcdqsnfb1d6adnacdfdasr8abvhid"))))
9998 (properties `((upstream-name . "YAPSA")))
9999 (build-system r-build-system)
10000 (propagated-inputs
10001 (list r-biostrings
10002 r-bsgenome-hsapiens-ucsc-hg19
10003 r-circlize
10004 r-complexheatmap
10005 r-corrplot
10006 r-dendextend
10007 r-doparallel
10008 r-dplyr
10009 r-genomeinfodb
10010 r-genomicranges
10011 r-getoptlong
10012 r-ggbeeswarm
10013 r-ggplot2
10014 r-gridextra
10015 r-gtrellis
10016 r-keggrest
10017 r-limsolve
10018 r-magrittr
10019 r-pmcmrplus
10020 r-pracma
10021 r-reshape2
10022 r-somaticsignatures
10023 r-variantannotation))
10024 (native-inputs
10025 (list r-knitr))
10026 (home-page "https://bioconductor.org/packages/YAPSA/")
10027 (synopsis "Yet another package for signature analysis")
10028 (description
10029 "This package provides functions and routines useful in the analysis of
10030 somatic signatures (cf. L. Alexandrov et al., Nature 2013). In particular,
10031 functions to perform a signature analysis with known signatures and a
10032 signature analysis on @dfn{stratified mutational catalogue} (SMC) are
10033 provided.")
10034 (license license:gpl3)))
10035
10036 (define-public r-gcrma
10037 (package
10038 (name "r-gcrma")
10039 (version "2.68.0")
10040 (source
10041 (origin
10042 (method url-fetch)
10043 (uri (bioconductor-uri "gcrma" version))
10044 (sha256
10045 (base32
10046 "13a8igr2b02gsa6n3437kb33wg6h7si82fmqi35dzpfzhvx0qf6d"))))
10047 (build-system r-build-system)
10048 (propagated-inputs
10049 (list r-affy
10050 r-affyio
10051 r-biobase
10052 r-biocmanager
10053 r-biostrings
10054 r-xvector))
10055 (home-page "https://bioconductor.org/packages/gcrma/")
10056 (synopsis "Background adjustment using sequence information")
10057 (description
10058 "Gcrma adjusts for background intensities in Affymetrix array data which
10059 include optical noise and @dfn{non-specific binding} (NSB). The main function
10060 @code{gcrma} converts background adjusted probe intensities to expression
10061 measures using the same normalization and summarization methods as a
10062 @dfn{Robust Multiarray Average} (RMA). Gcrma uses probe sequence information
10063 to estimate probe affinity to NSB. The sequence information is summarized in
10064 a more complex way than the simple GC content. Instead, the base types (A, T,
10065 G or C) at each position along the probe determine the affinity of each probe.
10066 The parameters of the position-specific base contributions to the probe
10067 affinity is estimated in an NSB experiment in which only NSB but no
10068 gene-specific binding is expected.")
10069 ;; Any version of the LGPL
10070 (license license:lgpl2.1+)))
10071
10072 (define-public r-simpleaffy
10073 (package
10074 (name "r-simpleaffy")
10075 (version "2.66.0")
10076 (source
10077 (origin
10078 (method url-fetch)
10079 (uri (bioconductor-uri "simpleaffy" version))
10080 (sha256
10081 (base32
10082 "04a11dsqd5y4b39nny94acnh0qhdazjc6d1803izza4vrgmw2csb"))))
10083 (build-system r-build-system)
10084 (propagated-inputs
10085 (list r-affy r-biobase r-biocgenerics r-gcrma r-genefilter))
10086 (home-page "https://bioconductor.org/packages/simpleaffy/")
10087 (synopsis "Very simple high level analysis of Affymetrix data")
10088 (description
10089 "This package provides high level functions for reading Affy @file{.CEL}
10090 files, phenotypic data, and then computing simple things with it, such as
10091 t-tests, fold changes and the like. It makes heavy use of the @code{affy}
10092 library. It also has some basic scatter plot functions and mechanisms for
10093 generating high resolution journal figures.")
10094 (license license:gpl2+)))
10095
10096 (define-public r-yaqcaffy
10097 (package
10098 (name "r-yaqcaffy")
10099 (version "1.50.0")
10100 (source
10101 (origin
10102 (method url-fetch)
10103 (uri (bioconductor-uri "yaqcaffy" version))
10104 (sha256
10105 (base32
10106 "18gphcjj15iivrahp52186bvdg07yd2dvrykfjdd4r1vyf33im96"))))
10107 (build-system r-build-system)
10108 (propagated-inputs
10109 (list r-simpleaffy))
10110 (home-page "https://bioconductor.org/packages/yaqcaffy/")
10111 (synopsis "Affymetrix quality control and reproducibility analysis")
10112 (description
10113 "This is a package that can be used for quality control of Affymetrix
10114 GeneChip expression data and reproducibility analysis of human whole genome
10115 chips with the MAQC reference datasets.")
10116 (license license:artistic2.0)))
10117
10118 (define-public r-quantro
10119 (package
10120 (name "r-quantro")
10121 (version "1.30.0")
10122 (source
10123 (origin
10124 (method url-fetch)
10125 (uri (bioconductor-uri "quantro" version))
10126 (sha256
10127 (base32
10128 "1zfrz7lxyrbf0c8d277npzj1h4six9whkqplvcjmn3li0xj5qng3"))))
10129 (build-system r-build-system)
10130 (propagated-inputs
10131 (list r-biobase
10132 r-doparallel
10133 r-foreach
10134 r-ggplot2
10135 r-iterators
10136 r-minfi
10137 r-rcolorbrewer))
10138 (native-inputs
10139 (list r-knitr))
10140 (home-page "https://bioconductor.org/packages/quantro/")
10141 (synopsis "Test for when to use quantile normalization")
10142 (description
10143 "This package provides a data-driven test for the assumptions of quantile
10144 normalization using raw data such as objects that inherit eSets (e.g.
10145 ExpressionSet, MethylSet). Group level information about each sample (such as
10146 Tumor / Normal status) must also be provided because the test assesses if
10147 there are global differences in the distributions between the user-defined
10148 groups.")
10149 (license license:gpl3+)))
10150
10151 (define-public r-yarn
10152 (package
10153 (name "r-yarn")
10154 (version "1.22.0")
10155 (source
10156 (origin
10157 (method url-fetch)
10158 (uri (bioconductor-uri "yarn" version))
10159 (sha256
10160 (base32
10161 "0z5202pqq02fwm8qf1g36004k7sv668s1xacbpr1cvw5sl452lbg"))))
10162 (build-system r-build-system)
10163 (propagated-inputs
10164 (list r-biobase
10165 r-biomart
10166 r-downloader
10167 r-edger
10168 r-gplots
10169 r-limma
10170 r-matrixstats
10171 r-preprocesscore
10172 r-quantro
10173 r-rcolorbrewer
10174 r-readr))
10175 (native-inputs
10176 (list r-knitr))
10177 (home-page "https://bioconductor.org/packages/yarn/")
10178 (synopsis "Robust multi-condition RNA-Seq preprocessing and normalization")
10179 (description
10180 "Expedite large RNA-Seq analyses using a combination of previously
10181 developed tools. YARN is meant to make it easier for the user in performing
10182 basic mis-annotation quality control, filtering, and condition-aware
10183 normalization. YARN leverages many Bioconductor tools and statistical
10184 techniques to account for the large heterogeneity and sparsity found in very
10185 large RNA-seq experiments.")
10186 (license license:artistic2.0)))
10187
10188 (define-public r-roar
10189 (package
10190 (name "r-roar")
10191 (version "1.32.0")
10192 (source
10193 (origin
10194 (method url-fetch)
10195 (uri (bioconductor-uri "roar" version))
10196 (sha256
10197 (base32
10198 "0zq1praf5h9294cvmrb06l3chx8v40xw2sfvhlnh1516x9sjkwfc"))))
10199 (build-system r-build-system)
10200 (propagated-inputs
10201 (list r-biocgenerics
10202 r-genomeinfodb
10203 r-genomicalignments
10204 r-genomicranges
10205 r-iranges
10206 r-rtracklayer
10207 r-s4vectors
10208 r-summarizedexperiment))
10209 (home-page "https://github.com/vodkatad/roar/")
10210 (synopsis "Identify differential APA usage from RNA-seq alignments")
10211 (description
10212 "This package provides tools for identifying preferential usage of APA
10213 sites, comparing two biological conditions, starting from known alternative
10214 sites and alignments obtained from standard RNA-seq experiments.")
10215 (license license:gpl3)))
10216
10217 (define-public r-xbseq
10218 (package
10219 (name "r-xbseq")
10220 (version "1.22.0")
10221 (source
10222 (origin
10223 (method url-fetch)
10224 (uri (bioconductor-uri "XBSeq" version))
10225 (sha256
10226 (base32
10227 "1dvk2jpsdynqw5071z54yd5j0ddprhc1ppk834cz9liibd72d7vz"))))
10228 (properties `((upstream-name . "XBSeq")))
10229 (build-system r-build-system)
10230 (propagated-inputs
10231 (list r-biobase
10232 r-deseq2
10233 r-dplyr
10234 r-ggplot2
10235 r-locfit
10236 r-magrittr
10237 r-matrixstats
10238 r-pracma
10239 r-roar))
10240 (native-inputs
10241 (list r-knitr))
10242 (home-page "https://github.com/Liuy12/XBSeq")
10243 (synopsis "Test for differential expression for RNA-seq data")
10244 (description
10245 "XBSeq is a novel algorithm for testing RNA-seq @dfn{differential
10246 expression} (DE), where a statistical model was established based on the
10247 assumption that observed signals are the convolution of true expression
10248 signals and sequencing noises. The mapped reads in non-exonic regions are
10249 considered as sequencing noises, which follows a Poisson distribution. Given
10250 measurable observed signal and background noise from RNA-seq data, true
10251 expression signals, assuming governed by the negative binomial distribution,
10252 can be delineated and thus the accurate detection of differential expressed
10253 genes.")
10254 (license license:gpl3+)))
10255
10256 (define-public r-massspecwavelet
10257 (package
10258 (name "r-massspecwavelet")
10259 (version "1.62.0")
10260 (source
10261 (origin
10262 (method url-fetch)
10263 (uri (bioconductor-uri "MassSpecWavelet" version))
10264 (sha256
10265 (base32
10266 "0g9izdy3f7h1zmsfbq45ahdz0ak5013rp3vxc4ijb1mpqx8ldd39"))))
10267 (properties
10268 `((upstream-name . "MassSpecWavelet")))
10269 (build-system r-build-system)
10270 (native-inputs
10271 (list r-knitr))
10272 (home-page "https://bioconductor.org/packages/MassSpecWavelet/")
10273 (synopsis "Mass spectrum processing by wavelet-based algorithms")
10274 (description
10275 "The MassSpecWavelet package aims to process @dfn{Mass Spectrometry} (MS)
10276 data mainly through the use of wavelet transforms. It supports peak detection
10277 based on @dfn{Continuous Wavelet Transform} (CWT).")
10278 (license license:lgpl2.0+)))
10279
10280 (define-public r-xcms
10281 (package
10282 (name "r-xcms")
10283 (version "3.18.0")
10284 (source
10285 (origin
10286 (method url-fetch)
10287 (uri (bioconductor-uri "xcms" version))
10288 (sha256
10289 (base32
10290 "0p2zd2728lj5q8y24gdfvsjijd6zl2i73hrcf017n32jq7vn71xm"))))
10291 (build-system r-build-system)
10292 (propagated-inputs
10293 (list r-biobase
10294 r-biocgenerics
10295 r-biocparallel
10296 r-iranges
10297 r-lattice
10298 r-massspecwavelet
10299 r-mscoreutils
10300 r-msfeatures
10301 r-msnbase
10302 r-mzr
10303 r-plyr
10304 r-protgenerics
10305 r-rann
10306 r-rcolorbrewer
10307 r-robustbase
10308 r-s4vectors
10309 r-summarizedexperiment))
10310 (native-inputs
10311 (list r-knitr))
10312 (home-page "https://bioconductor.org/packages/xcms/")
10313 (synopsis "LC/MS and GC/MS mass spectrometry data analysis")
10314 (description
10315 "This package provides a framework for processing and visualization of
10316 chromatographically separated and single-spectra mass spectral data. It
10317 imports from AIA/ANDI NetCDF, mzXML, mzData and mzML files. It preprocesses
10318 data for high-throughput, untargeted analyte profiling.")
10319 (license license:gpl2+)))
10320
10321 (define-public r-wppi
10322 (package
10323 (name "r-wppi")
10324 (version "1.4.0")
10325 (source (origin
10326 (method url-fetch)
10327 (uri (bioconductor-uri "wppi" version))
10328 (sha256
10329 (base32
10330 "1008s39bb7sd261cy1vfgdah7bmhfw9qq322fh7g4wvpfw63ii9f"))))
10331 (properties `((upstream-name . "wppi")))
10332 (build-system r-build-system)
10333 ;; This is necessary because omnipathr attempts to write a configuration
10334 ;; file to HOME.
10335 (arguments
10336 `(#:phases
10337 (modify-phases %standard-phases
10338 (add-after 'unpack 'set-HOME
10339 (lambda _ (setenv "HOME" "/tmp"))))))
10340 (propagated-inputs (list r-dplyr
10341 r-igraph
10342 r-logger
10343 r-magrittr
10344 r-matrix
10345 r-omnipathr
10346 r-progress
10347 r-purrr
10348 r-rcurl
10349 r-rlang
10350 r-tibble
10351 r-tidyr))
10352 (native-inputs (list r-knitr))
10353 (home-page "https://github.com/AnaGalhoz37/wppi")
10354 (synopsis "Weighting protein-protein interactions")
10355 (description
10356 "This package predicts functional relevance of protein-protein
10357 interactions based on functional annotations such as Human Protein Ontology
10358 and Gene Ontology, and prioritizes genes based on network topology, functional
10359 scores and a path search algorithm.")
10360 (license license:expat)))
10361
10362 (define-public r-wrench
10363 (package
10364 (name "r-wrench")
10365 (version "1.14.0")
10366 (source
10367 (origin
10368 (method url-fetch)
10369 (uri (bioconductor-uri "Wrench" version))
10370 (sha256
10371 (base32
10372 "1zx65s4m71wj85s2sq8ip54pq12r4sxfv8b2rxc41gfc5aj0zzca"))))
10373 (properties `((upstream-name . "Wrench")))
10374 (build-system r-build-system)
10375 (propagated-inputs
10376 (list r-limma r-locfit r-matrixstats))
10377 (native-inputs
10378 (list r-knitr))
10379 (home-page "https://github.com/HCBravoLab/Wrench")
10380 (synopsis "Wrench normalization for sparse count data")
10381 (description
10382 "Wrench is a package for normalization sparse genomic count data, like
10383 that arising from 16s metagenomic surveys.")
10384 (license license:artistic2.0)))
10385
10386 (define-public r-wiggleplotr
10387 (package
10388 (name "r-wiggleplotr")
10389 (version "1.20.0")
10390 (source
10391 (origin
10392 (method url-fetch)
10393 (uri (bioconductor-uri "wiggleplotr" version))
10394 (sha256
10395 (base32
10396 "0s128mm5w8n072k6j0fv1mxnxjpwisjp5lpz8a9z96cnn69bnr0i"))))
10397 (build-system r-build-system)
10398 (propagated-inputs
10399 (list r-assertthat
10400 r-cowplot
10401 r-dplyr
10402 r-genomeinfodb
10403 r-genomicranges
10404 r-ggplot2
10405 r-iranges
10406 r-purrr
10407 r-rtracklayer
10408 r-s4vectors))
10409 (native-inputs
10410 (list r-knitr))
10411 (home-page "https://bioconductor.org/packages/wiggleplotr/")
10412 (synopsis "Make read coverage plots from BigWig files")
10413 (description
10414 "This package provides tools to visualize read coverage from sequencing
10415 experiments together with genomic annotations (genes, transcripts, peaks).
10416 Introns of long transcripts can be rescaled to a fixed length for better
10417 visualization of exonic read coverage.")
10418 (license license:asl2.0)))
10419
10420 (define-public r-widgettools
10421 (package
10422 (name "r-widgettools")
10423 (version "1.74.0")
10424 (source
10425 (origin
10426 (method url-fetch)
10427 (uri (bioconductor-uri "widgetTools" version))
10428 (sha256
10429 (base32
10430 "10w1s5h4za6ibmphvj145ir3lp22qgah2z8fvmipmf8ciq1jf86d"))))
10431 (properties `((upstream-name . "widgetTools")))
10432 (build-system r-build-system)
10433 (home-page "https://bioconductor.org/packages/widgetTools/")
10434 (synopsis "Tools for creating interactive tcltk widgets")
10435 (description
10436 "This package contains tools to support the construction of tcltk
10437 widgets in R.")
10438 ;; Any version of the LGPL.
10439 (license license:lgpl3+)))
10440
10441 (define-public r-webbioc
10442 (package
10443 (name "r-webbioc")
10444 (version "1.68.0")
10445 (source
10446 (origin
10447 (method url-fetch)
10448 (uri (bioconductor-uri "webbioc" version))
10449 (sha256
10450 (base32
10451 "1g3srxsa2fqcn3r4wz4y19fwjmw3vawlcvdw6lbjdnvbgcafq1ah"))))
10452 (build-system r-build-system)
10453 (inputs
10454 (list netpbm perl))
10455 (propagated-inputs
10456 (list r-affy
10457 r-annaffy
10458 r-biobase
10459 r-biocmanager
10460 r-gcrma
10461 r-multtest
10462 r-qvalue
10463 r-vsn))
10464 (home-page "https://www.bioconductor.org/")
10465 (synopsis "Bioconductor web interface")
10466 (description
10467 "This package provides an integrated web interface for doing microarray
10468 analysis using several of the Bioconductor packages. It is intended to be
10469 deployed as a centralized bioinformatics resource for use by many users.
10470 Currently only Affymetrix oligonucleotide analysis is supported.")
10471 (license license:gpl2+)))
10472
10473 (define-public r-zinbwave
10474 (package
10475 (name "r-zinbwave")
10476 (version "1.18.0")
10477 (source
10478 (origin
10479 (method url-fetch)
10480 (uri (bioconductor-uri "zinbwave" version))
10481 (sha256
10482 (base32
10483 "0vpz721sciw5b4ypxj5lj8p53gwkpfwlwkn6k3y8i65zg80p1g6i"))))
10484 (build-system r-build-system)
10485 (propagated-inputs
10486 (list r-biocparallel
10487 r-edger
10488 r-genefilter
10489 r-matrix
10490 r-singlecellexperiment
10491 r-softimpute
10492 r-summarizedexperiment))
10493 (native-inputs
10494 (list r-knitr))
10495 (home-page "https://bioconductor.org/packages/zinbwave")
10496 (synopsis "Zero-inflated negative binomial model for RNA-seq data")
10497 (description "This package implements a general and flexible zero-inflated
10498 negative binomial model that can be used to provide a low-dimensional
10499 representations of single-cell RNA-seq data. The model accounts for zero
10500 inflation (dropouts), over-dispersion, and the count nature of the data.
10501 The model also accounts for the difference in library sizes and optionally
10502 for batch effects and/or other covariates, avoiding the need for pre-normalize
10503 the data.")
10504 (license license:artistic2.0)))
10505
10506 (define-public r-zfpkm
10507 (package
10508 (name "r-zfpkm")
10509 (version "1.18.0")
10510 (source
10511 (origin
10512 (method url-fetch)
10513 (uri (bioconductor-uri "zFPKM" version))
10514 (sha256
10515 (base32
10516 "1h7g553rgb5mkmmsp8dyqqs9n9x17xmmcg3iijhb54nyrr2j1mji"))))
10517 (properties `((upstream-name . "zFPKM")))
10518 (build-system r-build-system)
10519 (propagated-inputs
10520 (list r-checkmate r-dplyr r-ggplot2 r-summarizedexperiment r-tidyr))
10521 (native-inputs
10522 (list r-knitr))
10523 (home-page "https://github.com/ronammar/zFPKM/")
10524 (synopsis "Functions to facilitate zFPKM transformations")
10525 (description
10526 "This is a package to perform the zFPKM transform on RNA-seq FPKM data.
10527 This algorithm is based on the publication by Hart et al., 2013 (Pubmed ID
10528 24215113).")
10529 (license license:gpl3)))
10530
10531 (define-public r-rbowtie2
10532 (package
10533 (name "r-rbowtie2")
10534 (version "2.2.0")
10535 (source
10536 (origin
10537 (method url-fetch)
10538 (uri (bioconductor-uri "Rbowtie2" version))
10539 (sha256
10540 (base32
10541 "0dhdx27vrkhd4fak0qb5q9amlcpi97xhf3ry39zk0ifx5zpjynkg"))))
10542 (properties `((upstream-name . "Rbowtie2")))
10543 (build-system r-build-system)
10544 (propagated-inputs
10545 (list r-magrittr r-rsamtools))
10546 (inputs
10547 (list samtools zlib))
10548 (native-inputs
10549 (list r-knitr))
10550 (home-page "https://bioconductor.org/packages/Rbowtie2/")
10551 (synopsis "R wrapper for Bowtie2 and AdapterRemoval")
10552 (description
10553 "This package provides an R wrapper of the popular @code{bowtie2}
10554 sequencing reads aligner and @code{AdapterRemoval}, a convenient tool for
10555 rapid adapter trimming, identification, and read merging.")
10556 (license license:gpl3+)))
10557
10558 (define-public r-progeny
10559 (package
10560 (name "r-progeny")
10561 (version "1.18.0")
10562 (source
10563 (origin
10564 (method url-fetch)
10565 (uri (bioconductor-uri "progeny" version))
10566 (sha256
10567 (base32
10568 "1rhy2l2yf9ndxlvff8756s6n8qyi42nz7a75lgygj5aqqckkj21b"))))
10569 (build-system r-build-system)
10570 (propagated-inputs
10571 (list r-biobase
10572 r-decoupler
10573 r-dplyr
10574 r-ggplot2
10575 r-ggrepel
10576 r-gridextra
10577 r-reshape2
10578 r-tidyr))
10579 (native-inputs
10580 (list r-knitr))
10581 (home-page "https://github.com/saezlab/progeny")
10582 (synopsis "Pathway responsive gene activity inference")
10583 (description
10584 "This package provides a function to infer pathway activity from gene
10585 expression. It contains the linear model inferred in the publication
10586 \"Perturbation-response genes reveal signaling footprints in cancer gene
10587 expression\".")
10588 (license license:asl2.0)))
10589
10590 (define-public r-arrmnormalization
10591 (package
10592 (name "r-arrmnormalization")
10593 (version "1.36.0")
10594 (source
10595 (origin
10596 (method url-fetch)
10597 (uri (bioconductor-uri "ARRmNormalization" version))
10598 (sha256
10599 (base32
10600 "1pnvw8psbql787m8lrmhd9xbmgkc3dbc70yfds1aggv50dk3yjk1"))))
10601 (properties
10602 `((upstream-name . "ARRmNormalization")))
10603 (build-system r-build-system)
10604 (propagated-inputs (list r-arrmdata))
10605 (home-page "https://bioconductor.org/packages/ARRmNormalization/")
10606 (synopsis "Adaptive robust regression normalization for methylation data")
10607 (description
10608 "This is a package to perform the @dfn{Adaptive Robust Regression
10609 method} (ARRm) for the normalization of methylation data from the Illumina
10610 Infinium HumanMethylation 450k assay.")
10611 (license license:artistic2.0)))
10612
10613 (define-public r-biocfilecache
10614 (package
10615 (name "r-biocfilecache")
10616 (version "2.4.0")
10617 (source
10618 (origin
10619 (method url-fetch)
10620 (uri (bioconductor-uri "BiocFileCache" version))
10621 (sha256
10622 (base32
10623 "1bdbmlixrd8wvs25nmzdksq5hwnsxf8b6ds9qwx01h284vky5vsw"))))
10624 (properties `((upstream-name . "BiocFileCache")))
10625 (build-system r-build-system)
10626 (propagated-inputs
10627 (list r-curl
10628 r-dbi
10629 r-dbplyr
10630 r-dplyr
10631 r-filelock
10632 r-httr
10633 r-rappdirs
10634 r-rsqlite))
10635 (native-inputs
10636 (list r-knitr))
10637 (home-page "https://bioconductor.org/packages/BiocFileCache/")
10638 (synopsis "Manage files across sessions")
10639 (description
10640 "This package creates a persistent on-disk cache of files that the user
10641 can add, update, and retrieve. It is useful for managing resources (such as
10642 custom Txdb objects) that are costly or difficult to create, web resources,
10643 and data files used across sessions.")
10644 (license license:artistic2.0)))
10645
10646 (define-public r-iclusterplus
10647 (package
10648 (name "r-iclusterplus")
10649 (version "1.32.0")
10650 (source
10651 (origin
10652 (method url-fetch)
10653 (uri (bioconductor-uri "iClusterPlus" version))
10654 (sha256
10655 (base32
10656 "0xzx3vly3p99zc5a69pra4jjp8d3bdhx7dl1l76w459cs58zy0sm"))))
10657 (properties `((upstream-name . "iClusterPlus")))
10658 (build-system r-build-system)
10659 (native-inputs (list gfortran))
10660 (home-page "https://bioconductor.org/packages/iClusterPlus/")
10661 (synopsis "Integrative clustering of multi-type genomic data")
10662 (description
10663 "iClusterPlus is developed for integrative clustering analysis of
10664 multi-type genomic data and is an enhanced version of iCluster proposed and
10665 developed by Shen, Olshen and Ladanyi (2009). Multi-type genomic data arise
10666 from the experiments where biological samples (e.g. tumor samples) are
10667 analyzed by multiple techniques, for instance, @dfn{array comparative genomic
10668 hybridization} (aCGH), gene expression microarray, RNA-seq and DNA-seq, and so
10669 on. In the iClusterPlus model, binary observations such as somatic mutation
10670 are modeled as Binomial processes; categorical observations such as copy
10671 number states are realizations of Multinomial random variables; counts are
10672 modeled as Poisson random processes; and continuous measures are modeled by
10673 Gaussian distributions.")
10674 (license license:gpl2+)))
10675
10676 (define-public r-rbowtie
10677 (package
10678 (name "r-rbowtie")
10679 (version "1.36.0")
10680 (source
10681 (origin
10682 (method url-fetch)
10683 (uri (bioconductor-uri "Rbowtie" version))
10684 (sha256
10685 (base32
10686 "1ya1irwshsyy9l1fj51b04nv1ahq7a47ck7q19h2cly6yskc4x1q"))))
10687 (properties `((upstream-name . "Rbowtie")))
10688 (build-system r-build-system)
10689 (arguments
10690 `(#:phases
10691 ;; Disable unsupported `popcnt' instructions on
10692 ;; architectures other than x86_64
10693 ,(if (string-prefix? "x86_64"
10694 (or (%current-target-system)
10695 (%current-system)))
10696 '%standard-phases
10697 '(modify-phases %standard-phases
10698 (add-after 'unpack 'patch-sources
10699 (lambda _
10700 (setenv "POPCNT_CAPABILITY" "0")))))))
10701 (inputs (list zlib))
10702 (native-inputs
10703 (list r-knitr))
10704 (home-page "https://bioconductor.org/packages/Rbowtie/")
10705 (synopsis "R bowtie wrapper")
10706 (description
10707 "This package provides an R wrapper around the popular bowtie short read
10708 aligner and around SpliceMap, a de novo splice junction discovery and
10709 alignment tool.")
10710 (license license:artistic2.0)))
10711
10712 (define-public r-sgseq
10713 (package
10714 (name "r-sgseq")
10715 (version "1.30.0")
10716 (source
10717 (origin
10718 (method url-fetch)
10719 (uri (bioconductor-uri "SGSeq" version))
10720 (sha256
10721 (base32
10722 "0hz45367i70wl97silnimicdvs3g41zyf8syc6igz6471wbwkxwp"))))
10723 (properties `((upstream-name . "SGSeq")))
10724 (build-system r-build-system)
10725 (propagated-inputs
10726 (list r-annotationdbi
10727 r-biocgenerics
10728 r-biostrings
10729 r-genomeinfodb
10730 r-genomicalignments
10731 r-genomicfeatures
10732 r-genomicranges
10733 r-igraph
10734 r-iranges
10735 r-rsamtools
10736 r-rtracklayer
10737 r-runit
10738 r-s4vectors
10739 r-summarizedexperiment))
10740 (native-inputs
10741 (list r-knitr))
10742 (home-page "https://bioconductor.org/packages/SGSeq/")
10743 (synopsis "Splice event prediction and quantification from RNA-seq data")
10744 (description
10745 "SGSeq is a package for analyzing splice events from RNA-seq data. Input
10746 data are RNA-seq reads mapped to a reference genome in BAM format. Genes are
10747 represented as a splice graph, which can be obtained from existing annotation
10748 or predicted from the mapped sequence reads. Splice events are identified
10749 from the graph and are quantified locally using structurally compatible reads
10750 at the start or end of each splice variant. The software includes functions
10751 for splice event prediction, quantification, visualization and
10752 interpretation.")
10753 (license license:artistic2.0)))
10754
10755 (define-public r-rhisat2
10756 (package
10757 (name "r-rhisat2")
10758 (version "1.12.0")
10759 (source
10760 (origin
10761 (method url-fetch)
10762 (uri (bioconductor-uri "Rhisat2" version))
10763 (sha256
10764 (base32
10765 "0hzair41l47kzykymd169a34pfhb98vrjgkgdf15m17csyz7pnv7"))))
10766 (properties `((upstream-name . "Rhisat2")))
10767 (build-system r-build-system)
10768 (arguments
10769 `(#:phases
10770 (modify-phases %standard-phases
10771 (add-after 'unpack 'make-reproducible
10772 (lambda _
10773 (substitute* "src/Makefile"
10774 (("`hostname`") "guix")
10775 (("`date`") "0")
10776 ;; Avoid shelling out to "which".
10777 (("^CC =.*") (which "gcc"))
10778 (("^CPP =.*") (which "g++")))
10779 #t)))))
10780 (propagated-inputs
10781 (list r-genomicfeatures r-genomicranges r-sgseq))
10782 (native-inputs
10783 (list r-knitr))
10784 (home-page "https://github.com/fmicompbio/Rhisat2")
10785 (synopsis "R Wrapper for HISAT2 sequence aligner")
10786 (description
10787 "This package provides an R interface to the HISAT2 spliced short-read
10788 aligner by Kim et al. (2015). The package contains wrapper functions to
10789 create a genome index and to perform the read alignment to the generated
10790 index.")
10791 (license license:gpl3)))
10792
10793 (define-public r-quasr
10794 (package
10795 (name "r-quasr")
10796 (version "1.36.0")
10797 (source
10798 (origin
10799 (method url-fetch)
10800 (uri (bioconductor-uri "QuasR" version))
10801 (sha256
10802 (base32
10803 "1m0c0rdakkdn4rr6dh51c6rs40cbxkvz93n6s0m2kc6fqjv9zplf"))))
10804 (properties `((upstream-name . "QuasR")))
10805 (build-system r-build-system)
10806 (propagated-inputs
10807 (list r-annotationdbi
10808 r-biobase
10809 r-biocgenerics
10810 r-biocparallel
10811 r-biostrings
10812 r-bsgenome
10813 r-genomeinfodb
10814 r-genomicfeatures
10815 r-genomicfiles
10816 r-genomicranges
10817 r-iranges
10818 r-rbowtie
10819 r-rhtslib
10820 r-rsamtools
10821 r-rtracklayer
10822 r-s4vectors
10823 r-shortread))
10824 (native-inputs
10825 (list r-knitr))
10826 (home-page "https://bioconductor.org/packages/QuasR/")
10827 (synopsis "Quantify and annotate short reads in R")
10828 (description
10829 "This package provides a framework for the quantification and analysis of
10830 short genomic reads. It covers a complete workflow starting from raw sequence
10831 reads, over creation of alignments and quality control plots, to the
10832 quantification of genomic regions of interest.")
10833 (license license:gpl2)))
10834
10835 (define-public r-rqc
10836 (package
10837 (name "r-rqc")
10838 (version "1.30.0")
10839 (source
10840 (origin
10841 (method url-fetch)
10842 (uri (bioconductor-uri "Rqc" version))
10843 (sha256
10844 (base32
10845 "11j8m69zdcmpjb3xzr4s8sqmv8aqgl8q7k81gnd09l3nyjzy0h1k"))))
10846 (properties `((upstream-name . "Rqc")))
10847 (build-system r-build-system)
10848 (propagated-inputs
10849 (list r-biocgenerics
10850 r-biocparallel
10851 r-biocstyle
10852 r-biostrings
10853 r-biovizbase
10854 r-genomicalignments
10855 r-genomicfiles
10856 r-ggplot2
10857 r-iranges
10858 r-knitr
10859 r-markdown
10860 r-plyr
10861 r-rcpp
10862 r-reshape2
10863 r-rsamtools
10864 r-s4vectors
10865 r-shiny
10866 r-shortread))
10867 (native-inputs
10868 (list r-knitr))
10869 (home-page "https://github.com/labbcb/Rqc")
10870 (synopsis "Quality control tool for high-throughput sequencing data")
10871 (description
10872 "Rqc is an optimized tool designed for quality control and assessment of
10873 high-throughput sequencing data. It performs parallel processing of entire
10874 files and produces a report which contains a set of high-resolution
10875 graphics.")
10876 (license license:gpl2+)))
10877
10878 (define-public r-birewire
10879 (package
10880 (name "r-birewire")
10881 (version "3.28.0")
10882 (source
10883 (origin
10884 (method url-fetch)
10885 (uri (bioconductor-uri "BiRewire" version))
10886 (sha256
10887 (base32
10888 "0r3i7n45qgj8wzdsx8wmfk0lc4xbcvxvmfziiqzig7r706q2c2hm"))))
10889 (properties `((upstream-name . "BiRewire")))
10890 (build-system r-build-system)
10891 (propagated-inputs
10892 (list r-igraph r-matrix r-rtsne r-slam))
10893 (home-page "https://bioconductor.org/packages/release/bioc/html/BiRewire.html")
10894 (synopsis "Tools for randomization of bipartite graphs")
10895 (description
10896 "This package provides functions for bipartite network rewiring through N
10897 consecutive switching steps and for the computation of the minimal number of
10898 switching steps to be performed in order to maximise the dissimilarity with
10899 respect to the original network. It includes functions for the analysis of
10900 the introduced randomness across the switching steps and several other
10901 routines to analyse the resulting networks and their natural projections.")
10902 (license license:gpl3)))
10903
10904 (define-public r-birta
10905 (package
10906 (name "r-birta")
10907 (version "1.31.0")
10908 (source
10909 (origin
10910 (method url-fetch)
10911 (uri (bioconductor-uri "birta" version))
10912 (sha256
10913 (base32
10914 "00a1kcfmcgdbx6wpnhk45wm45bynhry5m93l9hm75j2rwyc4lnca"))))
10915 (build-system r-build-system)
10916 (propagated-inputs
10917 (list r-biobase r-limma r-mass))
10918 (home-page "https://bioconductor.org/packages/birta")
10919 (synopsis "Bayesian inference of regulation of transcriptional activity")
10920 (description
10921 "Expression levels of mRNA molecules are regulated by different
10922 processes, comprising inhibition or activation by transcription factors and
10923 post-transcriptional degradation by microRNAs. @dfn{birta} (Bayesian
10924 Inference of Regulation of Transcriptional Activity) uses the regulatory
10925 networks of transcription factors and miRNAs together with mRNA and miRNA
10926 expression data to predict switches in regulatory activity between two
10927 conditions. A Bayesian network is used to model the regulatory structure and
10928 Markov-Chain-Monte-Carlo is applied to sample the activity states.")
10929 (license license:gpl2+)))
10930
10931 (define-public r-multidataset
10932 (package
10933 (name "r-multidataset")
10934 (version "1.24.0")
10935 (source
10936 (origin
10937 (method url-fetch)
10938 (uri (bioconductor-uri "MultiDataSet" version))
10939 (sha256
10940 (base32
10941 "0rfs6jkzh1i4mj1pgfk4lwzmcl8pcwizra3q3282x3d8h2g98qnf"))))
10942 (properties `((upstream-name . "MultiDataSet")))
10943 (build-system r-build-system)
10944 (propagated-inputs
10945 (list r-biobase
10946 r-biocgenerics
10947 r-genomicranges
10948 r-ggplot2
10949 r-ggrepel
10950 r-iranges
10951 r-limma
10952 r-qqman
10953 r-s4vectors
10954 r-summarizedexperiment))
10955 (native-inputs
10956 (list r-knitr))
10957 (home-page "https://bioconductor.org/packages/MultiDataSet/")
10958 (synopsis "Implementation of MultiDataSet and ResultSet")
10959 (description
10960 "This package provides an implementation of the BRGE's (Bioinformatic
10961 Research Group in Epidemiology from Center for Research in Environmental
10962 Epidemiology) MultiDataSet and ResultSet. MultiDataSet is designed for
10963 integrating multi omics data sets and ResultSet is a container for omics
10964 results. This package contains base classes for MEAL and rexposome
10965 packages.")
10966 (license license:expat)))
10967
10968 (define-public r-ropls
10969 (package
10970 (name "r-ropls")
10971 (version "1.28.2")
10972 (source
10973 (origin
10974 (method url-fetch)
10975 (uri (bioconductor-uri "ropls" version))
10976 (sha256
10977 (base32
10978 "07gpx15r8c3wljiwxnff2zp7wxbhzz9r7njk8zg8hpy2q5qm3i6c"))))
10979 (build-system r-build-system)
10980 (propagated-inputs
10981 (list r-biobase
10982 r-multiassayexperiment
10983 r-multidataset
10984 r-summarizedexperiment))
10985 (native-inputs
10986 (list r-knitr)) ; for vignettes
10987 (home-page "https://dx.doi.org/10.1021/acs.jproteome.5b00354")
10988 (synopsis "Multivariate analysis and feature selection of omics data")
10989 (description
10990 "Latent variable modeling with @dfn{Principal Component Analysis} (PCA)
10991 and @dfn{Partial Least Squares} (PLS) are powerful methods for visualization,
10992 regression, classification, and feature selection of omics data where the
10993 number of variables exceeds the number of samples and with multicollinearity
10994 among variables. @dfn{Orthogonal Partial Least Squares} (OPLS) enables to
10995 separately model the variation correlated (predictive) to the factor of
10996 interest and the uncorrelated (orthogonal) variation. While performing
10997 similarly to PLS, OPLS facilitates interpretation.
10998
10999 This package provides imlementations of PCA, PLS, and OPLS for multivariate
11000 analysis and feature selection of omics data. In addition to scores, loadings
11001 and weights plots, the package provides metrics and graphics to determine the
11002 optimal number of components (e.g. with the R2 and Q2 coefficients), check the
11003 validity of the model by permutation testing, detect outliers, and perform
11004 feature selection (e.g. with Variable Importance in Projection or regression
11005 coefficients).")
11006 (license license:cecill)))
11007
11008 (define-public r-biosigner
11009 (package
11010 (name "r-biosigner")
11011 (version "1.24.2")
11012 (source
11013 (origin
11014 (method url-fetch)
11015 (uri (bioconductor-uri "biosigner" version))
11016 (sha256
11017 (base32
11018 "0vdv2by3qv7y8vzr8qgg7apwwgsa0fhlfrhzns7g3nas7883c89m"))))
11019 (build-system r-build-system)
11020 (propagated-inputs
11021 (list r-biobase
11022 r-e1071
11023 r-multiassayexperiment
11024 r-multidataset
11025 r-randomforest
11026 r-ropls
11027 r-summarizedexperiment))
11028 (native-inputs
11029 (list r-knitr))
11030 (home-page "https://bioconductor.org/packages/biosigner/")
11031 (synopsis "Signature discovery from omics data")
11032 (description
11033 "Feature selection is critical in omics data analysis to extract
11034 restricted and meaningful molecular signatures from complex and high-dimension
11035 data, and to build robust classifiers. This package implements a method to
11036 assess the relevance of the variables for the prediction performances of the
11037 classifier. The approach can be run in parallel with the PLS-DA, Random
11038 Forest, and SVM binary classifiers. The signatures and the corresponding
11039 'restricted' models are returned, enabling future predictions on new
11040 datasets.")
11041 (license license:cecill)))
11042
11043 (define-public r-annotatr
11044 (package
11045 (name "r-annotatr")
11046 (version "1.22.0")
11047 (source
11048 (origin
11049 (method url-fetch)
11050 (uri (bioconductor-uri "annotatr" version))
11051 (sha256
11052 (base32
11053 "1fbax9v3d486c8lwf3yfjbf4w7zf53wmdpxk2clwm8ngm7w0pqm0"))))
11054 (build-system r-build-system)
11055 (propagated-inputs
11056 (list r-annotationdbi
11057 r-annotationhub
11058 r-dplyr
11059 r-genomeinfodb
11060 r-genomicfeatures
11061 r-genomicranges
11062 r-ggplot2
11063 r-iranges
11064 r-readr
11065 r-regioner
11066 r-reshape2
11067 r-rtracklayer
11068 r-s4vectors))
11069 (native-inputs
11070 (list r-knitr))
11071 (home-page "https://bioconductor.org/packages/annotatr/")
11072 (synopsis "Annotation of genomic regions to genomic annotations")
11073 (description
11074 "Given a set of genomic sites/regions (e.g. ChIP-seq peaks, CpGs,
11075 differentially methylated CpGs or regions, SNPs, etc.) it is often of interest
11076 to investigate the intersecting genomic annotations. Such annotations include
11077 those relating to gene models (promoters, 5'UTRs, exons, introns, and 3'UTRs),
11078 CpGs (CpG islands, CpG shores, CpG shelves), or regulatory sequences such as
11079 enhancers. The annotatr package provides an easy way to summarize and
11080 visualize the intersection of genomic sites/regions with genomic
11081 annotations.")
11082 (license license:gpl3)))
11083
11084 (define-public r-rsubread
11085 (package
11086 (name "r-rsubread")
11087 (version "2.10.4")
11088 (source
11089 (origin
11090 (method url-fetch)
11091 (uri (bioconductor-uri "Rsubread" version))
11092 (sha256
11093 (base32
11094 "155h25gbagqns7wpriil17li0jkdd1z1pcz0dlnikdqj4saf97rl"))))
11095 (properties `((upstream-name . "Rsubread")))
11096 (build-system r-build-system)
11097 (inputs (list zlib))
11098 (propagated-inputs
11099 (list r-matrix))
11100 (home-page "https://bioconductor.org/packages/Rsubread/")
11101 (synopsis "Subread sequence alignment and counting for R")
11102 (description
11103 "This package provides tools for alignment, quantification and analysis
11104 of second and third generation sequencing data. It includes functionality for
11105 read mapping, read counting, SNP calling, structural variant detection and
11106 gene fusion discovery. It can be applied to all major sequencing techologies
11107 and to both short and long sequence reads.")
11108 (license license:gpl3)))
11109
11110 (define-public r-flowutils
11111 (package
11112 (name "r-flowutils")
11113 (version "1.59.0")
11114 (source
11115 (origin
11116 (method url-fetch)
11117 (uri (bioconductor-uri "flowUtils" version))
11118 (sha256
11119 (base32
11120 "11x362dqb9mjlsbq6g1qkb8hhnkvm22z5s3wkgmpyy9kyifjkm26"))))
11121 (properties `((upstream-name . "flowUtils")))
11122 (build-system r-build-system)
11123 (propagated-inputs
11124 (list r-biobase
11125 r-corpcor
11126 r-flowcore
11127 r-graph
11128 r-runit
11129 r-xml))
11130 (home-page "https://github.com/jspidlen/flowUtils")
11131 (synopsis "Utilities for flow cytometry")
11132 (description
11133 "This package provides utilities for flow cytometry data.")
11134 (license license:artistic2.0)))
11135
11136 (define-public r-consensusclusterplus
11137 (package
11138 (name "r-consensusclusterplus")
11139 (version "1.60.0")
11140 (source
11141 (origin
11142 (method url-fetch)
11143 (uri (bioconductor-uri "ConsensusClusterPlus" version))
11144 (sha256
11145 (base32
11146 "1021cix4mr9qsafskw4kk1l3wdzx9pk2gcwjifz6f4zqxss9v07p"))))
11147 (properties
11148 `((upstream-name . "ConsensusClusterPlus")))
11149 (build-system r-build-system)
11150 (propagated-inputs
11151 (list r-all r-biobase r-cluster))
11152 (home-page "https://bioconductor.org/packages/ConsensusClusterPlus")
11153 (synopsis "Clustering algorithm")
11154 (description
11155 "This package provides an implementation of an algorithm for determining
11156 cluster count and membership by stability evidence in unsupervised analysis.")
11157 (license license:gpl2)))
11158
11159 ;; This is the latest commit and it solves a bug from the latest release.
11160 (define-public r-cycombine
11161 (let ((commit "f18504bc83ff5daee2b5eb4b28f09abdaaa66698") (revision "1"))
11162 (package
11163 (name "r-cycombine")
11164 (version (git-version "0.2.6" revision commit))
11165 (source (origin
11166 (method git-fetch)
11167 (uri (git-reference
11168 (url "https://github.com/biosurf/cyCombine")
11169 (commit commit)))
11170 (file-name (git-file-name name version))
11171 (sha256
11172 (base32
11173 "1fiwnik8iahg01732fik85xhz359x32f1xc59h443pdf7jancskm"))))
11174 (properties `((upstream-name . "cyCombine")))
11175 (build-system r-build-system)
11176 (propagated-inputs
11177 (list r-biobase
11178 r-cytolib
11179 r-dplyr
11180 r-flowcore
11181 r-ggplot2
11182 r-knitr
11183 r-kohonen
11184 r-magrittr
11185 r-purrr
11186 r-rcolorbrewer
11187 r-readr
11188 r-readxl
11189 r-stringr
11190 r-sva
11191 r-tibble
11192 r-tidyr))
11193 (native-inputs (list r-knitr))
11194 (home-page "https://github.com/biosurf/cyCombine")
11195 (synopsis "Integration of single-cell cytometry datasets")
11196 (description
11197 "This package provides a method for combining single-cell cytometry
11198 datasets, which increases the analytical flexibility and the statistical power
11199 of the analyses while minimizing technical noise.")
11200 (license license:expat))))
11201
11202 (define-public r-cytolib
11203 (package
11204 (name "r-cytolib")
11205 (version "2.8.0")
11206 (source
11207 (origin
11208 (method url-fetch)
11209 (uri (bioconductor-uri "cytolib" version))
11210 (sha256
11211 (base32
11212 "18b532sicca5l8sn334prrm7g1z1cakiwydccz4i833168pnsjyg"))))
11213 (properties `((upstream-name . "cytolib")))
11214 (build-system r-build-system)
11215 (native-inputs
11216 (list r-knitr))
11217 (propagated-inputs
11218 (list r-bh
11219 r-rcpp
11220 r-rcpparmadillo
11221 r-rcppparallel
11222 r-rhdf5lib
11223 r-rprotobuflib))
11224 (home-page "https://bioconductor.org/packages/cytolib/")
11225 (synopsis "C++ infrastructure for working with gated cytometry")
11226 (description
11227 "This package provides the core data structure and API to represent and
11228 interact with gated cytometry data.")
11229 (license license:artistic2.0)))
11230
11231 (define-public r-flowcore
11232 (package
11233 (name "r-flowcore")
11234 (version "2.8.0")
11235 (source
11236 (origin
11237 (method url-fetch)
11238 (uri (bioconductor-uri "flowCore" version))
11239 (sha256
11240 (base32
11241 "17nci6rc4i0vs0ibw5q8zy30ap7q4550qpq4ifkbblqbyzxlzkhr"))))
11242 (properties `((upstream-name . "flowCore")))
11243 (build-system r-build-system)
11244 (propagated-inputs
11245 (list r-bh
11246 r-biobase
11247 r-biocgenerics
11248 r-cytolib
11249 r-matrixstats
11250 r-rcpp
11251 r-rcpparmadillo
11252 r-rprotobuflib
11253 r-s4vectors))
11254 (native-inputs
11255 (list r-knitr))
11256 (home-page "https://bioconductor.org/packages/flowCore")
11257 (synopsis "Basic structures for flow cytometry data")
11258 (description
11259 "This package provides S4 data structures and basic functions to deal
11260 with flow cytometry data.")
11261 (license license:artistic2.0)))
11262
11263 (define-public r-flowmeans
11264 (package
11265 (name "r-flowmeans")
11266 (version "1.56.0")
11267 (source
11268 (origin
11269 (method url-fetch)
11270 (uri (bioconductor-uri "flowMeans" version))
11271 (sha256
11272 (base32
11273 "1n4li43ydwwf5gvgmdml4ba28cxymybg5wnz6jvp35n959fwxv6y"))))
11274 (properties `((upstream-name . "flowMeans")))
11275 (build-system r-build-system)
11276 (propagated-inputs
11277 (list r-biobase r-feature r-flowcore r-rrcov))
11278 (home-page "https://bioconductor.org/packages/flowMeans")
11279 (synopsis "Non-parametric flow cytometry data gating")
11280 (description
11281 "This package provides tools to identify cell populations in Flow
11282 Cytometry data using non-parametric clustering and segmented-regression-based
11283 change point detection.")
11284 (license license:artistic2.0)))
11285
11286 (define-public r-ncdfflow
11287 (package
11288 (name "r-ncdfflow")
11289 (version "2.42.0")
11290 (source
11291 (origin
11292 (method url-fetch)
11293 (uri (bioconductor-uri "ncdfFlow" version))
11294 (sha256
11295 (base32
11296 "18ba8rygcd1ys150pk38r4w5lxwm6sl76zkd294yg847dygsqa4m"))))
11297 (properties `((upstream-name . "ncdfFlow")))
11298 (build-system r-build-system)
11299 (propagated-inputs
11300 (list r-bh
11301 r-biobase
11302 r-biocgenerics
11303 r-flowcore
11304 r-rcpp
11305 r-rcpparmadillo
11306 r-rhdf5lib
11307 r-zlibbioc))
11308 (native-inputs
11309 (list r-knitr))
11310 (home-page "https://bioconductor.org/packages/ncdfFlow/")
11311 (synopsis "HDF5 based storage for flow cytometry data")
11312 (description
11313 "This package provides HDF5 storage based methods and functions for
11314 manipulation of flow cytometry data.")
11315 (license license:artistic2.0)))
11316
11317 (define-public r-ggcyto
11318 (package
11319 (name "r-ggcyto")
11320 (version "1.24.0")
11321 (source
11322 (origin
11323 (method url-fetch)
11324 (uri (bioconductor-uri "ggcyto" version))
11325 (sha256
11326 (base32
11327 "0sycyvdpa77mykzr709a7padh6478zmnzapibbq90qkc7bxnj359"))))
11328 (properties `((upstream-name . "ggcyto")))
11329 (build-system r-build-system)
11330 (propagated-inputs
11331 (list r-data-table
11332 r-flowcore
11333 r-flowworkspace
11334 r-ggplot2
11335 r-gridextra
11336 r-hexbin
11337 r-ncdfflow
11338 r-plyr
11339 r-rcolorbrewer
11340 r-rlang
11341 r-scales))
11342 (native-inputs
11343 (list r-knitr))
11344 (home-page "https://github.com/RGLab/ggcyto/issues")
11345 (synopsis "Visualize Cytometry data with ggplot")
11346 (description
11347 "With the dedicated fortify method implemented for @code{flowSet},
11348 @code{ncdfFlowSet} and @code{GatingSet} classes, both raw and gated flow
11349 cytometry data can be plotted directly with ggplot. The @code{ggcyto} wrapper
11350 and some custom layers also make it easy to add gates and population
11351 statistics to the plot.")
11352 (license license:artistic2.0)))
11353
11354 (define-public r-flowviz
11355 (package
11356 (name "r-flowviz")
11357 (version "1.60.0")
11358 (source
11359 (origin
11360 (method url-fetch)
11361 (uri (bioconductor-uri "flowViz" version))
11362 (sha256
11363 (base32
11364 "175ygncrv6q6mb8pahixs89m9wm6hdpzx489gc9s8lgad2vrvz8f"))))
11365 (properties `((upstream-name . "flowViz")))
11366 (build-system r-build-system)
11367 (propagated-inputs
11368 (list r-biobase
11369 r-flowcore
11370 r-hexbin
11371 r-idpmisc
11372 r-kernsmooth
11373 r-lattice
11374 r-latticeextra
11375 r-mass
11376 r-rcolorbrewer))
11377 (native-inputs
11378 (list r-knitr))
11379 (home-page "https://bioconductor.org/packages/flowViz/")
11380 (synopsis "Visualization for flow cytometry")
11381 (description
11382 "This package provides visualization tools for flow cytometry data.")
11383 (license license:artistic2.0)))
11384
11385 (define-public r-flowclust
11386 (package
11387 (name "r-flowclust")
11388 (version "3.34.0")
11389 (source
11390 (origin
11391 (method url-fetch)
11392 (uri (bioconductor-uri "flowClust" version))
11393 (sha256
11394 (base32
11395 "055vm9s8aha92znhpjqkipzprw8bkrinwjaik4ygmhym7w6vbblk"))))
11396 (properties `((upstream-name . "flowClust")))
11397 (build-system r-build-system)
11398 (arguments
11399 `(#:configure-flags
11400 (list "--configure-args=--enable-bundled-gsl=no")))
11401 (propagated-inputs
11402 (list r-biobase
11403 r-biocgenerics
11404 r-flowcore
11405 r-graph))
11406 (inputs
11407 (list gsl))
11408 (native-inputs
11409 (list pkg-config r-knitr))
11410 (home-page "https://bioconductor.org/packages/flowClust")
11411 (synopsis "Clustering for flow cytometry")
11412 (description
11413 "This package provides robust model-based clustering using a t-mixture
11414 model with Box-Cox transformation.")
11415 (license license:artistic2.0)))
11416
11417 ;; TODO: this package bundles an old version of protobuf. It's not easy to
11418 ;; make it use our protobuf package instead.
11419 (define-public r-rprotobuflib
11420 (package
11421 (name "r-rprotobuflib")
11422 (version "2.8.0")
11423 (source
11424 (origin
11425 (method url-fetch)
11426 (uri (bioconductor-uri "RProtoBufLib" version))
11427 (sha256
11428 (base32
11429 "1mvqwrm1y0vij66gdwgpf5l1h660wsi9jzjfs4ihw3zm4cb0q5pp"))))
11430 (properties `((upstream-name . "RProtoBufLib")))
11431 (build-system r-build-system)
11432 (arguments
11433 `(#:phases
11434 (modify-phases %standard-phases
11435 (add-after 'unpack 'unpack-bundled-sources
11436 (lambda _
11437 (with-directory-excursion "src"
11438 (invoke "tar" "xf" "protobuf-3.8.0.tar.gz")))))))
11439 (native-inputs
11440 (list r-knitr))
11441 (home-page "https://bioconductor.org/packages/RProtoBufLib/")
11442 (synopsis "C++ headers and static libraries of Protocol buffers")
11443 (description
11444 "This package provides the headers and static library of Protocol buffers
11445 for other R packages to compile and link against.")
11446 (license license:bsd-3)))
11447
11448 (define-public r-flowworkspace
11449 (package
11450 (name "r-flowworkspace")
11451 (version "4.8.0")
11452 (source
11453 (origin
11454 (method url-fetch)
11455 (uri (bioconductor-uri "flowWorkspace" version))
11456 (sha256
11457 (base32
11458 "0riyi9628cx1j5x6hmdd28yq75xh25j8ckcdz8dnb94dpvnhaqss"))))
11459 (properties `((upstream-name . "flowWorkspace")))
11460 (build-system r-build-system)
11461 (propagated-inputs
11462 (list r-aws-s3
11463 r-aws-signature
11464 r-bh
11465 r-biobase
11466 r-biocgenerics
11467 r-cytolib
11468 r-data-table
11469 r-delayedarray
11470 r-digest
11471 r-dplyr
11472 r-flowcore
11473 r-ggplot2
11474 r-graph
11475 r-lattice
11476 r-latticeextra
11477 r-matrixstats
11478 r-ncdfflow
11479 r-rbgl
11480 r-rcpp
11481 r-rcpparmadillo
11482 r-rcppparallel
11483 r-rgraphviz
11484 r-rhdf5lib
11485 r-rprotobuflib
11486 r-s4vectors
11487 r-scales
11488 r-xml))
11489 (native-inputs
11490 (list r-knitr))
11491 (home-page "https://bioconductor.org/packages/flowWorkspace/")
11492 (synopsis "Infrastructure for working with cytometry data")
11493 (description
11494 "This package is designed to facilitate comparison of automated gating
11495 methods against manual gating done in flowJo. This package allows you to
11496 import basic flowJo workspaces into BioConductor and replicate the gating from
11497 flowJo using the @code{flowCore} functionality. Gating hierarchies, groups of
11498 samples, compensation, and transformation are performed so that the output
11499 matches the flowJo analysis.")
11500 (license license:artistic2.0)))
11501
11502 (define-public r-flowstats
11503 (package
11504 (name "r-flowstats")
11505 (version "4.8.0")
11506 (source
11507 (origin
11508 (method url-fetch)
11509 (uri (bioconductor-uri "flowStats" version))
11510 (sha256
11511 (base32
11512 "1jbc92ah2mlpnd7v3k0207v4qz3rg9g9yy6r6y0s0cc5nifdyhwj"))))
11513 (properties `((upstream-name . "flowStats")))
11514 (build-system r-build-system)
11515 (propagated-inputs
11516 (list r-biobase
11517 r-biocgenerics
11518 r-cluster
11519 r-corpcor
11520 r-fda
11521 r-flowcore
11522 r-flowviz
11523 r-flowworkspace
11524 r-kernsmooth
11525 r-ks
11526 r-lattice
11527 r-mass
11528 r-mnormt
11529 r-ncdfflow
11530 r-rcolorbrewer
11531 r-rrcov))
11532 (home-page "http://www.github.com/RGLab/flowStats")
11533 (synopsis "Statistical methods for the analysis of flow cytometry data")
11534 (description
11535 "This package provides methods and functionality to analyze flow data
11536 that is beyond the basic infrastructure provided by the @code{flowCore}
11537 package.")
11538 (license license:artistic2.0)))
11539
11540 (define-public r-opencyto
11541 (package
11542 (name "r-opencyto")
11543 (version "2.8.0")
11544 (source
11545 (origin
11546 (method url-fetch)
11547 (uri (bioconductor-uri "openCyto" version))
11548 (sha256
11549 (base32
11550 "1nz5fra0jf70jwyfbcz5ksnz5xb62vfnfwfasr0zwwvjvmmvrs1y"))))
11551 (properties `((upstream-name . "openCyto")))
11552 (build-system r-build-system)
11553 (propagated-inputs
11554 (list r-biobase
11555 r-biocgenerics
11556 r-clue
11557 r-data-table
11558 r-flowclust
11559 r-flowcore
11560 r-flowstats
11561 r-flowviz
11562 r-flowworkspace
11563 r-graph
11564 r-gtools
11565 r-ks
11566 r-lattice
11567 r-mass
11568 r-ncdfflow
11569 r-plyr
11570 r-r-utils
11571 r-rbgl
11572 r-rcolorbrewer
11573 r-rcpp
11574 r-rrcov))
11575 (native-inputs
11576 (list r-knitr))
11577 (home-page "https://bioconductor.org/packages/openCyto")
11578 (synopsis "Hierarchical gating pipeline for flow cytometry data")
11579 (description
11580 "This package is designed to facilitate the automated gating methods in a
11581 sequential way to mimic the manual gating strategy.")
11582 (license license:artistic2.0)))
11583
11584 (define-public r-cytoml
11585 (package
11586 (name "r-cytoml")
11587 (version "2.8.0")
11588 (source
11589 (origin
11590 (method url-fetch)
11591 (uri (bioconductor-uri "CytoML" version))
11592 (sha256
11593 (base32
11594 "0vp7advfh1d8596hjpzayasjhga4mx0l104sgz2asscbrjm4v7rr"))))
11595 (properties `((upstream-name . "CytoML")))
11596 (build-system r-build-system)
11597 (inputs
11598 (list libxml2 zlib))
11599 (propagated-inputs
11600 (list r-base64enc
11601 r-bh
11602 r-biobase
11603 r-corpcor
11604 r-cytolib
11605 r-data-table
11606 r-dplyr
11607 r-flowcore
11608 r-flowworkspace
11609 r-ggcyto
11610 r-graph
11611 r-jsonlite
11612 r-lattice
11613 r-opencyto
11614 r-plyr
11615 r-rbgl
11616 r-rcpp
11617 r-rcpparmadillo
11618 r-rcppparallel
11619 r-rgraphviz
11620 r-rhdf5lib
11621 r-rprotobuflib
11622 r-runit
11623 r-tibble
11624 r-xml
11625 r-xml2
11626 r-yaml))
11627 (native-inputs
11628 (list r-knitr))
11629 (home-page "https://github.com/RGLab/CytoML")
11630 (synopsis "GatingML interface for cross platform cytometry data sharing")
11631 (description
11632 "This package provides an interface to implementations of the GatingML2.0
11633 standard to exchange gated cytometry data with other software platforms.")
11634 (license license:artistic2.0)))
11635
11636 (define-public r-flowsom
11637 (package
11638 (name "r-flowsom")
11639 (version "2.4.0")
11640 (source
11641 (origin
11642 (method url-fetch)
11643 (uri (bioconductor-uri "FlowSOM" version))
11644 (sha256
11645 (base32
11646 "0balsds5mm981cqamdjv3ndq1y9arharisd6f2lrpkzgvwawa645"))))
11647 (properties `((upstream-name . "FlowSOM")))
11648 (build-system r-build-system)
11649 (propagated-inputs
11650 (list r-biocgenerics
11651 r-colorramps
11652 r-consensusclusterplus
11653 r-cytoml
11654 r-dplyr
11655 r-flowcore
11656 r-flowworkspace
11657 r-ggforce
11658 r-ggnewscale
11659 r-ggplot2
11660 r-ggpointdensity
11661 r-ggpubr
11662 r-ggrepel
11663 r-igraph
11664 r-magrittr
11665 r-pheatmap
11666 r-rcolorbrewer
11667 r-rlang
11668 r-rtsne
11669 r-scattermore
11670 r-tidyr
11671 r-xml))
11672 (home-page "https://bioconductor.org/packages/FlowSOM/")
11673 (synopsis "Visualize and interpret cytometry data")
11674 (description
11675 "FlowSOM offers visualization options for cytometry data, by using
11676 self-organizing map clustering and minimal spanning trees.")
11677 (license license:gpl2+)))
11678
11679 (define-public r-mixomics
11680 (package
11681 (name "r-mixomics")
11682 (version "6.20.0")
11683 (source
11684 (origin
11685 (method url-fetch)
11686 (uri (bioconductor-uri "mixOmics" version))
11687 (sha256
11688 (base32
11689 "0fwc2w7frj0bjijzfckkxf7ipx1z13gw7907q4zr5qfl9mh127w7"))))
11690 (properties `((upstream-name . "mixOmics")))
11691 (build-system r-build-system)
11692 (propagated-inputs
11693 (list r-biocparallel
11694 r-corpcor
11695 r-dplyr
11696 r-ellipse
11697 r-ggrepel
11698 r-ggplot2
11699 r-gridextra
11700 r-igraph
11701 r-lattice
11702 r-mass
11703 r-matrixstats
11704 r-rarpack
11705 r-rcolorbrewer
11706 r-reshape2
11707 r-tidyr))
11708 (native-inputs
11709 (list r-knitr))
11710 (home-page "http://www.mixOmics.org")
11711 (synopsis "Multivariate methods for exploration of biological datasets")
11712 (description
11713 "mixOmics offers a wide range of multivariate methods for the exploration
11714 and integration of biological datasets with a particular focus on variable
11715 selection. The package proposes several sparse multivariate models we have
11716 developed to identify the key variables that are highly correlated, and/or
11717 explain the biological outcome of interest. The data that can be analysed
11718 with mixOmics may come from high throughput sequencing technologies, such as
11719 omics data (transcriptomics, metabolomics, proteomics, metagenomics etc) but
11720 also beyond the realm of omics (e.g. spectral imaging). The methods
11721 implemented in mixOmics can also handle missing values without having to
11722 delete entire rows with missing data.")
11723 (license license:gpl2+)))
11724
11725 (define-public r-depecher
11726 (package ;Source/Weave error
11727 (name "r-depecher")
11728 (version "1.12.0")
11729 (source
11730 (origin
11731 (method url-fetch)
11732 (uri (bioconductor-uri "DepecheR" version))
11733 (sha256
11734 (base32
11735 "0rixczdds5gpac50wap6s68kmpdj4208l38gcihkrysz5frbvqjp"))))
11736 (properties `((upstream-name . "DepecheR")))
11737 (build-system r-build-system)
11738 (propagated-inputs
11739 (list r-beanplot
11740 r-dosnow
11741 r-dplyr
11742 r-fnn
11743 r-foreach
11744 r-ggplot2
11745 r-gmodels
11746 r-gplots
11747 r-mass
11748 r-matrixstats
11749 r-mixomics
11750 r-moments
11751 r-rcpp
11752 r-rcppeigen
11753 r-reshape2
11754 r-robustbase
11755 r-viridis))
11756 (native-inputs
11757 (list r-knitr))
11758 (home-page "https://bioconductor.org/packages/DepecheR/")
11759 (synopsis "Identify traits of clusters in high-dimensional entities")
11760 (description
11761 "The purpose of this package is to identify traits in a dataset that can
11762 separate groups. This is done on two levels. First, clustering is performed,
11763 using an implementation of sparse K-means. Secondly, the generated clusters
11764 are used to predict outcomes of groups of individuals based on their
11765 distribution of observations in the different clusters. As certain clusters
11766 with separating information will be identified, and these clusters are defined
11767 by a sparse number of variables, this method can reduce the complexity of
11768 data, to only emphasize the data that actually matters.")
11769 (license license:expat)))
11770
11771 (define-public r-rcistarget
11772 (package
11773 (name "r-rcistarget")
11774 (version "1.16.0")
11775 (source
11776 (origin
11777 (method url-fetch)
11778 (uri (bioconductor-uri "RcisTarget" version))
11779 (sha256
11780 (base32
11781 "17fnjkg6rjqj33v7slg81skqag10y6dc14g5iv69gqshjal4w4im"))))
11782 (properties `((upstream-name . "RcisTarget")))
11783 (build-system r-build-system)
11784 (propagated-inputs
11785 (list r-arrow
11786 r-aucell
11787 r-biocgenerics
11788 r-data-table
11789 r-dplyr
11790 r-genomeinfodb
11791 r-genomicranges
11792 r-gseabase
11793 r-r-utils
11794 r-s4vectors
11795 r-summarizedexperiment
11796 r-tibble))
11797 (native-inputs
11798 (list r-knitr))
11799 (home-page "https://aertslab.org/#scenic")
11800 (synopsis "Identify transcription factor binding motifs enriched on a gene list")
11801 (description
11802 "RcisTarget identifies @dfn{transcription factor binding motifs} (TFBS)
11803 over-represented on a gene list. In a first step, RcisTarget selects DNA
11804 motifs that are significantly over-represented in the surroundings of the
11805 @dfn{transcription start site} (TSS) of the genes in the gene-set. This is
11806 achieved by using a database that contains genome-wide cross-species rankings
11807 for each motif. The motifs that are then annotated to TFs and those that have
11808 a high @dfn{Normalized Enrichment Score} (NES) are retained. Finally, for
11809 each motif and gene-set, RcisTarget predicts the candidate target genes (i.e.
11810 genes in the gene-set that are ranked above the leading edge).")
11811 (license license:gpl3)))
11812
11813 (define-public r-chicago
11814 (package
11815 (name "r-chicago")
11816 (version "1.24.0")
11817 (source
11818 (origin
11819 (method url-fetch)
11820 (uri (bioconductor-uri "Chicago" version))
11821 (sha256
11822 (base32
11823 "13vzxmvxpc3r9gii37zvhhr5nbnaggrva97g6m2n02qn9daf6vmm"))))
11824 (properties `((upstream-name . "Chicago")))
11825 (build-system r-build-system)
11826 (propagated-inputs
11827 (list r-data-table r-delaporte r-hmisc r-mass r-matrixstats))
11828 (native-inputs (list r-knitr))
11829 (home-page "https://bioconductor.org/packages/Chicago")
11830 (synopsis "Capture Hi-C analysis of genomic organization")
11831 (description
11832 "This package provides a pipeline for analysing Capture Hi-C data.")
11833 (license license:artistic2.0)))
11834
11835 (define-public r-cicero
11836 (package
11837 (name "r-cicero")
11838 (version "1.14.0")
11839 (source
11840 (origin
11841 (method url-fetch)
11842 (uri (bioconductor-uri "cicero" version))
11843 (sha256
11844 (base32
11845 "1ip12ijazlmcfbym078slxykpkz7d1zwvs8l8aqdnqpxjfk1ipx5"))))
11846 (build-system r-build-system)
11847 (propagated-inputs
11848 (list r-assertthat
11849 r-biobase
11850 r-biocgenerics
11851 r-data-table
11852 r-dplyr
11853 r-fnn
11854 r-genomicranges
11855 r-ggplot2
11856 r-glasso
11857 r-gviz
11858 r-igraph
11859 r-iranges
11860 r-matrix
11861 r-monocle
11862 r-plyr
11863 r-reshape2
11864 r-s4vectors
11865 r-stringi
11866 r-stringr
11867 r-tibble
11868 r-tidyr
11869 r-vgam))
11870 (native-inputs
11871 (list r-knitr))
11872 (home-page "https://bioconductor.org/packages/cicero/")
11873 (synopsis "Predict cis-co-accessibility from single-cell data")
11874 (description
11875 "Cicero computes putative cis-regulatory maps from single-cell chromatin
11876 accessibility data. It also extends the monocle package for use in chromatin
11877 accessibility data.")
11878 (license license:expat)))
11879
11880 ;; This is the latest commit on the "monocle3" branch.
11881 (define-public r-cicero-monocle3
11882 (let ((commit "fa2fb6515857a8cfc88bc9af044f34de1bcd2b7b")
11883 (revision "1"))
11884 (package (inherit r-cicero)
11885 (name "r-cicero-monocle3")
11886 (version (git-version "1.3.2" revision commit))
11887 (source
11888 (origin
11889 (method git-fetch)
11890 (uri (git-reference
11891 (url "https://github.com/cole-trapnell-lab/cicero-release")
11892 (commit commit)))
11893 (file-name (git-file-name name version))
11894 (sha256
11895 (base32
11896 "077yza93wdhi08n40md20jwk55k9lw1f3y0063qkk90cpz60wi0c"))))
11897 (propagated-inputs
11898 (modify-inputs (package-propagated-inputs r-cicero)
11899 (delete "r-monocle")
11900 (prepend r-monocle3))))))
11901
11902 (define-public r-circrnaprofiler
11903 (package
11904 (name "r-circrnaprofiler")
11905 (version "1.10.0")
11906 (source
11907 (origin
11908 (method url-fetch)
11909 (uri (bioconductor-uri "circRNAprofiler" version))
11910 (sha256
11911 (base32
11912 "1gwm416shhv2p3gh1n6kv1rvx0n0imy25b7z62z4s8b3gs3nfp5j"))))
11913 (properties
11914 `((upstream-name . "circRNAprofiler")))
11915 (build-system r-build-system)
11916 (propagated-inputs
11917 (list r-annotationhub
11918 r-biostrings
11919 r-bsgenome
11920 r-bsgenome-hsapiens-ucsc-hg19
11921 r-deseq2
11922 r-dplyr
11923 r-edger
11924 r-genomeinfodb
11925 r-genomicranges
11926 r-ggplot2
11927 r-gwascat
11928 r-iranges
11929 r-magrittr
11930 r-r-utils
11931 r-readr
11932 r-reshape2
11933 r-rlang
11934 r-rtracklayer
11935 r-s4vectors
11936 r-seqinr
11937 r-stringi
11938 r-stringr
11939 r-universalmotif))
11940 (native-inputs
11941 (list r-knitr))
11942 (home-page
11943 "https://github.com/Aufiero/circRNAprofiler")
11944 (synopsis
11945 "Computational framework for the downstream analysis of circular RNA's")
11946 (description
11947 "@code{r-circrnaprofiler} is a computational framework for a comprehensive
11948 in silico analysis of @dfn{circular RNA} (circRNAs). This computational
11949 framework allows combining and analyzing circRNAs previously detected by
11950 multiple publicly available annotation-based circRNA detection tools. It
11951 covers different aspects of circRNAs analysis from differential expression
11952 analysis, evolutionary conservation, biogenesis to functional analysis.")
11953 (license license:gpl3)))
11954
11955 (define-public r-cistopic
11956 (package
11957 (name "r-cistopic")
11958 (version "2.1.0")
11959 (source
11960 (origin
11961 (method git-fetch)
11962 (uri (git-reference
11963 (url "https://github.com/aertslab/cisTopic")
11964 (commit (string-append "v" version))))
11965 (file-name (git-file-name name version))
11966 (sha256
11967 (base32
11968 "0c4553rnxq7b1w451kcc3iwvak4qa5h2b43xmfw6ii8096zd1gbf"))))
11969 (build-system r-build-system)
11970 (propagated-inputs
11971 (list r-aucell
11972 r-data-table
11973 r-dplyr
11974 r-dosnow
11975 r-dt
11976 r-feather
11977 r-fitdistrplus
11978 r-genomicranges
11979 r-ggplot2
11980 r-lda
11981 r-matrix
11982 r-plyr
11983 r-rcistarget
11984 r-rtracklayer
11985 r-s4vectors))
11986 (home-page "https://github.com/aertslab/cisTopic")
11987 (synopsis "Modelling of cis-regulatory topics from single cell epigenomics data")
11988 (description
11989 "The sparse nature of single cell epigenomics data can be overruled using
11990 probabilistic modelling methods such as @dfn{Latent Dirichlet
11991 Allocation} (LDA). This package allows the probabilistic modelling of
11992 cis-regulatory topics (cisTopics) from single cell epigenomics data, and
11993 includes functionalities to identify cell states based on the contribution of
11994 cisTopics and explore the nature and regulatory proteins driving them.")
11995 (license license:gpl3)))
11996
11997 (define-public r-cistopic-next
11998 (let ((commit "04cecbb9d1112fcc1a6edc28b5a506bcb49f2803")
11999 (revision "1"))
12000 (package
12001 (inherit r-cistopic)
12002 (name "r-cistopic-next")
12003 ;; The DESCRIPTION file says this is version 0.3.0, which is a bit odd
12004 ;; since the previous release is 2.1.0. Oh well.
12005 (version (git-version "0.3.0" revision commit))
12006 (source
12007 (origin
12008 (method git-fetch)
12009 (uri (git-reference
12010 (url "https://github.com/aertslab/cisTopic")
12011 (commit commit)))
12012 (file-name (git-file-name name version))
12013 (sha256
12014 (base32
12015 "11cg9szlysnsjiaahda4k5v2vh4rxx27zhz53hafgaq9mdz0kgi2"))))
12016 (properties `((upstream-name . "cisTopic")))
12017 (propagated-inputs
12018 (list r-aucell
12019 r-data-table
12020 r-dosnow
12021 r-dplyr
12022 r-dt
12023 r-feather
12024 r-fitdistrplus
12025 r-genomicranges
12026 r-ggplot2
12027 r-lda
12028 r-matrix
12029 r-plyr
12030 r-rcistarget
12031 r-rtracklayer
12032 r-s4vectors
12033 r-text2vec))
12034 (native-inputs
12035 (list r-knitr)))))
12036
12037 (define-public r-genie3
12038 (package
12039 (name "r-genie3")
12040 (version "1.18.0")
12041 (source
12042 (origin
12043 (method url-fetch)
12044 (uri (bioconductor-uri "GENIE3" version))
12045 (sha256
12046 (base32
12047 "0h3vnpnznb9rda8gfwp4cnd2mqsvs1vzmfx90dchn5pqaphz1k2l"))))
12048 (properties `((upstream-name . "GENIE3")))
12049 (build-system r-build-system)
12050 (propagated-inputs
12051 (list r-dplyr r-reshape2))
12052 (native-inputs
12053 (list r-knitr))
12054 (home-page "https://bioconductor.org/packages/GENIE3")
12055 (synopsis "Gene network inference with ensemble of trees")
12056 (description
12057 "This package implements the GENIE3 algorithm for inferring gene
12058 regulatory networks from expression data.")
12059 (license license:gpl2+)))
12060
12061 (define-public r-roc
12062 (package
12063 (name "r-roc")
12064 (version "1.72.0")
12065 (source
12066 (origin
12067 (method url-fetch)
12068 (uri (bioconductor-uri "ROC" version))
12069 (sha256
12070 (base32
12071 "0yfq0d0j2bzqdnjs6l2h6p48kmv9wfphlqym3brgndlnadipq1v2"))))
12072 (properties `((upstream-name . "ROC")))
12073 (build-system r-build-system)
12074 (native-inputs
12075 (list r-knitr))
12076 (home-page "https://www.bioconductor.org/packages/ROC/")
12077 (synopsis "Utilities for ROC curves")
12078 (description
12079 "This package provides utilities for @dfn{Receiver Operating
12080 Characteristic} (ROC) curves, with a focus on micro arrays.")
12081 (license license:artistic2.0)))
12082
12083 (define-public r-watermelon
12084 (package
12085 (name "r-watermelon")
12086 (version "2.2.0")
12087 (source
12088 (origin
12089 (method url-fetch)
12090 (uri (bioconductor-uri "wateRmelon" version))
12091 (sha256
12092 (base32
12093 "0adqyfabrvfcaj3mwp0rbqlcgpj92yb205cyhibbrs5gdr5ri4pv"))))
12094 (properties `((upstream-name . "wateRmelon")))
12095 (build-system r-build-system)
12096 (propagated-inputs
12097 (list r-biobase
12098 r-illuminahumanmethylation450kanno-ilmn12-hg19
12099 r-illuminaio
12100 r-limma
12101 r-lumi
12102 r-matrixstats
12103 r-methylumi
12104 r-roc))
12105 (native-inputs
12106 (list r-knitr))
12107 (home-page "https://bioconductor.org/packages/wateRmelon/")
12108 (synopsis "Illumina 450 methylation array normalization and metrics")
12109 (description
12110 "The standard index of DNA methylation (beta) is computed from methylated
12111 and unmethylated signal intensities. Betas calculated from raw signal
12112 intensities perform well, but using 11 methylomic datasets we demonstrate that
12113 quantile normalization methods produce marked improvement. The commonly used
12114 procedure of normalizing betas is inferior to the separate normalization of M
12115 and U, and it is also advantageous to normalize Type I and Type II assays
12116 separately. This package provides 15 flavours of betas and three performance
12117 metrics, with methods for objects produced by the @code{methylumi} and
12118 @code{minfi} packages.")
12119 (license license:gpl3)))
12120
12121 (define-public r-gdsfmt
12122 (package
12123 (name "r-gdsfmt")
12124 (version "1.32.0")
12125 (source
12126 (origin
12127 (method url-fetch)
12128 (uri (bioconductor-uri "gdsfmt" version))
12129 (sha256
12130 (base32
12131 "1cdwyivgfc6yw5hj9b3j57wx55gckwhx6fwx2lvqynrjzjyzf3q0"))
12132 (modules '((guix build utils)))
12133 ;; Remove bundled sources of zlib, lz4, and xz. Don't attempt to build
12134 ;; them and link with system libraries instead.
12135 (snippet
12136 '(begin
12137 (for-each delete-file-recursively
12138 '("src/LZ4"
12139 "src/XZ"
12140 "src/ZLIB"))
12141 (substitute* "src/Makevars"
12142 (("all: \\$\\(SHLIB\\)") "all:")
12143 (("\\$\\(SHLIB\\): liblzma.a") "")
12144 (("^ (ZLIB|LZ4)/.*") "")
12145 (("CoreArray/dVLIntGDS.cpp.*")
12146 "CoreArray/dVLIntGDS.cpp")
12147 (("CoreArray/dVLIntGDS.o.*")
12148 "CoreArray/dVLIntGDS.o")
12149 (("PKG_LIBS = ./liblzma.a")
12150 "PKG_LIBS = -llz4"))
12151 (substitute* "src/CoreArray/dStream.h"
12152 (("include \"../(ZLIB|LZ4|XZ/api)/(.*)\"" _ _ header)
12153 (string-append "include <" header ">")))))))
12154 (properties `((upstream-name . "gdsfmt")))
12155 (build-system r-build-system)
12156 (inputs
12157 (list lz4 xz zlib))
12158 (native-inputs
12159 (list r-knitr))
12160 (home-page "http://corearray.sourceforge.net/")
12161 (synopsis
12162 "R Interface to CoreArray Genomic Data Structure (GDS) Files")
12163 (description
12164 "This package provides a high-level R interface to CoreArray @dfn{Genomic
12165 Data Structure} (GDS) data files, which are portable across platforms with
12166 hierarchical structure to store multiple scalable array-oriented data sets
12167 with metadata information. It is suited for large-scale datasets, especially
12168 for data which are much larger than the available random-access memory. The
12169 @code{gdsfmt} package offers efficient operations specifically designed for
12170 integers of less than 8 bits, since a diploid genotype, like
12171 @dfn{single-nucleotide polymorphism} (SNP), usually occupies fewer bits than a
12172 byte. Data compression and decompression are available with relatively
12173 efficient random access. It is also allowed to read a GDS file in parallel
12174 with multiple R processes supported by the package @code{parallel}.")
12175 (license license:lgpl3)))
12176
12177 (define-public r-bigmelon
12178 (package
12179 (name "r-bigmelon")
12180 (version "1.22.0")
12181 (source
12182 (origin
12183 (method url-fetch)
12184 (uri (bioconductor-uri "bigmelon" version))
12185 (sha256
12186 (base32
12187 "1msch4qbifkdqv0bbw03xj6d9w28z91mf4ki41rqg6048cq17h2k"))))
12188 (properties `((upstream-name . "bigmelon")))
12189 (build-system r-build-system)
12190 (propagated-inputs
12191 (list r-biobase
12192 r-biocgenerics
12193 r-gdsfmt
12194 r-geoquery
12195 r-illuminaio
12196 r-methylumi
12197 r-minfi
12198 r-watermelon))
12199 (native-inputs
12200 (list r-knitr))
12201 (home-page "https://bioconductor.org/packages/bigmelon/")
12202 (synopsis "Illumina methylation array analysis for large experiments")
12203 (description
12204 "This package provides methods for working with Illumina arrays using the
12205 @code{gdsfmt} package.")
12206 (license license:gpl3)))
12207
12208 (define-public r-seqbias
12209 (package
12210 (name "r-seqbias")
12211 (version "1.44.0")
12212 (source
12213 (origin
12214 (method url-fetch)
12215 (uri (bioconductor-uri "seqbias" version))
12216 (sha256
12217 (base32
12218 "085nq6pf0bdn17wsbr5jnyy512v7rf67xff9rp5wz47mcifbv6rg"))))
12219 (properties `((upstream-name . "seqbias")))
12220 (build-system r-build-system)
12221 (propagated-inputs
12222 (list r-biostrings r-genomicranges r-rhtslib))
12223 (home-page "https://bioconductor.org/packages/seqbias/")
12224 (synopsis "Estimation of per-position bias in high-throughput sequencing data")
12225 (description
12226 "This package implements a model of per-position sequencing bias in
12227 high-throughput sequencing data using a simple Bayesian network, the structure
12228 and parameters of which are trained on a set of aligned reads and a reference
12229 genome sequence.")
12230 (license license:lgpl3)))
12231
12232 (define-public r-reqon
12233 (package
12234 (name "r-reqon")
12235 (version "1.42.0")
12236 (source
12237 (origin
12238 (method url-fetch)
12239 (uri (bioconductor-uri "ReQON" version))
12240 (sha256
12241 (base32
12242 "1f5pplm8fy3wvl0b6n18gph4dq9i9x5qiyjrj0bk0kwlkbpba74r"))))
12243 (properties `((upstream-name . "ReQON")))
12244 (build-system r-build-system)
12245 (propagated-inputs
12246 (list r-rjava r-rsamtools r-seqbias))
12247 (home-page "https://bioconductor.org/packages/ReQON/")
12248 (synopsis "Recalibrating quality of nucleotides")
12249 (description
12250 "This package provides an implementation of an algorithm for
12251 recalibrating the base quality scores for aligned sequencing data in BAM
12252 format.")
12253 (license license:gpl2)))
12254
12255 (define-public r-wavcluster
12256 (package
12257 (name "r-wavcluster")
12258 (version "2.30.0")
12259 (source
12260 (origin
12261 (method url-fetch)
12262 (uri (bioconductor-uri "wavClusteR" version))
12263 (sha256
12264 (base32
12265 "04di095i9i19j9ppx8gdsk7n18vd02d4rjdi9d4a3p0xv05ihnb6"))))
12266 (properties `((upstream-name . "wavClusteR")))
12267 (build-system r-build-system)
12268 (propagated-inputs
12269 (list r-biocgenerics
12270 r-biostrings
12271 r-foreach
12272 r-genomicfeatures
12273 r-genomicranges
12274 r-ggplot2
12275 r-hmisc
12276 r-iranges
12277 r-mclust
12278 r-rsamtools
12279 r-rtracklayer
12280 r-s4vectors
12281 r-seqinr
12282 r-stringr))
12283 (native-inputs
12284 (list r-knitr))
12285 (home-page "https://bioconductor.org/packages/wavClusteR/")
12286 (synopsis "Identification of RNA-protein interaction sites in PAR-CLIP data")
12287 (description
12288 "This package provides an integrated pipeline for the analysis of
12289 PAR-CLIP data. PAR-CLIP-induced transitions are first discriminated from
12290 sequencing errors, SNPs and additional non-experimental sources by a non-
12291 parametric mixture model. The protein binding sites (clusters) are then
12292 resolved at high resolution and cluster statistics are estimated using a
12293 rigorous Bayesian framework. Post-processing of the results, data export for
12294 UCSC genome browser visualization and motif search analysis are provided. In
12295 addition, the package integrates RNA-Seq data to estimate the False
12296 Discovery Rate of cluster detection. Key functions support parallel multicore
12297 computing. While wavClusteR was designed for PAR-CLIP data analysis, it can
12298 be applied to the analysis of other NGS data obtained from experimental
12299 procedures that induce nucleotide substitutions (e.g. BisSeq).")
12300 (license license:gpl2)))
12301
12302 (define-public r-timeseriesexperiment
12303 (package
12304 (name "r-timeseriesexperiment")
12305 (version "1.13.0")
12306 (source
12307 (origin
12308 (method url-fetch)
12309 (uri (bioconductor-uri "TimeSeriesExperiment" version))
12310 (sha256
12311 (base32
12312 "0bdpxxr739qdg92qabfx122k9f43vw2hyxp4yxqlbp37vzgcdf2c"))))
12313 (properties
12314 `((upstream-name . "TimeSeriesExperiment")))
12315 (build-system r-build-system)
12316 (propagated-inputs
12317 (list r-deseq2
12318 r-dplyr
12319 r-dynamictreecut
12320 r-edger
12321 r-ggplot2
12322 r-hmisc
12323 r-limma
12324 r-magrittr
12325 r-proxy
12326 r-s4vectors
12327 r-summarizedexperiment
12328 r-tibble
12329 r-tidyr
12330 r-vegan
12331 r-viridis))
12332 (native-inputs
12333 (list r-knitr))
12334 (home-page "https://github.com/nlhuong/TimeSeriesExperiment/")
12335 (synopsis "Analysis for short time-series data")
12336 (description
12337 "This package is a visualization and analysis toolbox for short time
12338 course data which includes dimensionality reduction, clustering, two-sample
12339 differential expression testing and gene ranking techniques. The package also
12340 provides methods for retrieving enriched pathways.")
12341 (license license:lgpl3+)))
12342
12343 (define-public r-variantfiltering
12344 (package
12345 (name "r-variantfiltering")
12346 (version "1.32.0")
12347 (source
12348 (origin
12349 (method url-fetch)
12350 (uri (bioconductor-uri "VariantFiltering" version))
12351 (sha256
12352 (base32
12353 "1bjqn8qik221x0bqvgd99p87v45iihwp6cxckh4ks964pd0c1xk8"))))
12354 (properties
12355 `((upstream-name . "VariantFiltering")))
12356 (build-system r-build-system)
12357 (propagated-inputs
12358 (list r-annotationdbi
12359 r-biobase
12360 r-biocgenerics
12361 r-biocparallel
12362 r-biostrings
12363 r-bsgenome
12364 r-dt
12365 r-genomeinfodb
12366 r-genomicfeatures
12367 r-genomicranges
12368 r-genomicscores
12369 r-graph
12370 r-gviz
12371 r-iranges
12372 r-rbgl
12373 r-rsamtools
12374 r-s4vectors
12375 r-shiny
12376 r-shinyjs
12377 r-shinythemes
12378 r-shinytree
12379 r-summarizedexperiment
12380 r-variantannotation
12381 r-xvector))
12382 (home-page "https://github.com/rcastelo/VariantFiltering")
12383 (synopsis "Filtering of coding and non-coding genetic variants")
12384 (description
12385 "Filter genetic variants using different criteria such as inheritance
12386 model, amino acid change consequence, minor allele frequencies across human
12387 populations, splice site strength, conservation, etc.")
12388 (license license:artistic2.0)))
12389
12390 (define-public r-genomegraphs
12391 (package
12392 (name "r-genomegraphs")
12393 (version "1.46.0")
12394 (source
12395 (origin
12396 (method url-fetch)
12397 (uri (bioconductor-uri "GenomeGraphs" version))
12398 (sha256
12399 (base32
12400 "05vavhz936v7cknig2f2mn3fd9fiy54r3swlvifpawramblp1ags"))))
12401 (properties `((upstream-name . "GenomeGraphs")))
12402 (build-system r-build-system)
12403 (propagated-inputs
12404 (list r-biomart))
12405 (home-page "https://bioconductor.org/packages/GenomeGraphs/")
12406 (synopsis "Plotting genomic information from Ensembl")
12407 (description
12408 "Genomic data analyses requires integrated visualization of known genomic
12409 information and new experimental data. GenomeGraphs uses the biomaRt package
12410 to perform live annotation queries to Ensembl and translates this to e.g.
12411 gene/transcript structures in viewports of the grid graphics package. This
12412 results in genomic information plotted together with your data. Another
12413 strength of GenomeGraphs is to plot different data types such as array CGH,
12414 gene expression, sequencing and other data, together in one plot using the
12415 same genome coordinate system.")
12416 (license license:artistic2.0)))
12417
12418 (define-public r-wavetiling
12419 (package
12420 (name "r-wavetiling")
12421 (version "1.28.0")
12422 (source
12423 (origin
12424 (method url-fetch)
12425 (uri (bioconductor-uri "waveTiling" version))
12426 (sha256
12427 (base32
12428 "0d7l559zlmly8mncmh1zhkqmsml0bwwfpm7ccp8l26y852vwf7hf"))))
12429 (properties `((upstream-name . "waveTiling")))
12430 (build-system r-build-system)
12431 (propagated-inputs
12432 (list r-affy
12433 r-biobase
12434 r-biostrings
12435 r-genomegraphs
12436 r-genomicranges
12437 r-iranges
12438 r-oligo
12439 r-oligoclasses
12440 r-preprocesscore
12441 r-waveslim))
12442 (home-page "https://r-forge.r-project.org/projects/wavetiling/")
12443 (synopsis "Wavelet-based models for tiling array transcriptome analysis")
12444 (description
12445 "This package is designed to conduct transcriptome analysis for tiling
12446 arrays based on fast wavelet-based functional models.")
12447 (license license:gpl2+)))
12448
12449 (define-public r-variancepartition
12450 (package
12451 (name "r-variancepartition")
12452 (version "1.26.0")
12453 (source
12454 (origin
12455 (method url-fetch)
12456 (uri (bioconductor-uri "variancePartition" version))
12457 (sha256
12458 (base32
12459 "0wk1xql8b0gxyrqz9hs54xvmp7qdw9b8jnv88p4vgv061iwyk7wv"))))
12460 (properties
12461 `((upstream-name . "variancePartition")))
12462 (build-system r-build-system)
12463 (propagated-inputs
12464 (list r-aod
12465 r-biobase
12466 r-biocparallel
12467 r-doparallel
12468 r-foreach
12469 r-ggplot2
12470 r-gplots
12471 r-iterators
12472 r-limma
12473 r-lme4
12474 r-lmertest
12475 r-mass
12476 r-matrix
12477 r-pbkrtest
12478 r-progress
12479 r-rdpack
12480 r-reshape2
12481 r-rhpcblasctl
12482 r-rlang
12483 r-scales))
12484 (native-inputs
12485 (list r-knitr))
12486 (home-page "https://bioconductor.org/packages/variancePartition/")
12487 (synopsis "Analyze variation in gene expression experiments")
12488 (description
12489 "This is a package providing tools to quantify and interpret multiple
12490 sources of biological and technical variation in gene expression experiments.
12491 It uses a linear mixed model to quantify variation in gene expression
12492 attributable to individual, tissue, time point, or technical variables. The
12493 package includes dream differential expression analysis for repeated
12494 measures.")
12495 (license license:gpl2+)))
12496
12497 (define-public r-htqpcr
12498 (package
12499 (name "r-htqpcr")
12500 (version "1.50.0")
12501 (source
12502 (origin
12503 (method url-fetch)
12504 (uri (bioconductor-uri "HTqPCR" version))
12505 (sha256
12506 (base32
12507 "0am98rzwpi3kybq1l27c5qn3n1pg5aqwmh6jq9q0lzbjjin3haqc"))))
12508 (properties `((upstream-name . "HTqPCR")))
12509 (build-system r-build-system)
12510 (propagated-inputs
12511 (list r-affy r-biobase r-gplots r-limma r-rcolorbrewer))
12512 (home-page (string-append "https://www.ebi.ac.uk/sites/ebi.ac.uk/files/"
12513 "groups/bertone/software/HTqPCR.pdf"))
12514 (synopsis "Automated analysis of high-throughput qPCR data")
12515 (description
12516 "Analysis of Ct values from high throughput quantitative real-time
12517 PCR (qPCR) assays across multiple conditions or replicates. The input data
12518 can be from spatially-defined formats such ABI TaqMan Low Density Arrays or
12519 OpenArray; LightCycler from Roche Applied Science; the CFX plates from Bio-Rad
12520 Laboratories; conventional 96- or 384-well plates; or microfluidic devices
12521 such as the Dynamic Arrays from Fluidigm Corporation. HTqPCR handles data
12522 loading, quality assessment, normalization, visualization and parametric or
12523 non-parametric testing for statistical significance in Ct values between
12524 features (e.g. genes, microRNAs).")
12525 (license license:artistic2.0)))
12526
12527 (define-public r-unifiedwmwqpcr
12528 (package
12529 (name "r-unifiedwmwqpcr")
12530 (version "1.32.0")
12531 (source
12532 (origin
12533 (method url-fetch)
12534 (uri (bioconductor-uri "unifiedWMWqPCR" version))
12535 (sha256
12536 (base32
12537 "1skfs94a6bv05c844zf5vfqw1fbgxyppgdnckdbhxg2a2470a4wh"))))
12538 (properties
12539 `((upstream-name . "unifiedWMWqPCR")))
12540 (build-system r-build-system)
12541 (propagated-inputs
12542 (list r-biocgenerics r-htqpcr))
12543 (home-page "https://bioconductor.org/packages/unifiedWMWqPCR")
12544 (synopsis "Unified Wilcoxon-Mann Whitney Test for differential expression in qPCR data")
12545 (description
12546 "This package implements the unified Wilcoxon-Mann-Whitney Test for qPCR
12547 data. This modified test allows for testing differential expression in qPCR
12548 data.")
12549 (license license:gpl2+)))
12550
12551 (define-public r-universalmotif
12552 (package
12553 (name "r-universalmotif")
12554 (version "1.14.1")
12555 (source
12556 (origin
12557 (method url-fetch)
12558 (uri (bioconductor-uri "universalmotif" version))
12559 (sha256
12560 (base32
12561 "1sm54z8aq3534qjsa19wychhwcvwnjlkydmiqqvidiiwcxwqpjsr"))))
12562 (properties
12563 `((upstream-name . "universalmotif")))
12564 (build-system r-build-system)
12565 (arguments
12566 `(#:phases
12567 (modify-phases %standard-phases
12568 (add-after 'unpack 'fix-reference-to-strip
12569 (lambda _
12570 (substitute* "src/Makevars"
12571 (("/usr/bin/strip") (which "strip"))))))))
12572 (propagated-inputs
12573 (list r-biocgenerics
12574 r-biostrings
12575 r-ggplot2
12576 r-iranges
12577 r-mass
12578 r-rcpp
12579 r-rcppthread
12580 r-rlang
12581 r-s4vectors
12582 r-yaml))
12583 (native-inputs
12584 (list r-knitr))
12585 (home-page
12586 "https://bioconductor.org/packages/universalmotif/")
12587 (synopsis
12588 "Specific structures importer, modifier, and exporter for R")
12589 (description
12590 "This package allows importing most common @dfn{specific structure}
12591 (motif) types into R for use by functions provided by other Bioconductor
12592 motif-related packages. Motifs can be exported into most major motif formats
12593 from various classes as defined by other Bioconductor packages. A suite of
12594 motif and sequence manipulation and analysis functions are included, including
12595 enrichment, comparison, P-value calculation, shuffling, trimming, higher-order
12596 motifs, and others.")
12597 (license license:gpl3)))
12598
12599 (define-public r-ace
12600 (package
12601 (name "r-ace")
12602 (version "1.14.0")
12603 (source (origin
12604 (method url-fetch)
12605 (uri (bioconductor-uri "ACE" version))
12606 (sha256
12607 (base32
12608 "1xnw288vz810vjkidar5h218wyc0q2hx0k4zi3r88vaz5rfhc05m"))))
12609 (properties `((upstream-name . "ACE")))
12610 (build-system r-build-system)
12611 (propagated-inputs (list r-biobase r-genomicranges r-ggplot2 r-qdnaseq))
12612 (native-inputs (list r-knitr))
12613 (home-page "https://github.com/tgac-vumc/ACE")
12614 (synopsis
12615 "Absolute copy number estimation from low-coverage whole genome sequencing")
12616 (description
12617 "This package uses segmented copy number data to estimate tumor cell
12618 percentage and produce copy number plots displaying absolute copy numbers. For
12619 this it uses segmented data from the @code{QDNAseq} package, which in turn uses
12620 a number of dependencies to turn mapped reads into segmented data. @code{ACE}
12621 will run @code{QDNAseq} or use its output rds-file of segmented data. It will
12622 subsequently run through all samples in the object(s), for which it will create
12623 individual subdirectories. For each sample, it will calculate how well the
12624 segments fit (the relative error) to integer copy numbers for each percentage
12625 of @dfn{tumor cells} (cells with divergent segments).")
12626 (license license:gpl2)))
12627
12628 (define-public r-acgh
12629 (package
12630 (name "r-acgh")
12631 (version "1.74.0")
12632 (source (origin
12633 (method url-fetch)
12634 (uri (bioconductor-uri "aCGH" version))
12635 (sha256
12636 (base32
12637 "00ni0kwy68v33ggfi8g5vffirhmbhaxg4l54hcqhx75m535z1x7d"))))
12638 (properties `((upstream-name . "aCGH")))
12639 (build-system r-build-system)
12640 (propagated-inputs (list r-biobase r-cluster r-multtest r-survival))
12641 (home-page "https://bioconductor.org/packages/aCGH")
12642 (synopsis
12643 "Classes and functions for array comparative genomic hybridization data")
12644 (description
12645 "This package provides functions for reading
12646 @dfn{array comparative genomic hybridization} (aCGH) data from image analysis
12647 output files and clone information files, creation of @code{aCGH} objects for
12648 storing these data. Basic methods are accessing/replacing, subsetting,
12649 printing and plotting @code{aCGH} objects.")
12650 (license license:gpl2)))
12651
12652 (define-public r-acme
12653 (package
12654 (name "r-acme")
12655 (version "2.52.0")
12656 (source (origin
12657 (method url-fetch)
12658 (uri (bioconductor-uri "ACME" version))
12659 (sha256
12660 (base32
12661 "0ilcsgpc4m47gifxc0yzx2xi3g4day515mncnnjvfdj3iq8xwk25"))))
12662 (properties `((upstream-name . "ACME")))
12663 (build-system r-build-system)
12664 (propagated-inputs (list r-biobase r-biocgenerics))
12665 (home-page "https://bioconductor.org/packages/aCGH/")
12666 (synopsis "Calculating microarray enrichment")
12667 (description
12668 "This package implements @dfn{algorithms for calculating microarray
12669 enrichment} (ACME), and it is a set of tools for analysing tiling array of
12670 @dfn{combined chromatin immunoprecipitation with DNA microarray} (ChIP/chip),
12671 DNAse hypersensitivity, or other experiments that result in regions of the
12672 genome showing enrichment. It does not rely on a specific array technology
12673 (although the array should be a tiling array), is very general (can be applied
12674 in experiments resulting in regions of enrichment), and is very insensitive to
12675 array noise or normalization methods. It is also very fast and can be applied
12676 on whole-genome tiling array experiments quite easily with enough memory.")
12677 (license license:gpl2+)))
12678
12679 (define-public r-acde
12680 (package
12681 (name "r-acde")
12682 (version "1.26.0")
12683 (source (origin
12684 (method url-fetch)
12685 (uri (bioconductor-uri "acde" version))
12686 (sha256
12687 (base32
12688 "0lgq546y4qklfzbc6fjr3d656hn76p6dn4694qfiafql2nlsjbj2"))))
12689 (properties `((upstream-name . "acde")))
12690 (build-system r-build-system)
12691 (propagated-inputs (list r-boot))
12692 (home-page "https://bioconductor.org/packages/acde")
12693 (synopsis
12694 "Identification of differentially expressed genes with artificial components")
12695 (description
12696 "This package provides a multivariate inferential analysis method for
12697 detecting differentially expressed genes in gene expression data. It uses
12698 artificial components, close to the data's principal components but with an
12699 exact interpretation in terms of differential genetic expression, to identify
12700 differentially expressed genes while controlling the @dfn{false discovery
12701 rate} (FDR).")
12702 (license license:gpl3)))
12703
12704 ;; This is a CRAN package, but it depends on Bioconductor packages, so we put
12705 ;; it here.
12706 (define-public r-activedriverwgs
12707 (package
12708 (name "r-activedriverwgs")
12709 (version "1.1.2")
12710 (source
12711 (origin
12712 (method url-fetch)
12713 (uri (cran-uri "ActiveDriverWGS" version))
12714 (sha256
12715 (base32
12716 "13b5yazgv9kckcp6gck183mh1m0q8lc5ixagmcy9s8kv2wz7wq45"))))
12717 (properties
12718 `((upstream-name . "ActiveDriverWGS")))
12719 (build-system r-build-system)
12720 (propagated-inputs
12721 (list r-biostrings
12722 r-bsgenome
12723 r-bsgenome-hsapiens-ucsc-hg19
12724 r-bsgenome-hsapiens-ucsc-hg38
12725 r-bsgenome-mmusculus-ucsc-mm9
12726 r-bsgenome-mmusculus-ucsc-mm10
12727 r-genomeinfodb
12728 r-genomicranges
12729 r-iranges
12730 r-s4vectors))
12731 (native-inputs
12732 (list r-knitr))
12733 (home-page "https://cran.r-project.org/web/packages/ActiveDriverWGS/")
12734 (synopsis "Driver discovery tool for cancer whole genomes")
12735 (description
12736 "This package provides a method for finding an enrichment of cancer
12737 simple somatic mutations (SNVs and Indels) in functional elements across the
12738 human genome. ActiveDriverWGS detects coding and noncoding driver elements
12739 using whole genome sequencing data.")
12740 (license license:gpl3)))
12741
12742 ;; This is a CRAN package, but it depends on Bioconductor packages, so we put
12743 ;; it here.
12744 (define-public r-activepathways
12745 (package
12746 (name "r-activepathways")
12747 (version "1.1.0")
12748 (source
12749 (origin
12750 (method url-fetch)
12751 (uri (cran-uri "ActivePathways" version))
12752 (sha256
12753 (base32
12754 "0zbrgz91mlik7j8j11wsdswqqqfsijj8jkgd5fx1ar3mc6rqsmbg"))))
12755 (properties
12756 `((upstream-name . "ActivePathways")))
12757 (build-system r-build-system)
12758 (propagated-inputs
12759 (list r-data-table r-ggplot2))
12760 (native-inputs
12761 (list r-knitr))
12762 (home-page "https://cran.r-project.org/web/packages/ActivePathways/")
12763 (synopsis "Multivariate pathway enrichment analysis")
12764 (description
12765 "This package represents an integrative method of analyzing multi omics
12766 data that conducts enrichment analysis of annotated gene sets. ActivePathways
12767 uses a statistical data fusion approach, rationalizes contributing evidence
12768 and highlights associated genes, improving systems-level understanding of
12769 cellular organization in health and disease.")
12770 (license license:gpl3)))
12771
12772 (define-public r-bgmix
12773 (package
12774 (name "r-bgmix")
12775 (version "1.56.0")
12776 (source
12777 (origin
12778 (method url-fetch)
12779 (uri (bioconductor-uri "BGmix" version))
12780 (sha256
12781 (base32
12782 "03f6nknp3n49yvg2d9qsmds676rva70pr4wjz0md228jczgjk0vj"))))
12783 (properties `((upstream-name . "BGmix")))
12784 (build-system r-build-system)
12785 (propagated-inputs
12786 (list r-kernsmooth))
12787 (home-page "https://bioconductor.org/packages/BGmix/")
12788 (synopsis "Bayesian models for differential gene expression")
12789 (description
12790 "This package provides fully Bayesian mixture models for differential
12791 gene expression.")
12792 (license license:gpl2)))
12793
12794 (define-public r-bgx
12795 (package
12796 (name "r-bgx")
12797 (version "1.62.0")
12798 (source
12799 (origin
12800 (method url-fetch)
12801 (uri (bioconductor-uri "bgx" version))
12802 (sha256
12803 (base32
12804 "0q2y4n6bcc9pvz5sgfkw1lrb00rrp7q29i1vh7srdfmfhgpyz6bk"))))
12805 (properties `((upstream-name . "bgx")))
12806 (build-system r-build-system)
12807 (propagated-inputs
12808 (list r-affy r-biobase r-gcrma r-rcpp))
12809 (home-page "https://bioconductor.org/packages/bgx/")
12810 (synopsis "Bayesian gene expression")
12811 (description
12812 "This package provides tools for Bayesian integrated analysis of
12813 Affymetrix GeneChips.")
12814 (license license:gpl2)))
12815
12816 (define-public r-bhc
12817 (package
12818 (name "r-bhc")
12819 (version "1.48.0")
12820 (source
12821 (origin
12822 (method url-fetch)
12823 (uri (bioconductor-uri "BHC" version))
12824 (sha256
12825 (base32
12826 "1kqajd16981y5yaak2imaq1i7pilgqdr3nbhggsakh787j1d9rc5"))))
12827 (properties `((upstream-name . "BHC")))
12828 (build-system r-build-system)
12829 (home-page "https://bioconductor.org/packages/BHC/")
12830 (synopsis "Bayesian hierarchical clustering")
12831 (description
12832 "The method implemented in this package performs bottom-up hierarchical
12833 clustering, using a Dirichlet Process (infinite mixture) to model uncertainty
12834 in the data and Bayesian model selection to decide at each step which clusters
12835 to merge. This avoids several limitations of traditional methods, for example
12836 how many clusters there should be and how to choose a principled distance
12837 metric. This implementation accepts multinomial (i.e. discrete, with 2+
12838 categories) or time-series data. This version also includes a randomised
12839 algorithm which is more efficient for larger data sets.")
12840 (license license:gpl3)))
12841
12842 (define-public r-bicare
12843 (package
12844 (name "r-bicare")
12845 (version "1.54.0")
12846 (source
12847 (origin
12848 (method url-fetch)
12849 (uri (bioconductor-uri "BicARE" version))
12850 (sha256
12851 (base32
12852 "0qjh5bsjcjry6k1vzdaascwy2shjrkc2bw0w57w0qa458cbi89z2"))))
12853 (properties `((upstream-name . "BicARE")))
12854 (build-system r-build-system)
12855 (propagated-inputs
12856 (list r-biobase r-gseabase r-multtest))
12857 (home-page "http://bioinfo.curie.fr")
12858 (synopsis "Biclustering analysis and results exploration")
12859 (description
12860 "This is a package for biclustering analysis and exploration of
12861 results.")
12862 (license license:gpl2)))
12863
12864 (define-public r-bifet
12865 (package
12866 (name "r-bifet")
12867 (version "1.16.0")
12868 (source
12869 (origin
12870 (method url-fetch)
12871 (uri (bioconductor-uri "BiFET" version))
12872 (sha256
12873 (base32
12874 "03ypbbn8i0f4bl4m6wfdcv702jydniak56wqjb1vlrckd9aphwzq"))))
12875 (properties `((upstream-name . "BiFET")))
12876 (build-system r-build-system)
12877 (propagated-inputs
12878 (list r-genomicranges r-poibin))
12879 (native-inputs
12880 (list r-knitr))
12881 (home-page "https://bioconductor.org/packages/BiFET")
12882 (synopsis "Bias-free footprint enrichment test")
12883 (description
12884 "BiFET identifies @dfn{transcription factors} (TFs) whose footprints are
12885 over-represented in target regions compared to background regions after
12886 correcting for the bias arising from the imbalance in read counts and GC
12887 contents between the target and background regions. For a given TF k, BiFET
12888 tests the null hypothesis that the target regions have the same probability of
12889 having footprints for the TF k as the background regions while correcting for
12890 the read count and GC content bias.")
12891 (license license:gpl3)))
12892
12893 (define-public r-rsbml
12894 (package
12895 (name "r-rsbml")
12896 (version "2.54.0")
12897 (source
12898 (origin
12899 (method url-fetch)
12900 (uri (bioconductor-uri "rsbml" version))
12901 (sha256
12902 (base32
12903 "1v11pspkml6xdsacgwxw8r4qdhbnn2h2sqgpm9aidaq9p2085b0v"))))
12904 (properties `((upstream-name . "rsbml")))
12905 (build-system r-build-system)
12906 (inputs
12907 (list libsbml))
12908 (propagated-inputs
12909 (list r-biocgenerics r-graph))
12910 (native-inputs
12911 (list pkg-config))
12912 (home-page "http://www.sbml.org")
12913 (synopsis "R support for SBML")
12914 (description
12915 "This package provides an R interface to libsbml for SBML parsing,
12916 validating output, provides an S4 SBML DOM, converts SBML to R graph objects.")
12917 (license license:artistic2.0)))
12918
12919 (define-public r-hypergraph
12920 (package
12921 (name "r-hypergraph")
12922 (version "1.68.0")
12923 (source
12924 (origin
12925 (method url-fetch)
12926 (uri (bioconductor-uri "hypergraph" version))
12927 (sha256
12928 (base32
12929 "0xmryqj5yw1ns6wbhjqbb6h14jlj89zrznzvqnvd4n03ci20kzzp"))))
12930 (properties `((upstream-name . "hypergraph")))
12931 (build-system r-build-system)
12932 (propagated-inputs
12933 (list r-graph))
12934 (home-page "https://bioconductor.org/packages/hypergraph")
12935 (synopsis "Hypergraph data structures")
12936 (description
12937 "This package implements some simple capabilities for representing and
12938 manipulating hypergraphs.")
12939 (license license:artistic2.0)))
12940
12941 (define-public r-hyperdraw
12942 (package
12943 (name "r-hyperdraw")
12944 (version "1.48.0")
12945 (source
12946 (origin
12947 (method url-fetch)
12948 (uri (bioconductor-uri "hyperdraw" version))
12949 (sha256
12950 (base32
12951 "0ndw4y6b15jy4w86vfkahmdc81d3ycjsvqy1mxi55dwvd8xq0ap6"))))
12952 (properties `((upstream-name . "hyperdraw")))
12953 (build-system r-build-system)
12954 (inputs (list graphviz))
12955 (propagated-inputs
12956 (list r-graph r-hypergraph r-rgraphviz))
12957 (home-page "https://bioconductor.org/packages/hyperdraw")
12958 (synopsis "Visualizing hypergraphs")
12959 (description
12960 "This package provides functions for visualizing hypergraphs.")
12961 (license license:gpl2+)))
12962
12963 (define-public r-biggr
12964 (package
12965 (name "r-biggr")
12966 (version "1.32.0")
12967 (source
12968 (origin
12969 (method url-fetch)
12970 (uri (bioconductor-uri "BiGGR" version))
12971 (sha256
12972 (base32
12973 "0n57bgl6xz5b1gpw4isimq2pqxmlabn7jzhbjg2fbxcklabdvrcw"))))
12974 (properties `((upstream-name . "BiGGR")))
12975 (build-system r-build-system)
12976 (propagated-inputs
12977 (list r-hyperdraw
12978 r-hypergraph
12979 r-lim
12980 r-limsolve
12981 r-rsbml
12982 r-stringr))
12983 (home-page "https://bioconductor.org/packages/BiGGR/")
12984 (synopsis "Constraint based modeling using metabolic reconstruction databases")
12985 (description
12986 "This package provides an interface to simulate metabolic reconstruction
12987 from the @url{http://bigg.ucsd.edu/, BiGG database} and other metabolic
12988 reconstruction databases. The package facilitates @dfn{flux balance
12989 analysis} (FBA) and the sampling of feasible flux distributions. Metabolic
12990 networks and estimated fluxes can be visualized with hypergraphs.")
12991 (license license:gpl3+)))
12992
12993 (define-public r-bigmemoryextras
12994 (package
12995 (name "r-bigmemoryextras")
12996 (version "1.38.0")
12997 (source
12998 (origin
12999 (method url-fetch)
13000 (uri (bioconductor-uri "bigmemoryExtras" version))
13001 (sha256
13002 (base32
13003 "1k31h746j8r3f92vj62s38fw12qjkv5814ipcqfbswnxgaan17zj"))))
13004 (properties
13005 `((upstream-name . "bigmemoryExtras")))
13006 (build-system r-build-system)
13007 (propagated-inputs
13008 (list r-bigmemory))
13009 (native-inputs
13010 (list r-knitr))
13011 (home-page "https://github.com/phaverty/bigmemoryExtras")
13012 (synopsis "Extension of the bigmemory package")
13013 (description
13014 "This package defines a @code{BigMatrix} @code{ReferenceClass} which adds
13015 safety and convenience features to the @code{filebacked.big.matrix} class from
13016 the @code{bigmemory} package. @code{BigMatrix} protects against segfaults by
13017 monitoring and gracefully restoring the connection to on-disk data and it also
13018 protects against accidental data modification with a file-system-based
13019 permissions system. Utilities are provided for using @code{BigMatrix}-derived
13020 classes as @code{assayData} matrices within the @code{Biobase} package's
13021 @code{eSet} family of classes. @code{BigMatrix} provides some optimizations
13022 related to attaching to, and indexing into, file-backed matrices with
13023 dimnames. Additionally, the package provides a @code{BigMatrixFactor} class,
13024 a file-backed matrix with factor properties.")
13025 (license license:artistic2.0)))
13026
13027 (define-public r-bigpint
13028 (package
13029 (name "r-bigpint")
13030 (version "1.12.0")
13031 (source
13032 (origin
13033 (method url-fetch)
13034 (uri (bioconductor-uri "bigPint" version))
13035 (sha256
13036 (base32
13037 "1hp69j2qcidrxqs3dxjjngb09nbzp5x2yy4jz1rjmv6ghif9ccfj"))))
13038 (properties `((upstream-name . "bigPint")))
13039 (build-system r-build-system)
13040 (propagated-inputs
13041 (list r-delayedarray
13042 r-dplyr
13043 r-ggally
13044 r-ggplot2
13045 r-gridextra
13046 r-hexbin
13047 r-hmisc
13048 r-htmlwidgets
13049 r-plotly
13050 r-plyr
13051 r-rcolorbrewer
13052 r-reshape
13053 r-shiny
13054 r-shinycssloaders
13055 r-shinydashboard
13056 r-stringr
13057 r-summarizedexperiment
13058 r-tidyr))
13059 (native-inputs
13060 (list r-knitr))
13061 (home-page "https://github.com/lindsayrutter/bigPint")
13062 (synopsis "Big multivariate data plotted interactively")
13063 (description
13064 "This package provides methods for visualizing large multivariate
13065 datasets using static and interactive scatterplot matrices, parallel
13066 coordinate plots, volcano plots, and litre plots. It includes examples for
13067 visualizing RNA-sequencing datasets and differentially expressed genes.")
13068 (license license:gpl3)))
13069
13070 (define-public r-chemminer
13071 (package
13072 (name "r-chemminer")
13073 (version "3.48.0")
13074 (source
13075 (origin
13076 (method url-fetch)
13077 (uri (bioconductor-uri "ChemmineR" version))
13078 (sha256
13079 (base32
13080 "1nri4zkc9lp1mqgsi0h58486vixwiv2989b6pmx2aj5c3575i0ma"))))
13081 (properties `((upstream-name . "ChemmineR")))
13082 (build-system r-build-system)
13083 (propagated-inputs
13084 (list r-base64enc
13085 r-bh
13086 r-biocgenerics
13087 r-dbi
13088 r-digest
13089 r-dt
13090 r-ggplot2
13091 r-gridextra
13092 r-jsonlite
13093 r-png
13094 r-rcpp
13095 r-rcurl
13096 r-rjson
13097 r-rsvg
13098 r-stringi))
13099 (native-inputs
13100 (list r-knitr))
13101 (home-page "https://github.com/girke-lab/ChemmineR")
13102 (synopsis "Cheminformatics toolkit for R")
13103 (description
13104 "ChemmineR is a cheminformatics package for analyzing drug-like small
13105 molecule data in R. It contains functions for efficient processing of large
13106 numbers of molecules, physicochemical/structural property predictions,
13107 structural similarity searching, classification and clustering of compound
13108 libraries with a wide spectrum of algorithms. In addition, it offers
13109 visualization functions for compound clustering results and chemical
13110 structures.")
13111 (license license:artistic2.0)))
13112
13113 (define-public r-fmcsr
13114 (package
13115 (name "r-fmcsr")
13116 (version "1.38.0")
13117 (source
13118 (origin
13119 (method url-fetch)
13120 (uri (bioconductor-uri "fmcsR" version))
13121 (sha256
13122 (base32 "1mblmk21dxc9v2fikhvfg2njwgl190gkysppl6msxizwcmxsmh30"))))
13123 (properties `((upstream-name . "fmcsR")))
13124 (build-system r-build-system)
13125 (propagated-inputs
13126 (list r-biocgenerics r-chemminer r-runit))
13127 (native-inputs (list r-knitr))
13128 (home-page "https://github.com/girke-lab/fmcsR")
13129 (synopsis "Mismatch tolerant maximum common substructure searching")
13130 (description
13131 "The fmcsR package introduces an efficient @dfn{maximum common
13132 substructure} (MCS) algorithms combined with a novel matching strategy that
13133 allows for atom and/or bond mismatches in the substructures shared among two
13134 small molecules. The resulting flexible MCSs (FMCSs) are often larger than
13135 strict MCSs, resulting in the identification of more common features in their
13136 source structures, as well as a higher sensitivity in finding compounds with
13137 weak structural similarities. The fmcsR package provides several utilities to
13138 use the FMCS algorithm for pairwise compound comparisons, structure similarity
13139 searching and clustering.")
13140 (license license:artistic2.0)))
13141
13142 (define-public r-bioassayr
13143 (package
13144 (name "r-bioassayr")
13145 (version "1.34.0")
13146 (source
13147 (origin
13148 (method url-fetch)
13149 (uri (bioconductor-uri "bioassayR" version))
13150 (sha256
13151 (base32
13152 "0zbrci0vgk4qca28i0qb2izhyrz3r95l1w54h9h3zj9f3vd61wrz"))))
13153 (properties `((upstream-name . "bioassayR")))
13154 (build-system r-build-system)
13155 (propagated-inputs
13156 (list r-biocgenerics
13157 r-chemminer
13158 r-dbi
13159 r-matrix
13160 r-rjson
13161 r-rsqlite
13162 r-xml))
13163 (native-inputs
13164 (list r-knitr))
13165 (home-page "https://github.com/girke-lab/bioassayR")
13166 (synopsis "Cross-target analysis of small molecule bioactivity")
13167 (description
13168 "bioassayR is a computational tool that enables simultaneous analysis of
13169 thousands of bioassay experiments performed over a diverse set of compounds
13170 and biological targets. Unique features include support for large-scale
13171 cross-target analyses of both public and custom bioassays, generation of
13172 @dfn{high throughput screening fingerprints} (HTSFPs), and an optional
13173 preloaded database that provides access to a substantial portion of publicly
13174 available bioactivity data.")
13175 (license license:artistic2.0)))
13176
13177 (define-public r-biobroom
13178 (package
13179 (name "r-biobroom")
13180 (version "1.28.0")
13181 (source
13182 (origin
13183 (method url-fetch)
13184 (uri (bioconductor-uri "biobroom" version))
13185 (sha256
13186 (base32
13187 "04x1z9nchm4mbhqr31011zdprc4md156j4zf003s7xx0n278xsgh"))))
13188 (properties `((upstream-name . "biobroom")))
13189 (build-system r-build-system)
13190 (propagated-inputs
13191 (list r-biobase r-broom r-dplyr r-tidyr))
13192 (native-inputs
13193 (list r-knitr))
13194 (home-page "https://github.com/StoreyLab/biobroom")
13195 (synopsis "Turn Bioconductor objects into tidy data frames")
13196 (description
13197 "This package contains methods for converting standard objects
13198 constructed by bioinformatics packages, especially those in Bioconductor, and
13199 converting them to @code{tidy} data. It thus serves as a complement to the
13200 @code{broom} package, and follows the same tidy, augment, glance division of
13201 tidying methods. Tidying data makes it easy to recombine, reshape and
13202 visualize bioinformatics analyses.")
13203 ;; Any version of the LGPL.
13204 (license license:lgpl3+)))
13205
13206 (define-public r-graphite
13207 (package
13208 (name "r-graphite")
13209 (version "1.42.0")
13210 (source
13211 (origin
13212 (method url-fetch)
13213 (uri (bioconductor-uri "graphite" version))
13214 (sha256
13215 (base32
13216 "0nl5mkgrvf7vsqjy48ij9b1dmxfvp9lf8cpay55h93c4qz4x606g"))))
13217 (properties `((upstream-name . "graphite")))
13218 (build-system r-build-system)
13219 (propagated-inputs
13220 (list r-annotationdbi r-graph r-httr r-rappdirs r-rlang))
13221 (home-page "https://bioconductor.org/packages/graphite/")
13222 (synopsis "Networks from pathway databases")
13223 (description
13224 "Graphite provides networks derived from eight public pathway databases,
13225 and automates the conversion of node identifiers (e.g. from Entrez IDs to gene
13226 symbols).")
13227 (license license:agpl3+)))
13228
13229 (define-public r-reactomepa
13230 (package
13231 (name "r-reactomepa")
13232 (version "1.40.0")
13233 (source
13234 (origin
13235 (method url-fetch)
13236 (uri (bioconductor-uri "ReactomePA" version))
13237 (sha256
13238 (base32
13239 "1fd72m2afxbbvbgwy8knp6fiq1h561plmsh4r8a08w21ngmkz2s5"))))
13240 (properties `((upstream-name . "ReactomePA")))
13241 (build-system r-build-system)
13242 (propagated-inputs
13243 (list r-annotationdbi
13244 r-dose
13245 r-enrichplot
13246 r-ggplot2
13247 r-ggraph
13248 r-graphite
13249 r-igraph
13250 r-reactome-db))
13251 (native-inputs
13252 (list r-knitr))
13253 (home-page "https://guangchuangyu.github.io/software/ReactomePA")
13254 (synopsis "Reactome pathway analysis")
13255 (description
13256 "This package provides functions for pathway analysis based on the
13257 REACTOME pathway database. It implements enrichment analysis, gene set
13258 enrichment analysis and several functions for visualization.")
13259 (license license:gpl2)))
13260
13261 (define-public r-ebarrays
13262 (package
13263 (name "r-ebarrays")
13264 (version "2.60.0")
13265 (source
13266 (origin
13267 (method url-fetch)
13268 (uri (bioconductor-uri "EBarrays" version))
13269 (sha256
13270 (base32
13271 "027zarnpxpdnyl877swp5ypxj7zvq0cjp2q2xs6g6yn5dpqjvxxk"))))
13272 (properties `((upstream-name . "EBarrays")))
13273 (build-system r-build-system)
13274 (propagated-inputs
13275 (list r-biobase r-cluster r-lattice))
13276 (home-page "https://bioconductor.org/packages/EBarrays/")
13277 (synopsis "Gene clustering and differential expression identification")
13278 (description
13279 "EBarrays provides tools for the analysis of replicated/unreplicated
13280 microarray data.")
13281 (license license:gpl2+)))
13282
13283 (define-public r-bioccasestudies
13284 (package
13285 (name "r-bioccasestudies")
13286 (version "1.52.0")
13287 (source
13288 (origin
13289 (method url-fetch)
13290 (uri (bioconductor-uri "BiocCaseStudies" version))
13291 (sha256
13292 (base32
13293 "03n49b6fvyyzmvdy4yif3cl7yv21c09c8xdx4cvvax5zz4v4sab1"))))
13294 (properties
13295 `((upstream-name . "BiocCaseStudies")))
13296 (build-system r-build-system)
13297 (propagated-inputs (list r-biobase))
13298 (home-page "https://bioconductor.org/packages/BiocCaseStudies")
13299 (synopsis "Support for the case studies monograph")
13300 (description
13301 "This package provides software and data to support the case studies
13302 monograph.")
13303 (license license:artistic2.0)))
13304
13305 (define-public r-bioccheck
13306 (package
13307 (name "r-bioccheck")
13308 (version "1.32.0")
13309 (source (origin
13310 (method url-fetch)
13311 (uri (bioconductor-uri "BiocCheck" version))
13312 (sha256
13313 (base32
13314 "1k1gxzmxx26hmwdxgagv93mv4jwyygkk8703ds6nvryzhqffzkbc"))))
13315 (properties
13316 `((upstream-name . "BiocCheck")))
13317 (build-system r-build-system)
13318 (propagated-inputs
13319 (list r-codetools
13320 r-graph
13321 r-httr
13322 r-knitr
13323 r-biocmanager
13324 r-biocviews
13325 r-stringdist))
13326 (native-inputs
13327 (list r-knitr))
13328 (home-page "https://bioconductor.org/packages/BiocCheck")
13329 (synopsis "Executes Bioconductor-specific package checks")
13330 (description "This package contains tools to perform additional quality
13331 checks on R packages that are to be submitted to the Bioconductor repository.")
13332 (license license:artistic2.0)))
13333
13334 (define-public r-biocgraph
13335 (package
13336 (name "r-biocgraph")
13337 (version "1.58.0")
13338 (source
13339 (origin
13340 (method url-fetch)
13341 (uri (bioconductor-uri "biocGraph" version))
13342 (sha256
13343 (base32
13344 "1y59a7c4ahhn1g2wz2hkx83izfn8i85mmxxp63jdd0rg7zwhr6nn"))))
13345 (properties `((upstream-name . "biocGraph")))
13346 (build-system r-build-system)
13347 (propagated-inputs
13348 (list r-biocgenerics r-geneplotter r-graph r-rgraphviz))
13349 (home-page "https://bioconductor.org/packages/biocGraph/")
13350 (synopsis "Graph examples and use cases in Bioinformatics")
13351 (description
13352 "This package provides examples and code that make use of the
13353 different graph related packages produced by Bioconductor.")
13354 (license license:artistic2.0)))
13355
13356 (define-public r-biocstyle
13357 (package
13358 (name "r-biocstyle")
13359 (version "2.24.0")
13360 (source (origin
13361 (method url-fetch)
13362 (uri (bioconductor-uri "BiocStyle" version))
13363 (sha256
13364 (base32
13365 "1nwiib201b9q1x19ihqjqr5jl0vnid8wfgpi8sa3y02bn722g5a5"))))
13366 (properties
13367 `((upstream-name . "BiocStyle")))
13368 (build-system r-build-system)
13369 (propagated-inputs
13370 (list r-biocmanager r-bookdown r-knitr r-rmarkdown r-yaml))
13371 (native-inputs
13372 (list r-knitr))
13373 (home-page "https://bioconductor.org/packages/BiocStyle")
13374 (synopsis "Bioconductor formatting styles")
13375 (description "This package provides standard formatting styles for
13376 Bioconductor PDF and HTML documents. Package vignettes illustrate use and
13377 functionality.")
13378 (license license:artistic2.0)))
13379
13380 (define-public r-biocviews
13381 (package
13382 (name "r-biocviews")
13383 (version "1.64.0")
13384 (source (origin
13385 (method url-fetch)
13386 (uri (bioconductor-uri "biocViews" version))
13387 (sha256
13388 (base32
13389 "1lahla53awdqiglfiygbxg5pkzfabym7n5abgyp1nvqsvsj0g126"))))
13390 (properties
13391 `((upstream-name . "biocViews")))
13392 (build-system r-build-system)
13393 (propagated-inputs
13394 (list r-biobase
13395 r-biocmanager
13396 r-graph
13397 r-rbgl
13398 r-rcurl
13399 r-xml
13400 r-runit))
13401 (home-page "https://bioconductor.org/packages/biocViews")
13402 (synopsis "Bioconductor package categorization helper")
13403 (description "The purpose of biocViews is to create HTML pages that
13404 categorize packages in a Bioconductor package repository according to keywords,
13405 also known as views, in a controlled vocabulary.")
13406 (license license:artistic2.0)))
13407
13408 (define-public r-experimenthub
13409 (package
13410 (name "r-experimenthub")
13411 (version "2.4.0")
13412 (source
13413 (origin
13414 (method url-fetch)
13415 (uri (bioconductor-uri "ExperimentHub" version))
13416 (sha256
13417 (base32
13418 "11hna8vrm1az1zk7pw2dv0wh84sd0hw2bi55w40hqvs36csb7lkl"))))
13419 (properties `((upstream-name . "ExperimentHub")))
13420 (build-system r-build-system)
13421 (propagated-inputs
13422 (list r-annotationhub
13423 r-biocfilecache
13424 r-biocgenerics
13425 r-biocmanager
13426 r-curl
13427 r-rappdirs
13428 r-s4vectors))
13429 (native-inputs
13430 (list r-knitr))
13431 (home-page "https://bioconductor.org/packages/ExperimentHub/")
13432 (synopsis "Client to access ExperimentHub resources")
13433 (description
13434 "This package provides a client for the Bioconductor ExperimentHub web
13435 resource. ExperimentHub provides a central location where curated data from
13436 experiments, publications or training courses can be accessed. Each resource
13437 has associated metadata, tags and date of modification. The client creates
13438 and manages a local cache of files retrieved enabling quick and reproducible
13439 access.")
13440 (license license:artistic2.0)))
13441
13442 (define-public r-grohmm
13443 (package
13444 (name "r-grohmm")
13445 (version "1.30.1")
13446 (source
13447 (origin
13448 (method url-fetch)
13449 (uri (bioconductor-uri "groHMM" version))
13450 (sha256
13451 (base32
13452 "0v2mk7xcy483w2nygpmyjp73kj3v5pkk1kf1wr41n33dxqlddqai"))))
13453 (properties `((upstream-name . "groHMM")))
13454 (build-system r-build-system)
13455 (propagated-inputs
13456 (list r-genomeinfodb
13457 r-genomicalignments
13458 r-genomicranges
13459 r-iranges
13460 r-mass
13461 r-rtracklayer
13462 r-s4vectors))
13463 (home-page "https://github.com/Kraus-Lab/groHMM")
13464 (synopsis "GRO-seq analysis pipeline")
13465 (description
13466 "This package provides a pipeline for the analysis of GRO-seq data.")
13467 (license license:gpl3+)))
13468
13469 (define-public r-multiassayexperiment
13470 (package
13471 (name "r-multiassayexperiment")
13472 (version "1.22.0")
13473 (source
13474 (origin
13475 (method url-fetch)
13476 (uri (bioconductor-uri "MultiAssayExperiment" version))
13477 (sha256
13478 (base32
13479 "1wnp52l9vifxn1wzqgndzp9b6ih0s1cflxx1fhw32k32d05cw9q1"))))
13480 (properties
13481 `((upstream-name . "MultiAssayExperiment")))
13482 (build-system r-build-system)
13483 (propagated-inputs
13484 (list r-biobase
13485 r-biocgenerics
13486 r-genomicranges
13487 r-iranges
13488 r-s4vectors
13489 r-summarizedexperiment
13490 r-tidyr))
13491 (native-inputs
13492 (list r-knitr))
13493 (home-page "https://waldronlab.io/MultiAssayExperiment/")
13494 (synopsis "Integration of multi-omics experiments in Bioconductor")
13495 (description
13496 "MultiAssayExperiment harmonizes data management of multiple assays
13497 performed on an overlapping set of specimens. It provides a familiar
13498 Bioconductor user experience by extending concepts from
13499 @code{SummarizedExperiment}, supporting an open-ended mix of standard data
13500 classes for individual assays, and allowing subsetting by genomic ranges or
13501 rownames.")
13502 (license license:artistic2.0)))
13503
13504 (define-public r-bioconcotk
13505 (package
13506 (name "r-bioconcotk")
13507 (version "1.16.0")
13508 (source
13509 (origin
13510 (method url-fetch)
13511 (uri (bioconductor-uri "BiocOncoTK" version))
13512 (sha256
13513 (base32
13514 "1alplszw84vqa1mvzp996f94s40scmh4qwbrqhg43hrnyvbnq7pi"))))
13515 (properties `((upstream-name . "BiocOncoTK")))
13516 (build-system r-build-system)
13517 (propagated-inputs
13518 (list r-bigrquery
13519 r-car
13520 r-complexheatmap
13521 r-curatedtcgadata
13522 r-dbi
13523 r-dplyr
13524 r-dt
13525 r-genomicfeatures
13526 r-genomicranges
13527 r-ggplot2
13528 r-ggpubr
13529 r-graph
13530 r-httr
13531 r-iranges
13532 r-magrittr
13533 r-plyr
13534 r-rgraphviz
13535 r-rjson
13536 r-s4vectors
13537 r-scales
13538 r-shiny
13539 r-summarizedexperiment))
13540 (native-inputs
13541 (list r-knitr))
13542 (home-page "https://bioconductor.org/packages/BiocOncoTK")
13543 (synopsis "Bioconductor components for general cancer genomics")
13544 (description
13545 "The purpose of this package is to provide a central interface to various
13546 tools for genome-scale analysis of cancer studies.")
13547 (license license:artistic2.0)))
13548
13549 (define-public r-biocor
13550 (package
13551 (name "r-biocor")
13552 (version "1.20.0")
13553 (source
13554 (origin
13555 (method url-fetch)
13556 (uri (bioconductor-uri "BioCor" version))
13557 (sha256
13558 (base32
13559 "004mksswampwisljcdz6fswwbgdjdii3y86gjzib0gf8v4w7w4q3"))))
13560 (properties `((upstream-name . "BioCor")))
13561 (build-system r-build-system)
13562 (propagated-inputs
13563 (list r-biocparallel r-gseabase r-matrix))
13564 (native-inputs
13565 (list r-knitr))
13566 (home-page "https://llrs.github.io/BioCor/")
13567 (synopsis "Functional similarities")
13568 (description
13569 "This package provides tools to calculate functional similarities based
13570 on the pathways described on KEGG and REACTOME or in gene sets. These
13571 similarities can be calculated for pathways or gene sets, genes, or clusters
13572 and combined with other similarities. They can be used to improve networks,
13573 gene selection, testing relationships, and so on.")
13574 (license license:expat)))
13575
13576 (define-public r-biocpkgtools
13577 (package
13578 (name "r-biocpkgtools")
13579 (version "1.14.0")
13580 (source
13581 (origin
13582 (method url-fetch)
13583 (uri (bioconductor-uri "BiocPkgTools" version))
13584 (sha256
13585 (base32
13586 "1v0824vmg49q9lh0igdyniryyknw6vmh462rn25kmg9hdna0w99h"))))
13587 (properties `((upstream-name . "BiocPkgTools")))
13588 (build-system r-build-system)
13589 (propagated-inputs
13590 (list r-biocfilecache
13591 r-biocmanager
13592 r-biocviews
13593 r-dplyr
13594 r-dt
13595 r-gh
13596 r-graph
13597 r-htmltools
13598 r-htmlwidgets
13599 r-httr
13600 r-igraph
13601 r-jsonlite
13602 r-magrittr
13603 r-rbgl
13604 r-readr
13605 r-rlang
13606 r-rvest
13607 r-stringr
13608 r-tibble
13609 r-tidyr
13610 r-tidyselect
13611 r-xml2))
13612 (native-inputs
13613 (list r-knitr))
13614 (home-page "https://github.com/seandavi/BiocPkgTools")
13615 (synopsis "Collection of tools for learning about Bioconductor packages")
13616 (description
13617 "Bioconductor has a rich ecosystem of metadata around packages, usage,
13618 and build status. This package is a simple collection of functions to access
13619 that metadata from R. The goal is to expose metadata for data mining and
13620 value-added functionality such as package searching, text mining, and
13621 analytics on packages.")
13622 (license license:expat)))
13623
13624 (define-public r-biocset
13625 (package
13626 (name "r-biocset")
13627 (version "1.10.0")
13628 (source
13629 (origin
13630 (method url-fetch)
13631 (uri (bioconductor-uri "BiocSet" version))
13632 (sha256
13633 (base32
13634 "1ghba7020inrdxlbrrgds9gjymjxjma2p89b9lgkjin89zalqglh"))))
13635 (properties `((upstream-name . "BiocSet")))
13636 (build-system r-build-system)
13637 (propagated-inputs
13638 (list r-annotationdbi
13639 r-biocio
13640 r-dplyr
13641 r-keggrest
13642 r-ontologyindex
13643 r-plyr
13644 r-rlang
13645 r-s4vectors
13646 r-tibble
13647 r-tidyr))
13648 (native-inputs
13649 (list r-knitr))
13650 (home-page
13651 "https://bioconductor.org/packages/BiocSet")
13652 (synopsis
13653 "Representing Different Biological Sets")
13654 (description
13655 "BiocSet displays different biological sets in a triple tibble format.
13656 These three tibbles are @code{element}, @code{set}, and @code{elementset}.
13657 The user has the ability to activate one of these three tibbles to perform
13658 common functions from the @code{dplyr} package. Mapping functionality and
13659 accessing web references for elements/sets are also available in BiocSet.")
13660 (license license:artistic2.0)))
13661
13662 (define-public r-biocworkflowtools
13663 (package
13664 (name "r-biocworkflowtools")
13665 (version "1.22.0")
13666 (source
13667 (origin
13668 (method url-fetch)
13669 (uri (bioconductor-uri "BiocWorkflowTools" version))
13670 (sha256
13671 (base32
13672 "1jj4icpkhrv9f6yx3vghkpdil1pfghf3yvc9756wmndvhs100r5l"))))
13673 (properties
13674 `((upstream-name . "BiocWorkflowTools")))
13675 (build-system r-build-system)
13676 (propagated-inputs
13677 (list r-biocstyle
13678 r-bookdown
13679 r-git2r
13680 r-httr
13681 r-knitr
13682 r-rmarkdown
13683 r-rstudioapi
13684 r-stringr
13685 r-usethis))
13686 (native-inputs
13687 (list r-knitr))
13688 (home-page "https://bioconductor.org/packages/BiocWorkflowTools/")
13689 (synopsis "Tools to aid the development of Bioconductor Workflow packages")
13690 (description
13691 "This package provides functions to ease the transition between
13692 Rmarkdown and LaTeX documents when authoring a Bioconductor Workflow.")
13693 (license license:expat)))
13694
13695 (define-public r-biodist
13696 (package
13697 (name "r-biodist")
13698 (version "1.68.0")
13699 (source
13700 (origin
13701 (method url-fetch)
13702 (uri (bioconductor-uri "bioDist" version))
13703 (sha256
13704 (base32
13705 "04nrvrcvpj0sn8p2i8n3ggsl2s7r4na576174i7bn1sj21vr0yb0"))))
13706 (properties `((upstream-name . "bioDist")))
13707 (build-system r-build-system)
13708 (propagated-inputs
13709 (list r-biobase r-kernsmooth))
13710 (home-page "https://bioconductor.org/packages/bioDist/")
13711 (synopsis "Different distance measures")
13712 (description
13713 "This package provides a collection of software tools for calculating
13714 distance measures.")
13715 (license license:artistic2.0)))
13716
13717 (define-public r-pcatools
13718 (package
13719 (name "r-pcatools")
13720 (version "2.8.0")
13721 (source
13722 (origin
13723 (method url-fetch)
13724 (uri (bioconductor-uri "PCAtools" version))
13725 (sha256
13726 (base32
13727 "03s4dh008fys2rrcpzanc0892p63f6jyyvzc9m42jbi1dlkyx26v"))))
13728 (properties `((upstream-name . "PCAtools")))
13729 (build-system r-build-system)
13730 (propagated-inputs
13731 (list r-beachmat
13732 r-bh
13733 r-biocparallel
13734 r-biocsingular
13735 r-cowplot
13736 r-delayedarray
13737 r-delayedmatrixstats
13738 r-dqrng
13739 r-ggplot2
13740 r-ggrepel
13741 r-lattice
13742 r-matrix
13743 r-rcpp
13744 r-reshape2))
13745 (native-inputs (list r-knitr))
13746 (home-page "https://github.com/kevinblighe/PCAtools")
13747 (synopsis "PCAtools: everything Principal Components Analysis")
13748 (description
13749 "@dfn{Principal Component Analysis} (PCA) extracts the fundamental
13750 structure of the data without the need to build any model to represent it.
13751 This \"summary\" of the data is arrived at through a process of reduction that
13752 can transform the large number of variables into a lesser number that are
13753 uncorrelated (i.e. the 'principal components'), while at the same time being
13754 capable of easy interpretation on the original data. PCAtools provides
13755 functions for data exploration via PCA, and allows the user to generate
13756 publication-ready figures. PCA is performed via @code{BiocSingular}; users
13757 can also identify an optimal number of principal components via different
13758 metrics, such as the elbow method and Horn's parallel analysis, which has
13759 relevance for data reduction in single-cell RNA-seq (scRNA-seq) and high
13760 dimensional mass cytometry data.")
13761 (license license:gpl3)))
13762
13763 (define-public r-rgreat
13764 (package
13765 (name "r-rgreat")
13766 (version "1.28.0")
13767 (source
13768 (origin
13769 (method url-fetch)
13770 (uri (bioconductor-uri "rGREAT" version))
13771 (sha256
13772 (base32
13773 "0px72r8mjimf5mxfwb9qz46kqpgjw5gaqq41hy0212ymjd8whaky"))))
13774 (properties `((upstream-name . "rGREAT")))
13775 (build-system r-build-system)
13776 (propagated-inputs
13777 (list r-genomicranges r-getoptlong r-iranges r-rcurl r-rjson))
13778 (native-inputs (list r-knitr))
13779 (home-page "https://github.com/jokergoo/rGREAT")
13780 (synopsis "Client for GREAT analysis")
13781 (description
13782 "This package makes GREAT (Genomic Regions Enrichment of Annotations
13783 Tool) analysis automatic by constructing a HTTP POST request according to
13784 user's input and automatically retrieving results from GREAT web server.")
13785 (license license:expat)))
13786
13787 (define-public r-m3c
13788 (package
13789 (name "r-m3c")
13790 (version "1.18.0")
13791 (source
13792 (origin
13793 (method url-fetch)
13794 (uri (bioconductor-uri "M3C" version))
13795 (sha256
13796 (base32
13797 "120gd7gkgc98d1l6hl2ij799b3jksdnga5iyb44ps9mbc79hl012"))))
13798 (properties `((upstream-name . "M3C")))
13799 (build-system r-build-system)
13800 (propagated-inputs
13801 (list r-cluster
13802 r-corpcor
13803 r-doparallel
13804 r-dosnow
13805 r-foreach
13806 r-ggplot2
13807 r-matrix
13808 r-matrixcalc
13809 r-rtsne
13810 r-umap))
13811 (native-inputs (list r-knitr))
13812 (home-page "https://bioconductor.org/packages/M3C")
13813 (synopsis "Monte Carlo reference-based consensus clustering")
13814 (description
13815 "M3C is a consensus clustering algorithm that uses a Monte Carlo
13816 simulation to eliminate overestimation of @code{K} and can reject the null
13817 hypothesis @code{K=1}.")
13818 (license license:agpl3+)))
13819
13820 (define-public r-icens
13821 (package
13822 (name "r-icens")
13823 (version "1.68.0")
13824 (source
13825 (origin
13826 (method url-fetch)
13827 (uri (bioconductor-uri "Icens" version))
13828 (sha256
13829 (base32
13830 "0jnbfv7js8bw0ginql90krrpk0p54whj9igw0zk3jc45jqvj2vyc"))))
13831 (properties `((upstream-name . "Icens")))
13832 (build-system r-build-system)
13833 (propagated-inputs
13834 (list r-survival))
13835 (home-page "https://bioconductor.org/packages/Icens")
13836 (synopsis "NPMLE for censored and truncated data")
13837 (description
13838 "This package provides many functions for computing the
13839 @dfn{nonparametric maximum likelihood estimator} (NPMLE) for censored and
13840 truncated data.")
13841 (license license:artistic2.0)))
13842
13843 ;; This is a CRAN package but it depends on r-icens, which is published on
13844 ;; Bioconductor.
13845 (define-public r-interval
13846 (package
13847 (name "r-interval")
13848 (version "1.1-0.8")
13849 (source
13850 (origin
13851 (method url-fetch)
13852 (uri (cran-uri "interval" version))
13853 (sha256
13854 (base32
13855 "0g0k9nri19p3y3s70ic1w3i3sxq8fbsxaikd7c4d6afqzr8hk2nl"))))
13856 (properties `((upstream-name . "interval")))
13857 (build-system r-build-system)
13858 (propagated-inputs
13859 (list r-icens r-mlecens r-perm r-survival))
13860 (home-page "https://cran.r-project.org/web/packages/interval/")
13861 (synopsis "Weighted Logrank tests and NPMLE for interval censored data")
13862 (description
13863 "This package provides functions to fit nonparametric survival curves,
13864 plot them, and perform logrank or Wilcoxon type tests.")
13865 (license license:gpl2+)))
13866
13867 ;; This is a CRAN package, but it depends on r-interval, which depends on a
13868 ;; Bioconductor package.
13869 (define-public r-fhtest
13870 (package
13871 (name "r-fhtest")
13872 (version "1.5")
13873 (source
13874 (origin
13875 (method url-fetch)
13876 (uri (cran-uri "FHtest" version))
13877 (sha256
13878 (base32
13879 "00mql2r4f5hxhdqf27q3x9s5rz2zzakx2myym97b1w1s7c5znl4q"))))
13880 (properties `((upstream-name . "FHtest")))
13881 (build-system r-build-system)
13882 (propagated-inputs
13883 (list r-interval r-kmsurv r-mass r-perm r-survival))
13884 (home-page "https://cran.r-project.org/web/packages/FHtest/")
13885 (synopsis "Tests for survival data based on the Fleming-Harrington class")
13886 (description
13887 "This package provides functions to compare two or more survival curves
13888 with:
13889
13890 @itemize
13891 @item The Fleming-Harrington test for right-censored data based on
13892 permutations and on counting processes.
13893 @item An extension of the Fleming-Harrington test for interval-censored data
13894 based on a permutation distribution and on a score vector distribution.
13895 @end itemize
13896 ")
13897 (license license:gpl2+)))
13898
13899 (define-public r-fourcseq
13900 (package
13901 (name "r-fourcseq")
13902 (version "1.24.0")
13903 (source
13904 (origin
13905 (method url-fetch)
13906 (uri (bioconductor-uri "FourCSeq" version))
13907 (sha256
13908 (base32 "1rwdphcj26xis47n8j1fiyc3k3qbsgn0bhf5bhgy5vm11yqyvicb"))))
13909 (properties `((upstream-name . "FourCSeq")))
13910 (build-system r-build-system)
13911 (propagated-inputs
13912 (list r-biobase
13913 r-biostrings
13914 r-deseq2
13915 r-fda
13916 r-genomicalignments
13917 r-genomicranges
13918 r-ggbio
13919 r-ggplot2
13920 r-gtools
13921 r-lsd
13922 r-matrix
13923 r-reshape2
13924 r-rsamtools
13925 r-rtracklayer
13926 r-summarizedexperiment))
13927 (native-inputs
13928 (list r-knitr))
13929 (home-page
13930 "https://bioconductor.org/packages/release/bioc/html/FourCSeq.html")
13931 (synopsis "Analysis of multiplexed 4C sequencing data")
13932 (description
13933 "This package is an R package dedicated to the analysis of (multiplexed)
13934 4C sequencing data. @code{r-fourcseq} provides a pipeline to detect specific
13935 interactions between DNA elements and identify differential interactions
13936 between conditions. The statistical analysis in R starts with individual bam
13937 files for each sample as inputs. To obtain these files, the package contains
13938 a Python script to demultiplex libraries and trim off primer sequences. With
13939 a standard alignment software the required bam files can be then be
13940 generated.")
13941 (license license:gpl3+)))
13942
13943 (define-public r-preprocesscore
13944 (package
13945 (name "r-preprocesscore")
13946 (version "1.58.0")
13947 (source
13948 (origin
13949 (method url-fetch)
13950 (uri (bioconductor-uri "preprocessCore" version))
13951 (sha256
13952 (base32
13953 "1sqpp00hhv6gypflrjw8qpqyqgdcp29m86gmi1di1574x8casdkf"))))
13954 (properties
13955 `((upstream-name . "preprocessCore")))
13956 (build-system r-build-system)
13957 (home-page "https://github.com/bmbolstad/preprocessCore")
13958 (synopsis "Collection of pre-processing functions")
13959 (description
13960 "This package provides a library of core pre-processing and normalization
13961 routines.")
13962 (license license:lgpl2.0+)))
13963
13964 (define-public r-s4vectors
13965 (package
13966 (name "r-s4vectors")
13967 (version "0.34.0")
13968 (source (origin
13969 (method url-fetch)
13970 (uri (bioconductor-uri "S4Vectors" version))
13971 (sha256
13972 (base32
13973 "0j3ybhzdhlhw8527nks3mjja28asjya2n0m0rjkh4bw66rkfys4k"))))
13974 (properties
13975 `((upstream-name . "S4Vectors")))
13976 (build-system r-build-system)
13977 (propagated-inputs
13978 (list r-biocgenerics))
13979 (home-page "https://bioconductor.org/packages/S4Vectors")
13980 (synopsis "S4 implementation of vectors and lists")
13981 (description
13982 "The S4Vectors package defines the @code{Vector} and @code{List} virtual
13983 classes and a set of generic functions that extend the semantic of ordinary
13984 vectors and lists in R. Package developers can easily implement vector-like
13985 or list-like objects as concrete subclasses of @code{Vector} or @code{List}.
13986 In addition, a few low-level concrete subclasses of general interest (e.g.
13987 @code{DataFrame}, @code{Rle}, and @code{Hits}) are implemented in the
13988 S4Vectors package itself.")
13989 (license license:artistic2.0)))
13990
13991 ;; This is a CRAN package, but it depends on preprocessorcore, which is a
13992 ;; Bioconductor package.
13993 (define-public r-wgcna
13994 (package
13995 (name "r-wgcna")
13996 (version "1.71")
13997 (source
13998 (origin
13999 (method url-fetch)
14000 (uri (cran-uri "WGCNA" version))
14001 (sha256
14002 (base32
14003 "027pkc4pyn9bifqbjs05318gvlm06mffw016j50n59wfi2g39x91"))))
14004 (properties `((upstream-name . "WGCNA")))
14005 (build-system r-build-system)
14006 (propagated-inputs
14007 (list r-annotationdbi
14008 r-doparallel
14009 r-dynamictreecut
14010 r-fastcluster
14011 r-foreach
14012 r-go-db
14013 r-hmisc
14014 r-impute
14015 r-rcpp
14016 r-survival
14017 r-matrixstats
14018 r-preprocesscore))
14019 (home-page
14020 "http://www.genetics.ucla.edu/labs/horvath/CoexpressionNetwork/Rpackages/WGCNA/")
14021 (synopsis "Weighted correlation network analysis")
14022 (description
14023 "This package provides functions necessary to perform Weighted
14024 Correlation Network Analysis on high-dimensional data. It includes functions
14025 for rudimentary data cleaning, construction and summarization of correlation
14026 networks, module identification and functions for relating both variables and
14027 modules to sample traits. It also includes a number of utility functions for
14028 data manipulation and visualization.")
14029 (license license:gpl2+)))
14030
14031 (define-public r-rgraphviz
14032 (package
14033 (name "r-rgraphviz")
14034 (version "2.40.0")
14035 (source
14036 (origin
14037 (method url-fetch)
14038 (uri (bioconductor-uri "Rgraphviz" version))
14039 (sha256
14040 (base32
14041 "1r6ff7w2bmyfl1vzjvpgnhb8f5arwjlpab8fw5ph8fgyiqbcx94l"))))
14042 (properties `((upstream-name . "Rgraphviz")))
14043 (build-system r-build-system)
14044 (arguments
14045 `(#:phases
14046 (modify-phases %standard-phases
14047 (add-after 'unpack 'make-reproducible
14048 (lambda _
14049 ;; The replacement value is taken from src/graphviz/builddate.h
14050 (substitute* "src/graphviz/configure"
14051 (("VERSION_DATE=.*")
14052 "VERSION_DATE=20200427.2341\n"))
14053 #t)))))
14054 ;; FIXME: Rgraphviz bundles the sources of an older variant of
14055 ;; graphviz. It does not build with the latest version of graphviz, so
14056 ;; we do not add graphviz to the inputs.
14057 (inputs (list zlib))
14058 (propagated-inputs
14059 (list r-graph))
14060 (native-inputs
14061 (list pkg-config))
14062 (home-page "https://bioconductor.org/packages/Rgraphviz")
14063 (synopsis "Plotting capabilities for R graph objects")
14064 (description
14065 "This package interfaces R with the graphviz library for plotting R graph
14066 objects from the @code{graph} package.")
14067 (license license:epl1.0)))
14068
14069 (define-public r-fithic
14070 (package
14071 (name "r-fithic")
14072 (version "1.22.0")
14073 (source (origin
14074 (method url-fetch)
14075 (uri (bioconductor-uri "FitHiC" version))
14076 (sha256
14077 (base32
14078 "0iv14yx3g7shzl8qrjknyxbmiylj51sbd1wzr1ff9lc5shgl55kq"))))
14079 (properties `((upstream-name . "FitHiC")))
14080 (build-system r-build-system)
14081 (propagated-inputs
14082 (list r-data-table r-fdrtool r-rcpp))
14083 (native-inputs
14084 (list r-knitr))
14085 (home-page "https://bioconductor.org/packages/FitHiC")
14086 (synopsis "Confidence estimation for intra-chromosomal contact maps")
14087 (description
14088 "Fit-Hi-C is a tool for assigning statistical confidence estimates to
14089 intra-chromosomal contact maps produced by genome-wide genome architecture
14090 assays such as Hi-C.")
14091 (license license:gpl2+)))
14092
14093 (define-public r-hitc
14094 (package
14095 (name "r-hitc")
14096 (version "1.40.0")
14097 (source (origin
14098 (method url-fetch)
14099 (uri (bioconductor-uri "HiTC" version))
14100 (sha256
14101 (base32
14102 "1pkshlrra26cad0hf8a54brlkazni6rsvrplh36azxapx5rpps4s"))))
14103 (properties `((upstream-name . "HiTC")))
14104 (build-system r-build-system)
14105 (propagated-inputs
14106 (list r-biostrings
14107 r-genomeinfodb
14108 r-genomicranges
14109 r-iranges
14110 r-matrix
14111 r-rcolorbrewer
14112 r-rtracklayer))
14113 (home-page "https://bioconductor.org/packages/HiTC")
14114 (synopsis "High throughput chromosome conformation capture analysis")
14115 (description
14116 "The HiTC package was developed to explore high-throughput \"C\" data
14117 such as 5C or Hi-C. Dedicated R classes as well as standard methods for
14118 quality controls, normalization, visualization, and further analysis are also
14119 provided.")
14120 (license license:artistic2.0)))
14121
14122 (define-public r-hdf5array
14123 (package
14124 (name "r-hdf5array")
14125 (version "1.24.1")
14126 (source
14127 (origin
14128 (method url-fetch)
14129 (uri (bioconductor-uri "HDF5Array" version))
14130 (sha256
14131 (base32
14132 "1r1lg7k60qgb489xkypd4gvm1fmdlihvylb5va6xj58ipndbfday"))))
14133 (properties `((upstream-name . "HDF5Array")))
14134 (build-system r-build-system)
14135 (inputs
14136 (list zlib))
14137 (propagated-inputs
14138 (list r-biocgenerics
14139 r-delayedarray
14140 r-iranges
14141 r-matrix
14142 r-rhdf5
14143 r-rhdf5filters
14144 r-rhdf5lib
14145 r-s4vectors))
14146 (home-page "https://bioconductor.org/packages/HDF5Array")
14147 (synopsis "HDF5 back end for DelayedArray objects")
14148 (description "This package provides an array-like container for convenient
14149 access and manipulation of HDF5 datasets. It supports delayed operations and
14150 block processing.")
14151 (license license:artistic2.0)))
14152
14153 (define-public r-rhdf5lib
14154 (package
14155 (name "r-rhdf5lib")
14156 (version "1.18.2")
14157 (source
14158 (origin
14159 (method url-fetch)
14160 (uri (bioconductor-uri "Rhdf5lib" version))
14161 (sha256
14162 (base32
14163 "1jpb8h7c724yz51zjfqs90bsqxgmy1rry2ra9qamsgqpr2j9764g"))
14164 (modules '((guix build utils)))
14165 (snippet
14166 '(begin
14167 ;; Delete bundled binaries
14168 (delete-file-recursively "src/wininclude/")
14169 (delete-file-recursively "src/winlib/")
14170 (delete-file "src/hdf5small_cxx_hl_1.10.7.tar.gz")))))
14171 (properties `((upstream-name . "Rhdf5lib")))
14172 (build-system r-build-system)
14173 (arguments
14174 `(#:phases
14175 (modify-phases %standard-phases
14176 (add-after 'unpack 'do-not-use-bundled-hdf5
14177 (lambda* (#:key inputs #:allow-other-keys)
14178 (for-each delete-file '("configure" "configure.ac"))
14179 (substitute* "R/zzz.R"
14180 (("return\\(links\\)") "return(\" -lz\")"))
14181 (with-directory-excursion "src"
14182 (invoke "tar" "xvf" (assoc-ref inputs "hdf5-source"))
14183 (rename-file (string-append "hdf5-" ,(package-version hdf5-1.10))
14184 "hdf5")
14185 ;; Remove timestamp and host system information to make
14186 ;; the build reproducible.
14187 (substitute* "hdf5/src/libhdf5.settings.in"
14188 (("Configured on: @CONFIG_DATE@")
14189 "Configured on: Guix")
14190 (("Uname information:.*")
14191 "Uname information: Linux\n")
14192 ;; Remove unnecessary store reference.
14193 (("C Compiler:.*")
14194 "C Compiler: GCC\n"))
14195 (rename-file "hdf5/src/libhdf5.settings.in"
14196 "hdf5/src/libhdf5.settings")
14197 (rename-file "Makevars.in" "Makevars")
14198 (substitute* "Makevars"
14199 (("@BUILD_HDF5@") "")
14200 (("@COPY_SZIP@") "")
14201 (("@ZLIB_LIB@") "-lz")
14202 (("@ZLIB_INCLUDE@") "")
14203 (("HDF5_CXX_LIB=.*")
14204 (string-append "HDF5_CXX_LIB="
14205 (assoc-ref inputs "hdf5") "/lib/libhdf5_cpp.a\n"))
14206 (("HDF5_LIB=.*")
14207 (string-append "HDF5_LIB="
14208 (assoc-ref inputs "hdf5") "/lib/libhdf5.a\n"))
14209 (("HDF5_CXX_INCLUDE=.*") "HDF5_CXX_INCLUDE=./hdf5/c++/src\n")
14210 (("HDF5_INCLUDE=.*") "HDF5_INCLUDE=./hdf5/src\n")
14211 (("HDF5_HL_INCLUDE=.*") "HDF5_HL_INCLUDE=./hdf5/hl/src\n")
14212 (("HDF5_HL_CXX_INCLUDE=.*") "HDF5_HL_CXX_INCLUDE=./hdf5/hl/c++/src\n")
14213 (("HDF5_HL_LIB=.*")
14214 (string-append "HDF5_HL_LIB="
14215 (assoc-ref inputs "hdf5") "/lib/libhdf5_hl.a\n"))
14216 (("HDF5_HL_CXX_LIB=.*")
14217 (string-append "HDF5_HL_CXX_LIB="
14218 (assoc-ref inputs "hdf5") "/lib/libhdf5_hl_cpp.a\n"))
14219 ;; szip is non-free software
14220 (("cp \"\\$\\{SZIP_LIB\\}.*") "")
14221 (("PKG_LIBS =.*") "PKG_LIBS = -lz -lhdf5\n"))))))))
14222 (propagated-inputs
14223 (list hdf5-1.10 zlib))
14224 (native-inputs
14225 `(("hdf5-source" ,(package-source hdf5-1.10))
14226 ("r-knitr" ,r-knitr)))
14227 (home-page "https://bioconductor.org/packages/Rhdf5lib")
14228 (synopsis "HDF5 library as an R package")
14229 (description "This package provides C and C++ HDF5 libraries for use in R
14230 packages.")
14231 (license license:artistic2.0)))
14232
14233 (define-public r-beachmat
14234 (package
14235 (name "r-beachmat")
14236 (version "2.12.0")
14237 (source
14238 (origin
14239 (method url-fetch)
14240 (uri (bioconductor-uri "beachmat" version))
14241 (sha256
14242 (base32
14243 "0fc6vvjjq1mfjfj2zqkap3rwvinnfqjs0cpk1447sspvd1rjya8c"))))
14244 (build-system r-build-system)
14245 (propagated-inputs
14246 (list r-biocgenerics r-delayedarray r-matrix r-rcpp))
14247 (native-inputs
14248 (list r-knitr))
14249 (home-page "https://bioconductor.org/packages/beachmat")
14250 (synopsis "Compiling Bioconductor to handle each matrix type")
14251 (description "This package provides a consistent C++ class interface for a
14252 variety of commonly used matrix types, including sparse and HDF5-backed
14253 matrices.")
14254 (license license:gpl3)))
14255
14256 ;; This package includes files that have been taken from kentutils. Some
14257 ;; parts of kentutils are not released under a free license, but this package
14258 ;; only uses files that are also found in the free parts of kentutils.
14259 (define-public r-cner
14260 (package
14261 (name "r-cner")
14262 (version "1.32.0")
14263 (source
14264 (origin
14265 (method url-fetch)
14266 (uri (bioconductor-uri "CNEr" version))
14267 (sha256
14268 (base32 "05zvr5fv8nprxqh2wvvrlf737dq242i20p1rpyqjaxihl6xl62kq"))))
14269 (properties `((upstream-name . "CNEr")))
14270 (build-system r-build-system)
14271 (inputs (list zlib))
14272 (propagated-inputs
14273 (list r-annotate
14274 r-biocgenerics
14275 r-biostrings
14276 r-dbi
14277 r-genomeinfodb
14278 r-genomicalignments
14279 r-genomicranges
14280 r-ggplot2
14281 r-go-db
14282 r-iranges
14283 r-keggrest
14284 r-powerlaw
14285 r-r-utils
14286 r-readr
14287 r-reshape2
14288 r-rsqlite
14289 r-rtracklayer
14290 r-s4vectors
14291 r-xvector))
14292 (native-inputs
14293 (list r-knitr))
14294 (home-page "https://github.com/ge11232002/CNEr")
14295 (synopsis "CNE Detection and Visualization")
14296 (description
14297 "This package provides tools for large-scale identification and
14298 advanced visualization of sets of conserved noncoding elements.")
14299 ;; For all files in src/ucsc "license is hereby granted for all use -
14300 ;; public, private or commercial"; this includes those files that don't
14301 ;; have a license header, because they are included in the free parts of
14302 ;; the kentutils package.
14303 (license (list license:gpl2
14304 (license:non-copyleft
14305 "https://raw.githubusercontent.com/ucscGenomeBrowser/kent/v410_base/src/lib/LICENSE")))))
14306
14307 (define-public r-tfbstools
14308 (package
14309 (name "r-tfbstools")
14310 (version "1.34.0")
14311 (source
14312 (origin
14313 (method url-fetch)
14314 (uri (bioconductor-uri "TFBSTools" version))
14315 (sha256
14316 (base32
14317 "0l6j1r2cx7jfd39qzbyynk4jvzd81ys6yypzxjc97js4kkyrx29w"))))
14318 (properties `((upstream-name . "TFBSTools")))
14319 (build-system r-build-system)
14320 (propagated-inputs
14321 (list r-biobase
14322 r-biocgenerics
14323 r-biocparallel
14324 r-biostrings
14325 r-bsgenome
14326 r-catools
14327 r-cner
14328 r-dbi
14329 r-dirichletmultinomial
14330 r-genomeinfodb
14331 r-genomicranges
14332 r-gtools
14333 r-iranges
14334 r-rsqlite
14335 r-rtracklayer
14336 r-s4vectors
14337 r-seqlogo
14338 r-tfmpvalue
14339 r-xml
14340 r-xvector))
14341 (native-inputs (list r-knitr))
14342 (home-page "https://github.com/ge11232002/TFBSTools")
14343 (synopsis "Transcription factor binding site (TFBS) analysis")
14344 (description
14345 "TFBSTools is a package for the analysis and manipulation of
14346 transcription factor binding sites. It includes matrices conversion
14347 between @dfn{Position Frequency Matrix} (PFM), @dfn{Position Weight
14348 Matrix} (PWM) and @dfn{Information Content Matrix} (ICM). It can also
14349 scan putative TFBS from sequence/alignment, query JASPAR database and
14350 provides a wrapper of de novo motif discovery software.")
14351 (license license:gpl2)))
14352
14353 (define-public r-maftools
14354 (package
14355 (name "r-maftools")
14356 (version "2.12.0")
14357 (source
14358 (origin
14359 (method url-fetch)
14360 (uri (bioconductor-uri "maftools" version))
14361 (sha256
14362 (base32 "1gqfi95v4fs64n4walij0g2kds3fbbwp6lih5yakmgf6kj8fpkk6"))))
14363 (properties `((upstream-name . "maftools")))
14364 (build-system r-build-system)
14365 (propagated-inputs
14366 (list r-data-table
14367 r-dnacopy
14368 r-rcolorbrewer
14369 r-rhtslib
14370 r-survival
14371 r-zlibbioc))
14372 (native-inputs (list r-knitr))
14373 (home-page "https://github.com/PoisonAlien/maftools")
14374 (synopsis "Summarize, analyze and visualize MAF files")
14375 (description
14376 "Analyze and visualize Mutation Annotation Format (MAF) files from large
14377 scale sequencing studies. This package provides various functions to perform
14378 most commonly used analyses in cancer genomics and to create feature rich
14379 customizable visualzations with minimal effort.")
14380 (license license:expat)))
14381
14382 (define-public r-motifmatchr
14383 (package
14384 (name "r-motifmatchr")
14385 (version "1.18.0")
14386 (source
14387 (origin
14388 (method url-fetch)
14389 (uri (bioconductor-uri "motifmatchr" version))
14390 (sha256
14391 (base32
14392 "1ssn00mxwk23zr5na0vcmxvm69i68f0ga0wqlv1nk2isg0wpv878"))))
14393 (properties `((upstream-name . "motifmatchr")))
14394 (build-system r-build-system)
14395 (propagated-inputs
14396 (list r-biostrings
14397 r-bsgenome
14398 r-genomeinfodb
14399 r-genomicranges
14400 r-iranges
14401 r-matrix
14402 r-rcpp
14403 r-rcpparmadillo
14404 r-rsamtools
14405 r-s4vectors
14406 r-summarizedexperiment
14407 r-tfbstools))
14408 (native-inputs (list r-knitr))
14409 (home-page "https://bioconductor.org/packages/motifmatchr")
14410 (synopsis "Fast motif matching in R")
14411 (description
14412 "Quickly find motif matches for many motifs and many sequences.
14413 This package wraps C++ code from the MOODS motif calling library.")
14414 (license license:gpl3)))
14415
14416 (define-public r-chromvar
14417 (package
14418 (name "r-chromvar")
14419 (version "1.18.0")
14420 (source
14421 (origin
14422 (method url-fetch)
14423 (uri (bioconductor-uri "chromVAR" version))
14424 (sha256
14425 (base32 "0vhsvkm4kvln0002f13ayk57f9fmiz1kw9vwpsm1vds1vahd656m"))))
14426 (properties `((upstream-name . "chromVAR")))
14427 (build-system r-build-system)
14428 (propagated-inputs
14429 (list r-biocgenerics
14430 r-biocparallel
14431 r-biostrings
14432 r-bsgenome
14433 r-dt
14434 r-genomeinfodb
14435 r-genomicranges
14436 r-ggplot2
14437 r-iranges
14438 r-matrix
14439 r-miniui
14440 r-nabor
14441 r-plotly
14442 r-rcolorbrewer
14443 r-rcpp
14444 r-rcpparmadillo
14445 r-rsamtools
14446 r-rtsne
14447 r-s4vectors
14448 r-shiny
14449 r-summarizedexperiment
14450 r-tfbstools))
14451 (native-inputs (list r-knitr))
14452 (home-page "https://bioconductor.org/packages/release/bioc/html/chromVAR.html")
14453 (synopsis "Determine chromatin variation across regions")
14454 (description
14455 "This package @code{r-chromvar} determines variation in chromatin
14456 accessibility across sets of annotations or peaks. @code{r-chromvar} is
14457 designed primarily for single-cell or sparse chromatin accessibility data like
14458 single cell assay for transposase-accessible chromatin using
14459 sequencing (@code{scATAC-seq} or sparse bulk ATAC or deoxyribonuclease
14460 sequence (@code{DNAse-seq}) experiments.")
14461 (license license:expat)))
14462
14463 (define-public r-singlecellexperiment
14464 (package
14465 (name "r-singlecellexperiment")
14466 (version "1.18.0")
14467 (source
14468 (origin
14469 (method url-fetch)
14470 (uri (bioconductor-uri "SingleCellExperiment" version))
14471 (sha256
14472 (base32
14473 "0s1aqbvlfnzijzfywjfpinqmxqj269dq2d3zlgf4xw9c1nwwnv7p"))))
14474 (properties
14475 `((upstream-name . "SingleCellExperiment")))
14476 (build-system r-build-system)
14477 (propagated-inputs
14478 (list r-biocgenerics r-delayedarray r-genomicranges r-s4vectors
14479 r-summarizedexperiment))
14480 (native-inputs
14481 (list r-knitr))
14482 (home-page "https://bioconductor.org/packages/SingleCellExperiment")
14483 (synopsis "S4 classes for single cell data")
14484 (description "This package defines an S4 class for storing data from
14485 single-cell experiments. This includes specialized methods to store and
14486 retrieve spike-in information, dimensionality reduction coordinates and size
14487 factors for each cell, along with the usual metadata for genes and
14488 libraries.")
14489 (license license:gpl3)))
14490
14491 (define-public r-singler
14492 (package
14493 (name "r-singler")
14494 (version "1.10.0")
14495 (source
14496 (origin
14497 (method url-fetch)
14498 (uri (bioconductor-uri "SingleR" version))
14499 (sha256
14500 (base32 "0qbyc6ygw2xv3li9187i3axsw6ihwpa7pkvxvy9cagv7xck45c5y"))))
14501 (properties `((upstream-name . "SingleR")))
14502 (build-system r-build-system)
14503 (propagated-inputs
14504 (list r-beachmat
14505 r-biocneighbors
14506 r-biocparallel
14507 r-biocsingular
14508 r-delayedarray
14509 r-delayedmatrixstats
14510 r-matrix
14511 r-rcpp
14512 r-s4vectors
14513 r-summarizedexperiment))
14514 (native-inputs (list r-knitr))
14515 (home-page "https://github.com/LTLA/SingleR")
14516 (synopsis "Reference-based single-cell RNA-seq annotation")
14517 (description
14518 "This package performs unbiased cell type recognition from single-cell
14519 RNA sequencing data, by leveraging reference transcriptomic datasets of pure
14520 cell types to infer the cell of origin of each single cell independently.")
14521 (license license:gpl3)))
14522
14523 (define-public r-scuttle
14524 (package
14525 (name "r-scuttle")
14526 (version "1.6.2")
14527 (source
14528 (origin
14529 (method url-fetch)
14530 (uri (bioconductor-uri "scuttle" version))
14531 (sha256
14532 (base32
14533 "0nnmq3wf436xaw4arc4y3ldvn6ilsg52xzbccmid0icb8z3y2kzn"))))
14534 (properties `((upstream-name . "scuttle")))
14535 (build-system r-build-system)
14536 (propagated-inputs
14537 (list r-beachmat
14538 r-biocgenerics
14539 r-biocparallel
14540 r-delayedarray
14541 r-delayedmatrixstats
14542 r-genomicranges
14543 r-matrix
14544 r-rcpp
14545 r-s4vectors
14546 r-singlecellexperiment
14547 r-summarizedexperiment))
14548 (native-inputs (list r-knitr))
14549 (home-page "https://bioconductor.org/packages/scuttle")
14550 (synopsis "Single-cell RNA-Seq analysis utilities")
14551 (description
14552 "This package provides basic utility functions for performing single-cell
14553 analyses, focusing on simple normalization, quality control and data
14554 transformations. It also provides some helper functions to assist development
14555 of other packages.")
14556 (license license:gpl3)))
14557
14558 (define-public r-scater
14559 (package
14560 (name "r-scater")
14561 (version "1.24.0")
14562 (source (origin
14563 (method url-fetch)
14564 (uri (bioconductor-uri "scater" version))
14565 (sha256
14566 (base32
14567 "0dqirggw7my5nq4ln9q0ya18ciqplkz9gx318ffias9ag3yii5rw"))))
14568 (build-system r-build-system)
14569 (propagated-inputs
14570 (list r-beachmat
14571 r-biocgenerics
14572 r-biocneighbors
14573 r-biocparallel
14574 r-biocsingular
14575 r-delayedarray
14576 r-delayedmatrixstats
14577 r-ggbeeswarm
14578 r-ggplot2
14579 r-ggrepel
14580 r-gridextra
14581 r-matrix
14582 r-rcolorbrewer
14583 r-rcppml
14584 r-rlang
14585 r-rtsne
14586 r-s4vectors
14587 r-scuttle
14588 r-singlecellexperiment
14589 r-summarizedexperiment
14590 r-viridis))
14591 (native-inputs
14592 (list r-knitr))
14593 (home-page "https://github.com/davismcc/scater")
14594 (synopsis "Single-cell analysis toolkit for gene expression data in R")
14595 (description "This package provides a collection of tools for doing
14596 various analyses of single-cell RNA-seq gene expression data, with a focus on
14597 quality control.")
14598 (license license:gpl2+)))
14599
14600 (define-public r-scran
14601 (package
14602 (name "r-scran")
14603 (version "1.24.0")
14604 (source
14605 (origin
14606 (method url-fetch)
14607 (uri (bioconductor-uri "scran" version))
14608 (sha256
14609 (base32
14610 "0xg7dl35915a65pmzkxdacsm4iqf97ayljdjljcvqx1ycmn7x68w"))))
14611 (build-system r-build-system)
14612 (propagated-inputs
14613 (list r-beachmat
14614 r-bh
14615 r-biocgenerics
14616 r-biocparallel
14617 r-biocsingular
14618 r-bluster
14619 r-delayedarray
14620 r-delayedmatrixstats
14621 r-dqrng
14622 r-edger
14623 r-igraph
14624 r-limma
14625 r-matrix
14626 r-metapod
14627 r-rcpp
14628 r-s4vectors
14629 r-scuttle
14630 r-singlecellexperiment
14631 r-statmod
14632 r-summarizedexperiment))
14633 (native-inputs
14634 (list r-knitr))
14635 (home-page "https://bioconductor.org/packages/scran")
14636 (synopsis "Methods for single-cell RNA-Seq data analysis")
14637 (description "This package implements a variety of low-level analyses of
14638 single-cell RNA-seq data. Methods are provided for normalization of
14639 cell-specific biases, assignment of cell cycle phase, and detection of highly
14640 variable and significantly correlated genes.")
14641 (license license:gpl3)))
14642
14643 (define-public r-sparsematrixstats
14644 (package
14645 (name "r-sparsematrixstats")
14646 (version "1.8.0")
14647 (source
14648 (origin
14649 (method url-fetch)
14650 (uri (bioconductor-uri "sparseMatrixStats" version))
14651 (sha256
14652 (base32
14653 "0p12kay7p5zbfm2589wdx0n9jhgpf5fb2fsmkhn3p4ck4xcy13x2"))))
14654 (properties
14655 `((upstream-name . "sparseMatrixStats")))
14656 (build-system r-build-system)
14657 (propagated-inputs
14658 (list r-matrix r-matrixgenerics r-matrixstats r-rcpp))
14659 (native-inputs (list r-knitr))
14660 (home-page "https://bioconductor.org/packages/sparseMatrixStats/")
14661 (synopsis "Summary statistics for rows and columns of sparse matrices")
14662 (description
14663 "This package provides high performance functions for row and column
14664 operations on sparse matrices. Currently, the optimizations are limited to
14665 data in the column sparse format.")
14666 (license license:expat)))
14667
14668 (define-public r-delayedmatrixstats
14669 (package
14670 (name "r-delayedmatrixstats")
14671 (version "1.18.0")
14672 (source
14673 (origin
14674 (method url-fetch)
14675 (uri (bioconductor-uri "DelayedMatrixStats" version))
14676 (sha256
14677 (base32
14678 "1qlwv69c0r2w3zkmsr8r7w6sr3hf1ha0sfcrsjx4ks8f0ww7aqsv"))))
14679 (properties
14680 `((upstream-name . "DelayedMatrixStats")))
14681 (build-system r-build-system)
14682 (propagated-inputs
14683 (list r-delayedarray
14684 r-iranges
14685 r-matrix
14686 r-matrixgenerics
14687 r-matrixstats
14688 r-s4vectors
14689 r-sparsematrixstats))
14690 (native-inputs
14691 (list r-knitr))
14692 (home-page "https://github.com/PeteHaitch/DelayedMatrixStats")
14693 (synopsis "Functions that apply to rows and columns of DelayedMatrix objects")
14694 (description
14695 "This package provides a port of the @code{matrixStats} API for use with
14696 @code{DelayedMatrix} objects from the @code{DelayedArray} package. It
14697 contains high-performing functions operating on rows and columns of
14698 @code{DelayedMatrix} objects, e.g. @code{colMedians}, @code{rowMedians},
14699 @code{colRanks}, @code{rowRanks}, @code{colSds}, and @code{rowSds}. Functions
14700 are optimized per data type and for subsetted calculations such that both
14701 memory usage and processing time is minimized.")
14702 (license license:expat)))
14703
14704 (define-public r-mscoreutils
14705 (package
14706 (name "r-mscoreutils")
14707 (version "1.8.0")
14708 (source
14709 (origin
14710 (method url-fetch)
14711 (uri (bioconductor-uri "MsCoreUtils" version))
14712 (sha256
14713 (base32
14714 "077x1zcy27x8akmagjn75j97082cgnahrbfw0qx08q455m5x3xzh"))))
14715 (properties `((upstream-name . "MsCoreUtils")))
14716 (build-system r-build-system)
14717 (propagated-inputs
14718 (list r-clue r-mass r-rcpp r-s4vectors))
14719 (native-inputs
14720 (list r-knitr))
14721 (home-page "https://github.com/RforMassSpectrometry/MsCoreUtils")
14722 (synopsis "Core utils for mass spectrometry data")
14723 (description
14724 "This package defines low-level functions for mass spectrometry data and
14725 is independent of any high-level data structures. These functions include
14726 mass spectra processing functions (noise estimation, smoothing, binning),
14727 quantitative aggregation functions (median polish, robust summarisation,
14728 etc.), missing data imputation, data normalisation (quantiles, vsn, etc.) as
14729 well as misc helper functions, that are used across high-level data structure
14730 within the R for Mass Spectrometry packages.")
14731 (license license:artistic2.0)))
14732
14733 (define-public r-msfeatures
14734 (package
14735 (name "r-msfeatures")
14736 (version "1.4.0")
14737 (source
14738 (origin
14739 (method url-fetch)
14740 (uri (bioconductor-uri "MsFeatures" version))
14741 (sha256
14742 (base32 "111iqcq4q315pb4j8z427shin9b00p179m2s9h6dd7imvbd68yq3"))))
14743 (properties `((upstream-name . "MsFeatures")))
14744 (build-system r-build-system)
14745 (propagated-inputs
14746 (list r-mscoreutils r-protgenerics r-summarizedexperiment))
14747 (native-inputs
14748 (list r-knitr))
14749 (home-page "https://github.com/RforMassSpectrometry/MsFeatures")
14750 (synopsis "Functionality for mass spectrometry features")
14751 (description
14752 "The MsFeature package defines functionality for Mass Spectrometry
14753 features. This includes functions to group (LC-MS) features based on some of
14754 their properties, such as retention time (coeluting features), or correlation
14755 of signals across samples. This package hence can be used to group features, and
14756 its results can be used as an input for the @code{QFeatures} package which
14757 allows aggregating abundance levels of features within each group. This
14758 package defines concepts and functions for base and common data types,
14759 implementations for more specific data types are expected to be implemented in
14760 the respective packages (such as e.g. @code{xcms}).")
14761 (license license:artistic2.0)))
14762
14763 (define-public r-biocio
14764 (package
14765 (name "r-biocio")
14766 (version "1.6.0")
14767 (source
14768 (origin
14769 (method url-fetch)
14770 (uri (bioconductor-uri "BiocIO" version))
14771 (sha256
14772 (base32
14773 "16j826w4zrmbgpmq6nyglcrjailsfv48ih1rz1qn383g7v503ydp"))))
14774 (properties `((upstream-name . "BiocIO")))
14775 (build-system r-build-system)
14776 (propagated-inputs
14777 (list r-biocgenerics r-s4vectors))
14778 (native-inputs
14779 (list r-knitr))
14780 (home-page "https://bioconductor.org/packages/BiocIO")
14781 (synopsis "Standard input and output for Bioconductor packages")
14782 (description
14783 "This package implements `import()` and `export()` standard generics for
14784 importing and exporting biological data formats. `import()` supports
14785 whole-file as well as chunk-wise iterative import. The `import()` interface
14786 optionally provides a standard mechanism for 'lazy' access via `filter()` (on
14787 row or element-like components of the file resource), `select()` (on
14788 column-like components of the file resource) and `collect()`. The `import()`
14789 interface optionally provides transparent access to remote (e.g. via https)
14790 as well as local access. Developers can register a file extension, e.g.,
14791 `.loom` for dispatch from character-based URIs to specific `import()` /
14792 `export()` methods based on classes representing file types, e.g.,
14793 `LoomFile()`.")
14794 (license license:artistic2.0)))
14795
14796 (define-public r-msmseda
14797 (package
14798 (name "r-msmseda")
14799 (version "1.34.0")
14800 (source
14801 (origin
14802 (method url-fetch)
14803 (uri (bioconductor-uri "msmsEDA" version))
14804 (sha256
14805 (base32
14806 "0jnaq9ar4mnf3pfhka9hvk61p51ny9jws49xi8z29dq288b42b42"))))
14807 (properties `((upstream-name . "msmsEDA")))
14808 (build-system r-build-system)
14809 (propagated-inputs
14810 (list r-gplots r-mass r-msnbase r-rcolorbrewer))
14811 (home-page
14812 "https://bioconductor.org/packages/msmsEDA")
14813 (synopsis "Exploratory data analysis of LC-MS/MS data by spectral counts")
14814 (description
14815 "Exploratory data analysis to assess the quality of a set of LC-MS/MS
14816 experiments, and visualize de influence of the involved factors.")
14817 (license license:gpl2)))
14818
14819 (define-public r-msmstests
14820 (package
14821 (name "r-msmstests")
14822 (version "1.34.0")
14823 (source
14824 (origin
14825 (method url-fetch)
14826 (uri (bioconductor-uri "msmsTests" version))
14827 (sha256
14828 (base32
14829 "1wzdz0p9wmr243xkmymx9fwskafkyxgmlip4sd1fy2s06px7r0xi"))))
14830 (properties `((upstream-name . "msmsTests")))
14831 (build-system r-build-system)
14832 (propagated-inputs
14833 (list r-edger r-msmseda r-msnbase r-qvalue))
14834 (home-page
14835 "https://bioconductor.org/packages/msmsTests")
14836 (synopsis "Differential LC-MS/MS expression tests")
14837 (description
14838 "This package provides statistical tests for label-free LC-MS/MS data
14839 by spectral counts, to discover differentially expressed proteins between two
14840 biological conditions. Three tests are available: Poisson GLM regression,
14841 quasi-likelihood GLM regression, and the negative binomial of the edgeR
14842 package. The three models admit blocking factors to control for nuisance
14843 variables. To assure a good level of reproducibility a post-test filter is
14844 available, where we may set the minimum effect size considered biologicaly
14845 relevant, and the minimum expression of the most abundant condition.")
14846 (license license:gpl2)))
14847
14848 (define-public r-catalyst
14849 (package
14850 (name "r-catalyst")
14851 (version "1.20.1")
14852 (source
14853 (origin
14854 (method url-fetch)
14855 (uri (bioconductor-uri "CATALYST" version))
14856 (sha256
14857 (base32
14858 "05vfqwa9qsm16px77s9bzygs6zymcxshymmpvz86a9l1cy1yxbza"))))
14859 (properties `((upstream-name . "CATALYST")))
14860 (build-system r-build-system)
14861 (propagated-inputs
14862 (list r-circlize
14863 r-complexheatmap
14864 r-consensusclusterplus
14865 r-cowplot
14866 r-data-table
14867 r-dplyr
14868 r-drc
14869 r-flowcore
14870 r-flowsom
14871 r-ggplot2
14872 r-ggrepel
14873 r-ggridges
14874 r-gridextra
14875 r-magrittr
14876 r-matrix
14877 r-matrixstats
14878 r-nnls
14879 r-purrr
14880 r-rcolorbrewer
14881 r-reshape2
14882 r-rtsne
14883 r-s4vectors
14884 r-scales
14885 r-scater
14886 r-singlecellexperiment
14887 r-summarizedexperiment))
14888 (native-inputs
14889 (list r-knitr))
14890 (home-page "https://github.com/HelenaLC/CATALYST")
14891 (synopsis "Cytometry data analysis tools")
14892 (description
14893 "This package is @dfn{Cytometry dATa anALYSis Tools} (CATALYST). Mass
14894 cytometry like @dfn{Cytometry by time of flight} (CyTOF) uses heavy metal
14895 isotopes rather than fluorescent tags as reporters to label antibodies,
14896 thereby substantially decreasing spectral overlap and allowing for examination
14897 of over 50 parameters at the single cell level. While spectral overlap is
14898 significantly less pronounced in CyTOF than flow cytometry, spillover due to
14899 detection sensitivity, isotopic impurities, and oxide formation can impede
14900 data interpretability. @code{CATALYST} was designed to provide a pipeline for
14901 preprocessing of cytometry data, including:
14902
14903 @enumerate
14904 @item normalization using bead standards;
14905 @item single-cell deconvolution;
14906 @item bead-based compensation.
14907 @end enumerate
14908 ")
14909 (license license:gpl2+)))
14910
14911 (define-public r-erma
14912 (package
14913 (name "r-erma")
14914 (version "1.12.0")
14915 (source
14916 (origin
14917 (method url-fetch)
14918 (uri (bioconductor-uri "erma" version))
14919 (sha256
14920 (base32
14921 "1ilq01cr2ipxpmp422fikiz6nj4nasjhj0ikcagjn2zmmarpgi1b"))))
14922 (build-system r-build-system)
14923 (propagated-inputs
14924 (list r-annotationdbi
14925 r-biobase
14926 r-biocgenerics
14927 r-biocparallel
14928 r-genomeinfodb
14929 r-genomicfiles
14930 r-genomicranges
14931 r-ggplot2
14932 r-homo-sapiens
14933 r-iranges
14934 r-rtracklayer
14935 r-s4vectors
14936 r-shiny
14937 r-summarizedexperiment))
14938 (native-inputs
14939 (list r-knitr))
14940 (home-page "https://bioconductor.org/packages/erma")
14941 (synopsis "Epigenomic road map adventures")
14942 (description
14943 "The epigenomics road map describes locations of epigenetic marks in DNA
14944 from a variety of cell types. Of interest are locations of histone
14945 modifications, sites of DNA methylation, and regions of accessible chromatin.
14946 This package presents a selection of elements of the road map including
14947 metadata and outputs of the ChromImpute procedure applied to ENCODE cell lines
14948 by Ernst and Kellis.")
14949 (license license:artistic2.0)))
14950
14951 (define-public r-ggbio
14952 (package
14953 (name "r-ggbio")
14954 (version "1.44.1")
14955 (source
14956 (origin
14957 (method url-fetch)
14958 (uri (bioconductor-uri "ggbio" version))
14959 (sha256
14960 (base32
14961 "0iyhjalwq1jmldpn20iv8l2kmz6sm20ddry2yz2zn7yq0wszp3vg"))))
14962 (build-system r-build-system)
14963 (arguments
14964 `(#:phases
14965 (modify-phases %standard-phases
14966 ;; See https://github.com/tengfei/ggbio/issues/117
14967 ;; This fix will be included in the next release.
14968 (add-after 'unpack 'fix-typo
14969 (lambda _
14970 (substitute* "R/GGbio-class.R"
14971 (("fechable") "fetchable"))
14972 #t)))))
14973 (propagated-inputs
14974 (list r-annotationdbi
14975 r-annotationfilter
14976 r-biobase
14977 r-biocgenerics
14978 r-biostrings
14979 r-biovizbase
14980 r-bsgenome
14981 r-ensembldb
14982 r-genomeinfodb
14983 r-genomicalignments
14984 r-genomicfeatures
14985 r-genomicranges
14986 r-ggally
14987 r-ggplot2
14988 r-gridextra
14989 r-gtable
14990 r-hmisc
14991 r-iranges
14992 r-organismdbi
14993 r-reshape2
14994 r-rlang
14995 r-rsamtools
14996 r-rtracklayer
14997 r-s4vectors
14998 r-scales
14999 r-summarizedexperiment
15000 r-variantannotation))
15001 (native-inputs
15002 (list r-knitr))
15003 (home-page "http://www.tengfei.name/ggbio/")
15004 (synopsis "Visualization tools for genomic data")
15005 (description
15006 "The ggbio package extends and specializes the grammar of graphics for
15007 biological data. The graphics are designed to answer common scientific
15008 questions, in particular those often asked of high throughput genomics data.
15009 All core Bioconductor data structures are supported, where appropriate. The
15010 package supports detailed views of particular genomic regions, as well as
15011 genome-wide overviews. Supported overviews include ideograms and grand linear
15012 views. High-level plots include sequence fragment length, edge-linked
15013 interval to data view, mismatch pileup, and several splicing summaries.")
15014 (license license:artistic2.0)))
15015
15016 (define-public r-gqtlbase
15017 (package
15018 (name "r-gqtlbase")
15019 (version "1.21.1")
15020 (source
15021 (origin
15022 (method url-fetch)
15023 (uri (bioconductor-uri "gQTLBase" version))
15024 (sha256
15025 (base32
15026 "0nipibm1bk9k70ajbw1f6vjmz0dh7gk21l17q3m54bnawxsggrfh"))))
15027 (properties `((upstream-name . "gQTLBase")))
15028 (build-system r-build-system)
15029 (arguments
15030 `(#:phases
15031 (modify-phases %standard-phases
15032 ;; This is an upstream bug.
15033 (add-after 'unpack 'fix-imports
15034 (lambda _
15035 (substitute* "NAMESPACE"
15036 ((".*maxffmode.*") "")
15037 (("importFrom\\(ff,.*") "import(ff)\n"))
15038 #t)))))
15039 (propagated-inputs
15040 (list r-batchjobs
15041 r-bbmisc
15042 r-biocgenerics
15043 r-bit
15044 r-doparallel
15045 r-ff
15046 r-ffbase
15047 r-foreach
15048 r-genomicfiles
15049 r-genomicranges
15050 r-rtracklayer
15051 r-s4vectors
15052 r-summarizedexperiment))
15053 (native-inputs
15054 (list r-knitr))
15055 (home-page "https://bioconductor.org/packages/gQTLBase")
15056 (synopsis "Infrastructure for eQTL, mQTL and similar studies")
15057 (description
15058 "The purpose of this package is to simplify the storage and interrogation
15059 of @dfn{quantitative trait loci} (QTL) archives, such as eQTL, mQTL, dsQTL,
15060 and more.")
15061 (license license:artistic2.0)))
15062
15063 (define-public r-gqtlstats
15064 (package
15065 (name "r-gqtlstats")
15066 (version "1.21.3")
15067 (source
15068 (origin
15069 (method url-fetch)
15070 (uri (bioconductor-uri "gQTLstats" version))
15071 (sha256
15072 (base32
15073 "1h78l23idf867djmdk97b02jxgmz4vfr2dai01fp648d0lsx5mkl"))))
15074 (properties `((upstream-name . "gQTLstats")))
15075 (build-system r-build-system)
15076 (propagated-inputs
15077 (list r-annotationdbi
15078 r-batchjobs
15079 r-bbmisc
15080 r-beeswarm
15081 r-biobase
15082 r-biocgenerics
15083 r-doparallel
15084 r-dplyr
15085 r-erma
15086 r-ffbase
15087 r-foreach
15088 r-genomeinfodb
15089 r-genomicfeatures
15090 r-genomicfiles
15091 r-genomicranges
15092 r-ggbeeswarm
15093 r-ggplot2
15094 r-gqtlbase
15095 r-hardyweinberg
15096 r-homo-sapiens
15097 r-iranges
15098 r-limma
15099 r-mgcv
15100 r-plotly
15101 r-reshape2
15102 r-s4vectors
15103 r-shiny
15104 r-snpstats
15105 r-summarizedexperiment
15106 r-variantannotation))
15107 (native-inputs
15108 (list r-knitr))
15109 (home-page "https://bioconductor.org/packages/gQTLstats")
15110 (synopsis "Computationally efficient analysis for eQTL and allied studies")
15111 (description
15112 "This package provides tools for the computationally efficient analysis
15113 of @dfn{quantitative trait loci} (QTL) data, including eQTL, mQTL, dsQTL, etc.
15114 The software in this package aims to support refinements and functional
15115 interpretation of members of a collection of association statistics on a
15116 family of feature/genome hypotheses.")
15117 (license license:artistic2.0)))
15118
15119 (define-public r-gviz
15120 (package
15121 (name "r-gviz")
15122 (version "1.40.1")
15123 (source
15124 (origin
15125 (method url-fetch)
15126 (uri (bioconductor-uri "Gviz" version))
15127 (sha256
15128 (base32
15129 "0as3sxhv21bqqrpvafcqim7798hhkzj3q40hy1rqyhv2lhj4rbvi"))))
15130 (properties `((upstream-name . "Gviz")))
15131 (build-system r-build-system)
15132 (propagated-inputs
15133 (list r-annotationdbi
15134 r-biobase
15135 r-biocgenerics
15136 r-biomart
15137 r-biostrings
15138 r-biovizbase
15139 r-bsgenome
15140 r-digest
15141 r-ensembldb
15142 r-genomeinfodb
15143 r-genomicalignments
15144 r-genomicfeatures
15145 r-genomicranges
15146 r-iranges
15147 r-lattice
15148 r-latticeextra
15149 r-matrixstats
15150 r-rcolorbrewer
15151 r-rsamtools
15152 r-rtracklayer
15153 r-s4vectors
15154 r-xvector))
15155 (native-inputs
15156 (list r-knitr))
15157 (home-page "https://bioconductor.org/packages/Gviz")
15158 (synopsis "Plotting data and annotation information along genomic coordinates")
15159 (description
15160 "Genomic data analyses requires integrated visualization of known genomic
15161 information and new experimental data. Gviz uses the biomaRt and the
15162 rtracklayer packages to perform live annotation queries to Ensembl and UCSC
15163 and translates this to e.g. gene/transcript structures in viewports of the
15164 grid graphics package. This results in genomic information plotted together
15165 with your data.")
15166 (license license:artistic2.0)))
15167
15168 (define-public r-gwascat
15169 (package
15170 (name "r-gwascat")
15171 (version "2.28.1")
15172 (source
15173 (origin
15174 (method url-fetch)
15175 (uri (bioconductor-uri "gwascat" version))
15176 (sha256
15177 (base32
15178 "19ymdxj8966i4yk0zalfw23938cpv4q7pywg4qb242p44na5y9sl"))))
15179 (build-system r-build-system)
15180 (propagated-inputs
15181 (list r-annotationdbi
15182 r-annotationhub
15183 r-biocfilecache
15184 r-biostrings
15185 r-genomeinfodb
15186 r-genomicfeatures
15187 r-genomicranges
15188 r-iranges
15189 r-readr
15190 r-s4vectors
15191 r-snpstats
15192 r-variantannotation))
15193 (native-inputs
15194 (list r-knitr))
15195 (home-page "https://bioconductor.org/packages/gwascat")
15196 (synopsis "Tools for data in the EMBL-EBI GWAS catalog")
15197 (description
15198 "This package provides tools for representing and modeling data in the
15199 EMBL-EBI GWAS catalog.")
15200 (license license:artistic2.0)))
15201
15202 (define-public r-kegggraph
15203 (package
15204 (name "r-kegggraph")
15205 (version "1.56.0")
15206 (source
15207 (origin
15208 (method url-fetch)
15209 (uri (bioconductor-uri "KEGGgraph" version))
15210 (sha256
15211 (base32 "15pq040pcg8hr18xixmjp59xb7mgvygjv6kisqk8yv99l1611ndx"))))
15212 (properties `((upstream-name . "KEGGgraph")))
15213 (build-system r-build-system)
15214 (propagated-inputs
15215 (list r-graph r-rcurl r-rgraphviz r-xml))
15216 (home-page "https://bioconductor.org/packages/KEGGgraph")
15217 (synopsis "Graph approach to Kegg Pathway database in R and Bioconductor")
15218 (description
15219 "@code{r-kegggraph} is an interface between Kegg Pathway database and graph
15220 object as well as a collection of tools to analyze, dissect and visualize these
15221 graphs. It parses the regularly updated kgml (Kegg XML) files into graph models
15222 maintaining all essential pathway attributes. The package offers
15223 functionalities including parsing, graph operation, visualization and etc.")
15224 (license license:gpl2+)))
15225
15226 (define-public r-ldblock
15227 (package
15228 (name "r-ldblock")
15229 (version "1.26.0")
15230 (source
15231 (origin
15232 (method url-fetch)
15233 (uri (bioconductor-uri "ldblock" version))
15234 (sha256
15235 (base32
15236 "08ss03b93czwb4x60hsi30ad4lmamvq5mxa8nj0g18z68qcraijm"))))
15237 (build-system r-build-system)
15238 (propagated-inputs
15239 (list r-biocgenerics
15240 r-ensdb-hsapiens-v75
15241 r-ensembldb
15242 r-genomeinfodb
15243 r-genomicfiles
15244 r-httr
15245 r-matrix
15246 r-rsamtools
15247 r-snpstats
15248 r-variantannotation))
15249 (native-inputs
15250 (list r-knitr))
15251 (home-page "https://bioconductor.org/packages/ldblock")
15252 (synopsis "Data structures for linkage disequilibrium measures in populations")
15253 (description
15254 "This package defines data structures for @dfn{linkage
15255 disequilibrium} (LD) measures in populations. Its purpose is to simplify
15256 handling of existing population-level data for the purpose of flexibly
15257 defining LD blocks.")
15258 (license license:artistic2.0)))
15259
15260 ;; This is a CRAN package, but it depends on r-snpstats, which is a
15261 ;; Bioconductor package.
15262 (define-public r-ldheatmap
15263 (package
15264 (name "r-ldheatmap")
15265 (version "1.0-6")
15266 (source
15267 (origin
15268 (method url-fetch)
15269 (uri (cran-uri "LDheatmap" version))
15270 (sha256
15271 (base32
15272 "0gr99kys1ahyl8s6cbj6rmh4vwid8kn92lcbjnwh0ahb73m2xjjc"))))
15273 (properties `((upstream-name . "LDheatmap")))
15274 (build-system r-build-system)
15275 (propagated-inputs
15276 (list r-genetics r-rcpp r-snpstats))
15277 (home-page "https://stat.sfu.ca/statgen/research/ldheatmap.html")
15278 (synopsis "Graphical display of pairwise linkage disequilibria between SNPs")
15279 (description
15280 "This package provides tools to produce a graphical display, as a heat
15281 map, of measures of pairwise linkage disequilibria between SNPs. Users may
15282 optionally include the physical locations or genetic map distances of each SNP
15283 on the plot.")
15284 (license license:gpl3)))
15285
15286 ;; This is a CRAN package, but it depends on r-rgraphviz, which is a
15287 ;; Bioconductor package.
15288 (define-public r-abn
15289 (package
15290 (name "r-abn")
15291 (version "2.7-1")
15292 (source
15293 (origin
15294 (method url-fetch)
15295 (uri (cran-uri "abn" version))
15296 (sha256
15297 (base32
15298 "1w3jns96m8b9scvaa4hcla3i88a0cfh9qis2l04yixvda5q91gpr"))))
15299 (build-system r-build-system)
15300 (inputs
15301 (list gsl))
15302 (propagated-inputs
15303 (list r-doparallel
15304 r-foreach
15305 r-graph
15306 r-lme4
15307 r-nnet
15308 r-rcpp
15309 r-rcpparmadillo
15310 r-rgraphviz
15311 r-rjags))
15312 (home-page "https://r-bayesian-networks.org/")
15313 (synopsis "Modelling multivariate data with additive bayesian networks")
15314 (description
15315 "Bayesian network analysis is a form of probabilistic graphical models
15316 which derives from empirical data a directed acyclic graph, DAG, describing
15317 the dependency structure between random variables. An additive Bayesian
15318 network model consists of a form of a DAG where each node comprises a
15319 @dfn{generalized linear model} (GLM). Additive Bayesian network models are
15320 equivalent to Bayesian multivariate regression using graphical modelling, they
15321 generalises the usual multivariable regression, GLM, to multiple dependent
15322 variables. This package provides routines to help determine optimal Bayesian
15323 network models for a given data set, where these models are used to identify
15324 statistical dependencies in messy, complex data.")
15325 (license license:gpl2+)))
15326
15327 ;; This is a CRAN package, but it depends on r-rsamtools, which is a
15328 ;; Bioconductor package.
15329 (define-public r-spp
15330 (package
15331 (name "r-spp")
15332 (version "1.16.0")
15333 (source (origin
15334 (method url-fetch)
15335 (uri (cran-uri "spp" version))
15336 (sha256
15337 (base32
15338 "08zxxgyp0h6733b08jmml7k4rhfd3mi5dda3jrzid0s184y0z29w"))))
15339 (build-system r-build-system)
15340 (inputs
15341 (list zlib))
15342 (propagated-inputs
15343 (list r-bh r-catools r-rcpp r-rsamtools))
15344 (home-page "https://cran.r-project.org/web/packages/spp/")
15345 (synopsis "ChIP-Seq processing pipeline")
15346 (description "This package provides tools for analysis of ChIP-seq and
15347 other functional sequencing data.")
15348 (license license:gpl2)))
15349
15350 (define-public r-pathview
15351 (package
15352 (name "r-pathview")
15353 (version "1.36.0")
15354 (source
15355 (origin
15356 (method url-fetch)
15357 (uri (bioconductor-uri "pathview" version))
15358 (sha256
15359 (base32 "1472k107f21cflbx2fip92g8gl9wlwxgwfvgvl73ma0y0jzs0qdq"))))
15360 (properties `((upstream-name . "pathview")))
15361 (build-system r-build-system)
15362 (propagated-inputs
15363 (list r-annotationdbi
15364 r-graph
15365 r-kegggraph
15366 r-keggrest
15367 r-org-hs-eg-db
15368 r-png
15369 r-rgraphviz
15370 r-xml))
15371 (home-page "https://pathview.uncc.edu/")
15372 (synopsis "Tool set for pathway based data integration and visualization")
15373 (description
15374 "@code{r-pathview} is a tool set for pathway based data integration and
15375 visualization. It maps and renders a wide variety of biological data on
15376 relevant pathway graphs. All users need is to supply their data and specify
15377 the target pathway. This package automatically downloads the pathway graph
15378 data, parses the data file, maps user data to the pathway, and render pathway
15379 graph with the mapped data. In addition, @code{r-pathview} also seamlessly
15380 integrates with pathway and gene set (enrichment) analysis tools for
15381 large-scale and fully automated analysis.")
15382 (license license:gpl3+)))
15383
15384 (define-public r-snpstats
15385 (package
15386 (name "r-snpstats")
15387 (version "1.46.0")
15388 (source
15389 (origin
15390 (method url-fetch)
15391 (uri (bioconductor-uri "snpStats" version))
15392 (sha256
15393 (base32
15394 "0a5b5nqc7n965jk45ijwkzbn416ib4gfhp8xl39z8f2bdskip4a2"))))
15395 (properties `((upstream-name . "snpStats")))
15396 (build-system r-build-system)
15397 (inputs (list zlib))
15398 (propagated-inputs
15399 (list r-biocgenerics r-matrix r-survival r-zlibbioc))
15400 (home-page "https://bioconductor.org/packages/snpStats")
15401 (synopsis "Methods for SNP association studies")
15402 (description
15403 "This package provides classes and statistical methods for large
15404 @dfn{single-nucleotide polymorphism} (SNP) association studies. This extends
15405 the earlier snpMatrix package, allowing for uncertainty in genotypes.")
15406 (license license:gpl3)))
15407
15408 (define-public r-chromstar
15409 (package
15410 (name "r-chromstar")
15411 (version "1.22.0")
15412 (source
15413 (origin
15414 (method url-fetch)
15415 (uri (bioconductor-uri "chromstaR" version))
15416 (sha256
15417 (base32
15418 "1xjwmnr4hk8v3nwvhqd6ixk5qr2dv0n4mb9wd6nl7cgjfhjsdgj7"))))
15419 (properties `((upstream-name . "chromstaR")))
15420 (build-system r-build-system)
15421 (propagated-inputs
15422 (list r-bamsignals
15423 r-biocgenerics
15424 r-chromstardata
15425 r-doparallel
15426 r-foreach
15427 r-genomeinfodb
15428 r-genomicalignments
15429 r-genomicranges
15430 r-ggplot2
15431 r-iranges
15432 r-mvtnorm
15433 r-reshape2
15434 r-rsamtools
15435 r-s4vectors))
15436 (native-inputs (list r-knitr))
15437 (home-page "https://github.com/ataudt/chromstaR")
15438 (synopsis "Chromatin state analysis for ChIP-Seq data")
15439 (description
15440 "This package implements functions for combinatorial and differential
15441 analysis of ChIP-seq data. It includes uni- and multivariate peak-calling,
15442 export to genome browser viewable files, and functions for enrichment
15443 analyses.")
15444 (license license:artistic2.0)))
15445
15446 (define-public r-guitar
15447 (package
15448 (name "r-guitar")
15449 (version "2.12.0")
15450 (source
15451 (origin
15452 (method url-fetch)
15453 (uri (bioconductor-uri "Guitar" version))
15454 (sha256
15455 (base32
15456 "09grsasnnk7rmlzjh4lhas9r5spzcsrvmdqj6fx1dk22sckcqahh"))))
15457 (properties `((upstream-name . "Guitar")))
15458 (build-system r-build-system)
15459 (propagated-inputs
15460 (list r-annotationdbi
15461 r-dplyr
15462 r-genomicfeatures
15463 r-genomicranges
15464 r-ggplot2
15465 r-knitr
15466 r-magrittr
15467 r-rtracklayer))
15468 (native-inputs
15469 (list r-knitr))
15470 (home-page "https://bioconductor.org/packages/Guitar")
15471 (synopsis "Visualize genomic features")
15472 (description
15473 "This package is designed for visualization of RNA-related genomic
15474 features with respect to the landmarks of RNA transcripts, i.e., transcription
15475 starting site, start codon, stop codon and transcription ending site.")
15476 (license license:gpl2)))
15477
15478 (define-public r-sushi
15479 (package
15480 (name "r-sushi")
15481 (version "1.34.0")
15482 (source (origin
15483 (method url-fetch)
15484 (uri (bioconductor-uri "Sushi" version))
15485 (sha256
15486 (base32
15487 "0adswrbzd93rhy3q56ypwkrk6155vd4zxapvznswyjlxp8ha813q"))))
15488 (properties `((upstream-name . "Sushi")))
15489 (build-system r-build-system)
15490 (propagated-inputs
15491 (list r-biomart r-zoo))
15492 (home-page "https://bioconductor.org/packages/Sushi")
15493 (synopsis "Tools for visualizing genomics data")
15494 (description
15495 "This package provides flexible, quantitative, and integrative genomic
15496 visualizations for publication-quality multi-panel figures.")
15497 (license license:gpl2+)))
15498
15499 (define-public r-ballgown
15500 (package
15501 (name "r-ballgown")
15502 (version "2.28.0")
15503 (source
15504 (origin
15505 (method url-fetch)
15506 (uri (bioconductor-uri "ballgown" version))
15507 (sha256
15508 (base32
15509 "0l8q3fymskxmsi5jcikzjz5xi66lpzgv7bjymir4izah2v68z708"))))
15510 (properties `((upstream-name . "ballgown")))
15511 (build-system r-build-system)
15512 (propagated-inputs
15513 (list r-biobase
15514 r-genomeinfodb
15515 r-genomicranges
15516 r-iranges
15517 r-limma
15518 r-rcolorbrewer
15519 r-rtracklayer
15520 r-s4vectors
15521 r-sva))
15522 (native-inputs
15523 (list r-knitr))
15524 (home-page "https://bioconductor.org/packages/ballgown")
15525 (synopsis "Flexible, isoform-level differential expression analysis")
15526 (description
15527 "This package provides tools for statistical analysis of assembled
15528 transcriptomes, including flexible differential expression analysis,
15529 visualization of transcript structures, and matching of assembled transcripts
15530 to annotation.")
15531 (license license:artistic2.0)))
15532
15533 (define-public r-megadepth
15534 (package
15535 (name "r-megadepth")
15536 (version "1.6.0")
15537 (source
15538 (origin
15539 (method url-fetch)
15540 (uri (bioconductor-uri "megadepth" version))
15541 (sha256
15542 (base32
15543 "0qq82dmd3drr2bhn51bgbc6ml40klfmmhj6wdj72n9ya6n60lwy8"))))
15544 (properties `((upstream-name . "megadepth")))
15545 (build-system r-build-system)
15546 (inputs (list megadepth))
15547 (propagated-inputs
15548 (list r-cmdfun
15549 r-dplyr
15550 r-fs
15551 r-genomicranges
15552 r-magrittr
15553 r-readr
15554 r-xfun))
15555 (native-inputs
15556 (list r-knitr))
15557 (home-page "https://github.com/LieberInstitute/megadepth")
15558 (synopsis "BigWig and BAM related utilities")
15559 (description
15560 "This package provides an R interface to Megadepth. It is particularly
15561 useful for computing the coverage of a set of genomic regions across bigWig or
15562 BAM files. With this package, you can build base-pair coverage matrices for
15563 regions or annotations of your choice from BigWig files.")
15564 (license license:artistic2.0)))
15565
15566 (define-public r-beclear
15567 (package
15568 (name "r-beclear")
15569 (version "2.12.0")
15570 (source
15571 (origin
15572 (method url-fetch)
15573 (uri (bioconductor-uri "BEclear" version))
15574 (sha256
15575 (base32
15576 "0x43yfnmb2d782g3g52nqdfs90i3zrrlqz8qy3ybmgv5f8n92p15"))))
15577 (properties `((upstream-name . "BEclear")))
15578 (build-system r-build-system)
15579 (propagated-inputs
15580 (list r-abind
15581 r-biocparallel
15582 r-data-table
15583 r-dixontest
15584 r-futile-logger
15585 r-matrix
15586 r-rcpp
15587 r-rdpack))
15588 (native-inputs
15589 (list r-knitr))
15590 (home-page "https://github.com/uds-helms/BEclear")
15591 (synopsis "Correction of batch effects in DNA methylation data")
15592 (description
15593 "This package provides functions to detect and correct for batch effects
15594 in DNA methylation data. The core function is based on latent factor models
15595 and can also be used to predict missing values in any other matrix containing
15596 real numbers.")
15597 (license license:gpl3)))
15598
15599 (define-public r-bgeecall
15600 (package
15601 (name "r-bgeecall")
15602 (version "1.12.1")
15603 (source
15604 (origin
15605 (method url-fetch)
15606 (uri (bioconductor-uri "BgeeCall" version))
15607 (sha256
15608 (base32
15609 "1g12cms66zb45p347h3b358vjhnq76galvwqwq86xby4hnwpdzkh"))))
15610 (properties `((upstream-name . "BgeeCall")))
15611 (build-system r-build-system)
15612 (propagated-inputs
15613 (list kallisto
15614 r-biomart
15615 r-biostrings
15616 r-data-table
15617 r-dplyr
15618 r-genomicfeatures
15619 r-jsonlite
15620 r-rhdf5
15621 r-rslurm
15622 r-rtracklayer
15623 r-sjmisc
15624 r-tximport))
15625 (native-inputs (list r-knitr))
15626 (home-page "https://github.com/BgeeDB/BgeeCall")
15627 (synopsis "RNA-Seq present/absent gene expression calls generation")
15628 (description
15629 "BgeeCall allows generating present/absent gene expression calls without
15630 using an arbitrary cutoff like TPM<1. Calls are generated based on reference
15631 intergenic sequences. These sequences are generated based on expression of
15632 all RNA-Seq libraries of each species integrated in Bgee.")
15633 (license license:gpl3)))
15634
15635 (define-public r-bgeedb
15636 (package
15637 (name "r-bgeedb")
15638 (version "2.22.3")
15639 (source
15640 (origin
15641 (method url-fetch)
15642 (uri (bioconductor-uri "BgeeDB" version))
15643 (sha256
15644 (base32
15645 "1f6lrazaibbz21sqvj59rq6ps9m1riw2y0kyidbn29mxf4ibwh3k"))))
15646 (properties `((upstream-name . "BgeeDB")))
15647 (build-system r-build-system)
15648 (propagated-inputs
15649 (list r-biobase
15650 r-curl
15651 r-data-table
15652 r-digest
15653 r-dplyr
15654 r-graph
15655 r-r-utils
15656 r-rcurl
15657 r-rsqlite
15658 r-tidyr
15659 r-topgo))
15660 (native-inputs (list r-knitr))
15661 (home-page "https://github.com/BgeeDB/BgeeDB_R")
15662 (synopsis "Annotation and gene expression data retrieval from Bgee database")
15663 (description
15664 "This package provides a package for the annotation and gene expression
15665 data download from Bgee database, and TopAnat analysis: GO-like enrichment of
15666 anatomical terms, mapped to genes by expression patterns.")
15667 (license license:gpl3)))
15668
15669 (define-public r-biobtreer
15670 (package
15671 (name "r-biobtreer")
15672 (version "1.8.0")
15673 (source
15674 (origin
15675 (method url-fetch)
15676 (uri (bioconductor-uri "biobtreeR" version))
15677 (sha256
15678 (base32
15679 "0cx46hdqqm6mbj0vp4y86axv0qccd4sgk2jwwjvnqp5pynq9bbqa"))))
15680 (properties `((upstream-name . "biobtreeR")))
15681 (build-system r-build-system)
15682 (propagated-inputs
15683 (list r-httpuv r-httr r-jsonlite r-stringi))
15684 (native-inputs (list r-knitr))
15685 (home-page "https://github.com/tamerh/biobtreeR")
15686 (synopsis "Use biobtree tool from R")
15687 (description
15688 "The biobtreeR package provides an interface to biobtree, a tool which
15689 covers large sets of bioinformatics datasets and allows search and chain
15690 mappings functionalities.")
15691 (license license:expat)))
15692
15693 (define-public r-minet
15694 (package
15695 (name "r-minet")
15696 (version "3.54.0")
15697 (source
15698 (origin
15699 (method url-fetch)
15700 (uri (bioconductor-uri "minet" version))
15701 (sha256
15702 (base32
15703 "0q6jw2jqkl9qynjpzaygz45c7dmx1l5y2d8s1illpcf87siawcam"))))
15704 (properties `((upstream-name . "minet")))
15705 (build-system r-build-system)
15706 (propagated-inputs
15707 (list r-infotheo))
15708 (home-page "http://minet.meyerp.com")
15709 (synopsis "Mutual information networks")
15710 (description
15711 "This package implements various algorithms for inferring mutual
15712 information networks from data.")
15713 (license license:artistic2.0)))
15714
15715 (define-public r-genetclassifier
15716 (package
15717 (name "r-genetclassifier")
15718 (version "1.36.0")
15719 (source
15720 (origin
15721 (method url-fetch)
15722 (uri (bioconductor-uri "geNetClassifier" version))
15723 (sha256
15724 (base32
15725 "1kh7mp5h0n7yd1klcd7w4v7i3fh9pkmvgf7189wangfzbcsr4f70"))))
15726 (properties
15727 `((upstream-name . "geNetClassifier")))
15728 (build-system r-build-system)
15729 (propagated-inputs
15730 (list r-biobase r-e1071 r-ebarrays r-minet))
15731 (home-page "https://www.cicancer.org")
15732 (synopsis "Classify diseases and build gene networks using expression profiles")
15733 (description
15734 "This is a comprehensive package to automatically train and validate a
15735 multi-class SVM classifier based on gene expression data. It provides
15736 transparent selection of gene markers, their coexpression networks, and an
15737 interface to query the classifier.")
15738 (license license:gpl2+)))
15739
15740 (define-public r-dir-expiry
15741 (package
15742 (name "r-dir-expiry")
15743 (version "1.4.0")
15744 (source
15745 (origin
15746 (method url-fetch)
15747 (uri (bioconductor-uri "dir.expiry" version))
15748 (sha256
15749 (base32
15750 "098wzm8hlpy70c99k2sl4k8z2dllhw7rwdj8dhcskr7kaw71k3sq"))))
15751 (properties `((upstream-name . "dir.expiry")))
15752 (build-system r-build-system)
15753 (propagated-inputs (list r-filelock))
15754 (native-inputs (list r-knitr))
15755 (home-page "https://bioconductor.org/packages/dir.expiry")
15756 (synopsis "Managing expiration for cache directories")
15757 (description
15758 "This package implements an expiration system for access to versioned
15759 directories. Directories that have not been accessed by a registered function
15760 within a certain time frame are deleted. This aims to reduce disk usage by
15761 eliminating obsolete caches generated by old versions of packages.")
15762 (license license:gpl3)))
15763
15764 (define-public r-basilisk-utils
15765 (package
15766 (name "r-basilisk-utils")
15767 (version "1.8.0")
15768 (source
15769 (origin
15770 (method url-fetch)
15771 (uri (bioconductor-uri "basilisk.utils" version))
15772 (sha256
15773 (base32
15774 "1jnqv0rlljkq27rd4ixl763v335f2aanm4fzr386yc81fj4vnmhk"))))
15775 (properties
15776 `((upstream-name . "basilisk.utils")))
15777 (build-system r-build-system)
15778 (propagated-inputs
15779 (list r-dir-expiry))
15780 (native-inputs (list r-knitr))
15781 (home-page "https://bioconductor.org/packages/basilisk.utils")
15782 (synopsis "Basilisk installation utilities")
15783 (description
15784 "This package implements utilities for installation of the basilisk
15785 package, primarily for creation of the underlying Conda instance.")
15786 (license license:gpl3)))
15787
15788 (define-public r-basilisk
15789 (package
15790 (name "r-basilisk")
15791 (version "1.8.0")
15792 (source
15793 (origin
15794 (method url-fetch)
15795 (uri (bioconductor-uri "basilisk" version))
15796 (sha256
15797 (base32
15798 "1p90wq8a9wrpqpgmcy4zgh5skdw65gg2gsb3lnx78zk9khq0yyzh"))))
15799 (properties `((upstream-name . "basilisk")))
15800 (build-system r-build-system)
15801 (propagated-inputs
15802 (list r-basilisk-utils r-dir-expiry r-reticulate))
15803 (native-inputs (list r-knitr))
15804 (home-page "https://bioconductor.org/packages/basilisk")
15805 (synopsis "Freeze Python dependencies inside Bioconductor packages")
15806 (description
15807 "This package installs a self-contained Conda instance that is managed by
15808 the R/Bioconductor installation machinery. This aims to provide a consistent
15809 Python environment that can be used reliably by Bioconductor packages.
15810 Functions are also provided to enable smooth interoperability of multiple
15811 Python environments in a single R session.")
15812 (license license:gpl3)))
15813
15814 (define-public r-biocthis
15815 (package
15816 (name "r-biocthis")
15817 (version "1.6.0")
15818 (source
15819 (origin
15820 (method url-fetch)
15821 (uri (bioconductor-uri "biocthis" version))
15822 (sha256
15823 (base32
15824 "1hdgjp00d2si3mr7m1d289i9wn7g927z6n8n27d5sm94lb91qln0"))))
15825 (properties `((upstream-name . "biocthis")))
15826 (build-system r-build-system)
15827 (arguments
15828 `(#:phases
15829 (modify-phases %standard-phases
15830 (add-after 'unpack 'set-HOME
15831 (lambda _ (setenv "HOME" "/tmp"))))))
15832 (propagated-inputs
15833 (list r-biocmanager
15834 r-fs
15835 r-glue
15836 r-rlang
15837 r-styler
15838 r-usethis))
15839 (native-inputs (list r-knitr))
15840 (home-page "https://github.com/lcolladotor/biocthis")
15841 (synopsis "Automate package and project setup for Bioconductor packages")
15842 (description
15843 "This package expands the @code{usethis} package with the goal of helping
15844 automate the process of creating R packages for Bioconductor or making them
15845 Bioconductor-friendly.")
15846 (license license:artistic2.0)))
15847
15848 (define-public r-biocdockermanager
15849 (package
15850 (name "r-biocdockermanager")
15851 (version "1.8.0")
15852 (source
15853 (origin
15854 (method url-fetch)
15855 (uri (bioconductor-uri "BiocDockerManager" version))
15856 (sha256
15857 (base32
15858 "0kl6r8ad728a8dvqx0safj7v5gj1rxxcdiw44jkr1pd5ddv0xbi6"))))
15859 (properties
15860 `((upstream-name . "BiocDockerManager")))
15861 (build-system r-build-system)
15862 (propagated-inputs
15863 (list docker
15864 r-dplyr
15865 r-httr
15866 r-memoise
15867 r-readr
15868 r-whisker))
15869 (native-inputs (list r-knitr))
15870 (home-page "https://bioconductor.org/packages/BiocDockerManager")
15871 (synopsis "Access and manage Bioconductor Docker images")
15872 (description
15873 "This package works analogous to BiocManager but for Docker images. Use
15874 the BiocDockerManager package to install and manage Docker images provided by
15875 the Bioconductor project.")
15876 (license license:artistic2.0)))
15877
15878 (define-public r-biodb
15879 (package
15880 (name "r-biodb")
15881 (version "1.4.0")
15882 (source
15883 (origin
15884 (method url-fetch)
15885 (uri (bioconductor-uri "biodb" version))
15886 (sha256
15887 (base32
15888 "02i0n29bp9d9p1ibslxca5m37qsgny2hlgg7d364lf7kc6y2bqni"))))
15889 (properties `((upstream-name . "biodb")))
15890 (build-system r-build-system)
15891 (propagated-inputs
15892 (list r-biocfilecache
15893 r-chk
15894 r-jsonlite
15895 r-lgr
15896 r-lifecycle
15897 r-openssl
15898 r-plyr
15899 r-progress
15900 r-r6
15901 r-rappdirs
15902 r-rcpp
15903 r-rcurl
15904 r-rsqlite
15905 r-stringr
15906 r-testthat
15907 r-withr
15908 r-xml
15909 r-yaml))
15910 (native-inputs (list r-knitr))
15911 (home-page "https://bioconductor.org/packages/biodb")
15912 (synopsis "Library for connecting to chemical and biological databases")
15913 (description
15914 "The biodb package provides access to standard remote chemical and
15915 biological databases (ChEBI, KEGG, HMDB, ...), as well as to in-house local
15916 database files (CSV, SQLite), with easy retrieval of entries, access to web
15917 services, search of compounds by mass and/or name, and mass spectra matching
15918 for LCMS and MSMS. Its architecture as a development framework facilitates
15919 the development of new database connectors for local projects or inside
15920 separate published packages.")
15921 (license license:agpl3+)))
15922
15923 (define-public r-biomformat
15924 (package
15925 (name "r-biomformat")
15926 (version "1.24.0")
15927 (source
15928 (origin
15929 (method url-fetch)
15930 (uri (bioconductor-uri "biomformat" version))
15931 (sha256
15932 (base32
15933 "12wqjipxhngmlnrdmx329dqmkmy2wa4nkkrhwaqv2nwy90dncs9n"))))
15934 (properties `((upstream-name . "biomformat")))
15935 (build-system r-build-system)
15936 (propagated-inputs
15937 (list r-jsonlite r-matrix r-plyr r-rhdf5))
15938 (native-inputs (list r-knitr))
15939 (home-page "https://github.com/joey711/biomformat/")
15940 (synopsis "Interface package for the BIOM file format")
15941 (description
15942 "This is an R package for interfacing with the BIOM format. This package
15943 includes basic tools for reading biom-format files, accessing and subsetting
15944 data tables from a biom object (which is more complex than a single table), as
15945 well as limited support for writing a biom-object back to a biom-format file.
15946 The design of this API is intended to match the Python API and other tools
15947 included with the biom-format project, but with a decidedly \"R flavor\" that
15948 should be familiar to R users. This includes S4 classes and methods, as well
15949 as extensions of common core functions/methods.")
15950 (license license:gpl2)))
15951
15952 (define-public r-mvcclass
15953 (package
15954 (name "r-mvcclass")
15955 (version "1.70.0")
15956 (source
15957 (origin
15958 (method url-fetch)
15959 (uri (bioconductor-uri "MVCClass" version))
15960 (sha256
15961 (base32
15962 "0apcjlq4i2mg8mlfqgvlcsqkiy51whzid3nd0m830jff0ywgh47g"))))
15963 (properties `((upstream-name . "MVCClass")))
15964 (build-system r-build-system)
15965 (home-page "https://bioconductor.org/packages/MVCClass")
15966 (synopsis "Model-View-Controller (MVC) classes")
15967 (description
15968 "This package contains classes used in model-view-controller (MVC)
15969 design.")
15970 (license license:lgpl2.1+)))
15971
15972 (define-public r-biomvcclass
15973 (package
15974 (name "r-biomvcclass")
15975 (version "1.64.0")
15976 (source
15977 (origin
15978 (method url-fetch)
15979 (uri (bioconductor-uri "BioMVCClass" version))
15980 (sha256
15981 (base32
15982 "078pnyygbvbfxziqspfr1nn78w67xyb4qmiwc34czga5psblvfwz"))))
15983 (properties `((upstream-name . "BioMVCClass")))
15984 (build-system r-build-system)
15985 (propagated-inputs
15986 (list r-biobase r-graph r-mvcclass r-rgraphviz))
15987 (home-page "https://bioconductor.org/packages/BioMVCClass")
15988 (synopsis "Model-View-Controller (MVC) classes that use Biobase")
15989 (description
15990 "This package contains classes used in model-view-controller (MVC)
15991 design.")
15992 (license license:lgpl2.1+)))
15993
15994 (define-public r-biomvrcns
15995 (package
15996 (name "r-biomvrcns")
15997 (version "1.36.0")
15998 (source
15999 (origin
16000 (method url-fetch)
16001 (uri (bioconductor-uri "biomvRCNS" version))
16002 (sha256
16003 (base32
16004 "0i576g7pkivqaxff1pkb760mdpx8v9fh071aic1mwfnlfa7k87ln"))))
16005 (properties `((upstream-name . "biomvRCNS")))
16006 (build-system r-build-system)
16007 (propagated-inputs
16008 (list r-genomicranges r-gviz r-iranges r-mvtnorm))
16009 (home-page "https://bioconductor.org/packages/biomvRCNS")
16010 (synopsis "Copy number study and segmentation for multivariate biological data")
16011 (description
16012 "In this package, a @dfn{Hidden Semi Markov Model} (HSMM) and one
16013 homogeneous segmentation model are designed and implemented for segmentation
16014 genomic data, with the aim of assisting in transcripts detection using high
16015 throughput technology like RNA-seq or tiling array, and copy number analysis
16016 using aCGH or sequencing.")
16017 (license license:gpl2+)))
16018
16019 (define-public r-bionero
16020 (package
16021 (name "r-bionero")
16022 (version "1.4.0")
16023 (source
16024 (origin
16025 (method url-fetch)
16026 (uri (bioconductor-uri "BioNERO" version))
16027 (sha256
16028 (base32
16029 "1nyzjbl0gcwvbj2nxfwykirikf8j3rsx5ny45bqjbcb4r23k65kj"))))
16030 (properties `((upstream-name . "BioNERO")))
16031 (build-system r-build-system)
16032 (propagated-inputs
16033 (list r-biocparallel
16034 r-complexheatmap
16035 r-deseq2
16036 r-dynamictreecut
16037 r-genie3
16038 r-ggnetwork
16039 r-ggnewscale
16040 r-ggplot2
16041 r-ggpubr
16042 r-igraph
16043 r-intergraph
16044 r-matrixstats
16045 r-minet
16046 r-netrep
16047 r-networkd3
16048 r-rcolorbrewer
16049 r-reshape2
16050 r-summarizedexperiment
16051 r-sva
16052 r-wgcna))
16053 (native-inputs
16054 (list r-knitr))
16055 (home-page "https://github.com/almeidasilvaf/BioNERO")
16056 (synopsis "Biological network reconstruction omnibus")
16057 (description
16058 "BioNERO aims to integrate all aspects of biological network inference in
16059 a single package, including data preprocessing, exploratory analyses, network
16060 inference, and analyses for biological interpretations. BioNERO can be used
16061 to infer gene coexpression networks (GCNs) and gene regulatory networks (GRNs)
16062 from gene expression data. Additionally, it can be used to explore
16063 topological properties of protein-protein interaction (PPI) networks. GCN
16064 inference relies on the popular WGCNA algorithm. GRN inference is based on
16065 the \"wisdom of the crowds\" principle, which consists in inferring GRNs with
16066 multiple algorithms (here, CLR, GENIE3 and ARACNE) and calculating the average
16067 rank for each interaction pair. As all steps of network analyses are included
16068 in this package, BioNERO makes users avoid having to learn the syntaxes of
16069 several packages and how to communicate between them. Finally, users can also
16070 identify consensus modules across independent expression sets and calculate
16071 intra and interspecies module preservation statistics between different
16072 networks.")
16073 (license license:gpl3)))
16074
16075 (define-public r-bionet
16076 (package
16077 (name "r-bionet")
16078 (version "1.56.0")
16079 (source
16080 (origin
16081 (method url-fetch)
16082 (uri (bioconductor-uri "BioNet" version))
16083 (sha256
16084 (base32
16085 "0kcw71j4nmdkn373wk21ak6h0v4gycivnfrklb72kk1qcmsy1wrm"))))
16086 (properties `((upstream-name . "BioNet")))
16087 (build-system r-build-system)
16088 (propagated-inputs
16089 (list r-annotationdbi r-biobase r-graph r-igraph r-rbgl))
16090 (home-page "http://bioconductor.org/packages/release/bioc/html/BioNet.html")
16091 (synopsis "Functional analysis of biological networks")
16092 (description
16093 "This package provides functions for the integrated analysis of
16094 protein-protein interaction networks and the detection of functional modules.
16095 Different datasets can be integrated into the network by assigning p-values of
16096 statistical tests to the nodes of the network. E.g. p-values obtained from
16097 the differential expression of the genes from an Affymetrix array are assigned
16098 to the nodes of the network. By fitting a beta-uniform mixture model and
16099 calculating scores from the p-values, overall scores of network regions can be
16100 calculated and an integer linear programming algorithm identifies the maximum
16101 scoring subnetwork.")
16102 (license license:gpl2+)))
16103
16104 (define-public r-bionetstat
16105 (package
16106 (name "r-bionetstat")
16107 (version "1.16.1")
16108 (source
16109 (origin
16110 (method url-fetch)
16111 (uri (bioconductor-uri "BioNetStat" version))
16112 (sha256
16113 (base32
16114 "0zs6pymvxb95sji0rnnzaz3whj7hsvj2kl4n4gzj7w1q0prbfpb2"))))
16115 (properties `((upstream-name . "BioNetStat")))
16116 (build-system r-build-system)
16117 (propagated-inputs
16118 (list r-biocparallel
16119 r-dt
16120 r-ggplot2
16121 r-hmisc
16122 r-igraph
16123 r-knitr
16124 r-markdown
16125 r-pathview
16126 r-pheatmap
16127 r-plyr
16128 r-psych
16129 r-rcolorbrewer
16130 r-rjsonio
16131 r-rmarkdown
16132 r-shiny
16133 r-shinybs
16134 r-whisker
16135 r-yaml))
16136 (native-inputs
16137 (list r-knitr))
16138 (home-page "https://github.com/jardimViniciusC/BioNetStat")
16139 (synopsis "Biological network analysis")
16140 (description
16141 "This package provides a package to perform differential network
16142 analysis, differential node analysis (differential coexpression analysis),
16143 network and metabolic pathways view.")
16144 (license license:gpl3+)))
16145
16146 (define-public r-bioqc
16147 (package
16148 (name "r-bioqc")
16149 (version "1.24.0")
16150 (source
16151 (origin
16152 (method url-fetch)
16153 (uri (bioconductor-uri "BioQC" version))
16154 (sha256
16155 (base32
16156 "0vb2nnzqvyv25pw8qshcmijravswafg0858pkgqjgiv7wsr2mn3m"))))
16157 (properties `((upstream-name . "BioQC")))
16158 (build-system r-build-system)
16159 (propagated-inputs
16160 (list r-biobase r-edger r-rcpp))
16161 (native-inputs
16162 (list r-knitr))
16163 (home-page "https://accio.github.io/BioQC/")
16164 (synopsis "Detect tissue heterogeneity in expression profiles with gene sets")
16165 (description
16166 "BioQC performs quality control of high-throughput expression data based
16167 on tissue gene signatures. It can detect tissue heterogeneity in gene
16168 expression data. The core algorithm is a Wilcoxon-Mann-Whitney test that is
16169 optimised for high performance.")
16170 (license license:gpl3+)))
16171
16172 (define-public r-biotip
16173 (package
16174 (name "r-biotip")
16175 (version "1.10.0")
16176 (source
16177 (origin
16178 (method url-fetch)
16179 (uri (bioconductor-uri "BioTIP" version))
16180 (sha256
16181 (base32
16182 "1sihi5zy7mlabh3ix1wvdqz8ibfq1avl8bnxjhvxyzq40zbcklh6"))))
16183 (properties `((upstream-name . "BioTIP")))
16184 (build-system r-build-system)
16185 (propagated-inputs
16186 (list r-cluster
16187 r-genomicranges
16188 r-igraph
16189 r-mass
16190 r-psych
16191 r-scran
16192 r-stringr))
16193 (native-inputs
16194 (list r-knitr))
16195 (home-page "https://github.com/xyang2uchicago/BioTIP")
16196 (synopsis "R package for characterization of biological tipping-point")
16197 (description
16198 "This package adopts tipping-point theory to transcriptome profiles to
16199 help unravel disease regulatory trajectory.")
16200 (license license:gpl2)))
16201
16202 (define-public r-biotmle
16203 (package
16204 (name "r-biotmle")
16205 (version "1.20.0")
16206 (source
16207 (origin
16208 (method url-fetch)
16209 (uri (bioconductor-uri "biotmle" version))
16210 (sha256
16211 (base32
16212 "1frig90krvfdk6nwpmslpj0pvligyzwzfwwci7hzwcmbglk5jj22"))))
16213 (properties `((upstream-name . "biotmle")))
16214 (build-system r-build-system)
16215 (propagated-inputs
16216 (list r-assertthat
16217 r-biocgenerics
16218 r-biocparallel
16219 r-dplyr
16220 r-drtmle
16221 r-ggplot2
16222 r-ggsci
16223 r-limma
16224 r-s4vectors
16225 r-summarizedexperiment
16226 r-superheat
16227 r-tibble))
16228 (native-inputs
16229 (list r-knitr))
16230 (home-page "https://code.nimahejazi.org/biotmle/")
16231 (synopsis "Targeted learning with moderated statistics for biomarker discovery")
16232 (description
16233 "This package provides tools for differential expression biomarker
16234 discovery based on microarray and next-generation sequencing data that
16235 leverage efficient semiparametric estimators of the average treatment effect
16236 for variable importance analysis. Estimation and inference of the (marginal)
16237 average treatment effects of potential biomarkers are computed by targeted
16238 minimum loss-based estimation, with joint, stable inference constructed across
16239 all biomarkers using a generalization of moderated statistics for use with the
16240 estimated efficient influence function. The procedure accommodates the use of
16241 ensemble machine learning for the estimation of nuisance functions.")
16242 (license license:expat)))
16243
16244 (define-public r-bsseq
16245 (package
16246 (name "r-bsseq")
16247 (version "1.32.0")
16248 (source
16249 (origin
16250 (method url-fetch)
16251 (uri (bioconductor-uri "bsseq" version))
16252 (sha256
16253 (base32
16254 "1jpfib2vb6hd7pgh3d33jgch24lba175zmbalwsbgvlmmyyf1ki5"))))
16255 (properties `((upstream-name . "bsseq")))
16256 (build-system r-build-system)
16257 (propagated-inputs
16258 (list r-beachmat
16259 r-biobase
16260 r-biocgenerics
16261 r-biocparallel
16262 r-biostrings
16263 r-bsgenome
16264 r-data-table
16265 r-delayedarray
16266 r-delayedmatrixstats
16267 r-genomeinfodb
16268 r-genomicranges
16269 r-gtools
16270 r-hdf5array
16271 r-iranges
16272 r-limma
16273 r-locfit
16274 r-permute
16275 r-r-utils
16276 r-rcpp
16277 r-rhdf5
16278 r-s4vectors
16279 r-scales
16280 r-summarizedexperiment))
16281 (native-inputs
16282 (list r-knitr))
16283 (home-page "https://github.com/hansenlab/bsseq")
16284 (synopsis "Analyze, manage and store bisulfite sequencing data")
16285 (description
16286 "This package provides a collection of tools for analyzing and
16287 visualizing bisulfite sequencing data.")
16288 (license license:artistic2.0)))
16289
16290 (define-public r-dmrseq
16291 (package
16292 (name "r-dmrseq")
16293 (version "1.16.0")
16294 (source
16295 (origin
16296 (method url-fetch)
16297 (uri (bioconductor-uri "dmrseq" version))
16298 (sha256
16299 (base32
16300 "1c99l62fi26bnbvpzrlsvvs722za0l5vfhddcrhzzzasabhccb4n"))))
16301 (properties `((upstream-name . "dmrseq")))
16302 (build-system r-build-system)
16303 (propagated-inputs
16304 (list r-annotationhub
16305 r-annotatr
16306 r-biocparallel
16307 r-bsseq
16308 r-bumphunter
16309 r-delayedmatrixstats
16310 r-genomeinfodb
16311 r-genomicranges
16312 r-ggplot2
16313 r-iranges
16314 r-locfit
16315 r-matrixstats
16316 r-nlme
16317 r-outliers
16318 r-rcolorbrewer
16319 r-rtracklayer
16320 r-s4vectors))
16321 (native-inputs
16322 (list r-knitr))
16323 (home-page "https://bioconductor.org/packages/dmrseq")
16324 (synopsis "Detection and inference of differentially methylated regions")
16325 (description
16326 "This package implements an approach for scanning the genome to detect
16327 and perform accurate inference on differentially methylated regions from Whole
16328 Genome Bisulfite Sequencing data. The method is based on comparing detected
16329 regions to a pooled null distribution, that can be implemented even when as
16330 few as two samples per population are available. Region-level statistics are
16331 obtained by fitting a @dfn{generalized least squares} (GLS) regression model
16332 with a nested autoregressive correlated error structure for the effect of
16333 interest on transformed methylation proportions.")
16334 (license license:expat)))
16335
16336 (define-public r-omnipathr
16337 (package
16338 (name "r-omnipathr")
16339 (version "3.4.0")
16340 (source
16341 (origin
16342 (method url-fetch)
16343 (uri (bioconductor-uri "OmnipathR" version))
16344 (sha256
16345 (base32 "0vk0fv09j3ql78mzzhdxwxb2b83qqdz2qfd8wpp1vydmcx2vvgni"))))
16346 (properties `((upstream-name . "OmnipathR")))
16347 (build-system r-build-system)
16348 (arguments
16349 `(#:phases
16350 (modify-phases %standard-phases
16351 (add-after 'unpack 'set-HOME
16352 (lambda _ (setenv "HOME" "/tmp"))))))
16353 (propagated-inputs
16354 (list r-checkmate
16355 r-crayon
16356 r-curl
16357 r-digest
16358 r-dplyr
16359 r-httr
16360 r-igraph
16361 r-jsonlite
16362 r-later
16363 r-logger
16364 r-magrittr
16365 r-progress
16366 r-purrr
16367 r-rappdirs
16368 r-readr
16369 r-readxl
16370 r-rlang
16371 r-stringr
16372 r-tibble
16373 r-tidyr
16374 r-tidyselect
16375 r-withr
16376 r-xml2
16377 r-yaml))
16378 (native-inputs (list r-knitr))
16379 (home-page "https://saezlab.github.io/OmnipathR/")
16380 (synopsis "OmniPath web service client and more")
16381 (description
16382 "This package provides a client for the OmniPath web service and many
16383 other resources. It also includes functions to transform and pretty print
16384 some of the downloaded data, functions to access a number of other resources.
16385 Furthermore, OmnipathR features a close integration with the NicheNet method
16386 for ligand activity prediction from transcriptomics data.")
16387 (license license:expat)))
16388
16389 (define-public r-biscuiteer
16390 (package
16391 (name "r-biscuiteer")
16392 (version "1.10.0")
16393 (source
16394 (origin
16395 (method url-fetch)
16396 (uri (bioconductor-uri "biscuiteer" version))
16397 (sha256
16398 (base32
16399 "0y7vbdaafiga16yr0d22w1v4p0jmczndcar0r0km06f5y1b74amr"))))
16400 (properties `((upstream-name . "biscuiteer")))
16401 (build-system r-build-system)
16402 (propagated-inputs
16403 (list r-biobase
16404 r-biocgenerics
16405 r-biocparallel
16406 r-biscuiteerdata
16407 r-bsseq
16408 r-data-table
16409 r-delayedmatrixstats
16410 r-dmrseq
16411 r-genomeinfodb
16412 r-genomicranges
16413 r-gtools
16414 r-hdf5array
16415 r-homo-sapiens
16416 r-impute
16417 r-iranges
16418 r-matrix
16419 r-matrixstats
16420 r-mus-musculus
16421 r-qdnaseq
16422 r-qualv
16423 r-r-utils
16424 r-readr
16425 r-rsamtools
16426 r-rtracklayer
16427 r-s4vectors
16428 r-summarizedexperiment
16429 r-variantannotation))
16430 (native-inputs
16431 (list r-knitr))
16432 (home-page "https://github.com/trichelab/biscuiteer")
16433 (synopsis "Convenience functions for the Biscuit package")
16434 (description
16435 "This package provides a test harness for bsseq loading of Biscuit
16436 output, summarization of WGBS data over defined regions and in mappable
16437 samples, with or without imputation, dropping of mostly-NA rows, age
16438 estimates, etc.")
16439 (license license:gpl3)))
16440
16441 (define-public r-tcgabiolinks
16442 (package
16443 (name "r-tcgabiolinks")
16444 (version "2.24.3")
16445 (source
16446 (origin
16447 (method url-fetch)
16448 (uri (bioconductor-uri "TCGAbiolinks" version))
16449 (sha256
16450 (base32 "0visvfhzaf0p1rb5vjkmw1c91zfxpks8nl9nbl9xlnpm8lkmmkms"))))
16451 (properties `((upstream-name . "TCGAbiolinks")))
16452 (build-system r-build-system)
16453 (propagated-inputs
16454 (list r-biomart
16455 r-data-table
16456 r-downloader
16457 r-dplyr
16458 r-genomicranges
16459 r-ggplot2
16460 r-httr
16461 r-iranges
16462 r-jsonlite
16463 r-knitr
16464 r-plyr
16465 r-purrr
16466 r-r-utils
16467 r-readr
16468 r-rvest
16469 r-s4vectors
16470 r-stringr
16471 r-summarizedexperiment
16472 r-tcgabiolinksgui-data
16473 r-tibble
16474 r-tidyr
16475 r-xml
16476 r-xml2))
16477 (native-inputs (list r-knitr))
16478 (home-page "https://github.com/BioinformaticsFMRP/TCGAbiolinks")
16479 (synopsis "Integrative analysis with GDC data")
16480 (description
16481 "The aim of TCGAbiolinks is:
16482
16483 @enumerate
16484 @item facilitate GDC open-access data retrieval;
16485 @item prepare the data using the appropriate pre-processing strategies;
16486 @item provide the means to carry out different standard analyses, and;
16487 @item to easily reproduce earlier research results.
16488 @end enumerate
16489
16490 In more detail, the package provides multiple methods for analysis (e.g.,
16491 differential expression analysis, identifying differentially methylated
16492 regions) and methods for visualization (e.g., survival plots, volcano plots,
16493 starburst plots) in order to easily develop complete analysis pipelines.")
16494 (license license:gpl3+)))
16495
16496 (define-public r-tricycle
16497 (package
16498 (name "r-tricycle")
16499 (version "1.4.0")
16500 (source (origin
16501 (method url-fetch)
16502 (uri (bioconductor-uri "tricycle" version))
16503 (sha256
16504 (base32
16505 "0bjkajcz6xcfak6071d0ihakrvgf7s0pmkn6vqkjd6yxbfld7zln"))))
16506 (properties `((upstream-name . "tricycle")))
16507 (build-system r-build-system)
16508 (propagated-inputs
16509 (list r-annotationdbi
16510 r-circular
16511 r-dplyr
16512 r-genomicranges
16513 r-ggnewscale
16514 r-ggplot2
16515 r-iranges
16516 r-rcolorbrewer
16517 r-s4vectors
16518 r-scater
16519 r-scattermore
16520 r-singlecellexperiment
16521 r-summarizedexperiment))
16522 (native-inputs (list r-knitr))
16523 (home-page "https://github.com/hansenlab/tricycle")
16524 (synopsis "Transferable representation and inference of cell cycle")
16525 (description
16526 "The package contains functions to infer and visualize cell cycle process
16527 using Single-cell RNA-Seq data. It exploits the idea of transfer learning,
16528 projecting new data to the previous learned biologically interpretable space.
16529 The @code{tricycle} provides a pre-learned cell cycle space, which could be
16530 used to infer cell cycle time of human and mouse single cell samples. In
16531 addition, it also offer functions to visualize cell cycle time on different
16532 embeddings and functions to build new reference.")
16533 (license license:gpl3)))
16534
16535 (define-public r-tximeta
16536 (package
16537 (name "r-tximeta")
16538 (version "1.14.0")
16539 (source
16540 (origin
16541 (method url-fetch)
16542 (uri (bioconductor-uri "tximeta" version))
16543 (sha256
16544 (base32
16545 "1vq7x1sf5h8iwdalalbrybxzbq47s2ymb75himj5wkv77mgcivfl"))))
16546 (properties `((upstream-name . "tximeta")))
16547 (build-system r-build-system)
16548 (propagated-inputs
16549 (list r-annotationdbi
16550 r-annotationhub
16551 r-biocfilecache
16552 r-biostrings
16553 r-ensembldb
16554 r-genomeinfodb
16555 r-genomicfeatures
16556 r-genomicranges
16557 r-iranges
16558 r-jsonlite
16559 r-matrix
16560 r-s4vectors
16561 r-summarizedexperiment
16562 r-tibble
16563 r-tximport))
16564 (native-inputs
16565 (list r-knitr))
16566 (home-page "https://github.com/mikelove/tximeta")
16567 (synopsis "Transcript quantification import with automatic metadata")
16568 (description
16569 "This package implements transcript quantification import from Salmon and
16570 alevin with automatic attachment of transcript ranges and release information,
16571 and other associated metadata. De novo transcriptomes can be linked to the
16572 appropriate sources with linkedTxomes and shared for computational
16573 reproducibility.")
16574 (license license:gpl2)))
16575
16576 (define-public r-phyloseq
16577 (package
16578 (name "r-phyloseq")
16579 (version "1.40.0")
16580 (source
16581 (origin
16582 (method url-fetch)
16583 (uri (bioconductor-uri "phyloseq" version))
16584 (sha256
16585 (base32 "0hcyv4ziyaw74mc9vf7bad3q9izi9p0whg3hspbs6w8b3hp34y2k"))))
16586 (properties `((upstream-name . "phyloseq")))
16587 (build-system r-build-system)
16588 (propagated-inputs
16589 (list r-ade4
16590 r-ape
16591 r-biobase
16592 r-biocgenerics
16593 r-biomformat
16594 r-biostrings
16595 r-cluster
16596 r-data-table
16597 r-foreach
16598 r-ggplot2
16599 r-igraph
16600 r-multtest
16601 r-plyr
16602 r-reshape2
16603 r-scales
16604 r-vegan))
16605 (native-inputs
16606 (list r-knitr))
16607 (home-page "https://github.com/joey711/phyloseq")
16608 (synopsis "Handling and analysis of high-throughput microbiome census data")
16609 (description
16610 "Phyloseq provides a set of classes and tools to facilitate the import,
16611 storage, analysis, and graphical display of microbiome census data.")
16612 (license license:agpl3)))