gnu: r-genomeinfodb: Update to 1.32.3.
[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, 2022 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 autotools)
39 #:use-module (gnu packages base)
40 #:use-module (gnu packages bioinformatics)
41 #:use-module (gnu packages boost)
42 #:use-module (gnu packages cran)
43 #:use-module (gnu packages compression)
44 #:use-module (gnu packages curl)
45 #:use-module (gnu packages docker)
46 #:use-module (gnu packages gcc)
47 #:use-module (gnu packages graph)
48 #:use-module (gnu packages graphviz)
49 #:use-module (gnu packages haskell-xyz)
50 #:use-module (gnu packages image)
51 #:use-module (gnu packages maths)
52 #:use-module (gnu packages netpbm)
53 #:use-module (gnu packages python)
54 #:use-module (gnu packages perl)
55 #:use-module (gnu packages pkg-config)
56 #:use-module (gnu packages statistics)
57 #:use-module (gnu packages web)
58 #:use-module (gnu packages xml)
59 #:use-module (srfi srfi-1))
60
61 \f
62 ;;; Annotations
63
64 (define-public r-org-eck12-eg-db
65 (package
66 (name "r-org-eck12-eg-db")
67 (version "3.12.0")
68 (source
69 (origin
70 (method url-fetch)
71 (uri (bioconductor-uri "org.EcK12.eg.db" version 'annotation))
72 (sha256
73 (base32 "0c4p6jr83k0gm6pvn760yr8xf33wggrfcr6fg7a42a96bcf817gs"))))
74 (properties
75 `((upstream-name . "org.EcK12.eg.db")))
76 (build-system r-build-system)
77 (propagated-inputs
78 (list r-annotationdbi))
79 (home-page "https://bioconductor.org/packages/org.EcK12.eg.db")
80 (synopsis "Genome wide annotation for E coli strain K12")
81 (description
82 "This package provides genome wide annotation for E coli strain K12,
83 primarily based on mapping using Entrez Gene identifiers. Entrez Gene is
84 National Center for Biotechnology Information (NCBI)’s database for
85 gene-specific information. Entrez Gene maintains records from genomes which
86 have been completely sequenced, which have an active research community to
87 submit gene-specific information, or which are scheduled for intense sequence
88 analysis.")
89 (license license:artistic2.0)))
90
91 (define-public r-org-bt-eg-db
92 (package
93 (name "r-org-bt-eg-db")
94 (version "3.13.0")
95 (source
96 (origin
97 (method url-fetch)
98 (uri (bioconductor-uri
99 "org.Bt.eg.db"
100 version
101 'annotation))
102 (sha256
103 (base32
104 "0pwvwyfah8fhvaxdc8zkp3lp1v4mchhzr84r3hb0jx97icdvhafi"))))
105 (properties `((upstream-name . "org.Bt.eg.db")))
106 (build-system r-build-system)
107 (propagated-inputs
108 (list r-annotationdbi))
109 (home-page "https://bioconductor.org/packages/org.Bt.eg.db")
110 (synopsis "Genome wide annotation for Bovine")
111 (description
112 "This package provides genome wide annotations for Bovine, primarily
113 based on mapping using Entrez Gene identifiers.")
114 (license license:artistic2.0)))
115
116 (define-public r-reactome-db
117 (package
118 (name "r-reactome-db")
119 (version "1.70.0")
120 (source
121 (origin
122 (method url-fetch)
123 (uri (bioconductor-uri "reactome.db" version 'annotation))
124 (sha256
125 (base32
126 "05wc4fp0faq6h3kq5rwafnips043as31yq11mrjngfxvf5i10srg"))))
127 (properties `((upstream-name . "reactome.db")))
128 (build-system r-build-system)
129 (propagated-inputs
130 (list r-annotationdbi))
131 (home-page "https://bioconductor.org/packages/reactome.db/")
132 (synopsis "Annotation maps for reactome")
133 (description
134 "This package provides a set of annotation maps for the REACTOME
135 database, assembled using data from REACTOME.")
136 (license license:cc-by4.0)))
137
138 (define-public r-bsgenome-btaurus-ucsc-bostau8
139 (package
140 (name "r-bsgenome-btaurus-ucsc-bostau8")
141 (version "1.4.2")
142 (source (origin
143 (method url-fetch)
144 (uri (bioconductor-uri "BSgenome.Btaurus.UCSC.bosTau8"
145 version 'annotation))
146 (sha256
147 (base32
148 "16wjy1aw9nvx03r7w8yh5w7sw3pn8i9nczd0n0728l6nnyqxlsz6"))))
149 (properties
150 `((upstream-name . "BSgenome.Btaurus.UCSC.bosTau8")))
151 (build-system r-build-system)
152 (propagated-inputs
153 (list r-bsgenome))
154 (home-page
155 "https://www.bioconductor.org/packages/BSgenome.Btaurus.UCSC.bosTau8/")
156 (synopsis "Full genome sequences for Bos taurus (UCSC version bosTau8)")
157 (description "This package provides the full genome sequences for Bos
158 taurus (UCSC version bosTau8).")
159 (license license:artistic2.0)))
160
161 (define-public r-bsgenome-celegans-ucsc-ce6
162 (package
163 (name "r-bsgenome-celegans-ucsc-ce6")
164 (version "1.4.0")
165 (source (origin
166 (method url-fetch)
167 (uri (bioconductor-uri "BSgenome.Celegans.UCSC.ce6"
168 version 'annotation))
169 (sha256
170 (base32
171 "0mqzb353xv2c3m3vkb315dkmnxkgczp7ndnknyhpgjlybyf715v9"))))
172 (properties
173 `((upstream-name . "BSgenome.Celegans.UCSC.ce6")))
174 (build-system r-build-system)
175 (propagated-inputs
176 (list r-bsgenome))
177 (home-page
178 "https://www.bioconductor.org/packages/BSgenome.Celegans.UCSC.ce6/")
179 (synopsis "Full genome sequences for Worm")
180 (description
181 "This package provides full genome sequences for Caenorhabditis
182 elegans (Worm) as provided by UCSC (ce6, May 2008) and stored in Biostrings
183 objects.")
184 (license license:artistic2.0)))
185
186 (define-public r-bsgenome-celegans-ucsc-ce10
187 (package
188 (name "r-bsgenome-celegans-ucsc-ce10")
189 (version "1.4.0")
190 (source (origin
191 (method url-fetch)
192 (uri (bioconductor-uri "BSgenome.Celegans.UCSC.ce10"
193 version 'annotation))
194 (sha256
195 (base32
196 "1zaym97jk4npxk14ifvwz2rvhm4zx9xgs33r9vvx9rlynp0gydrk"))))
197 (properties
198 `((upstream-name . "BSgenome.Celegans.UCSC.ce10")))
199 (build-system r-build-system)
200 (propagated-inputs
201 (list r-bsgenome))
202 (home-page
203 "https://www.bioconductor.org/packages/BSgenome.Celegans.UCSC.ce10/")
204 (synopsis "Full genome sequences for Worm")
205 (description
206 "This package provides full genome sequences for Caenorhabditis
207 elegans (Worm) as provided by UCSC (ce10, Oct 2010) and stored in Biostrings
208 objects.")
209 (license license:artistic2.0)))
210
211 (define-public r-bsgenome-dmelanogaster-ucsc-dm6
212 (package
213 (name "r-bsgenome-dmelanogaster-ucsc-dm6")
214 (version "1.4.1")
215 (source (origin
216 (method url-fetch)
217 (uri (bioconductor-uri "BSgenome.Dmelanogaster.UCSC.dm6"
218 version 'annotation))
219 (sha256
220 (base32
221 "1bhj0rdgf7lspw4xby9y9mf7v7jxxz8001bc8vw8kf04rjsx6060"))))
222 (properties
223 `((upstream-name . "BSgenome.Dmelanogaster.UCSC.dm6")))
224 (build-system r-build-system)
225 (propagated-inputs
226 (list r-bsgenome))
227 (home-page
228 "https://www.bioconductor.org/packages/BSgenome.Dmelanogaster.UCSC.dm6/")
229 (synopsis "Full genome sequences for Fly")
230 (description
231 "This package provides full genome sequences for Drosophila
232 melanogaster (Fly) as provided by UCSC (dm6) and stored in Biostrings
233 objects.")
234 (license license:artistic2.0)))
235
236 (define-public r-bsgenome-dmelanogaster-ucsc-dm3
237 (package
238 (name "r-bsgenome-dmelanogaster-ucsc-dm3")
239 (version "1.4.0")
240 (source (origin
241 (method url-fetch)
242 (uri (bioconductor-uri "BSgenome.Dmelanogaster.UCSC.dm3"
243 version 'annotation))
244 (sha256
245 (base32
246 "19bm3lkhhkag3gnwp419211fh0cnr0x6fa0r1lr0ycwrikxdxsv8"))))
247 (properties
248 `((upstream-name . "BSgenome.Dmelanogaster.UCSC.dm3")))
249 (build-system r-build-system)
250 (propagated-inputs
251 (list r-bsgenome))
252 (home-page
253 "https://www.bioconductor.org/packages/BSgenome.Dmelanogaster.UCSC.dm3/")
254 (synopsis "Full genome sequences for Fly")
255 (description
256 "This package provides full genome sequences for Drosophila
257 melanogaster (Fly) as provided by UCSC (dm3, April 2006) and stored in
258 Biostrings objects.")
259 (license license:artistic2.0)))
260
261 (define-public r-bsgenome-dmelanogaster-ucsc-dm3-masked
262 (package
263 (name "r-bsgenome-dmelanogaster-ucsc-dm3-masked")
264 (version "1.3.99")
265 (source (origin
266 (method url-fetch)
267 (uri (bioconductor-uri "BSgenome.Dmelanogaster.UCSC.dm3.masked"
268 version 'annotation))
269 (sha256
270 (base32
271 "1756csb09f1br9rj1l3f08qyh4hlymdbd0cfn8x3fq39dn45m5ap"))))
272 (properties
273 `((upstream-name . "BSgenome.Dmelanogaster.UCSC.dm3.masked")))
274 (build-system r-build-system)
275 (propagated-inputs
276 (list r-bsgenome r-bsgenome-dmelanogaster-ucsc-dm3))
277 (home-page "https://www.bioconductor.org/packages/BSgenome.Dmelanogaster.UCSC.dm3.masked/")
278 (synopsis "Full masked genome sequences for Fly")
279 (description
280 "This package provides full masked genome sequences for Drosophila
281 melanogaster (Fly) as provided by UCSC (dm3, April 2006) and stored in
282 Biostrings objects. The sequences are the same as in
283 BSgenome.Dmelanogaster.UCSC.dm3, except that each of them has the 4 following
284 masks on top: (1) the mask of assembly gaps (AGAPS mask), (2) the mask of
285 intra-contig ambiguities (AMB mask), (3) the mask of repeats from
286 RepeatMasker (RM mask), and (4) the mask of repeats from Tandem Repeats
287 Finder (TRF mask). Only the AGAPS and AMB masks are \"active\" by default.")
288 (license license:artistic2.0)))
289
290 (define-public r-bsgenome-drerio-ucsc-danrer11
291 (package
292 (name "r-bsgenome-drerio-ucsc-danrer11")
293 (version "1.4.2")
294 (source
295 (origin
296 (method url-fetch)
297 (uri (bioconductor-uri "BSgenome.Drerio.UCSC.danRer11"
298 version 'annotation))
299 (sha256
300 (base32 "08a928mqzv2jxngjcs4yr6ni1b9z9al6jdngwi438j8hm41cwk4v"))))
301 (properties `((upstream-name . "BSgenome.Drerio.UCSC.danRer11")))
302 (build-system r-build-system)
303 (propagated-inputs
304 (list r-bsgenome))
305 (home-page "https://bioconductor.org/packages/BSgenome.Drerio.UCSC.danRer11")
306 (synopsis "Full genome sequences for Danio rerio (UCSC version danRer11)")
307 (description
308 "This package provides full genome sequences for Danio rerio (Zebrafish)
309 as provided by UCSC (danRer11, May 2017) and stored in Biostrings objects.")
310 (license license:artistic2.0)))
311
312 (define-public r-bsgenome-hsapiens-1000genomes-hs37d5
313 (package
314 (name "r-bsgenome-hsapiens-1000genomes-hs37d5")
315 (version "0.99.1")
316 (source (origin
317 (method url-fetch)
318 (uri (bioconductor-uri "BSgenome.Hsapiens.1000genomes.hs37d5"
319 version 'annotation))
320 (sha256
321 (base32
322 "1cg0g5fqmsvwyw2p9hp2yy4ilk21jkbbrnpgqvb5c36ihjwvc7sr"))))
323 (properties
324 `((upstream-name . "BSgenome.Hsapiens.1000genomes.hs37d5")))
325 (build-system r-build-system)
326 (propagated-inputs
327 (list r-bsgenome))
328 (home-page
329 "https://www.bioconductor.org/packages/BSgenome.Hsapiens.1000genomes.hs37d5/")
330 (synopsis "Full genome sequences for Homo sapiens")
331 (description
332 "This package provides full genome sequences for Homo sapiens from
333 1000genomes phase2 reference genome sequence (hs37d5), based on NCBI GRCh37.")
334 (license license:artistic2.0)))
335
336 (define-public r-bsgenome-hsapiens-ncbi-grch38
337 (package
338 (name "r-bsgenome-hsapiens-ncbi-grch38")
339 (version "1.3.1000")
340 (source
341 (origin
342 (method url-fetch)
343 (uri (bioconductor-uri "BSgenome.Hsapiens.NCBI.GRCh38"
344 version 'annotation))
345 (sha256
346 (base32
347 "0y75qdq578fh6420vbvsbwmdw8jvr3g06qli2h3vj3pxmjykh9c1"))))
348 (properties `((upstream-name . "BSgenome.Hsapiens.NCBI.GRCh38")))
349 (build-system r-build-system)
350 (propagated-inputs (list r-bsgenome))
351 (home-page
352 "https://bioconductor.org/packages/release/data/annotation/html/\
353 BSgenome.Hsapiens.NCBI.GRCh38.html")
354 (synopsis "Full genome sequences for Homo sapiens (GRCh38)")
355 (description
356 "This package provides full genome sequences for Homo sapiens (Human) as
357 provided by NCBI (GRCh38, 2013-12-17) and stored in Biostrings objects.")
358 (license license:artistic2.0)))
359
360 (define-public r-bsgenome-hsapiens-ucsc-hg19-masked
361 (package
362 (name "r-bsgenome-hsapiens-ucsc-hg19-masked")
363 (version "1.3.993")
364 (source
365 (origin
366 (method url-fetch)
367 (uri (bioconductor-uri "BSgenome.Hsapiens.UCSC.hg19.masked"
368 version 'annotation))
369 (sha256
370 (base32 "19533ihgad67bzhavycv6z708012ylz9cw1qdfmk2b7ikf3kiaz9"))))
371 (properties
372 `((upstream-name . "BSgenome.Hsapiens.UCSC.hg19.masked")))
373 (build-system r-build-system)
374 (propagated-inputs
375 (list r-bsgenome r-bsgenome-hsapiens-ucsc-hg19))
376 (home-page "https://bioconductor.org/packages/BSgenome.Hsapiens.UCSC.hg19.masked/")
377 (synopsis "Full masked genome sequences for Homo sapiens")
378 (description
379 "This package provides full genome sequences for Homo sapiens (Human) as
380 provided by UCSC (hg19, Feb. 2009) and stored in Biostrings objects. The
381 sequences are the same as in BSgenome.Hsapiens.UCSC.hg19, except that each of
382 them has the 4 following masks on top: (1) the mask of assembly gaps (AGAPS
383 mask), (2) the mask of intra-contig ambiguities (AMB mask), (3) the mask of
384 repeats from RepeatMasker (RM mask), and (4) the mask of repeats from Tandem
385 Repeats Finder (TRF mask). Only the AGAPS and AMB masks are \"active\" by
386 default.")
387 (license license:artistic2.0)))
388
389 (define-public r-bsgenome-mmusculus-ucsc-mm9
390 (package
391 (name "r-bsgenome-mmusculus-ucsc-mm9")
392 (version "1.4.0")
393 (source (origin
394 (method url-fetch)
395 (uri (bioconductor-uri "BSgenome.Mmusculus.UCSC.mm9"
396 version 'annotation))
397 (sha256
398 (base32
399 "1birqw30g2azimxpnjfzmkphan7x131yy8b9h85lfz5fjdg7841i"))))
400 (properties
401 `((upstream-name . "BSgenome.Mmusculus.UCSC.mm9")))
402 (build-system r-build-system)
403 (propagated-inputs
404 (list r-bsgenome))
405 (home-page
406 "https://www.bioconductor.org/packages/BSgenome.Mmusculus.UCSC.mm9/")
407 (synopsis "Full genome sequences for Mouse")
408 (description
409 "This package provides full genome sequences for Mus musculus (Mouse) as
410 provided by UCSC (mm9, July 2007) and stored in Biostrings objects.")
411 (license license:artistic2.0)))
412
413 (define-public r-bsgenome-mmusculus-ucsc-mm9-masked
414 (package
415 (name "r-bsgenome-mmusculus-ucsc-mm9-masked")
416 (version "1.3.99")
417 (source (origin
418 (method url-fetch)
419 (uri (bioconductor-uri "BSgenome.Mmusculus.UCSC.mm9.masked"
420 version 'annotation))
421 (sha256
422 (base32
423 "00bpbm3havqcxr4g63zhllsbpd9q6svgihks7qp7x73nm4gvq7fn"))))
424 (properties
425 `((upstream-name . "BSgenome.Mmusculus.UCSC.mm9.masked")))
426 (build-system r-build-system)
427 (propagated-inputs
428 (list r-bsgenome r-bsgenome-mmusculus-ucsc-mm9))
429 (home-page "https://bioconductor.org/packages/BSgenome.Mmusculus.UCSC.mm9.masked/")
430 (synopsis "Full masked genome sequences for Mouse")
431 (description
432 "This package provides full genome sequences for Mus musculus (Mouse) as
433 provided by UCSC (mm9, Jul. 2007) and stored in Biostrings objects. The
434 sequences are the same as in BSgenome.Mmusculus.UCSC.mm9, except that each of
435 them has the 4 following masks on top: (1) the mask of assembly gaps (AGAPS
436 mask), (2) the mask of intra-contig ambiguities (AMB mask), (3) the mask of
437 repeats from RepeatMasker (RM mask), and (4) the mask of repeats from Tandem
438 Repeats Finder (TRF mask). Only the AGAPS and AMB masks are \"active\" by
439 default." )
440 (license license:artistic2.0)))
441
442 (define-public r-bsgenome-mmusculus-ucsc-mm10
443 (package
444 (name "r-bsgenome-mmusculus-ucsc-mm10")
445 (version "1.4.0")
446 (source (origin
447 (method url-fetch)
448 (uri (bioconductor-uri "BSgenome.Mmusculus.UCSC.mm10"
449 version 'annotation))
450 (sha256
451 (base32
452 "12s0nm2na9brjad4rn9l7d3db2aj8qa1xvz0y1k7gk08wayb6bkf"))))
453 (properties
454 `((upstream-name . "BSgenome.Mmusculus.UCSC.mm10")))
455 (build-system r-build-system)
456 (propagated-inputs
457 (list r-bsgenome))
458 (home-page
459 "https://www.bioconductor.org/packages/BSgenome.Mmusculus.UCSC.mm10/")
460 (synopsis "Full genome sequences for Mouse")
461 (description
462 "This package provides full genome sequences for Mus
463 musculus (Mouse) as provided by UCSC (mm10, December 2011) and stored
464 in Biostrings objects.")
465 (license license:artistic2.0)))
466
467 (define-public r-genomeinfodbdata
468 (package
469 (name "r-genomeinfodbdata")
470 (version "1.2.0")
471 (source (origin
472 (method url-fetch)
473 (uri (bioconductor-uri "GenomeInfoDbData" version 'annotation))
474 (sha256
475 (base32
476 "0di6nlqpsyqf693k2na65ayqldih563x3zfrczpqc5q2hl5kg35c"))))
477 (properties
478 `((upstream-name . "GenomeInfoDbData")))
479 (build-system r-build-system)
480 (home-page "https://bioconductor.org/packages/GenomeInfoDbData")
481 (synopsis "Species and taxonomy ID look up tables for GenomeInfoDb")
482 (description "This package contains data for mapping between NCBI taxonomy
483 ID and species. It is used by functions in the GenomeInfoDb package.")
484 (license license:artistic2.0)))
485
486 (define-public r-go-db
487 (package
488 (name "r-go-db")
489 (version "3.7.0")
490 (source (origin
491 (method url-fetch)
492 (uri (bioconductor-uri "GO.db" version 'annotation))
493 (sha256
494 (base32
495 "0i3wcf5h3n0dawzc1hy0kv74f06j80c47n4p3g3fmrcxlhi3jpa5"))))
496 (properties
497 `((upstream-name . "GO.db")))
498 (build-system r-build-system)
499 (propagated-inputs
500 (list r-annotationdbi))
501 (home-page "https://bioconductor.org/packages/GO.db")
502 (synopsis "Annotation maps describing the entire Gene Ontology")
503 (description
504 "The purpose of this GO.db annotation package is to provide detailed
505 information about the latest version of the Gene Ontologies.")
506 (license license:artistic2.0)))
507
508 (define-public r-homo-sapiens
509 (package
510 (name "r-homo-sapiens")
511 (version "1.3.1")
512 (source (origin
513 (method url-fetch)
514 (uri (bioconductor-uri "Homo.sapiens" version 'annotation))
515 (sha256
516 (base32
517 "151vj7h5p1c8yd5swrchk46z469p135wk50hvkl0nhgndvy0jj01"))))
518 (properties
519 `((upstream-name . "Homo.sapiens")))
520 (build-system r-build-system)
521 (propagated-inputs
522 (list r-genomicfeatures
523 r-go-db
524 r-org-hs-eg-db
525 r-txdb-hsapiens-ucsc-hg19-knowngene
526 r-organismdbi
527 r-annotationdbi))
528 (home-page "https://bioconductor.org/packages/Homo.sapiens/")
529 (synopsis "Annotation package for the Homo.sapiens object")
530 (description
531 "This package contains the Homo.sapiens object to access data from
532 several related annotation packages.")
533 (license license:artistic2.0)))
534
535 (define-public r-mus-musculus
536 (package
537 (name "r-mus-musculus")
538 (version "1.3.1")
539 (source
540 (origin
541 (method url-fetch)
542 (uri (bioconductor-uri "Mus.musculus" version 'annotation))
543 (sha256
544 (base32
545 "143zdf83gbfqhy8jm9df7gzhw5q3a64jrjrxrzjf0zd76j8s8j6y"))))
546 (properties `((upstream-name . "Mus.musculus")))
547 (build-system r-build-system)
548 (propagated-inputs
549 (list r-annotationdbi
550 r-genomicfeatures
551 r-go-db
552 r-org-mm-eg-db
553 r-organismdbi
554 r-txdb-mmusculus-ucsc-mm10-knowngene))
555 (home-page "https://bioconductor.org/packages/Mus.musculus")
556 (synopsis "Annotation package for the Mus.musculus object")
557 (description
558 "This package contains the @code{Mus.musculus} object to access data
559 from several related annotation packages.")
560 (license license:artistic2.0)))
561
562 (define-public r-illuminahumanmethylation450kanno-ilmn12-hg19
563 (package
564 (name "r-illuminahumanmethylation450kanno-ilmn12-hg19")
565 (version "0.6.0")
566 (source
567 (origin
568 (method url-fetch)
569 (uri (bioconductor-uri
570 "IlluminaHumanMethylation450kanno.ilmn12.hg19"
571 version 'annotation))
572 (sha256
573 (base32
574 "059vlxsx3p3fcnywwirahsc6mlk813zpqnbv0jsrag6x5bb8z6r4"))))
575 (properties
576 `((upstream-name
577 . "IlluminaHumanMethylation450kanno.ilmn12.hg19")))
578 (build-system r-build-system)
579 (propagated-inputs (list r-minfi))
580 (home-page
581 "https://bioconductor.org/packages/IlluminaHumanMethylation450kanno.ilmn12.hg19/")
582 (synopsis "Annotation for Illumina's 450k methylation arrays")
583 (description
584 "This package provides manifests and annotation for Illumina's 450k array
585 data.")
586 (license license:artistic2.0)))
587
588 (define-public r-org-ce-eg-db
589 (package
590 (name "r-org-ce-eg-db")
591 (version "3.7.0")
592 (source (origin
593 (method url-fetch)
594 (uri (bioconductor-uri "org.Ce.eg.db" version 'annotation))
595 (sha256
596 (base32
597 "1w5br1ss4ha8wv4v2saj7cmbjc2jw0dyj2f2y269l078z31wcnaz"))))
598 (properties
599 `((upstream-name . "org.Ce.eg.db")))
600 (build-system r-build-system)
601 (propagated-inputs
602 (list r-annotationdbi))
603 (home-page "https://www.bioconductor.org/packages/org.Ce.eg.db/")
604 (synopsis "Genome wide annotation for Worm")
605 (description
606 "This package provides mappings from Entrez gene identifiers to various
607 annotations for the genome of the model worm Caenorhabditis elegans.")
608 (license license:artistic2.0)))
609
610 (define-public r-org-dm-eg-db
611 (package
612 (name "r-org-dm-eg-db")
613 (version "3.7.0")
614 (source (origin
615 (method url-fetch)
616 (uri (bioconductor-uri "org.Dm.eg.db" version 'annotation))
617 (sha256
618 (base32
619 "1pqjrzlyg72bjpy8zsxvaglc7jsv176bnyi87xdajmkvsgxpm7b3"))))
620 (properties
621 `((upstream-name . "org.Dm.eg.db")))
622 (build-system r-build-system)
623 (propagated-inputs
624 (list r-annotationdbi))
625 (home-page "https://www.bioconductor.org/packages/org.Dm.eg.db/")
626 (synopsis "Genome wide annotation for Fly")
627 (description
628 "This package provides mappings from Entrez gene identifiers to various
629 annotations for the genome of the model fruit fly Drosophila melanogaster.")
630 (license license:artistic2.0)))
631
632 (define-public r-org-dr-eg-db
633 (package
634 (name "r-org-dr-eg-db")
635 (version "3.7.0")
636 (source (origin
637 (method url-fetch)
638 (uri (bioconductor-uri "org.Dr.eg.db" version 'annotation))
639 (sha256
640 (base32
641 "1xs5wsbcpy0iwbjyiv7fax57djqc529ai5fk1qfsdcvlja3cpglx"))))
642 (properties
643 `((upstream-name . "org.Dr.eg.db")))
644 (build-system r-build-system)
645 (propagated-inputs
646 (list r-annotationdbi))
647 (home-page "https://www.bioconductor.org/packages/org.Dr.eg.db/")
648 (synopsis "Annotation for Zebrafish")
649 (description
650 "This package provides genome wide annotations for Zebrafish, primarily
651 based on mapping using Entrez Gene identifiers.")
652 (license license:artistic2.0)))
653
654 (define-public r-org-hs-eg-db
655 (package
656 (name "r-org-hs-eg-db")
657 (version "3.14.0")
658 (source (origin
659 (method url-fetch)
660 (uri (bioconductor-uri "org.Hs.eg.db" version 'annotation))
661 (sha256
662 (base32
663 "0mnddv42ll0sc0zxf7hkgilslykbvfn7xgxg1g8qi57q2dmpwb6j"))))
664 (properties
665 `((upstream-name . "org.Hs.eg.db")))
666 (build-system r-build-system)
667 (propagated-inputs
668 (list r-annotationdbi))
669 (home-page "https://www.bioconductor.org/packages/org.Hs.eg.db/")
670 (synopsis "Genome wide annotation for Human")
671 (description
672 "This package contains genome-wide annotations for Human, primarily based
673 on mapping using Entrez Gene identifiers.")
674 (license license:artistic2.0)))
675
676 (define-public r-org-mm-eg-db
677 (package
678 (name "r-org-mm-eg-db")
679 (version "3.7.0")
680 (source (origin
681 (method url-fetch)
682 (uri (bioconductor-uri "org.Mm.eg.db" version 'annotation))
683 (sha256
684 (base32
685 "1i3nvrd3wjigf1rmgxq1p5xxc3p8v02h5gwi62s30rkrsyjjfjxx"))))
686 (properties
687 `((upstream-name . "org.Mm.eg.db")))
688 (build-system r-build-system)
689 (propagated-inputs
690 (list r-annotationdbi))
691 (home-page "https://www.bioconductor.org/packages/org.Mm.eg.db/")
692 (synopsis "Genome wide annotation for Mouse")
693 (description
694 "This package provides mappings from Entrez gene identifiers to various
695 annotations for the genome of the model mouse Mus musculus.")
696 (license license:artistic2.0)))
697
698 (define-public r-bsgenome-hsapiens-ucsc-hg19
699 (package
700 (name "r-bsgenome-hsapiens-ucsc-hg19")
701 (version "1.4.3")
702 (source (origin
703 (method url-fetch)
704 (uri (bioconductor-uri "BSgenome.Hsapiens.UCSC.hg19"
705 version 'annotation))
706 (sha256
707 (base32
708 "06lx7q7i52lg3vkjkqy492z9ianzgi4nhs9m1jrxjjb4hgbnbyjv"))))
709 (properties
710 `((upstream-name . "BSgenome.Hsapiens.UCSC.hg19")))
711 (build-system r-build-system)
712 (propagated-inputs
713 (list r-bsgenome))
714 (home-page
715 "https://www.bioconductor.org/packages/BSgenome.Hsapiens.UCSC.hg19/")
716 (synopsis "Full genome sequences for Homo sapiens")
717 (description
718 "This package provides full genome sequences for Homo sapiens as provided
719 by UCSC (hg19, February 2009) and stored in Biostrings objects.")
720 (license license:artistic2.0)))
721
722 (define-public r-bsgenome-hsapiens-ucsc-hg38
723 (package
724 (name "r-bsgenome-hsapiens-ucsc-hg38")
725 (version "1.4.4")
726 (source (origin
727 (method url-fetch)
728 (uri (bioconductor-uri "BSgenome.Hsapiens.UCSC.hg38"
729 version 'annotation))
730 (sha256
731 (base32 "03xmh6q99nqjxz29m6j0ymxlk22jq0nlvpf4a2yhg3hgnxqkakh2"))))
732 (properties
733 `((upstream-name . "BSgenome.Hsapiens.UCSC.hg38")))
734 (build-system r-build-system)
735 (propagated-inputs
736 (list r-bsgenome))
737 (home-page
738 "https://www.bioconductor.org/packages/BSgenome.Hsapiens.UCSC.hg38/")
739 (synopsis "Full genome sequences for Homo sapiens")
740 (description
741 "This package provides full genome sequences for Homo sapiens (Human)
742 as provided by UCSC (hg38, Dec. 2013) and stored in Biostrings objects.")
743 (license license:artistic2.0)))
744
745 (define-public r-ensdb-hsapiens-v75
746 (package
747 (name "r-ensdb-hsapiens-v75")
748 (version "2.99.0")
749 (source
750 (origin
751 (method url-fetch)
752 (uri (bioconductor-uri "EnsDb.Hsapiens.v75" version 'annotation))
753 (sha256
754 (base32
755 "0jx6rf6v0j8yr07q3c1h7s121901dc400nm6xaiv4i7kb5czjn9c"))))
756 (properties
757 `((upstream-name . "EnsDb.Hsapiens.v75")))
758 (build-system r-build-system)
759 (propagated-inputs
760 (list r-ensembldb))
761 (home-page "https://bioconductor.org/packages/EnsDb.Hsapiens.v75")
762 (synopsis "Ensembl based annotation package")
763 (description
764 "This package exposes an annotation database generated from Ensembl.")
765 (license license:artistic2.0)))
766
767 (define-public r-ensdb-hsapiens-v86
768 (package
769 (name "r-ensdb-hsapiens-v86")
770 (version "2.99.0")
771 (source
772 (origin
773 (method url-fetch)
774 (uri (bioconductor-uri "EnsDb.Hsapiens.v86" version 'annotation))
775 (sha256
776 (base32 "1gp7xrzddpvmh2vrcp571wyy00skxgxfl39ksj4h0hm1qay0fb2m"))))
777 (properties `((upstream-name . "EnsDb.Hsapiens.v86")))
778 (build-system r-build-system)
779 (propagated-inputs (list r-ensembldb))
780 (home-page "https://bioconductor.org/packages/EnsDb.Hsapiens.v86")
781 (synopsis "Ensembl based annotation package")
782 (description "This package exposes an annotation database generated from
783 Ensembl.")
784 (license license:artistic2.0)))
785
786 (define-public r-ensdb-mmusculus-v79
787 (package
788 (name "r-ensdb-mmusculus-v79")
789 (version "2.99.0")
790 (source
791 (origin
792 (method url-fetch)
793 (uri (bioconductor-uri "EnsDb.Mmusculus.v79" version 'annotation))
794 (sha256
795 (base32 "1zpmq7v55if6q9r0h883q9k8l70ym20b01m9hxf121wb256rl9f7"))))
796 (properties `((upstream-name . "EnsDb.Mmusculus.v79")))
797 (build-system r-build-system)
798 (propagated-inputs (list r-ensembldb))
799 (home-page "https://bioconductor.org/packages/EnsDb.Mmusculus.v79")
800 (synopsis "Ensembl based annotation package")
801 (description "This package exposes an annotation database generated from
802 Ensembl.")
803 (license license:artistic2.0)))
804
805 (define-public r-snplocs-hsapiens-dbsnp144-grch37
806 (package
807 (name "r-snplocs-hsapiens-dbsnp144-grch37")
808 (version "0.99.20")
809 (source (origin
810 (method url-fetch)
811 (uri (bioconductor-uri "SNPlocs.Hsapiens.dbSNP144.GRCh37"
812 version 'annotation))
813 (sha256
814 (base32
815 "1z8kx43ki1jvj7ms7pcybakcdimfwr6zpjvspkjmma97bdz093iz"))))
816 (build-system r-build-system)
817 ;; As this package provides little more than a very large data file it
818 ;; doesn't make sense to build substitutes.
819 (arguments `(#:substitutable? #f))
820 (propagated-inputs
821 (list r-biocgenerics
822 r-s4vectors
823 r-iranges
824 r-genomeinfodb
825 r-genomicranges
826 r-bsgenome
827 r-biostrings))
828 (home-page
829 "https://bioconductor.org/packages/SNPlocs.Hsapiens.dbSNP144.GRCh37/")
830 (synopsis "SNP locations for Homo sapiens (dbSNP Build 144)")
831 (description "This package provides SNP locations and alleles for Homo
832 sapiens extracted from NCBI dbSNP Build 144. The source data files used for
833 this package were created by NCBI on May 29-30, 2015, and contain SNPs mapped
834 to reference genome GRCh37.p13. Note that the GRCh37.p13 genome is a
835 patched version of GRCh37. However the patch doesn't alter chromosomes 1-22,
836 X, Y, MT. GRCh37 itself is the same as the hg19 genome from UCSC *except* for
837 the mitochondrion chromosome. Therefore, the SNPs in this package can be
838 injected in @code{BSgenome.Hsapiens.UCSC.hg19} and they will land at the
839 correct position but this injection will exclude chrM (i.e. nothing will be
840 injected in that sequence).")
841 (license license:artistic2.0)))
842
843 (define-public r-txdb-dmelanogaster-ucsc-dm6-ensgene
844 (package
845 (name "r-txdb-dmelanogaster-ucsc-dm6-ensgene")
846 (version "3.12.0")
847 (source
848 (origin
849 (method url-fetch)
850 (uri (bioconductor-uri "TxDb.Dmelanogaster.UCSC.dm6.ensGene"
851 version 'annotation))
852 (sha256
853 (base32
854 "0yij7zyqkmmr13389rs2gfa5anvvw648nnl1kjbsgvyxkggif8q4"))))
855 (properties
856 `((upstream-name . "TxDb.Dmelanogaster.UCSC.dm6.ensGene")))
857 (build-system r-build-system)
858 (propagated-inputs
859 (list r-annotationdbi r-genomicfeatures))
860 (home-page
861 "https://bioconductor.org/packages/TxDb.Dmelanogaster.UCSC.dm6.ensGene")
862 (synopsis "Annotation package for TxDb object(s)")
863 (description
864 "This package exposes an annotation databases generated from UCSC by
865 exposing these as TxDb objects.")
866 (license license:artistic2.0)))
867
868 (define-public r-txdb-hsapiens-ucsc-hg19-knowngene
869 (package
870 (name "r-txdb-hsapiens-ucsc-hg19-knowngene")
871 (version "3.2.2")
872 (source (origin
873 (method url-fetch)
874 (uri (bioconductor-uri "TxDb.Hsapiens.UCSC.hg19.knownGene"
875 version 'annotation))
876 (sha256
877 (base32
878 "1sajhcqqwazgz2lqbik7rd935i7kpnh08zxbp2ra10j72yqy4g86"))))
879 (properties
880 `((upstream-name . "TxDb.Hsapiens.UCSC.hg19.knownGene")))
881 (build-system r-build-system)
882 (propagated-inputs
883 (list r-genomicfeatures))
884 (home-page
885 "https://bioconductor.org/packages/TxDb.Hsapiens.UCSC.hg19.knownGene/")
886 (synopsis "Annotation package for human genome in TxDb format")
887 (description
888 "This package provides an annotation database of Homo sapiens genome
889 data. It is derived from the UCSC hg19 genome and based on the \"knownGene\"
890 track. The database is exposed as a @code{TxDb} object.")
891 (license license:artistic2.0)))
892
893 (define-public r-txdb-hsapiens-ucsc-hg38-knowngene
894 (package
895 (name "r-txdb-hsapiens-ucsc-hg38-knowngene")
896 (version "3.15.0")
897 (source (origin
898 (method url-fetch)
899 (uri (bioconductor-uri "TxDb.Hsapiens.UCSC.hg38.knownGene"
900 version 'annotation))
901 (sha256
902 (base32 "1y9fqhkk5wgny43bxc0j82afy49vz34rblcmcfmwavngdkpnj879"))))
903 (properties
904 `((upstream-name . "TxDb.Hsapiens.UCSC.hg38.knownGene")))
905 (build-system r-build-system)
906 (propagated-inputs
907 (list r-annotationdbi r-genomicfeatures))
908 (home-page
909 "https://bioconductor.org/packages/TxDb.Hsapiens.UCSC.hg38.knownGene/")
910 (synopsis "Annotation package for human genome in TxDb format")
911 (description
912 "This package provides an annotation database of Homo sapiens genome
913 data. It is derived from the UCSC hg38 genome and based on the \"knownGene\"
914 track. The database is exposed as a @code{TxDb} object.")
915 (license license:artistic2.0)))
916
917 (define-public r-txdb-mmusculus-ucsc-mm9-knowngene
918 (package
919 (name "r-txdb-mmusculus-ucsc-mm9-knowngene")
920 (version "3.2.2")
921 (source (origin
922 (method url-fetch)
923 (uri (bioconductor-uri "TxDb.Mmusculus.UCSC.mm9.knownGene"
924 version 'annotation))
925 (sha256
926 (base32
927 "16bjxy00363hf91ik2mqlqls86i07gia72qh92xc3l1ncch61mx2"))))
928 (properties
929 `((upstream-name . "TxDb.Mmusculus.UCSC.mm9.knownGene")))
930 (build-system r-build-system)
931 (propagated-inputs
932 (list r-genomicfeatures r-annotationdbi))
933 (home-page
934 "https://bioconductor.org/packages/TxDb.Mmusculus.UCSC.mm9.knownGene/")
935 (synopsis "Annotation package for mouse genome in TxDb format")
936 (description
937 "This package provides an annotation database of Mouse genome data. It
938 is derived from the UCSC mm9 genome and based on the \"knownGene\" track. The
939 database is exposed as a @code{TxDb} object.")
940 (license license:artistic2.0)))
941
942 (define-public r-txdb-mmusculus-ucsc-mm10-knowngene
943 (package
944 (name "r-txdb-mmusculus-ucsc-mm10-knowngene")
945 (version "3.10.0")
946 (source (origin
947 (method url-fetch)
948 (uri (bioconductor-uri "TxDb.Mmusculus.UCSC.mm10.knownGene"
949 version 'annotation))
950 (sha256
951 (base32
952 "0xs9npnhbwll7p62hibs02y4ac23jchdcr25i6a7qwq1kms82qk9"))))
953 (properties
954 `((upstream-name . "TxDb.Mmusculus.UCSC.mm10.knownGene")))
955 (build-system r-build-system)
956 (propagated-inputs
957 (list r-bsgenome r-genomicfeatures r-annotationdbi))
958 (home-page
959 "https://bioconductor.org/packages/TxDb.Mmusculus.UCSC.mm10.knownGene/")
960 (synopsis "Annotation package for TxDb knownGene object(s) for Mouse")
961 (description
962 "This package loads a TxDb object, which is an R interface to
963 prefabricated databases contained in this package. This package provides
964 the TxDb object of Mouse data as provided by UCSC (mm10, December 2011)
965 based on the knownGene track.")
966 (license license:artistic2.0)))
967
968 (define-public r-txdb-celegans-ucsc-ce6-ensgene
969 (package
970 (name "r-txdb-celegans-ucsc-ce6-ensgene")
971 (version "3.2.2")
972 (source
973 (origin
974 (method url-fetch)
975 (uri (bioconductor-uri "TxDb.Celegans.UCSC.ce6.ensGene"
976 version 'annotation))
977 (sha256
978 (base32
979 "1sgppva33cdy4isj2is8mfalj5gmmkpbkq9w1d83a4agcq31mi90"))))
980 (properties
981 `((upstream-name . "TxDb.Celegans.UCSC.ce6.ensGene")))
982 (build-system r-build-system)
983 (propagated-inputs
984 (list r-annotationdbi r-genomicfeatures))
985 (home-page "https://bioconductor.org/packages/TxDb.Celegans.UCSC.ce6.ensGene/")
986 (synopsis "Annotation package for C elegans TxDb objects")
987 (description
988 "This package exposes a C elegans annotation database generated from UCSC
989 by exposing these as TxDb objects.")
990 (license license:artistic2.0)))
991
992 (define-public r-fdb-infiniummethylation-hg19
993 (package
994 (name "r-fdb-infiniummethylation-hg19")
995 (version "2.2.0")
996 (source (origin
997 (method url-fetch)
998 (uri (bioconductor-uri "FDb.InfiniumMethylation.hg19"
999 version 'annotation))
1000 (sha256
1001 (base32
1002 "0gq90fvph6kgrpjb89nvzq6hl1k24swn19rgjh5g98l86mja6nk0"))))
1003 (properties
1004 `((upstream-name . "FDb.InfiniumMethylation.hg19")))
1005 (build-system r-build-system)
1006 (propagated-inputs
1007 (list r-biostrings r-genomicfeatures r-annotationdbi r-org-hs-eg-db
1008 r-txdb-hsapiens-ucsc-hg19-knowngene))
1009 (home-page "https://bioconductor.org/packages/FDb.InfiniumMethylation.hg19/")
1010 (synopsis "Compiled HumanMethylation27 and HumanMethylation450 annotations")
1011 (description
1012 "This is an annotation package for Illumina Infinium DNA methylation
1013 probes. It contains the compiled HumanMethylation27 and HumanMethylation450
1014 annotations.")
1015 (license license:artistic2.0)))
1016
1017 (define-public r-illuminahumanmethylationepicmanifest
1018 (package
1019 (name "r-illuminahumanmethylationepicmanifest")
1020 (version "0.3.0")
1021 (source (origin
1022 (method url-fetch)
1023 (uri (bioconductor-uri "IlluminaHumanMethylationEPICmanifest"
1024 version 'annotation))
1025 (sha256
1026 (base32
1027 "0alhjda5g186z8b1nsmnpfswrlj7prdz8mkwx60wkkl6hkcnk6p3"))))
1028 (properties
1029 `((upstream-name . "IlluminaHumanMethylationEPICmanifest")))
1030 (build-system r-build-system)
1031 (propagated-inputs
1032 (list r-minfi))
1033 (home-page "https://bioconductor.org/packages/IlluminaHumanMethylationEPICmanifest/")
1034 (synopsis "Manifest for Illumina's EPIC methylation arrays")
1035 (description
1036 "This is a manifest package for Illumina's EPIC methylation arrays.")
1037 (license license:artistic2.0)))
1038
1039 (define-public r-do-db
1040 (package
1041 (name "r-do-db")
1042 (version "2.9")
1043 (source (origin
1044 (method url-fetch)
1045 (uri (bioconductor-uri "DO.db" version 'annotation))
1046 (sha256
1047 (base32
1048 "10bqqa124l61ivzy4mdd3z3ar9a6537qbxw23pc4y9w8a6dwnavn"))))
1049 (properties
1050 `((upstream-name . "DO.db")))
1051 (build-system r-build-system)
1052 (propagated-inputs
1053 (list r-annotationdbi))
1054 (home-page "https://www.bioconductor.org/packages/DO.db/")
1055 (synopsis "Annotation maps describing the entire Disease Ontology")
1056 (description
1057 "This package provides a set of annotation maps describing the entire
1058 Disease Ontology.")
1059 (license license:artistic2.0)))
1060
1061 (define-public r-hgu133plus2-db
1062 (package
1063 (name "r-hgu133plus2-db")
1064 (version "3.13.0")
1065 (source
1066 (origin
1067 (method url-fetch)
1068 (uri (bioconductor-uri "hgu133plus2.db" version 'annotation))
1069 (sha256
1070 (base32 "0i6cfk7ahql4fcgrq0dai9gkjbsahyzd9iv4lqv1ad58fzkmipnx"))))
1071 (properties `((upstream-name . "hgu133plus2.db")))
1072 (build-system r-build-system)
1073 (propagated-inputs (list r-annotationdbi r-org-hs-eg-db))
1074 (home-page "https://bioconductor.org/packages/hgu133plus2.db")
1075 (synopsis "Affymetrix Affymetrix HG-U133_Plus_2 Array annotation data")
1076 (description
1077 "This package provides Affymetrix HG-U133_Plus_2 array annotation
1078 data (chip hgu133plus2) assembled using data from public repositories.")
1079 (license license:artistic2.0)))
1080
1081 (define-public r-pfam-db
1082 (package
1083 (name "r-pfam-db")
1084 (version "3.15.0")
1085 (source
1086 (origin
1087 (method url-fetch)
1088 (uri (bioconductor-uri "PFAM.db" version 'annotation))
1089 (sha256
1090 (base32 "03vjfb9vx1gxrw1jkq6y4i46qhjj9z2mkdiflglbd6kpfrgnl0z7"))))
1091 (properties `((upstream-name . "PFAM.db")))
1092 (build-system r-build-system)
1093 (propagated-inputs
1094 (list r-annotationdbi))
1095 (home-page "https://bioconductor.org/packages/PFAM.db")
1096 (synopsis "Set of protein ID mappings for PFAM")
1097 (description
1098 "This package provides a set of protein ID mappings for PFAM, assembled
1099 using data from public repositories.")
1100 (license license:artistic2.0)))
1101
1102 (define-public r-phastcons100way-ucsc-hg19
1103 (package
1104 (name "r-phastcons100way-ucsc-hg19")
1105 (version "3.7.2")
1106 (source
1107 (origin
1108 (method url-fetch)
1109 (uri (bioconductor-uri "phastCons100way.UCSC.hg19"
1110 version 'annotation))
1111 (sha256
1112 (base32
1113 "1jmc4k4zgkx5vr2plnidnd9bidlwlb0kr7mjg60cqjw7dq7jl1fa"))))
1114 (properties
1115 `((upstream-name . "phastCons100way.UCSC.hg19")))
1116 (build-system r-build-system)
1117 (propagated-inputs
1118 (list r-bsgenome
1119 r-genomeinfodb
1120 r-genomicranges
1121 r-genomicscores
1122 r-iranges
1123 r-s4vectors))
1124 (home-page "https://bioconductor.org/packages/phastCons100way.UCSC.hg19")
1125 (synopsis "UCSC phastCons conservation scores for hg19")
1126 (description
1127 "This package provides UCSC phastCons conservation scores for the human
1128 genome (hg19) calculated from multiple alignments with other 99 vertebrate
1129 species.")
1130 (license license:artistic2.0)))
1131
1132 \f
1133 ;;; Experiment data
1134
1135 (define-public r-abadata
1136 (package
1137 (name "r-abadata")
1138 (version "1.12.0")
1139 (source (origin
1140 (method url-fetch)
1141 (uri (bioconductor-uri "ABAData" version 'experiment))
1142 (sha256
1143 (base32
1144 "1bmj341xcymlrk02gss5vvrqc4ddas0rdw39lnpsj98hq6n11p5z"))))
1145 (properties
1146 `((upstream-name . "ABAData")))
1147 (build-system r-build-system)
1148 (propagated-inputs
1149 (list r-annotationdbi))
1150 (home-page "https://www.bioconductor.org/packages/ABAData/")
1151 (synopsis "Gene expression in human brain regions from Allen Brain Atlas")
1152 (description
1153 "This package provides the data for the gene expression enrichment
1154 analysis conducted in the package ABAEnrichment. The package includes three
1155 datasets which are derived from the Allen Brain Atlas:
1156
1157 @enumerate
1158 @item Gene expression data from Human Brain (adults) averaged across donors,
1159 @item Gene expression data from the Developing Human Brain pooled into five
1160 age categories and averaged across donors, and
1161 @item a developmental effect score based on the Developing Human Brain
1162 expression data.
1163 @end enumerate
1164
1165 All datasets are restricted to protein coding genes.")
1166 (license license:gpl2+)))
1167
1168 (define-public r-adductdata
1169 (package
1170 (name "r-adductdata")
1171 (version "1.12.0")
1172 (source (origin
1173 (method url-fetch)
1174 (uri (bioconductor-uri "adductData" version 'experiment))
1175 (sha256
1176 (base32 "02r7p1645vhhf7wn5x0aklmf7l97h6fjb8v9mldim4waccmpyg48"))))
1177 (properties `((upstream-name . "adductData")))
1178 (build-system r-build-system)
1179 (propagated-inputs (list r-annotationhub r-experimenthub))
1180 (native-inputs (list r-knitr))
1181 (home-page "https://bioconductor.org/packages/adductData")
1182 (synopsis "Data from untargeted mass spectrometry of modifications to Cys34")
1183 (description
1184 "This package contains data from untargeted @dfn{mass spectrometry} (MS)
1185 of modifications to @dfn{oxidized cysteine} (Cys) 34 in @dfn{human serum
1186 albumin} (HSA).")
1187 (license license:artistic2.0)))
1188
1189 (define-public r-aneufinderdata
1190 (package
1191 (name "r-aneufinderdata")
1192 (version "1.24.0")
1193 (source (origin
1194 (method url-fetch)
1195 (uri (bioconductor-uri "AneuFinderData" version 'experiment))
1196 (sha256
1197 (base32 "0cncb8km0sc2xh95rgnnm38kys5ml0n8gh8cl6x7ls1xh9sm83f7"))))
1198 (build-system r-build-system)
1199 (home-page "https://bioconductor.org/packages/AneuFinderData/")
1200 (synopsis "Data package for @code{AneuFinder}")
1201 (description "This package contains whole-genome single cell sequencing data for
1202 demonstration purposes in the @code{AneuFinder} package.")
1203 (license license:artistic2.0)))
1204
1205 (define-public r-arrmdata
1206 (package
1207 (name "r-arrmdata")
1208 (version "1.32.0")
1209 (source (origin
1210 (method url-fetch)
1211 (uri (bioconductor-uri "ARRmData" version 'experiment))
1212 (sha256
1213 (base32 "1cjzr58426s9z2bwjz3wzlkh52fv0q85cw4gbjnhwakh9sr3dd5p"))))
1214 (properties
1215 `((upstream-name . "ARRmData")))
1216 (build-system r-build-system)
1217 (home-page "https://www.bioconductor.org/packages/ARRmData/")
1218 (synopsis "Example dataset for normalization of Illumina 450k methylation data")
1219 (description
1220 "This package provides raw beta values from 36 samples across 3 groups
1221 from Illumina 450k methylation arrays.")
1222 (license license:artistic2.0)))
1223
1224 (define-public r-bladderbatch
1225 (package
1226 (name "r-bladderbatch")
1227 (version "1.34.0")
1228 (source (origin
1229 (method url-fetch)
1230 (uri (bioconductor-uri "bladderbatch" version
1231 'experiment))
1232 (sha256
1233 (base32
1234 "1dpbaqsqizyi99r0imf5m4lndhhrkyiaqii9bi8rp18fjbjdd72k"))))
1235 (properties `((upstream-name . "bladderbatch")))
1236 (build-system r-build-system)
1237 (propagated-inputs (list r-biobase))
1238 (home-page "https://bioconductor.org/packages/bladderbatch")
1239 (synopsis "Bladder gene expression data illustrating batch effects")
1240 (description
1241 "This package contains microarray gene expression data on 57 bladder samples from
1242 5 batches. The data are used as an illustrative example for the sva package.")
1243 (license license:artistic2.0)))
1244
1245 (define-public r-biscuiteerdata
1246 (package
1247 (name "r-biscuiteerdata")
1248 (version "1.10.0")
1249 (source
1250 (origin
1251 (method url-fetch)
1252 (uri (bioconductor-uri "biscuiteerData" version 'experiment))
1253 (sha256
1254 (base32 "0nda6b8mkv93s513y0xfgxvi7zn8v07jx323ii709rknlncm6qqw"))))
1255 (properties
1256 `((upstream-name . "biscuiteerData")))
1257 (build-system r-build-system)
1258 (propagated-inputs
1259 (list r-annotationhub r-curl r-experimenthub))
1260 (native-inputs (list r-knitr))
1261 (home-page "https://bioconductor.org/packages/biscuiteerData")
1262 (synopsis "Data package for Biscuiteer")
1263 (description
1264 "This package contains default datasets used by the Bioconductor package
1265 biscuiteer.")
1266 (license license:gpl3)))
1267
1268 (define-public r-celldex
1269 (package
1270 (name "r-celldex")
1271 (version "1.6.0")
1272 (source
1273 (origin
1274 (method url-fetch)
1275 (uri (bioconductor-uri "celldex" version 'experiment))
1276 (sha256
1277 (base32 "1fjldmhb9yg6yr3aq5ldvc8xwqw71ix4cdlr53xxckgwljjq7x10"))))
1278 (properties `((upstream-name . "celldex")))
1279 (build-system r-build-system)
1280 (propagated-inputs
1281 (list r-annotationdbi
1282 r-annotationhub
1283 r-delayedarray
1284 r-delayedmatrixstats
1285 r-experimenthub
1286 r-s4vectors
1287 r-summarizedexperiment))
1288 (native-inputs (list r-knitr))
1289 (home-page "https://github.com/LTLA/celldex")
1290 (synopsis "Reference index for cell types")
1291 (description
1292 "This package provides a collection of reference expression datasets with
1293 curated cell type labels, for use in procedures like automated annotation of
1294 single-cell data or deconvolution of bulk RNA-seq.")
1295 (license license:gpl3)))
1296
1297 (define-public r-chromstardata
1298 (package
1299 (name "r-chromstardata")
1300 (version "1.22.0")
1301 (source
1302 (origin
1303 (method url-fetch)
1304 (uri (bioconductor-uri "chromstaRData" version 'experiment))
1305 (sha256
1306 (base32 "1ajwnkibpi01c93nrplxhy6grw8jj5219g4pii4rkan4k5815kv1"))))
1307 (properties `((upstream-name . "chromstaRData")))
1308 (build-system r-build-system)
1309 (home-page "https://bioconductor.org/packages/chromstaRData/")
1310 (synopsis "ChIP-seq data for demonstration purposes")
1311 (description
1312 "This package provides ChIP-seq data for demonstration purposes in the
1313 chromstaR package.")
1314 (license license:gpl3)))
1315
1316 (define-public r-copyhelper
1317 (package
1318 (name "r-copyhelper")
1319 (version "1.28.0")
1320 (source
1321 (origin
1322 (method url-fetch)
1323 (uri (bioconductor-uri "CopyhelpeR" version 'experiment))
1324 (sha256
1325 (base32 "0klrnxck0q14birnpwzkiwmj77hwdn6gazvdg0lqn9y6j5mbkyx1"))))
1326 (properties `((upstream-name . "CopyhelpeR")))
1327 (build-system r-build-system)
1328 (home-page "https://bioconductor.org/packages/CopyhelpeR/")
1329 (synopsis "Helper files for CopywriteR")
1330 (description
1331 "This package contains the helper files that are required to run the
1332 Bioconductor package CopywriteR. It contains pre-assembled 1kb bin GC-content
1333 and mappability files for the reference genomes hg18, hg19, hg38, mm9 and
1334 mm10. In addition, it contains a blacklist filter to remove regions that
1335 display copy number variation. Files are stored as GRanges objects from the
1336 GenomicRanges Bioconductor package.")
1337 (license license:gpl2)))
1338
1339 (define-public r-genelendatabase
1340 (package
1341 (name "r-genelendatabase")
1342 (version "1.32.0")
1343 (source
1344 (origin
1345 (method url-fetch)
1346 (uri (bioconductor-uri "geneLenDataBase" version 'experiment))
1347 (sha256
1348 (base32 "0p4rmd3qszsnyn47mfbk96zfa0bhpyyvsh4ma1ligjrsnmkicsaz"))))
1349 (properties
1350 `((upstream-name . "geneLenDataBase")))
1351 (build-system r-build-system)
1352 (propagated-inputs
1353 (list r-rtracklayer r-genomicfeatures))
1354 (home-page "https://bioconductor.org/packages/geneLenDataBase/")
1355 (synopsis "Lengths of mRNA transcripts for a number of genomes")
1356 (description
1357 "This package provides the lengths of mRNA transcripts for a number of
1358 genomes and gene ID formats, largely based on the UCSC table browser.")
1359 (license license:lgpl2.0+)))
1360
1361 (define-public r-genomationdata
1362 (package
1363 (name "r-genomationdata")
1364 (version "1.28.0")
1365 (source
1366 (origin
1367 (method url-fetch)
1368 (uri (bioconductor-uri "genomationData" version 'experiment))
1369 (sha256
1370 (base32 "0ckdgmarndpz6r0y9sd4nmypzjgivj32w2890yl15xmxkx4397fh"))))
1371 (properties
1372 `((upstream-name . "genomationData")))
1373 (build-system r-build-system)
1374 ;; As this package provides little more than large data files, it doesn't
1375 ;; make sense to build substitutes.
1376 (arguments `(#:substitutable? #f))
1377 (native-inputs
1378 (list r-knitr))
1379 (home-page "https://bioinformatics.mdc-berlin.de/genomation/")
1380 (synopsis "Experimental data for use with the genomation package")
1381 (description
1382 "This package contains experimental genetic data for use with the
1383 genomation package. Included are Chip Seq, Methylation and Cage data,
1384 downloaded from Encode.")
1385 (license license:gpl3+)))
1386
1387 (define-public r-msdata
1388 (package
1389 (name "r-msdata")
1390 (version "0.36.0")
1391 (source
1392 (origin
1393 (method url-fetch)
1394 (uri (bioconductor-uri "msdata" version 'experiment))
1395 (sha256
1396 (base32 "0nqb7d7fa9l15bxy3s9wmy2h79jb6ldwww0hzk5mifabacmzx691"))))
1397 (properties `((upstream-name . "msdata")))
1398 (build-system r-build-system)
1399 (home-page "https://bioconductor.org/packages/msdata")
1400 (synopsis "Various Mass Spectrometry raw data example files")
1401 (description
1402 "This package provides Ion Trap positive ionization mode data in mzML file
1403 format. It includes a subset from 500-850 m/z and 1190-1310 seconds,
1404 including MS2 and MS3, intensity threshold 100.000; extracts from FTICR Apex
1405 III, m/z 400-450; a subset of UPLC - Bruker micrOTOFq data, both mzML and mz5;
1406 LC-MSMS and MRM files from proteomics experiments; and PSI mzIdentML example
1407 files for various search engines.")
1408 (license license:gpl2+)))
1409
1410 (define-public r-pasilla
1411 (package
1412 (name "r-pasilla")
1413 (version "1.24.0")
1414 (source
1415 (origin
1416 (method url-fetch)
1417 (uri (bioconductor-uri "pasilla" version 'experiment))
1418 (sha256
1419 (base32 "1vsxh7mv2krkbdqs5gsgjsxarjbll0bpyk94syrwh56z67n7jyib"))))
1420 (build-system r-build-system)
1421 (propagated-inputs (list r-dexseq))
1422 (native-inputs (list r-knitr))
1423 (home-page "https://www.bioconductor.org/packages/pasilla/")
1424 (synopsis "Data package with per-exon and per-gene read counts")
1425 (description "This package provides per-exon and per-gene read counts
1426 computed for selected genes from RNA-seq data that were presented in the
1427 article 'Conservation of an RNA regulatory map between Drosophila and mammals'
1428 by Brooks et al., Genome Research 2011.")
1429 (license license:lgpl2.1+)))
1430
1431 (define-public r-hsmmsinglecell
1432 (package
1433 (name "r-hsmmsinglecell")
1434 (version "1.16.0")
1435 (source
1436 (origin
1437 (method url-fetch)
1438 (uri (bioconductor-uri "HSMMSingleCell" version 'experiment))
1439 (sha256
1440 (base32 "12whx0pl9461xbak5r9zi6ggx5is8sk6mgrbjwlmx3mbr9am116v"))))
1441 (properties
1442 `((upstream-name . "HSMMSingleCell")))
1443 (build-system r-build-system)
1444 (home-page "https://www.bioconductor.org/packages/HSMMSingleCell/")
1445 (synopsis "Single-cell RNA-Seq for differentiating human skeletal muscle myoblasts (HSMM)")
1446 (description
1447 "Skeletal myoblasts undergo a well-characterized sequence of
1448 morphological and transcriptional changes during differentiation. In this
1449 experiment, primary @dfn{human skeletal muscle myoblasts} (HSMM) were expanded
1450 under high mitogen conditions (GM) and then differentiated by switching to
1451 low-mitogen media (DM). RNA-Seq libraries were sequenced from each of several
1452 hundred cells taken over a time-course of serum-induced differentiation.
1453 Between 49 and 77 cells were captured at each of four time points (0, 24, 48,
1454 72 hours) following serum switch using the Fluidigm C1 microfluidic system.
1455 RNA from each cell was isolated and used to construct mRNA-Seq libraries,
1456 which were then sequenced to a depth of ~4 million reads per library,
1457 resulting in a complete gene expression profile for each cell.")
1458 (license license:artistic2.0)))
1459
1460 (define-public r-all
1461 (package
1462 (name "r-all")
1463 (version "1.38.0")
1464 (source
1465 (origin
1466 (method url-fetch)
1467 (uri (bioconductor-uri "ALL" version 'experiment))
1468 (sha256
1469 (base32 "0410045x327wmfkksshd8yishw4yxij08vn8p65cdj7hb3qy3p0z"))))
1470 (properties `((upstream-name . "ALL")))
1471 (build-system r-build-system)
1472 (propagated-inputs
1473 (list r-biobase))
1474 (home-page "https://bioconductor.org/packages/ALL")
1475 (synopsis "Acute Lymphoblastic Leukemia data from the Ritz laboratory")
1476 (description
1477 "The data consist of microarrays from 128 different individuals with
1478 @dfn{acute lymphoblastic leukemia} (ALL). A number of additional covariates
1479 are available. The data have been normalized (using rma) and it is the
1480 jointly normalized data that are available here. The data are presented in
1481 the form of an @code{exprSet} object.")
1482 (license license:artistic2.0)))
1483
1484 (define-public r-affydata
1485 (package
1486 (name "r-affydata")
1487 (version "1.44.0")
1488 (source
1489 (origin
1490 (method url-fetch)
1491 (uri (bioconductor-uri "affydata" version 'experiment))
1492 (sha256
1493 (base32 "1d8ims7hks536v739r5hhfkkzyzqrf398aqal3hzyfm0psv15jbp"))))
1494 (properties `((upstream-name . "affydata")))
1495 (build-system r-build-system)
1496 (propagated-inputs
1497 (list r-affy))
1498 (home-page "https://bioconductor.org/packages/affydata/")
1499 (synopsis "Affymetrix data for demonstration purposes")
1500 (description
1501 "This package provides example datasets that represent 'real world
1502 examples' of Affymetrix data, unlike the artificial examples included in the
1503 package @code{affy}.")
1504 (license license:gpl2+)))
1505
1506 (define-public r-gagedata
1507 (package
1508 (name "r-gagedata")
1509 (version "2.34.0")
1510 (source
1511 (origin
1512 (method url-fetch)
1513 (uri (bioconductor-uri "gageData" version 'experiment))
1514 (sha256
1515 (base32 "00s2aig9r0bvk45brc0shildrgl2z0i0k8xlvqc9h1s274nnslk9"))))
1516 (properties `((upstream-name . "gageData")))
1517 (build-system r-build-system)
1518 (home-page "https://bioconductor.org/packages/gageData")
1519 (synopsis "Auxiliary data for the gage package")
1520 (description
1521 "This is a supportive data package for the software package @code{gage}.
1522 However, the data supplied here are also useful for gene set or pathway
1523 analysis or microarray data analysis in general. In this package, we provide
1524 two demo microarray dataset: GSE16873 (a breast cancer dataset from GEO) and
1525 BMP6 (originally published as an demo dataset for GAGE, also registered as
1526 GSE13604 in GEO). This package also includes commonly used gene set data based
1527 on KEGG pathways and GO terms for major research species, including human,
1528 mouse, rat and budding yeast. Mapping data between common gene IDs for budding
1529 yeast are also included.")
1530 (license license:gpl2+)))
1531
1532 (define-public r-curatedtcgadata
1533 (package
1534 (name "r-curatedtcgadata")
1535 (version "1.18.0")
1536 (source
1537 (origin
1538 (method url-fetch)
1539 (uri (bioconductor-uri "curatedTCGAData" version 'experiment))
1540 (sha256
1541 (base32 "0h3mpwy6lhyn8hfry13sdjgb35gqyi3g26igfjqzshc5wvsniwpr"))))
1542 (properties
1543 `((upstream-name . "curatedTCGAData")))
1544 (build-system r-build-system)
1545 (propagated-inputs
1546 (list r-annotationhub
1547 r-experimenthub
1548 r-hdf5array
1549 r-multiassayexperiment
1550 r-s4vectors
1551 r-summarizedexperiment))
1552 (native-inputs (list r-knitr))
1553 (home-page "https://bioconductor.org/packages/curatedTCGAData/")
1554 (synopsis "Curated data from The Cancer Genome Atlas")
1555 (description
1556 "This package provides publicly available data from The Cancer Genome
1557 Atlas (TCGA) as @code{MultiAssayExperiment} objects.
1558 @code{MultiAssayExperiment} integrates multiple assays (e.g., RNA-seq, copy
1559 number, mutation, microRNA, protein, and others) with clinical / pathological
1560 data. It also links assay barcodes with patient identifiers, enabling
1561 harmonized subsetting of rows (features) and columns (patients / samples)
1562 across the entire multi-'omics experiment.")
1563 (license license:artistic2.0)))
1564
1565 (define-public r-parathyroidse
1566 (package
1567 (name "r-parathyroidse")
1568 (version "1.34.0")
1569 (source (origin
1570 (method url-fetch)
1571 (uri (bioconductor-uri "parathyroidSE" version
1572 'experiment))
1573 (sha256
1574 (base32
1575 "1h33x55c4gbzmh085skqif04wdcvjp2l9fm55qzwws27kwd30c16"))))
1576 (properties `((upstream-name . "parathyroidSE")))
1577 (build-system r-build-system)
1578 (propagated-inputs (list r-summarizedexperiment))
1579 (home-page "https://bioconductor.org/packages/parathyroidSE")
1580 (synopsis "RangedSummarizedExperiment for RNA-Seq of parathyroid tumors")
1581 (description
1582 "This package provides @code{RangedSummarizedExperiment} objects of read
1583 counts in genes and exonic parts for paired-end RNA-Seq data from experiments on
1584 primary cultures of parathyroid tumors. The sequencing was performed on tumor
1585 cultures from 4 patients at 2 time points over 3 conditions (DPN, OHT and control).")
1586 ;; The author(s) mentions only LGPL without any specific version.
1587 (license license:lgpl2.1+)))
1588
1589 (define-public r-tcgabiolinksgui-data
1590 (package
1591 (name "r-tcgabiolinksgui-data")
1592 (version "1.16.0")
1593 (source
1594 (origin
1595 (method url-fetch)
1596 (uri (bioconductor-uri "TCGAbiolinksGUI.data" version 'experiment))
1597 (sha256
1598 (base32 "1mb2z59acs1pi1gqvgjyh62wnmbxskc5l0p42gpjajsjip5x1x7g"))))
1599 (properties `((upstream-name . "TCGAbiolinksGUI.data")))
1600 (build-system r-build-system)
1601 (native-inputs (list r-knitr))
1602 (home-page "https://github.com/BioinformaticsFMRP/TCGAbiolinksGUI.data")
1603 (synopsis "Data for the TCGAbiolinksGUI package")
1604 (description "This package provides supporting data for the
1605 TCGAbiolinksGUI package.")
1606 (license license:gpl3)))
1607
1608 \f
1609 ;;; Packages
1610
1611 (define-public r-abarray
1612 (package
1613 (name "r-abarray")
1614 (version "1.64.0")
1615 (source (origin
1616 (method url-fetch)
1617 (uri (bioconductor-uri "ABarray" version))
1618 (sha256
1619 (base32
1620 "0kjq00i2mb21xyjjs3jy09ps80f11cy37wywzjvmxyjxzbsk4d7r"))))
1621 (properties `((upstream-name . "ABarray")))
1622 (build-system r-build-system)
1623 (propagated-inputs (list r-biobase r-multtest))
1624 (home-page "https://bioconductor.org/packages/ABarray")
1625 (synopsis
1626 "Gene expression analysis for Applied Biosystems Genome Survey Microarray")
1627 (description
1628 "The package @code{ABarray} is designed to work with Applied Biosystems
1629 whole genome microarray platform, as well as any other platform whose data can
1630 be transformed into expression data matrix. Functions include data
1631 preprocessing, filtering, control probe analysis, statistical analysis in one
1632 single function. A @dfn{graphical user interface} (GUI) is also provided. The
1633 raw data, processed data, graphics output and statistical results are organized
1634 into folders according to the analysis settings used.")
1635 (license license:gpl2+)))
1636
1637 (define-public r-absseq
1638 (package
1639 (name "r-absseq")
1640 (version "1.50.0")
1641 (source (origin
1642 (method url-fetch)
1643 (uri (bioconductor-uri "ABSSeq" version))
1644 (sha256
1645 (base32
1646 "1kwl0gcqwbgblwvpbvqlgnsi91km77j11f0q1f0gd6hhnv38mmlv"))))
1647 (properties `((upstream-name . "ABSSeq")))
1648 (build-system r-build-system)
1649 (propagated-inputs (list r-limma r-locfit))
1650 (home-page "https://bioconductor.org/packages/ABSSeq")
1651 (synopsis
1652 "RNA-Seq analysis based on modelling absolute expression differences")
1653 (description
1654 "This package implements a new RNA-Seq analysis method and integrates two
1655 modules: a basic model for pairwise comparison and a linear model for complex
1656 design. RNA-Seq quantifies gene expression with reads count, which usually
1657 consists of conditions (or treatments) and several replicates for each
1658 condition. This software infers differential expression directly by the
1659 counts difference between conditions. It assumes that the sum counts
1660 difference between conditions follow a negative binomial distribution. In
1661 addition, @code{ABSSeq} moderates the fold-changes by two steps: the
1662 expression level and gene-specific dispersion, that might facilitate the gene
1663 ranking by fold-change and visualization.")
1664 (license license:gpl3+)))
1665
1666 (define-public r-adam
1667 (package
1668 (name "r-adam")
1669 (version "1.12.0")
1670 (source (origin
1671 (method url-fetch)
1672 (uri (bioconductor-uri "ADAM" version))
1673 (sha256
1674 (base32
1675 "1cgcjykik9hjrwlvvgaccprcrimgq5kwh9cj6367yk9m574a4gmn"))))
1676 (properties `((upstream-name . "ADAM")))
1677 (build-system r-build-system)
1678 (propagated-inputs (list r-dplyr
1679 r-dt
1680 r-go-db
1681 r-keggrest
1682 r-knitr
1683 r-pbapply
1684 r-rcpp
1685 r-stringr
1686 r-summarizedexperiment))
1687 (native-inputs (list r-knitr))
1688 (home-page "https://bioconductor.org/packages/ADAM")
1689 (synopsis "Gene activity and diversity analysis module")
1690 (description
1691 "This software @code{ADAM} is a @dfn{Gene set enrichment analysis} (GSEA)
1692 package created to group a set of genes from comparative samples (control
1693 versus experiment) belonging to different species according to their respective
1694 functions. The corresponding roles are extracted from the default collections
1695 like Gene ontology and @dfn{Kyoto encyclopedia of genes and genomes} (KEGG).
1696 @code{ADAM} show their significance by calculating the p-values referring to
1697 gene diversity and activity. Each group of genes is called @dfn{Group of
1698 functionally associated genes} (GFAG).")
1699 (license license:gpl2+)))
1700
1701 (define-public r-adamgui
1702 (package
1703 (name "r-adamgui")
1704 (version "1.12.0")
1705 (source (origin
1706 (method url-fetch)
1707 (uri (bioconductor-uri "ADAMgui" version))
1708 (sha256
1709 (base32
1710 "0vvd5qdwkfcr7zg7z63x3vvrcg63r6c9p383yvcg2lp8zmx8hsbs"))))
1711 (properties `((upstream-name . "ADAMgui")))
1712 (build-system r-build-system)
1713 (propagated-inputs
1714 (list r-adam
1715 r-colorramps
1716 r-data-table
1717 r-dplyr
1718 r-dt
1719 r-ggplot2
1720 r-ggpubr
1721 r-ggrepel
1722 r-ggsignif
1723 r-go-db
1724 r-gridextra
1725 r-knitr
1726 r-rcolorbrewer
1727 r-reshape2
1728 r-shiny
1729 r-shinyjs
1730 r-stringi
1731 r-stringr
1732 r-testthat
1733 r-varhandle))
1734 (native-inputs (list r-knitr))
1735 (home-page "https://bioconductor.org/packages/ADAMgui/")
1736 (synopsis "GUI for gene activity and diversity analysis")
1737 (description
1738 "This package @code{ADAMgui} is a @dfn{graphical user interface} (GUI)
1739 for the @code{ADAM} package. The @code{ADAMgui} package provides two
1740 shiny-based applications that allows the user to study the output of the
1741 @code{ADAM} package files through different plots. It's possible, for
1742 example, to choose a specific @dfn{group of functionally associated
1743 genes} (GFAG) and observe the gene expression behavior with the plots created
1744 with the @code{GFAGtargetUi} function. Features such as differential
1745 expression and fold change can be easily seen with aid of the plots made with
1746 the @code{GFAGpathUi} function.")
1747 (license license:gpl2+)))
1748
1749 (define-public r-adimpute
1750 (package
1751 (name "r-adimpute")
1752 (version "1.6.0")
1753 (source (origin
1754 (method url-fetch)
1755 (uri (bioconductor-uri "ADImpute" version))
1756 (sha256
1757 (base32
1758 "0885kd8mpmwjpzpx14pi6l3mqcvsixk10vkf5h4sqb7di0nnna4w"))))
1759 (properties `((upstream-name . "ADImpute")))
1760 (build-system r-build-system)
1761 (propagated-inputs
1762 (list r-biocparallel
1763 r-checkmate
1764 r-data-table
1765 r-drimpute
1766 r-kernlab
1767 r-mass
1768 r-matrix
1769 r-rsvd
1770 r-s4vectors
1771 r-saver
1772 r-singlecellexperiment
1773 r-summarizedexperiment))
1774 (native-inputs (list r-knitr))
1775 (home-page "https://bioconductor.org/packages/ADImpute")
1776 (synopsis "Adaptive computational prediction for dropout imputations")
1777 (description
1778 "@dfn{Single-cell RNA sequencing} (scRNA-seq) methods are typically
1779 unable to quantify the expression levels of all genes in a cell, creating a
1780 need for the computational prediction of missing values (dropout imputation).
1781 Most existing dropout imputation methods are limited in the sense that they
1782 exclusively use the scRNA-seq dataset at hand and do not exploit external
1783 gene-gene relationship information. The @code{ADImpute} package proposes two
1784 methods to address this issue:
1785
1786 @enumerate
1787 @item a gene regulatory network-based approach using gene-gene relationships
1788 learnt from external data;
1789 @item a baseline approach corresponding to a sample-wide average.
1790 @end enumerate
1791
1792 @code{ADImpute} implements these novel methods and also combines them with
1793 existing imputation methods like @code{DrImpute} and @code{SAVER}.
1794 @code{ADImpute} can learn the best performing method per gene and combine the
1795 results from different methods into an ensemble.")
1796 (license license:gpl3+)))
1797
1798 (define-public r-adsplit
1799 (package
1800 (name "r-adsplit")
1801 (version "1.66.0")
1802 (source (origin
1803 (method url-fetch)
1804 (uri (bioconductor-uri "adSplit" version))
1805 (sha256
1806 (base32
1807 "1wl2gd0b7krf485clw67cxayp0g9argklkzn8nw1vrkil0vvr4jm"))))
1808 (properties `((upstream-name . "adSplit")))
1809 (build-system r-build-system)
1810 (propagated-inputs
1811 (list r-annotationdbi
1812 r-biobase
1813 r-cluster
1814 r-go-db
1815 r-keggrest
1816 r-multtest))
1817 (home-page "https://compdiag.molgen.mpg.de/software/adSplit.shtml")
1818 (synopsis "Annotation-driven splits in microarray data")
1819 (description
1820 "This package implements clustering of microarray gene expression
1821 profiles according to functional annotations. For each term genes are
1822 annotated to, splits into two subclasses are computed and a significance of
1823 the supporting gene set is determined.")
1824 (license license:gpl2+)))
1825
1826 (define-public r-affixcan
1827 (package
1828 (name "r-affixcan")
1829 (version "1.14.0")
1830 (source (origin
1831 (method url-fetch)
1832 (uri (bioconductor-uri "AffiXcan" version))
1833 (sha256
1834 (base32
1835 "0wj9shzmlxpksbxny571xzfcmmqqzjlk1vq4mx1is2r6ma7jkblq"))))
1836 (properties `((upstream-name . "AffiXcan")))
1837 (build-system r-build-system)
1838 (propagated-inputs
1839 (list r-biocparallel
1840 r-crayon
1841 r-multiassayexperiment
1842 r-summarizedexperiment))
1843 (native-inputs (list r-knitr))
1844 (home-page "https://bioconductor.org/packages/AffiXcan")
1845 (synopsis "Functional approach to impute genetically regulated expression")
1846 (description
1847 "The @code{AffiXcan} package imputes a @dfn{genetically regulated
1848 expression} (GReX) for a set of genes in a sample of individuals, using a
1849 method based on the @dfn{total binding affinity} (TBA). Statistical models to
1850 impute GReX can be trained with a training dataset where the real total
1851 expression values are known.")
1852 (license license:gpl3)))
1853
1854 (define-public r-affyrnadegradation
1855 (package
1856 (name "r-affyrnadegradation")
1857 (version "1.42.0")
1858 (source (origin
1859 (method url-fetch)
1860 (uri (bioconductor-uri "AffyRNADegradation" version))
1861 (sha256
1862 (base32
1863 "16akwmpzwxai7ks5bvc1yyb9sx2scv9b9gas5avb0sk5fk0h3nsf"))))
1864 (properties `((upstream-name . "AffyRNADegradation")))
1865 (build-system r-build-system)
1866 (propagated-inputs (list r-affy))
1867 (home-page "https://bioconductor.org/packages/AffyRNADegradation")
1868 (synopsis
1869 "Analyze and correct probe positional bias in data due to RNA degradation")
1870 (description
1871 "The @code{AffyRNADegradation} package helps with the assessment and
1872 correction of RNA degradation effects in Affymetrix 3 expression arrays. The
1873 parameter @code{d} gives a robust and accurate measure of RNA integrity. The
1874 correction removes the probe positional bias, and thus improves comparability
1875 of samples that are affected by RNA degradation.")
1876 ;; the R file header specifies GPL2 or later
1877 (license license:gpl2+)))
1878
1879 (define-public r-agdex
1880 (package
1881 (name "r-agdex")
1882 (version "1.44.0")
1883 (source (origin
1884 (method url-fetch)
1885 (uri (bioconductor-uri "AGDEX" version))
1886 (sha256
1887 (base32
1888 "0c44fw5ajdjc13409rn3lsv0jhlqa2qcak9b1k8hpig486xxzsr9"))))
1889 (properties `((upstream-name . "AGDEX")))
1890 (build-system r-build-system)
1891 (propagated-inputs (list r-biobase r-gseabase))
1892 (home-page "https://bioconductor.org/packages/AGDEX")
1893 (synopsis
1894 "Evaluate agreement of differential expression for cross-species genomics")
1895 (description
1896 "The objective of @code{AGDEX} is to evaluate whether the results of a
1897 pair of two-group differential expression analysis comparisons show a level of
1898 agreement that is greater than expected if the group labels for each two-group
1899 comparison are randomly assigned. The agreement is evaluated for the entire
1900 transcriptome and (optionally) for a collection of pre-defined gene-sets.
1901 Additionally, the procedure performs permutation-based differential expression
1902 and meta analysis at both gene and gene-set levels of the data from each
1903 experiment.")
1904 (license license:gpl2+)))
1905
1906 (define-public r-aggregatebiovar
1907 (package
1908 (name "r-aggregatebiovar")
1909 (version "1.6.0")
1910 (source (origin
1911 (method url-fetch)
1912 (uri (bioconductor-uri "aggregateBioVar" version))
1913 (sha256
1914 (base32
1915 "0ngg12bgr95m4wm12scmrb55dgy4909c6qrg169l6dkng99v4nx1"))))
1916 (properties `((upstream-name . "aggregateBioVar")))
1917 (build-system r-build-system)
1918 (propagated-inputs
1919 (list r-matrix
1920 r-rlang
1921 r-s4vectors
1922 r-singlecellexperiment
1923 r-summarizedexperiment
1924 r-tibble))
1925 (native-inputs (list r-knitr))
1926 (home-page "https://github.com/jasonratcliff/aggregateBioVar")
1927 (synopsis "Differential gene expression analysis for multi-subject scRNA-seq")
1928 (description
1929 "This package @code{aggregateBioVar} contains tools to summarize single
1930 cell gene expression profiles at the level of subject for single cell RNA-seq
1931 data collected from more than one subject (e.g. biological sample or technical
1932 replicates). A @code{SingleCellExperiment} object is taken as input and
1933 converted to a list of @code{SummarizedExperiment} objects, where each list
1934 element corresponds to an assigned cell type. The @code{SummarizedExperiment}
1935 objects contain aggregate gene-by-subject count matrices and inter-subject
1936 column metadata for individual subjects that can be processed using downstream
1937 bulk RNA-seq tools.")
1938 (license license:gpl3)))
1939
1940 (define-public r-agilp
1941 (package
1942 (name "r-agilp")
1943 (version "3.28.0")
1944 (source (origin
1945 (method url-fetch)
1946 (uri (bioconductor-uri "agilp" version))
1947 (sha256
1948 (base32
1949 "1pm329y2nfcnx98ggxq0prdd5pxfcl5iylvsjjnhw5lyz1awg1yf"))))
1950 (properties `((upstream-name . "agilp")))
1951 (build-system r-build-system)
1952 (home-page "https://bioconductor.org/packages/agilp")
1953 (synopsis "Processing of Agilent expression array")
1954 (description
1955 "This package aims to provide a pipeline for the low-level analysis of
1956 gene expression microarray data, primarily focused on the Agilent platform,
1957 but which also provides utilities which may be useful for other platforms.")
1958 ;; Some files are under GPLv2+ but the combined work is released under the
1959 ;; GPLv3.
1960 (license license:gpl3)))
1961
1962 (define-public r-adductomicsr
1963 (package
1964 (name "r-adductomicsr")
1965 (version "1.12.0")
1966 (source (origin
1967 (method url-fetch)
1968 (uri (bioconductor-uri "adductomicsR" version))
1969 (sha256
1970 (base32
1971 "0623qf06xgdsyz0in2wnxwvpdw8kj6cnwf8vlqmgp7g0n3w701ys"))))
1972 (properties `((upstream-name . "adductomicsR")))
1973 (build-system r-build-system)
1974 (propagated-inputs
1975 (list r-adductdata
1976 r-ade4
1977 r-annotationhub
1978 r-bootstrap
1979 r-data-table
1980 r-dosnow
1981 r-dplyr
1982 r-dt
1983 r-experimenthub
1984 r-fastcluster
1985 r-foreach
1986 r-fpc
1987 r-mzr
1988 r-orgmassspecr
1989 r-pastecs
1990 r-pracma
1991 r-rcppeigen
1992 r-reshape2
1993 r-rvest
1994 r-smoother
1995 r-zoo))
1996 (native-inputs (list r-knitr))
1997 (home-page "https://bioconductor.org/packages/adductomicsR")
1998 (synopsis "Processing of adductomic mass spectral datasets")
1999 (description
2000 "This package @code{adductomicsR} processes data generated by the
2001 @dfn{second stage of mass spectrometry} (MS2) to identify potentially adducted
2002 peptides from spectra that has been corrected for mass drift and retention
2003 time drift and quantifies level mass spectral peaks from @dfn{first stage of
2004 mass spectrometry} (MS1) data.")
2005 (license license:artistic2.0)))
2006
2007 (define-public r-agimicrorna
2008 (package
2009 (name "r-agimicrorna")
2010 (version "2.46.0")
2011 (source (origin
2012 (method url-fetch)
2013 (uri (bioconductor-uri "AgiMicroRna" version))
2014 (sha256
2015 (base32
2016 "0jic89gyphbv7jzlfgm9bh1aq48lp86rq6hr34gsg9z0pa1192xa"))))
2017 (properties `((upstream-name . "AgiMicroRna")))
2018 (build-system r-build-system)
2019 (propagated-inputs
2020 (list r-affy
2021 r-affycoretools
2022 r-biobase
2023 r-limma
2024 r-preprocesscore))
2025 (home-page "https://git.bioconductor.org/packages/AgiMicroRna")
2026 (synopsis
2027 "Processing and differential expression analysis of Agilent microRNA chips")
2028 (description
2029 "@code{AgiMicroRna} provides useful functionality for the processing,
2030 quality assessment and differential expression analysis of Agilent microRNA
2031 array data. The package uses a limma-like structure to generate the processed
2032 data in order to make statistical inferences about differential expression
2033 using the linear model features implemented in limma. Standard Bioconductor
2034 objects are used so that other packages could be used as well.")
2035 (license license:gpl3)))
2036
2037 (define-public r-amountain
2038 (package
2039 (name "r-amountain")
2040 (version "1.22.0")
2041 (source (origin
2042 (method url-fetch)
2043 (uri (bioconductor-uri "AMOUNTAIN" version))
2044 (sha256
2045 (base32
2046 "0vdfabsrisdd7qq28f5ivd0v8zz49szqn677i5lhwnlaix220c54"))))
2047 (properties `((upstream-name . "AMOUNTAIN")))
2048 (build-system r-build-system)
2049 (inputs (list gsl))
2050 (native-inputs (list r-knitr))
2051 (home-page "https://bioconductor.org/packages/AMOUNTAIN")
2052 (synopsis "Modules for multilayer weighted gene co-expression networks")
2053 (description
2054 "This package provides a pure data-driven gene network, @dfn{WGCN}(weighted
2055 gene co-expression network) could be constructed only from expression profile.
2056 Different layers in such networks may represent different time points, multiple
2057 conditions or various species. @code{AMOUNTAIN} aims to search active modules
2058 in multi-layer WGCN using a continuous optimization approach.")
2059 (license license:gpl2+)))
2060
2061 (define-public r-amaretto
2062 (package
2063 (name "r-amaretto")
2064 (version "1.12.0")
2065 (source (origin
2066 (method url-fetch)
2067 (uri (bioconductor-uri "AMARETTO" version))
2068 (sha256
2069 (base32
2070 "111dk19b9910icksyr592cvhc5gwvgknr5q4887j9yxbajd7hcmx"))))
2071 (properties `((upstream-name . "AMARETTO")))
2072 (build-system r-build-system)
2073 (propagated-inputs
2074 (list r-biocfilecache
2075 r-callr
2076 r-circlize
2077 r-complexheatmap
2078 r-curatedtcgadata
2079 r-doparallel
2080 r-dplyr
2081 r-dt
2082 r-foreach
2083 r-ggplot2
2084 r-glmnet
2085 r-gridextra
2086 r-httr
2087 r-impute
2088 r-knitr
2089 r-limma
2090 r-matrix
2091 r-matrixstats
2092 r-multiassayexperiment
2093 r-rcpp
2094 r-readr
2095 r-reshape2
2096 r-rmarkdown
2097 r-tibble))
2098 (native-inputs (list r-knitr))
2099 (home-page "https://bioconductor.org/packages/AMARETTO")
2100 (synopsis "Regulatory network inference and driver gene evaluation")
2101 (description
2102 "This package @code{AMARETTO} represents an algorithm that integrates copy
2103 number, DNA methylation and gene expression data to identify a set of driver
2104 genes by analyzing cancer samples and connects them to clusters of co-expressed
2105 genes, which we define as modules. @code{AMARETTO} can be applied in a pancancer
2106 setting to identify cancer driver genes and their modules on multiple cancer
2107 sites. @code{AMARETTO} captures modules enriched in angiogenesis, cell cycle
2108 and EMT, and modules that accurately predict survival and molecular subtypes.
2109 This allows @code{AMARETTO} to identify novel cancer driver genes directing
2110 canonical cancer pathways.")
2111 (license license:asl2.0)))
2112
2113 (define-public r-anaquin
2114 (package
2115 (name "r-anaquin")
2116 (version "2.20.0")
2117 (source (origin
2118 (method url-fetch)
2119 (uri (bioconductor-uri "Anaquin" version))
2120 (sha256
2121 (base32
2122 "1jgpnls2djl1yzvnk64qc83mljmlci7wflwkza3wr0sv6r47b0dd"))))
2123 (properties `((upstream-name . "Anaquin")))
2124 (build-system r-build-system)
2125 (propagated-inputs
2126 (list r-deseq2
2127 r-ggplot2
2128 r-knitr
2129 r-locfit
2130 r-plyr
2131 r-qvalue
2132 r-rocr))
2133 (native-inputs (list r-knitr))
2134 (home-page "https://www.sequinstandards.com/")
2135 (synopsis "Statistical analysis of sequins")
2136 (description
2137 "The project is intended to support the use of @dfn{sequins}(synthetic
2138 sequencing spike-in controls) owned and made available by the Garvan Institute
2139 of Medical Research. The goal is to provide a standard library for quantitative
2140 analysis, modelling, and visualization of spike-in controls.")
2141 (license license:bsd-3)))
2142
2143 (define-public r-aneufinder
2144 (package
2145 (name "r-aneufinder")
2146 (version "1.24.0")
2147 (source (origin
2148 (method url-fetch)
2149 (uri (bioconductor-uri "AneuFinder" version))
2150 (sha256
2151 (base32
2152 "1acsp987jv2x4qwbgy3y7ff4r2qz7680b0nbr37m4lmncqfgh8yl"))))
2153 (build-system r-build-system)
2154 (native-inputs
2155 (list r-knitr))
2156 (propagated-inputs
2157 (list r-genomicranges
2158 r-aneufinderdata
2159 r-ecp
2160 r-foreach
2161 r-doparallel
2162 r-biocgenerics
2163 r-s4vectors
2164 r-genomeinfodb
2165 r-iranges
2166 r-rsamtools
2167 r-bamsignals
2168 r-dnacopy
2169 r-biostrings
2170 r-genomicalignments
2171 r-ggplot2
2172 r-reshape2
2173 r-ggdendro
2174 r-ggrepel
2175 r-reordercluster
2176 r-mclust
2177 r-cowplot))
2178 (home-page "https://bioconductor.org/packages/AneuFinder/")
2179 (synopsis "Copy number variation analysis in single-cell-sequencing data")
2180 (description "This package implements functions for copy number variant
2181 calling, plotting, export and analysis from whole-genome single cell
2182 sequencing data.")
2183 (license license:artistic2.0)))
2184
2185 (define-public r-anf
2186 (package
2187 (name "r-anf")
2188 (version "1.18.0")
2189 (source (origin
2190 (method url-fetch)
2191 (uri (bioconductor-uri "ANF" version))
2192 (sha256
2193 (base32
2194 "1fa2pbdapymrpz01ws0m2fbzf11d723x6rbsys29v06is57f5lpj"))))
2195 (properties `((upstream-name . "ANF")))
2196 (build-system r-build-system)
2197 (propagated-inputs
2198 (list r-biobase
2199 r-igraph
2200 r-mass
2201 r-rcolorbrewer
2202 r-survival))
2203 (native-inputs (list r-knitr))
2204 (home-page "https://bioconductor.org/packages/ANF")
2205 (synopsis "Affinity network fusion for complex patient clustering")
2206 (description
2207 "The package @dfn{ANF}(Affinity Network Fusion) provides methods for affinity
2208 matrix construction and fusion as well as spectral clustering. This package is
2209 used for complex patient clustering by integrating multi-omic data through affinity
2210 network fusion.")
2211 (license license:gpl3)))
2212
2213 (define-public r-annmap
2214 (package
2215 (name "r-annmap")
2216 (version "1.38.0")
2217 (source (origin
2218 (method url-fetch)
2219 (uri (bioconductor-uri "annmap" version))
2220 (sha256
2221 (base32
2222 "0ywqbb8jia7rrkzcsf6a11kqf8dnx96z8n8xw7067mahycykbixv"))))
2223 (properties `((upstream-name . "annmap")))
2224 (build-system r-build-system)
2225 (propagated-inputs
2226 (list r-biobase
2227 r-biocgenerics
2228 r-dbi
2229 r-digest
2230 r-genefilter
2231 r-genomicranges
2232 r-iranges
2233 r-lattice
2234 r-rmysql
2235 r-rsamtools))
2236 (home-page "https://github.com/cruk-mi/annmap")
2237 (synopsis
2238 "Genome annotation and visualisation for Affymetrix arrays and NGS analysis")
2239 (description
2240 "This package @code{annmap} provides annotation mappings for Affymetrix exon
2241 arrays and coordinate based queries to support deep sequencing data analysis.
2242 Database access is hidden behind the API which provides a set of functions such
2243 as @code{genesInRange()}, @code{geneToExon()}, @code{exonDetails()}, etc.
2244 Functions to plot gene architecture and BAM file data are also provided.")
2245 (license license:gpl2)))
2246
2247 (define-public r-antiprofiles
2248 (package
2249 (name "r-antiprofiles")
2250 (version "1.36.0")
2251 (source (origin
2252 (method url-fetch)
2253 (uri (bioconductor-uri "antiProfiles" version))
2254 (sha256
2255 (base32
2256 "1277kg5xpyb2yriyjy18p437q5lj22h4al7z7pygkzxzywxv9g40"))))
2257 (properties `((upstream-name . "antiProfiles")))
2258 (build-system r-build-system)
2259 (propagated-inputs
2260 (list r-locfit
2261 r-matrixstats))
2262 (home-page "https://github.com/HCBravoLab/antiProfiles")
2263 (synopsis "Implementation of gene expression anti-profiles")
2264 (description
2265 "This package implements the gene expression anti-profiles method.
2266 Anti-profiles are a new approach for developing cancer genomic signatures that
2267 specifically take advantage of gene expression heterogeneity. They explicitly
2268 model increased gene expression variability in cancer to define robust and
2269 reproducible gene expression signatures capable of accurately distinguishing
2270 tumor samples from healthy controls.")
2271 (license license:artistic2.0)))
2272
2273 (define-public r-biocversion
2274 (package
2275 (name "r-biocversion")
2276 (version "3.15.2")
2277 (source
2278 (origin
2279 (method url-fetch)
2280 (uri (bioconductor-uri "BiocVersion" version))
2281 (sha256
2282 (base32
2283 "0rs4nyza4hqqk204d037gi013135wgfhx5asq2dsdjc9vk5nwzfn"))))
2284 (properties `((upstream-name . "BiocVersion")))
2285 (build-system r-build-system)
2286 (home-page "https://bioconductor.org/packages/BiocVersion/")
2287 (synopsis "Set the appropriate version of Bioconductor packages")
2288 (description
2289 "This package provides repository information for the appropriate version
2290 of Bioconductor.")
2291 (license license:artistic2.0)))
2292
2293 (define-public r-biocgenerics
2294 (package
2295 (name "r-biocgenerics")
2296 (version "0.42.0")
2297 (source (origin
2298 (method url-fetch)
2299 (uri (bioconductor-uri "BiocGenerics" version))
2300 (sha256
2301 (base32
2302 "0iv9bnpw2hycndwbmjsszqfwrksz6dfr6qcz78jkssc9ldsgmdhc"))))
2303 (properties
2304 `((upstream-name . "BiocGenerics")))
2305 (build-system r-build-system)
2306 (home-page "https://bioconductor.org/packages/BiocGenerics")
2307 (synopsis "S4 generic functions for Bioconductor")
2308 (description
2309 "This package provides S4 generic functions needed by many Bioconductor
2310 packages.")
2311 (license license:artistic2.0)))
2312
2313 (define-public r-coverageview
2314 (package
2315 (name "r-coverageview")
2316 (version "1.34.0")
2317 (source (origin
2318 (method url-fetch)
2319 (uri (bioconductor-uri "CoverageView" version))
2320 (sha256
2321 (base32
2322 "0mh66l4yh6rpd1r7qbqwh5jkklqyvpfiap0zcqhz9kimssm2pbbp"))))
2323 (build-system r-build-system)
2324 (propagated-inputs
2325 (list r-s4vectors
2326 r-iranges
2327 r-genomicranges
2328 r-genomicalignments
2329 r-rtracklayer
2330 r-rsamtools))
2331 (home-page "https://bioconductor.org/packages/CoverageView/")
2332 (synopsis "Coverage visualization package for R")
2333 (description "This package provides a framework for the visualization of
2334 genome coverage profiles. It can be used for ChIP-seq experiments, but it can
2335 be also used for genome-wide nucleosome positioning experiments or other
2336 experiment types where it is important to have a framework in order to inspect
2337 how the coverage distributed across the genome.")
2338 (license license:artistic2.0)))
2339
2340 (define-public r-cummerbund
2341 (package
2342 (name "r-cummerbund")
2343 (version "2.38.0")
2344 (source (origin
2345 (method url-fetch)
2346 (uri (bioconductor-uri "cummeRbund" version))
2347 (sha256
2348 (base32
2349 "1p4anmi436zykp0ir307g75g23kj8b7shxg4r65qq6zdwflphm0q"))))
2350 (build-system r-build-system)
2351 (propagated-inputs
2352 (list r-biobase
2353 r-biocgenerics
2354 r-fastcluster
2355 r-ggplot2
2356 r-gviz
2357 r-plyr
2358 r-reshape2
2359 r-rsqlite
2360 r-rtracklayer
2361 r-s4vectors))
2362 (home-page "https://bioconductor.org/packages/cummeRbund/")
2363 (synopsis "Analyze Cufflinks high-throughput sequencing data")
2364 (description "This package allows for persistent storage, access,
2365 exploration, and manipulation of Cufflinks high-throughput sequencing
2366 data. In addition, provides numerous plotting functions for commonly
2367 used visualizations.")
2368 (license license:artistic2.0)))
2369
2370 (define-public r-dearseq
2371 (package
2372 (name "r-dearseq")
2373 (version "1.8.1")
2374 (source
2375 (origin
2376 (method url-fetch)
2377 (uri (bioconductor-uri "dearseq" version))
2378 (sha256
2379 (base32
2380 "1f144k5gsclcmsnlsbisr2mivk91dbkci83wx1kznw6i15p4cpj1"))))
2381 (build-system r-build-system)
2382 (propagated-inputs
2383 (list r-compquadform
2384 r-dplyr
2385 r-ggplot2
2386 r-kernsmooth
2387 r-magrittr
2388 r-matrixstats
2389 r-patchwork
2390 r-pbapply
2391 r-reshape2
2392 r-rlang
2393 r-statmod
2394 r-survey
2395 r-tibble
2396 r-viridislite))
2397 (native-inputs
2398 (list r-knitr))
2399 (home-page "https://github.com/borishejblum/dearseq")
2400 (synopsis "DEA for RNA-seq data through a robust variance component test")
2401 (description
2402 "This is a package for Differential Expression Analysis of RNA-seq data.
2403 It features a variance component score test accounting for data
2404 heteroscedasticity through precision weights. Perform both gene-wise and gene
2405 set analyses, and can deal with repeated or longitudinal data.")
2406 (license license:gpl2)))
2407
2408 (define-public r-decipher
2409 (package
2410 (name "r-decipher")
2411 (version "2.24.0")
2412 (source (origin
2413 (method url-fetch)
2414 (uri (bioconductor-uri "DECIPHER" version))
2415 (sha256
2416 (base32
2417 "045q2bfzgq1yzhyrzvrhrnmlpka4gikrajxxwv05szksy5nvp7q5"))))
2418 (build-system r-build-system)
2419 (propagated-inputs
2420 (list r-biostrings
2421 r-dbi
2422 r-iranges
2423 r-rsqlite
2424 r-s4vectors
2425 r-xvector))
2426 (home-page "https://www.bioconductor.org/packages/DECIPHER/")
2427 (synopsis "Tools for deciphering and managing biological sequences")
2428 (description "This package provides a toolset for deciphering and managing
2429 biological sequences.")
2430 (license license:gpl3)))
2431
2432 (define-public r-deconvr
2433 (package
2434 (name "r-deconvr")
2435 (version "1.2.0")
2436 (source (origin
2437 (method url-fetch)
2438 (uri (bioconductor-uri "deconvR" version))
2439 (sha256
2440 (base32
2441 "091z3lncamscsvzj63zzbw7dr7vnkn0jwfkm5ljq4112w4rxgrm3"))))
2442 (properties `((upstream-name . "deconvR")))
2443 (build-system r-build-system)
2444 (propagated-inputs
2445 (list r-assertthat
2446 r-biocgenerics
2447 r-data-table
2448 r-dplyr
2449 r-e1071
2450 r-foreach
2451 r-genomicranges
2452 r-iranges
2453 r-magrittr
2454 r-mass
2455 r-matrixstats
2456 r-methylkit
2457 r-nnls
2458 r-quadprog
2459 r-rsq
2460 r-s4vectors
2461 r-tidyr))
2462 (native-inputs (list r-knitr))
2463 (home-page "https://github.com/BIMSBbioinfo/deconvR")
2464 (synopsis "Simulation and deconvolution of omic profiles")
2465 (description
2466 "This package provides a collection of functions designed for analyzing
2467 deconvolution of the bulk sample(s) using an atlas of reference omic signature
2468 profiles and a user-selected model. Users are given the option to create or
2469 extend a reference atlas and,also simulate the desired size of the bulk
2470 signature profile of the reference cell types. The package includes the
2471 cell-type-specific methylation atlas and, Illumina Epic B5 probe ids that can
2472 be used in deconvolution. Additionally, we included @code{BSmeth2Probe}, to
2473 make mapping WGBS data to their probe IDs easier.")
2474 (license license:artistic2.0)))
2475
2476 (define-public r-decoupler
2477 (package
2478 (name "r-decoupler")
2479 (version "2.2.2")
2480 (source
2481 (origin
2482 (method url-fetch)
2483 (uri (bioconductor-uri "decoupleR" version))
2484 (sha256
2485 (base32 "0q1w8yw3bwx8ai5z8rw8lz97w4cplxijq93634hza2vgkig1ck9m"))))
2486 (properties `((upstream-name . "decoupleR")))
2487 (build-system r-build-system)
2488 (propagated-inputs
2489 (list r-broom
2490 r-dplyr
2491 r-magrittr
2492 r-matrix
2493 r-purrr
2494 r-rlang
2495 r-stringr
2496 r-tibble
2497 r-tidyr
2498 r-tidyselect
2499 r-withr))
2500 (native-inputs (list r-knitr))
2501 (home-page "https://saezlab.github.io/decoupleR/")
2502 (synopsis "Computational methods to infer biological activities from omics data")
2503 (description
2504 "Many methods allow us to extract biological activities from omics data using
2505 information from prior knowledge resources, reducing the dimensionality for
2506 increased statistical power and better interpretability. decoupleR is a
2507 Bioconductor package containing different statistical methods to extract these
2508 signatures within a unified framework. decoupleR allows the user to flexibly
2509 test any method with any resource. It incorporates methods that take into
2510 account the sign and weight of network interactions. decoupleR can be used
2511 with any omic, as long as its features can be linked to a biological process
2512 based on prior knowledge. For example, in transcriptomics gene sets regulated
2513 by a transcription factor, or in phospho-proteomics phosphosites that are
2514 targeted by a kinase.")
2515 (license license:gpl3)))
2516
2517 (define-public r-deepsnv
2518 (package
2519 (name "r-deepsnv")
2520 (version "1.42.1")
2521 (source (origin
2522 (method url-fetch)
2523 (uri (bioconductor-uri "deepSNV" version))
2524 (sha256
2525 (base32
2526 "0bgj1grv3a5bqhcdsw445x49kl3pz367svy6fnrzfsk9bmj46kgn"))))
2527 (properties `((upstream-name . "deepSNV")))
2528 (build-system r-build-system)
2529 (propagated-inputs
2530 (list r-biostrings
2531 r-genomicranges
2532 r-iranges
2533 r-rhtslib
2534 r-summarizedexperiment
2535 r-variantannotation
2536 r-vgam))
2537 (native-inputs
2538 (list r-knitr))
2539 (home-page "https://github.com/gerstung-lab/deepSNV/")
2540 (synopsis "Detection of subclonal SNVs in deep sequencing data")
2541 (description
2542 "This package provides quantitative variant callers for detecting
2543 subclonal mutations in ultra-deep (>=100x coverage) sequencing experiments.
2544 The deepSNV algorithm is used for a comparative setup with a control experiment
2545 of the same loci and uses a beta-binomial model and a likelihood ratio test to
2546 discriminate sequencing errors and subclonal SNVs. The shearwater algorithm
2547 computes a Bayes classifier based on a beta-binomial model for variant calling
2548 with multiple samples for precisely estimating model parameters - such as local
2549 error rates and dispersion - and prior knowledge, e.g. from variation data
2550 bases such as COSMIC.")
2551 (license license:gpl3)))
2552
2553 (define-public r-delayedarray
2554 (package
2555 (name "r-delayedarray")
2556 (version "0.22.0")
2557 (source (origin
2558 (method url-fetch)
2559 (uri (bioconductor-uri "DelayedArray" version))
2560 (sha256
2561 (base32
2562 "11id63qza9dxl1364gllqafxmx25a0q22jv5q8h709bgc3f0grqy"))))
2563 (properties
2564 `((upstream-name . "DelayedArray")))
2565 (build-system r-build-system)
2566 (propagated-inputs
2567 (list r-biocgenerics r-s4vectors r-iranges r-matrix
2568 r-matrixgenerics))
2569 (native-inputs
2570 (list r-knitr))
2571 (home-page "https://bioconductor.org/packages/DelayedArray")
2572 (synopsis "Delayed operations on array-like objects")
2573 (description
2574 "Wrapping an array-like object (typically an on-disk object) in a
2575 @code{DelayedArray} object allows one to perform common array operations on it
2576 without loading the object in memory. In order to reduce memory usage and
2577 optimize performance, operations on the object are either delayed or executed
2578 using a block processing mechanism. Note that this also works on in-memory
2579 array-like objects like @code{DataFrame} objects (typically with Rle columns),
2580 @code{Matrix} objects, and ordinary arrays and data frames.")
2581 (license license:artistic2.0)))
2582
2583 (define-public r-derfinderhelper
2584 (package
2585 (name "r-derfinderhelper")
2586 (version "1.30.0")
2587 (source
2588 (origin
2589 (method url-fetch)
2590 (uri (bioconductor-uri "derfinderHelper" version))
2591 (sha256
2592 (base32 "0r7zbx5bfmh5cjs12y8d9qwz53nz340gdy3sx7zcn4rzn7rpslp5"))))
2593 (properties `((upstream-name . "derfinderHelper")))
2594 (build-system r-build-system)
2595 (propagated-inputs
2596 (list r-iranges r-matrix r-s4vectors))
2597 (native-inputs
2598 (list r-knitr))
2599 (home-page "https://github.com/leekgroup/derfinderHelper")
2600 (synopsis "Helper for derfinder")
2601 (description
2602 "This package speeds up the derfinder package when using multiple cores.
2603 It is particularly useful when using BiocParallel and it helps reduce the time
2604 spent loading the full derfinder package when running the F-statistics
2605 calculation in parallel.")
2606 (license license:artistic2.0)))
2607
2608 (define-public r-drimseq
2609 (package
2610 (name "r-drimseq")
2611 (version "1.24.0")
2612 (source
2613 (origin
2614 (method url-fetch)
2615 (uri (bioconductor-uri "DRIMSeq" version))
2616 (sha256
2617 (base32 "1dph483ij43ayw0z5dbnp6gwp53ka7k5si1hp3miac7z8dqzv94l"))))
2618 (properties `((upstream-name . "DRIMSeq")))
2619 (build-system r-build-system)
2620 (propagated-inputs
2621 (list r-biocgenerics
2622 r-biocparallel
2623 r-edger
2624 r-genomicranges
2625 r-ggplot2
2626 r-iranges
2627 r-limma
2628 r-mass
2629 r-reshape2
2630 r-s4vectors))
2631 (native-inputs (list r-knitr))
2632 (home-page "https://bioconductor.org/packages/DRIMSeq")
2633 (synopsis "Differential transcript usage and tuQTL analyses with Dirichlet-multinomial model in RNA-seq")
2634 (description
2635 "The package provides two frameworks. One for the differential
2636 transcript usage analysis between different conditions and one for the tuQTL
2637 analysis. Both are based on modeling the counts of genomic features (i.e.,
2638 transcripts) with the Dirichlet-multinomial distribution. The package also
2639 makes available functions for visualization and exploration of the data and
2640 results.")
2641 (license license:gpl3+)))
2642
2643 (define-public r-bluster
2644 (package
2645 (name "r-bluster")
2646 (version "1.6.0")
2647 (source (origin
2648 (method url-fetch)
2649 (uri (bioconductor-uri "bluster" version))
2650 (sha256
2651 (base32
2652 "1g496yc7mdhshf6r0n8xhj7ax936ia5z2cx72lqyk2vzzzl5c4v8"))))
2653 (properties `((upstream-name . "bluster")))
2654 (build-system r-build-system)
2655 (propagated-inputs
2656 (list r-biocneighbors
2657 r-biocparallel
2658 r-cluster
2659 r-igraph
2660 r-matrix
2661 r-rcpp
2662 r-s4vectors))
2663 (native-inputs
2664 (list r-knitr))
2665 (home-page "https://bioconductor.org/packages/bluster")
2666 (synopsis "Clustering algorithms for Bioconductor")
2667 (description"This package wraps common clustering algorithms in an easily
2668 extended S4 framework. Backends are implemented for hierarchical, k-means
2669 and graph-based clustering. Several utilities are also provided to compare
2670 and evaluate clustering results.")
2671 (license license:gpl3)))
2672
2673 (define-public r-ideoviz
2674 (package
2675 (name "r-ideoviz")
2676 (version "1.32.0")
2677 (source (origin
2678 (method url-fetch)
2679 (uri (bioconductor-uri "IdeoViz" version))
2680 (sha256
2681 (base32
2682 "1wwh3ifdijhpm58lw7cmnx084xwfxnc7i0206w8rhrjnvnq6ljh3"))))
2683 (build-system r-build-system)
2684 (propagated-inputs
2685 (list r-biobase
2686 r-iranges
2687 r-genomicranges
2688 r-rcolorbrewer
2689 r-rtracklayer
2690 r-genomeinfodb))
2691 (home-page "https://bioconductor.org/packages/IdeoViz/")
2692 (synopsis "Plots data along a chromosomal ideogram")
2693 (description "This package provides functions to plot data associated with
2694 arbitrary genomic intervals along chromosomal ideogram.")
2695 (license license:gpl2)))
2696
2697 (define-public r-infercnv
2698 (package
2699 (name "r-infercnv")
2700 (version "1.12.0")
2701 (source
2702 (origin
2703 (method url-fetch)
2704 (uri (bioconductor-uri "infercnv" version))
2705 (sha256
2706 (base32
2707 "01f021fdxm058733rky46dlvqg7dmf5mn5x9lnq0fspp5665w3bl"))))
2708 (properties `((upstream-name . "infercnv")))
2709 (build-system r-build-system)
2710 (inputs (list python))
2711 (propagated-inputs
2712 (list r-ape
2713 r-argparse
2714 r-biocgenerics
2715 r-catools
2716 r-coda
2717 r-coin
2718 r-digest
2719 r-doparallel
2720 r-dplyr
2721 r-edger
2722 r-fastcluster
2723 r-fitdistrplus
2724 r-foreach
2725 r-futile-logger
2726 r-future
2727 r-ggplot2
2728 r-gplots
2729 r-gridextra
2730 r-hiddenmarkov
2731 r-leiden
2732 r-matrix
2733 r-paralleldist
2734 r-phyclust
2735 r-rann
2736 r-rcolorbrewer
2737 r-reshape
2738 r-rjags
2739 r-singlecellexperiment
2740 r-summarizedexperiment
2741 r-tidyr))
2742 (native-inputs (list r-knitr))
2743 (home-page "https://github.com/broadinstitute/inferCNV/wiki")
2744 (synopsis "Infer copy number variation from single-cell RNA-Seq data")
2745 (description
2746 "@code{InferCNV} is used to explore tumor single cell RNA-Seq data to identify
2747 evidence for somatic large-scale chromosomal copy number alterations, such as gains
2748 or deletions of entire chromosomes or large segments of chromosomes. This is done
2749 by exploring expression intensity of genes across positions of a tumor genome in
2750 comparison to a set of reference \"normal\" cells. A heatmap is generated
2751 illustrating the relative expression intensities across each chromosome, and it
2752 often becomes readily apparent as to which regions of the tumor genome are
2753 over-abundant or less-abundant as compared to that of normal cells.")
2754 (license license:bsd-3)))
2755
2756 (define-public r-iranges
2757 (package
2758 (name "r-iranges")
2759 (version "2.30.1")
2760 (source (origin
2761 (method url-fetch)
2762 (uri (bioconductor-uri "IRanges" version))
2763 (sha256
2764 (base32
2765 "1r01c9lczkchgd9hbxxd6wrd5avhy52mfqjck7l9avjq1jimvzv3"))))
2766 (properties
2767 `((upstream-name . "IRanges")))
2768 (build-system r-build-system)
2769 (propagated-inputs
2770 (list r-biocgenerics r-s4vectors))
2771 (home-page "https://bioconductor.org/packages/IRanges")
2772 (synopsis "Infrastructure for manipulating intervals on sequences")
2773 (description
2774 "This package provides efficient low-level and highly reusable S4 classes
2775 for storing ranges of integers, RLE vectors (Run-Length Encoding), and, more
2776 generally, data that can be organized sequentially (formally defined as
2777 @code{Vector} objects), as well as views on these @code{Vector} objects.
2778 Efficient list-like classes are also provided for storing big collections of
2779 instances of the basic classes. All classes in the package use consistent
2780 naming and share the same rich and consistent \"Vector API\" as much as
2781 possible.")
2782 (license license:artistic2.0)))
2783
2784 (define-public r-isoformswitchanalyzer
2785 (package
2786 (name "r-isoformswitchanalyzer")
2787 (version "1.18.0")
2788 (source
2789 (origin
2790 (method url-fetch)
2791 (uri (bioconductor-uri "IsoformSwitchAnalyzeR" version))
2792 (sha256
2793 (base32 "0n1gb9azxa1mxpsqvw3i3kf72f45nyjj1kgwwrzhd88n3g63lvkd"))))
2794 (properties `((upstream-name . "IsoformSwitchAnalyzeR")))
2795 (build-system r-build-system)
2796 (propagated-inputs
2797 (list r-biobase
2798 r-biocgenerics
2799 r-biostrings
2800 r-bsgenome
2801 r-dbi
2802 r-dexseq
2803 r-dplyr
2804 r-drimseq
2805 r-edger
2806 r-futile-logger
2807 r-genomeinfodb
2808 r-genomicranges
2809 r-ggplot2
2810 r-gridextra
2811 r-iranges
2812 r-limma
2813 r-magrittr
2814 r-plyr
2815 r-rcolorbrewer
2816 r-rcurl
2817 r-readr
2818 r-reshape2
2819 r-rtracklayer
2820 r-stringr
2821 r-tibble
2822 r-tximeta
2823 r-tximport
2824 r-venndiagram
2825 r-xvector))
2826 (native-inputs
2827 (list r-knitr))
2828 (home-page "https://bioconductor.org/packages/IsoformSwitchAnalyzeR/")
2829 (synopsis "Analyze alternative splicing in RNA-seq data")
2830 (description
2831 "This is a package for the analysis of alternative splicing and isoform
2832 switches with predicted functional consequences (e.g. gain/loss of protein
2833 domains etc.) from quantification of all types of RNASeq by tools such as
2834 Kallisto, Salmon, StringTie, Cufflinks/Cuffdiff etc.")
2835 (license license:gpl2+)))
2836
2837 ;; This is a CRAN package, but it depends on r-biobase and r-limma from Bioconductor.
2838 (define-public r-absfiltergsea
2839 (package
2840 (name "r-absfiltergsea")
2841 (version "1.5.1")
2842 (source
2843 (origin
2844 (method url-fetch)
2845 (uri (cran-uri "AbsFilterGSEA" version))
2846 (sha256
2847 (base32 "15srxkxsvn38kd5frdrwfdf0ad8gskrd0h01wmdf9hglq8fjrp7w"))))
2848 (properties `((upstream-name . "AbsFilterGSEA")))
2849 (build-system r-build-system)
2850 (propagated-inputs
2851 (list r-biobase r-deseq r-limma r-rcpp r-rcpparmadillo))
2852 (home-page "https://cran.r-project.org/web/packages/AbsFilterGSEA/")
2853 (synopsis "Improved false positive control of gene-permuting with absolute filtering")
2854 (description
2855 "This package provides a function that performs gene-permuting of a gene-set
2856 enrichment analysis (GSEA) calculation with or without the absolute filtering.
2857 Without filtering, users can perform (original) two-tailed or one-tailed
2858 absolute GSEA.")
2859 (license license:gpl2)))
2860
2861 ;; This is a CRAN package, but it depends on r-biobase from Bioconductor.
2862 (define-public r-bisquerna
2863 (package
2864 (name "r-bisquerna")
2865 (version "1.0.5")
2866 (source (origin
2867 (method url-fetch)
2868 (uri (cran-uri "BisqueRNA" version))
2869 (sha256
2870 (base32
2871 "0p3p5lp69gri7vs6qfpm7br4ksbs4l7clm4nj8ki99wpqiqni23n"))))
2872 (properties `((upstream-name . "BisqueRNA")))
2873 (build-system r-build-system)
2874 (propagated-inputs
2875 (list r-biobase r-limsolve))
2876 (native-inputs
2877 (list r-knitr))
2878 (home-page "https://www.biorxiv.org/content/10.1101/669911v1")
2879 (synopsis "Decomposition of bulk expression with single-cell sequencing")
2880 (description "This package provides tools to accurately estimate cell type
2881 abundances from heterogeneous bulk expression. A reference-based method
2882 utilizes single-cell information to generate a signature matrix and
2883 transformation of bulk expression for accurate regression based estimates.
2884 A marker-based method utilizes known cell-specific marker genes to measure
2885 relative abundances across samples.")
2886 (license license:gpl3)))
2887
2888 ;; This is a CRAN package, but it depends on r-bsgenome-hsapiens-ucsc-hg19
2889 ;; from Bioconductor.
2890 (define-public r-deconstructsigs
2891 (package
2892 (name "r-deconstructsigs")
2893 (version "1.8.0")
2894 (source (origin
2895 (method url-fetch)
2896 (uri (cran-uri "deconstructSigs" version))
2897 (sha256
2898 (base32
2899 "014x0nb23jb98666kaav2phkvmkr38pi38jv0dqd4jv7zp0gdf1a"))))
2900 (properties
2901 `((upstream-name . "deconstructSigs")))
2902 (build-system r-build-system)
2903 (propagated-inputs
2904 (list r-bsgenome r-bsgenome-hsapiens-ucsc-hg19 r-genomeinfodb
2905 r-reshape2))
2906 (home-page "https://github.com/raerose01/deconstructSigs")
2907 (synopsis "Identifies signatures present in a tumor sample")
2908 (description "This package takes sample information in the form of the
2909 fraction of mutations in each of 96 trinucleotide contexts and identifies
2910 the weighted combination of published signatures that, when summed, most
2911 closely reconstructs the mutational profile.")
2912 (license license:gpl2+)))
2913
2914 ;; This is a CRAN package, but it depends on Bioconductor packages.
2915 (define-public r-jetset
2916 (package
2917 (name "r-jetset")
2918 (version "3.4.0")
2919 (source
2920 (origin
2921 (method url-fetch)
2922 (uri (cran-uri "jetset" version))
2923 (sha256
2924 (base32 "0c99h5npsv2gf5d59s4qhkaqmjhbwa3prcykk24wzhnpfq6y6xhp"))))
2925 (properties `((upstream-name . "jetset")))
2926 (build-system r-build-system)
2927 (propagated-inputs (list r-annotationdbi r-org-hs-eg-db))
2928 (home-page "http://www.cbs.dtu.dk/biotools/jetset/")
2929 (synopsis "One-to-one gene-probeset mapping for Affymetrix human microarrays")
2930 (description
2931 "This package provides a one-to-one mapping from gene to \"best\" probe
2932 set for four Affymetrix human gene expression microarrays: hgu95av2, hgu133a,
2933 hgu133plus2, and u133x3p. On Affymetrix gene expression microarrays, a single
2934 gene may be measured by multiple probe sets. This can present a mild
2935 conundrum when attempting to evaluate a gene \"signature\" that is defined by
2936 gene names rather than by specific probe sets. This package also includes the
2937 pre-calculated probe set quality scores that were used to define the
2938 mapping.")
2939 (license license:artistic2.0)))
2940
2941 ;; This is a CRAN package, but it depends on Bioconductor packages.
2942 (define-public r-nmf
2943 (package
2944 (name "r-nmf")
2945 (version "0.24.0")
2946 (source
2947 (origin
2948 (method url-fetch)
2949 (uri (cran-uri "NMF" version))
2950 (sha256
2951 (base32
2952 "14yxra6in5c1md5nr75y8cdmh9pg0lxqabqflvlhgg1vbg9i2628"))))
2953 (properties `((upstream-name . "NMF")))
2954 (build-system r-build-system)
2955 (propagated-inputs
2956 (list r-cluster
2957 r-biobase
2958 r-biocmanager
2959 r-bigmemory ; suggested
2960 r-synchronicity ; suggested
2961 r-colorspace
2962 r-digest
2963 r-doparallel
2964 r-foreach
2965 r-ggplot2
2966 r-gridbase
2967 r-pkgmaker
2968 r-rcolorbrewer
2969 r-registry
2970 r-reshape2
2971 r-rngtools
2972 r-stringr))
2973 (native-inputs
2974 (list r-knitr))
2975 (home-page "http://renozao.github.io/NMF")
2976 (synopsis "Algorithms and framework for nonnegative matrix factorization")
2977 (description
2978 "This package provides a framework to perform Non-negative Matrix
2979 Factorization (NMF). The package implements a set of already published
2980 algorithms and seeding methods, and provides a framework to test, develop and
2981 plug new or custom algorithms. Most of the built-in algorithms have been
2982 optimized in C++, and the main interface function provides an easy way of
2983 performing parallel computations on multicore machines.")
2984 (license license:gpl2+)))
2985
2986 (define-public r-affy
2987 (package
2988 (name "r-affy")
2989 (version "1.74.0")
2990 (source
2991 (origin
2992 (method url-fetch)
2993 (uri (bioconductor-uri "affy" version))
2994 (sha256
2995 (base32
2996 "02l77y4d4m4jwgkb3jdaskv6shmba5292whp0i29mg9asxv4rdc7"))))
2997 (build-system r-build-system)
2998 (propagated-inputs
2999 (list r-affyio
3000 r-biobase
3001 r-biocgenerics
3002 r-biocmanager
3003 r-preprocesscore
3004 r-zlibbioc))
3005 (inputs
3006 (list zlib))
3007 (home-page "https://bioconductor.org/packages/affy")
3008 (synopsis "Methods for affymetrix oligonucleotide arrays")
3009 (description
3010 "This package contains functions for exploratory oligonucleotide array
3011 analysis.")
3012 (license license:lgpl2.0+)))
3013
3014 (define-public r-affycomp
3015 (package
3016 (name "r-affycomp")
3017 (version "1.72.0")
3018 (source
3019 (origin
3020 (method url-fetch)
3021 (uri (bioconductor-uri "affycomp" version))
3022 (sha256
3023 (base32
3024 "0aq5p56sqpvba0yhgd75302s9bazchh1izgymng6cpb78y5wfpj0"))))
3025 (properties `((upstream-name . "affycomp")))
3026 (build-system r-build-system)
3027 (propagated-inputs (list r-biobase))
3028 (home-page "https://bioconductor.org/packages/affycomp/")
3029 (synopsis "Graphics toolbox for assessment of Affymetrix expression measures")
3030 (description
3031 "The package contains functions that can be used to compare expression
3032 measures for Affymetrix Oligonucleotide Arrays.")
3033 (license license:gpl2+)))
3034
3035 (define-public r-affycompatible
3036 (package
3037 (name "r-affycompatible")
3038 (version "1.56.0")
3039 (source
3040 (origin
3041 (method url-fetch)
3042 (uri (bioconductor-uri "AffyCompatible" version))
3043 (sha256
3044 (base32
3045 "0x3lj1jgqq67389rzfklah5p878ns9b4fpdpz455m2gq9sk7qsda"))))
3046 (properties
3047 `((upstream-name . "AffyCompatible")))
3048 (build-system r-build-system)
3049 (arguments
3050 (list
3051 #:phases
3052 `(modify-phases %standard-phases
3053 (add-after 'unpack 'make-reproducible
3054 (lambda _
3055 ;; Order DTD elements before generating R code from them.
3056 (substitute* "R/methods-AffyCompatible.R"
3057 (("dtd <- .*" m)
3058 (string-append m "
3059 elements <- dtd$elements
3060 ordered <- elements[order(names(elements))]\n"))
3061 (("elt in dtd\\$elements")
3062 "elt in ordered"))
3063 ;; Use a predictable directory name for code generation.
3064 (mkdir-p "/tmp/NetAffxResourcePrototype")
3065 (substitute* "R/DataClasses.R"
3066 (("directory=tempdir\\(\\)")
3067 "directory=\"/tmp/NetAffxResourcePrototype\"")))))))
3068 (propagated-inputs
3069 (list r-biostrings r-rcurl r-xml))
3070 (home-page "https://bioconductor.org/packages/AffyCompatible/")
3071 (synopsis "Work with Affymetrix GeneChip files")
3072 (description
3073 "This package provides an interface to Affymetrix chip annotation and
3074 sample attribute files. The package allows an easy way for users to download
3075 and manage local data bases of Affynmetrix NetAffx annotation files. It also
3076 provides access to @dfn{GeneChip Operating System} (GCOS) and @dfn{GeneChip
3077 Command Console} (AGCC)-compatible sample annotation files.")
3078 (license license:artistic2.0)))
3079
3080 (define-public r-affycontam
3081 (package
3082 (name "r-affycontam")
3083 (version "1.54.0")
3084 (source
3085 (origin
3086 (method url-fetch)
3087 (uri (bioconductor-uri "affyContam" version))
3088 (sha256
3089 (base32
3090 "1pyd4rj6pp139kvhh97whi4afvx029w5lglr4mnscw7m3f618v0p"))))
3091 (properties `((upstream-name . "affyContam")))
3092 (build-system r-build-system)
3093 (propagated-inputs
3094 (list r-affy r-affydata r-biobase))
3095 (home-page "https://bioconductor.org/packages/affyContam/")
3096 (synopsis "Structured corruption of Affymetrix CEL file data")
3097 (description
3098 "Microarray quality assessment is a major concern of microarray analysts.
3099 This package provides some simple approaches to in silico creation of quality
3100 problems in CEL-level data to help evaluate performance of quality metrics.")
3101 (license license:artistic2.0)))
3102
3103 (define-public r-affycoretools
3104 (package
3105 (name "r-affycoretools")
3106 (version "1.68.1")
3107 (source
3108 (origin
3109 (method url-fetch)
3110 (uri (bioconductor-uri "affycoretools" version))
3111 (sha256
3112 (base32
3113 "05x64hy5jpmg973biwq4q9gzy1n0iqc0pxrix1f6bri1w6vil3ww"))))
3114 (properties `((upstream-name . "affycoretools")))
3115 (build-system r-build-system)
3116 (propagated-inputs
3117 (list r-affy
3118 r-annotationdbi
3119 r-biobase
3120 r-biocgenerics
3121 r-dbi
3122 r-edger
3123 r-gcrma
3124 r-glimma
3125 r-ggplot2
3126 r-gostats
3127 r-gplots
3128 r-hwriter
3129 r-lattice
3130 r-limma
3131 r-oligoclasses
3132 r-reportingtools
3133 r-rsqlite
3134 r-s4vectors
3135 r-xtable))
3136 (native-inputs
3137 (list r-knitr))
3138 (home-page "https://bioconductor.org/packages/affycoretools/")
3139 (synopsis "Functions for analyses with Affymetrix GeneChips")
3140 (description
3141 "This package provides various wrapper functions that have been written
3142 to streamline the more common analyses that a Biostatistician might see.")
3143 (license license:artistic2.0)))
3144
3145 (define-public r-affyio
3146 (package
3147 (name "r-affyio")
3148 (version "1.66.0")
3149 (source
3150 (origin
3151 (method url-fetch)
3152 (uri (bioconductor-uri "affyio" version))
3153 (sha256
3154 (base32
3155 "19cw82qvzkz6vh2gm302y7digsf6xif7c9l2q9s6lkx2yflqpgfp"))))
3156 (build-system r-build-system)
3157 (propagated-inputs
3158 (list r-zlibbioc))
3159 (inputs
3160 (list zlib))
3161 (home-page "https://github.com/bmbolstad/affyio")
3162 (synopsis "Tools for parsing Affymetrix data files")
3163 (description
3164 "This package provides routines for parsing Affymetrix data files based
3165 upon file format information. The primary focus is on accessing the CEL and
3166 CDF file formats.")
3167 (license license:lgpl2.0+)))
3168
3169 (define-public r-affxparser
3170 (package
3171 (name "r-affxparser")
3172 (version "1.68.1")
3173 (source
3174 (origin
3175 (method url-fetch)
3176 (uri (bioconductor-uri "affxparser" version))
3177 (sha256
3178 (base32
3179 "16x92gwsy7zdyz4md4cw847xn2ymqd6gqsn0rlr2nnf3qmnjnils"))))
3180 (properties `((upstream-name . "affxparser")))
3181 (build-system r-build-system)
3182 (home-page "https://github.com/HenrikBengtsson/affxparser")
3183 (synopsis "Affymetrix File Parsing SDK")
3184 (description
3185 "This is a package for parsing Affymetrix files (CDF, CEL, CHP, BPMAP,
3186 BAR). It provides methods for fast and memory efficient parsing of Affymetrix
3187 files using the Affymetrix' Fusion SDK. Both ASCII- and binary-based files
3188 are supported. Currently, there are methods for reading @dfn{chip definition
3189 file} (CDF) and a @dfn{cell intensity file} (CEL). These files can be read
3190 either in full or in part. For example, probe signals from a few probesets
3191 can be extracted very quickly from a set of CEL files into a convenient list
3192 structure.")
3193 ;; The Fusion SDK contains files under GPLv2 and LGPLv2.1. The R code is
3194 ;; under LGPLv2+.
3195 (license (list license:lgpl2.0+ license:lgpl2.1 license:gpl2))))
3196
3197 (define-public r-annotate
3198 (package
3199 (name "r-annotate")
3200 (version "1.74.0")
3201 (source
3202 (origin
3203 (method url-fetch)
3204 (uri (bioconductor-uri "annotate" version))
3205 (sha256
3206 (base32
3207 "0x6vddpiw2g713vicf70198x8dlrwf36p8jjygdsfnl56ls5bh2g"))))
3208 (build-system r-build-system)
3209 (propagated-inputs
3210 (list r-annotationdbi
3211 r-biobase
3212 r-biocgenerics
3213 r-dbi
3214 r-httr
3215 r-xml
3216 r-xtable))
3217 (home-page
3218 "https://bioconductor.org/packages/annotate")
3219 (synopsis "Annotation for microarrays")
3220 (description "This package provides R environments for the annotation of
3221 microarrays.")
3222 (license license:artistic2.0)))
3223
3224 (define-public r-annotationdbi
3225 (package
3226 (name "r-annotationdbi")
3227 (version "1.58.0")
3228 (source (origin
3229 (method url-fetch)
3230 (uri (bioconductor-uri "AnnotationDbi" version))
3231 (sha256
3232 (base32
3233 "15cwy7lic89jwl3dr7j4pb5bx457jdpvzvylr71624s0p0j9rgwn"))))
3234 (properties
3235 `((upstream-name . "AnnotationDbi")))
3236 (build-system r-build-system)
3237 (propagated-inputs
3238 (list r-biobase
3239 r-biocgenerics
3240 r-dbi
3241 r-keggrest
3242 r-iranges
3243 r-rsqlite
3244 r-s4vectors))
3245 (native-inputs
3246 (list r-knitr))
3247 (home-page "https://bioconductor.org/packages/AnnotationDbi")
3248 (synopsis "Annotation database interface")
3249 (description
3250 "This package provides user interface and database connection code for
3251 annotation data packages using SQLite data storage.")
3252 (license license:artistic2.0)))
3253
3254 (define-public r-annotationfilter
3255 (package
3256 (name "r-annotationfilter")
3257 (version "1.20.0")
3258 (source (origin
3259 (method url-fetch)
3260 (uri (bioconductor-uri "AnnotationFilter" version))
3261 (sha256
3262 (base32
3263 "082lpcd6yr2nkxndlck2wqqd3nfdx7lnpw8barxgv41q4l7v4ald"))))
3264 (properties
3265 `((upstream-name . "AnnotationFilter")))
3266 (build-system r-build-system)
3267 (propagated-inputs
3268 (list r-genomicranges r-lazyeval))
3269 (native-inputs
3270 (list r-knitr))
3271 (home-page "https://github.com/Bioconductor/AnnotationFilter")
3272 (synopsis "Facilities for filtering Bioconductor annotation resources")
3273 (description
3274 "This package provides classes and other infrastructure to implement
3275 filters for manipulating Bioconductor annotation resources. The filters are
3276 used by @code{ensembldb}, @code{Organism.dplyr}, and other packages.")
3277 (license license:artistic2.0)))
3278
3279 (define-public r-annotationforge
3280 (package
3281 (name "r-annotationforge")
3282 (version "1.38.0")
3283 (source
3284 (origin
3285 (method url-fetch)
3286 (uri (bioconductor-uri "AnnotationForge" version))
3287 (sha256
3288 (base32
3289 "18rcfadxdaggyjj3rj17nbvgddlqs6zlr5jmq9a02kin59czvzz8"))))
3290 (properties
3291 `((upstream-name . "AnnotationForge")))
3292 (build-system r-build-system)
3293 (propagated-inputs
3294 (list r-annotationdbi
3295 r-biobase
3296 r-biocgenerics
3297 r-dbi
3298 r-rcurl
3299 r-rsqlite
3300 r-s4vectors
3301 r-xml))
3302 (native-inputs
3303 (list r-knitr))
3304 (home-page "https://bioconductor.org/packages/AnnotationForge")
3305 (synopsis "Code for building annotation database packages")
3306 (description
3307 "This package provides code for generating Annotation packages and their
3308 databases. Packages produced are intended to be used with AnnotationDbi.")
3309 (license license:artistic2.0)))
3310
3311 (define-public r-annotationhub
3312 (package
3313 (name "r-annotationhub")
3314 (version "3.4.0")
3315 (source
3316 (origin
3317 (method url-fetch)
3318 (uri (bioconductor-uri "AnnotationHub" version))
3319 (sha256
3320 (base32
3321 "03dmbx43rsv9xv94lk12gpraq47ryc13jijwma3q05hl9wn8xjxs"))))
3322 (properties `((upstream-name . "AnnotationHub")))
3323 (build-system r-build-system)
3324 (propagated-inputs
3325 (list r-annotationdbi
3326 r-biocfilecache
3327 r-biocgenerics
3328 r-biocmanager
3329 r-biocversion
3330 r-curl
3331 r-dplyr
3332 r-httr
3333 r-interactivedisplaybase
3334 r-rappdirs
3335 r-rsqlite
3336 r-s4vectors
3337 r-yaml))
3338 (native-inputs
3339 (list r-knitr))
3340 (home-page "https://bioconductor.org/packages/AnnotationHub")
3341 (synopsis "Client to access AnnotationHub resources")
3342 (description
3343 "This package provides a client for the Bioconductor AnnotationHub web
3344 resource. The AnnotationHub web resource provides a central location where
3345 genomic files (e.g. VCF, bed, wig) and other resources from standard
3346 locations (e.g. UCSC, Ensembl) can be discovered. The resource includes
3347 metadata about each resource, e.g., a textual description, tags, and date of
3348 modification. The client creates and manages a local cache of files retrieved
3349 by the user, helping with quick and reproducible access.")
3350 (license license:artistic2.0)))
3351
3352 (define-public r-aroma-light
3353 (package
3354 (name "r-aroma-light")
3355 (version "3.26.0")
3356 (source
3357 (origin
3358 (method url-fetch)
3359 (uri (bioconductor-uri "aroma.light" version))
3360 (sha256
3361 (base32
3362 "1240v9wvsf205g998ms19hncki8g6shidg09dy5np9pqpiix4vys"))))
3363 (properties `((upstream-name . "aroma.light")))
3364 (build-system r-build-system)
3365 (propagated-inputs
3366 (list r-matrixstats r-r-methodss3 r-r-oo r-r-utils))
3367 (home-page "https://github.com/HenrikBengtsson/aroma.light")
3368 (synopsis "Methods for normalization and visualization of microarray data")
3369 (description
3370 "This package provides methods for microarray analysis that take basic
3371 data types such as matrices and lists of vectors. These methods can be used
3372 standalone, be utilized in other packages, or be wrapped up in higher-level
3373 classes.")
3374 (license license:gpl2+)))
3375
3376 (define-public r-bamsignals
3377 (package
3378 (name "r-bamsignals")
3379 (version "1.28.0")
3380 (source
3381 (origin
3382 (method url-fetch)
3383 (uri (bioconductor-uri "bamsignals" version))
3384 (sha256
3385 (base32
3386 "0ywbxq829hclhr5bb6p77rspxvfs580zlwd2f5kr3an6rdgyx9ky"))))
3387 (build-system r-build-system)
3388 (propagated-inputs
3389 (list r-biocgenerics
3390 r-genomicranges
3391 r-iranges
3392 r-rcpp
3393 r-rhtslib
3394 r-zlibbioc))
3395 (native-inputs
3396 (list r-knitr))
3397 (home-page "https://bioconductor.org/packages/bamsignals")
3398 (synopsis "Extract read count signals from bam files")
3399 (description
3400 "This package efficiently obtains count vectors from indexed bam
3401 files. It counts the number of nucleotide sequence reads in given genomic
3402 ranges and it computes reads profiles and coverage profiles. It also handles
3403 paired-end data.")
3404 (license license:gpl2+)))
3405
3406 (define-public r-biobase
3407 (package
3408 (name "r-biobase")
3409 (version "2.56.0")
3410 (source (origin
3411 (method url-fetch)
3412 (uri (bioconductor-uri "Biobase" version))
3413 (sha256
3414 (base32
3415 "1mnxky78an079p60427cjvk4fzilp0xzy6b85fq274qvdcrz8jbv"))))
3416 (properties
3417 `((upstream-name . "Biobase")))
3418 (build-system r-build-system)
3419 (propagated-inputs
3420 (list r-biocgenerics))
3421 (home-page "https://bioconductor.org/packages/Biobase")
3422 (synopsis "Base functions for Bioconductor")
3423 (description
3424 "This package provides functions that are needed by many other packages
3425 on Bioconductor or which replace R functions.")
3426 (license license:artistic2.0)))
3427
3428 (define-public r-biomart
3429 (package
3430 (name "r-biomart")
3431 (version "2.52.0")
3432 (source (origin
3433 (method url-fetch)
3434 (uri (bioconductor-uri "biomaRt" version))
3435 (sha256
3436 (base32
3437 "0yn3kanyrplc89a900xiz33nw1v23mkljvd5isizgs8gzvwzf8xg"))))
3438 (properties
3439 `((upstream-name . "biomaRt")))
3440 (build-system r-build-system)
3441 (propagated-inputs
3442 (list r-annotationdbi
3443 r-biocfilecache
3444 r-digest
3445 r-httr
3446 r-progress
3447 r-rappdirs
3448 r-stringr
3449 r-xml
3450 r-xml2))
3451 (native-inputs
3452 (list r-knitr))
3453 (home-page "https://bioconductor.org/packages/biomaRt")
3454 (synopsis "Interface to BioMart databases")
3455 (description
3456 "biomaRt provides an interface to a growing collection of databases
3457 implementing the @url{BioMart software suite, http://www.biomart.org}. The
3458 package enables retrieval of large amounts of data in a uniform way without
3459 the need to know the underlying database schemas or write complex SQL queries.
3460 Examples of BioMart databases are Ensembl, COSMIC, Uniprot, HGNC, Gramene,
3461 Wormbase and dbSNP mapped to Ensembl. These major databases give biomaRt
3462 users direct access to a diverse set of data and enable a wide range of
3463 powerful online queries from gene annotation to database mining.")
3464 (license license:artistic2.0)))
3465
3466 ;; This is a CRAN package, but it depends on a Bioconductor package:
3467 ;; r-biomart
3468 (define-public r-biomartr
3469 (package
3470 (name "r-biomartr")
3471 (version "1.0.2")
3472 (source (origin
3473 (method url-fetch)
3474 (uri (cran-uri "biomartr" version))
3475 (sha256
3476 (base32
3477 "0hr7wks88lbfcqzjzm4x265dk4lpmc3i2ndp7xcrx8ssj76wrmkz"))))
3478 (properties `((upstream-name . "biomartr")))
3479 (build-system r-build-system)
3480 (propagated-inputs
3481 (list r-biomart
3482 r-biostrings
3483 r-curl
3484 r-data-table
3485 r-downloader
3486 r-dplyr
3487 r-fs
3488 r-httr
3489 r-jsonlite
3490 r-philentropy
3491 r-purrr
3492 r-r-utils
3493 r-rcurl
3494 r-readr
3495 r-stringr
3496 r-tibble
3497 r-withr
3498 r-xml))
3499 (native-inputs (list r-knitr))
3500 (home-page "https://docs.ropensci.org/biomartr/")
3501 (synopsis "Genomic data retrieval")
3502 (description
3503 "Perform large scale genomic data retrieval and functional annotation
3504 retrieval. This package aims to provide users with a standardized way to
3505 automate genome, proteome, RNA, coding sequence (CDS), GFF, and metagenome
3506 retrieval from NCBI RefSeq, NCBI Genbank, ENSEMBL, and UniProt databases.
3507 Furthermore, an interface to the BioMart database allows users to retrieve
3508 functional annotation for genomic loci. In addition, users can download
3509 entire databases such as NCBI RefSeq, NCBI nr, NCBI nt, NCBI Genbank, etc with
3510 only one command.")
3511 (license license:gpl2)))
3512
3513 (define-public r-biocparallel
3514 (package
3515 (name "r-biocparallel")
3516 (version "1.30.3")
3517 (source (origin
3518 (method url-fetch)
3519 (uri (bioconductor-uri "BiocParallel" version))
3520 (sha256
3521 (base32
3522 "1rs3wmasl9mx7f399iclvm0bnvggvjj2a88zbi294r5m8wxqlc92"))))
3523 (properties
3524 `((upstream-name . "BiocParallel")))
3525 (build-system r-build-system)
3526 (arguments
3527 `(#:phases
3528 (modify-phases %standard-phases
3529 (add-after 'unpack 'make-reproducible
3530 (lambda _
3531 ;; Remove generated documentation.
3532 (for-each delete-file
3533 '("inst/doc/BiocParallel_BatchtoolsParam.pdf"
3534 "inst/doc/Introduction_To_BiocParallel.pdf"
3535 "inst/doc/Errors_Logs_And_Debugging.pdf"
3536 "inst/doc/BiocParallel_BatchtoolsParam.R"
3537 "inst/doc/Introduction_To_BiocParallel.R"
3538 "inst/doc/Errors_Logs_And_Debugging.R"))
3539
3540 ;; Remove time-dependent macro
3541 (substitute* '("inst/doc/BiocParallel_BatchtoolsParam.Rnw"
3542 "inst/doc/Introduction_To_BiocParallel.Rnw"
3543 "inst/doc/Errors_Logs_And_Debugging.Rnw"
3544 "vignettes/BiocParallel_BatchtoolsParam.Rnw"
3545 "vignettes/Introduction_To_BiocParallel.Rnw"
3546 "vignettes/Errors_Logs_And_Debugging.Rnw")
3547 (("\\today") "later"))
3548
3549 ;; Initialize the random number generator seed when building.
3550 (substitute* "R/rng.R"
3551 (("\"L'Ecuyer-CMRG\"\\)" m)
3552 (string-append
3553 m "; if (!is.na(Sys.getenv(\"SOURCE_DATE_EPOCH\"))) {set.seed(100)}\n"))))))))
3554 (propagated-inputs
3555 (list r-bh r-codetools r-futile-logger r-snow))
3556 (native-inputs
3557 (list r-knitr))
3558 (home-page "https://bioconductor.org/packages/BiocParallel")
3559 (synopsis "Bioconductor facilities for parallel evaluation")
3560 (description
3561 "This package provides modified versions and novel implementation of
3562 functions for parallel evaluation, tailored to use with Bioconductor
3563 objects.")
3564 (license (list license:gpl2+ license:gpl3+))))
3565
3566 (define-public r-biostrings
3567 (package
3568 (name "r-biostrings")
3569 (version "2.64.0")
3570 (source (origin
3571 (method url-fetch)
3572 (uri (bioconductor-uri "Biostrings" version))
3573 (sha256
3574 (base32
3575 "1sz52hz89l9w2y2bvyis7kczslk1xnskls9l2bn1s3dhnjzdzhg8"))))
3576 (properties
3577 `((upstream-name . "Biostrings")))
3578 (build-system r-build-system)
3579 (propagated-inputs
3580 (list r-biocgenerics
3581 r-crayon
3582 r-genomeinfodb
3583 r-iranges
3584 r-s4vectors
3585 r-xvector))
3586 (home-page "https://bioconductor.org/packages/Biostrings")
3587 (synopsis "String objects and algorithms for biological sequences")
3588 (description
3589 "This package provides memory efficient string containers, string
3590 matching algorithms, and other utilities, for fast manipulation of large
3591 biological sequences or sets of sequences.")
3592 (license license:artistic2.0)))
3593
3594 (define-public r-biovizbase
3595 (package
3596 (name "r-biovizbase")
3597 (version "1.44.0")
3598 (source
3599 (origin
3600 (method url-fetch)
3601 (uri (bioconductor-uri "biovizBase" version))
3602 (sha256
3603 (base32
3604 "1ffzf7yvl47l8v8a50m8g9q33hgwvxg4fcm8ld2yy8hd2zl86zyd"))))
3605 (properties `((upstream-name . "biovizBase")))
3606 (build-system r-build-system)
3607 (propagated-inputs
3608 (list r-annotationdbi
3609 r-annotationfilter
3610 r-biocgenerics
3611 r-biostrings
3612 r-dichromat
3613 r-ensembldb
3614 r-genomeinfodb
3615 r-genomicalignments
3616 r-genomicfeatures
3617 r-genomicranges
3618 r-hmisc
3619 r-iranges
3620 r-rcolorbrewer
3621 r-rlang
3622 r-rsamtools
3623 r-s4vectors
3624 r-scales
3625 r-summarizedexperiment
3626 r-variantannotation))
3627 (home-page "https://bioconductor.org/packages/biovizBase")
3628 (synopsis "Basic graphic utilities for visualization of genomic data")
3629 (description
3630 "The biovizBase package is designed to provide a set of utilities, color
3631 schemes and conventions for genomic data. It serves as the base for various
3632 high-level packages for biological data visualization. This saves development
3633 effort and encourages consistency.")
3634 (license license:artistic2.0)))
3635
3636 (define-public r-bsgenome
3637 (package
3638 (name "r-bsgenome")
3639 (version "1.64.0")
3640 (source (origin
3641 (method url-fetch)
3642 (uri (bioconductor-uri "BSgenome" version))
3643 (sha256
3644 (base32
3645 "17gqrmaf6xxghgrzcansl9gfw3ghkrqp87swlnwgyghqvflr5qxc"))))
3646 (properties
3647 `((upstream-name . "BSgenome")))
3648 (build-system r-build-system)
3649 (propagated-inputs
3650 (list r-biocgenerics
3651 r-biostrings
3652 r-genomeinfodb
3653 r-genomicranges
3654 r-iranges
3655 r-matrixstats
3656 r-rsamtools
3657 r-rtracklayer
3658 r-s4vectors
3659 r-xvector))
3660 (home-page "https://bioconductor.org/packages/BSgenome")
3661 (synopsis "Infrastructure for Biostrings-based genome data packages")
3662 (description
3663 "This package provides infrastructure shared by all Biostrings-based
3664 genome data packages and support for efficient SNP representation.")
3665 (license license:artistic2.0)))
3666
3667 (define-public r-category
3668 (package
3669 (name "r-category")
3670 (version "2.62.0")
3671 (source
3672 (origin
3673 (method url-fetch)
3674 (uri (bioconductor-uri "Category" version))
3675 (sha256
3676 (base32
3677 "07js03cfdd6gzbzw14iavlqxynfcqszh988v6k1a3h074wxiivqd"))))
3678 (properties `((upstream-name . "Category")))
3679 (build-system r-build-system)
3680 (propagated-inputs
3681 (list r-annotate
3682 r-annotationdbi
3683 r-biobase
3684 r-biocgenerics
3685 r-genefilter
3686 r-graph
3687 r-gseabase
3688 r-matrix
3689 r-rbgl
3690 r-dbi))
3691 (home-page "https://bioconductor.org/packages/Category")
3692 (synopsis "Category analysis")
3693 (description
3694 "This package provides a collection of tools for performing category
3695 analysis.")
3696 (license license:artistic2.0)))
3697
3698 (define-public r-chipseeker
3699 (package
3700 (name "r-chipseeker")
3701 (version "1.32.0")
3702 (source (origin
3703 (method url-fetch)
3704 (uri (bioconductor-uri "ChIPseeker" version))
3705 (sha256
3706 (base32
3707 "001f85nk4myk9vgs05inlj2dfby4802p1iyzkfqg332yk52gsbl7"))))
3708 (build-system r-build-system)
3709 (native-inputs
3710 (list r-knitr))
3711 (propagated-inputs
3712 (list r-annotationdbi
3713 r-biocgenerics
3714 r-boot
3715 r-enrichplot
3716 r-iranges
3717 r-genomeinfodb
3718 r-genomicranges
3719 r-genomicfeatures
3720 r-ggplot2
3721 r-gplots
3722 r-gtools
3723 r-dplyr
3724 r-plotrix
3725 r-dplyr
3726 r-magrittr
3727 r-rcolorbrewer
3728 r-rtracklayer
3729 r-s4vectors
3730 r-txdb-hsapiens-ucsc-hg19-knowngene))
3731 (home-page "https://www.bioconductor.org/packages/ChIPseeker/")
3732 (synopsis "ChIPseeker for ChIP peak annotation, comparison, and visualization")
3733 (description "This package implements functions to retrieve the nearest
3734 genes around the peak, annotate genomic region of the peak, statstical methods
3735 for estimate the significance of overlap among ChIP peak data sets, and
3736 incorporate GEO database for user to compare the own dataset with those
3737 deposited in database. The comparison can be used to infer cooperative
3738 regulation and thus can be used to generate hypotheses. Several visualization
3739 functions are implemented to summarize the coverage of the peak experiment,
3740 average profile and heatmap of peaks binding to TSS regions, genomic
3741 annotation, distance to TSS, and overlap of peaks or genes.")
3742 (license license:artistic2.0)))
3743
3744 (define-public r-chipseq
3745 (package
3746 (name "r-chipseq")
3747 (version "1.46.0")
3748 (source
3749 (origin
3750 (method url-fetch)
3751 (uri (bioconductor-uri "chipseq" version))
3752 (sha256
3753 (base32
3754 "1vh0hvgnw7ykj401v1q807sl14s4nixp1d8xbm41n01q6w8x834i"))))
3755 (build-system r-build-system)
3756 (propagated-inputs
3757 (list r-biocgenerics
3758 r-genomicranges
3759 r-iranges
3760 r-lattice
3761 r-s4vectors
3762 r-shortread))
3763 (home-page "https://bioconductor.org/packages/chipseq")
3764 (synopsis "Package for analyzing ChIPseq data")
3765 (description
3766 "This package provides tools for processing short read data from ChIPseq
3767 experiments.")
3768 (license license:artistic2.0)))
3769
3770 (define-public r-complexheatmap
3771 (package
3772 (name "r-complexheatmap")
3773 (version "2.12.0")
3774 (source
3775 (origin
3776 (method url-fetch)
3777 (uri (bioconductor-uri "ComplexHeatmap" version))
3778 (sha256
3779 (base32
3780 "15b49vlkl89prcw70mlw066z0gxhs26x8dpfn6qr3gz7hihygs65"))))
3781 (properties
3782 `((upstream-name . "ComplexHeatmap")))
3783 (build-system r-build-system)
3784 (propagated-inputs
3785 (list r-circlize
3786 r-clue
3787 r-codetools
3788 r-colorspace
3789 r-digest
3790 r-doparallel
3791 r-foreach
3792 r-getoptlong
3793 r-globaloptions
3794 r-iranges
3795 r-matrixstats
3796 r-png
3797 r-rcolorbrewer))
3798 (native-inputs
3799 (list r-knitr))
3800 (home-page
3801 "https://github.com/jokergoo/ComplexHeatmap")
3802 (synopsis "Making Complex Heatmaps")
3803 (description
3804 "Complex heatmaps are efficient to visualize associations between
3805 different sources of data sets and reveal potential structures. This package
3806 provides a highly flexible way to arrange multiple heatmaps and supports
3807 self-defined annotation graphics.")
3808 (license license:gpl2+)))
3809
3810 (define-public r-copywriter
3811 (package
3812 (name "r-copywriter")
3813 (version "2.28.0")
3814 (source
3815 (origin
3816 (method url-fetch)
3817 (uri (bioconductor-uri "CopywriteR" version))
3818 (sha256
3819 (base32
3820 "1k11kvam96hpg71hz2n9cfzizmb7d1bmq5zfvm34s7fn09is60xb"))))
3821 (properties `((upstream-name . "CopywriteR")))
3822 (build-system r-build-system)
3823 (propagated-inputs
3824 (list r-biocparallel
3825 r-chipseq
3826 r-copyhelper
3827 r-data-table
3828 r-dnacopy
3829 r-futile-logger
3830 r-genomeinfodb
3831 r-genomicalignments
3832 r-genomicranges
3833 r-gtools
3834 r-iranges
3835 r-matrixstats
3836 r-rsamtools
3837 r-s4vectors))
3838 (home-page "https://github.com/PeeperLab/CopywriteR")
3839 (synopsis "Copy number information from targeted sequencing")
3840 (description
3841 "CopywriteR extracts DNA copy number information from targeted sequencing
3842 by utilizing off-target reads. It allows for extracting uniformly distributed
3843 copy number information, can be used without reference, and can be applied to
3844 sequencing data obtained from various techniques including chromatin
3845 immunoprecipitation and target enrichment on small gene panels. Thereby,
3846 CopywriteR constitutes a widely applicable alternative to available copy
3847 number detection tools.")
3848 (license license:gpl2)))
3849
3850 (define-public r-deseq
3851 (package
3852 (name "r-deseq")
3853 (version "1.39.0")
3854 (source
3855 (origin
3856 (method url-fetch)
3857 (uri (bioconductor-uri "DESeq" version))
3858 (sha256
3859 (base32
3860 "047hph5aqmjnz1aqprziw0smdn5lf96hmwpnvqrxv1j2yfvcf3h1"))))
3861 (properties `((upstream-name . "DESeq")))
3862 (build-system r-build-system)
3863 (propagated-inputs
3864 (list r-biobase
3865 r-biocgenerics
3866 r-genefilter
3867 r-geneplotter
3868 r-lattice
3869 r-locfit
3870 r-mass
3871 r-rcolorbrewer))
3872 (home-page "https://www-huber.embl.de/users/anders/DESeq/")
3873 (synopsis "Differential gene expression analysis")
3874 (description
3875 "This package provides tools for estimating variance-mean dependence in
3876 count data from high-throughput genetic sequencing assays and for testing for
3877 differential expression based on a model using the negative binomial
3878 distribution.")
3879 (license license:gpl3+)))
3880
3881 (define-public r-deseq2
3882 (package
3883 (name "r-deseq2")
3884 (version "1.36.0")
3885 (source
3886 (origin
3887 (method url-fetch)
3888 (uri (bioconductor-uri "DESeq2" version))
3889 (sha256
3890 (base32
3891 "06mvb0jqn2fg96wfwspv0kzpa8xpimzaldrcy8m2d4yk76xwsdr7"))))
3892 (properties `((upstream-name . "DESeq2")))
3893 (build-system r-build-system)
3894 (propagated-inputs
3895 (list r-biobase
3896 r-biocgenerics
3897 r-biocparallel
3898 r-genefilter
3899 r-geneplotter
3900 r-genomicranges
3901 r-ggplot2
3902 r-iranges
3903 r-locfit
3904 r-rcpp
3905 r-rcpparmadillo
3906 r-s4vectors
3907 r-summarizedexperiment))
3908 (native-inputs
3909 (list r-knitr))
3910 (home-page "https://bioconductor.org/packages/DESeq2")
3911 (synopsis "Differential gene expression analysis")
3912 (description
3913 "This package provides functions to estimate variance-mean dependence in
3914 count data from high-throughput nucleotide sequencing assays and test for
3915 differential expression based on a model using the negative binomial
3916 distribution.")
3917 (license license:lgpl3+)))
3918
3919 (define-public r-dexseq
3920 (package
3921 (name "r-dexseq")
3922 (version "1.42.0")
3923 (source
3924 (origin
3925 (method url-fetch)
3926 (uri (bioconductor-uri "DEXSeq" version))
3927 (sha256
3928 (base32
3929 "1dzx9mvm8pvcrwr88rin3flnpmzp3vq8mvspx9s8virqhv1102am"))))
3930 (properties `((upstream-name . "DEXSeq")))
3931 (build-system r-build-system)
3932 (propagated-inputs
3933 (list r-annotationdbi
3934 r-biobase
3935 r-biocgenerics
3936 r-biocparallel
3937 r-biomart
3938 r-deseq2
3939 r-genefilter
3940 r-geneplotter
3941 r-genomicranges
3942 r-hwriter
3943 r-iranges
3944 r-rcolorbrewer
3945 r-rsamtools
3946 r-s4vectors
3947 r-statmod
3948 r-stringr
3949 r-summarizedexperiment))
3950 (native-inputs
3951 (list r-knitr))
3952 (home-page "https://bioconductor.org/packages/DEXSeq")
3953 (synopsis "Inference of differential exon usage in RNA-Seq")
3954 (description
3955 "This package is focused on finding differential exon usage using RNA-seq
3956 exon counts between samples with different experimental designs. It provides
3957 functions that allows the user to make the necessary statistical tests based
3958 on a model that uses the negative binomial distribution to estimate the
3959 variance between biological replicates and generalized linear models for
3960 testing. The package also provides functions for the visualization and
3961 exploration of the results.")
3962 (license license:gpl3+)))
3963
3964 (define-public r-diffcyt
3965 (package
3966 (name "r-diffcyt")
3967 (version "1.16.0")
3968 (source
3969 (origin
3970 (method url-fetch)
3971 (uri (bioconductor-uri "diffcyt" version))
3972 (sha256
3973 (base32 "0mysylzmg24g7lm1xan4yklzqmskfgh53j6vjcz2gzakz5rq3rdb"))))
3974 (properties `((upstream-name . "diffcyt")))
3975 (build-system r-build-system)
3976 (propagated-inputs
3977 (list r-circlize
3978 r-complexheatmap
3979 r-dplyr
3980 r-edger
3981 r-flowcore
3982 r-flowsom
3983 r-limma
3984 r-lme4
3985 r-magrittr
3986 r-multcomp
3987 r-reshape2
3988 r-s4vectors
3989 r-summarizedexperiment
3990 r-tidyr))
3991 (native-inputs (list r-knitr))
3992 (home-page "https://github.com/lmweber/diffcyt")
3993 (synopsis "Differential discovery in high-dimensional cytometry")
3994 (description
3995 "This package provides statistical methods for differential discovery
3996 analyses in high-dimensional cytometry data (including flow cytometry, mass
3997 cytometry or CyTOF, and oligonucleotide-tagged cytometry), based on a
3998 combination of high-resolution clustering and empirical Bayes moderated tests
3999 adapted from transcriptomics.")
4000 (license license:expat)))
4001
4002 (define-public r-dirichletmultinomial
4003 (package
4004 (name "r-dirichletmultinomial")
4005 (version "1.38.0")
4006 (source
4007 (origin
4008 (method url-fetch)
4009 (uri (bioconductor-uri "DirichletMultinomial" version))
4010 (sha256
4011 (base32
4012 "15l0h2qz80lmrm5rva3v7lkgddn42igyxxwims57zwpwyhrk9bmx"))))
4013 (properties
4014 `((upstream-name . "DirichletMultinomial")))
4015 (build-system r-build-system)
4016 (inputs
4017 (list gsl))
4018 (propagated-inputs
4019 (list r-biocgenerics r-iranges r-s4vectors))
4020 (home-page "https://bioconductor.org/packages/DirichletMultinomial")
4021 (synopsis "Dirichlet-Multinomial mixture models for microbiome data")
4022 (description
4023 "Dirichlet-multinomial mixture models can be used to describe variability
4024 in microbial metagenomic data. This package is an interface to code
4025 originally made available by Holmes, Harris, and Quince, 2012, PLoS ONE 7(2):
4026 1-15.")
4027 (license license:lgpl3)))
4028
4029 (define-public r-dittoseq
4030 (package
4031 (name "r-dittoseq")
4032 (version "1.8.1")
4033 (source (origin
4034 (method url-fetch)
4035 (uri (bioconductor-uri "dittoSeq" version))
4036 (sha256
4037 (base32
4038 "0vi0hcyffaxp6yxsrq95bdlrhr85dvbqm9c7rg6a6blkfgwhlzb4"))))
4039 (properties `((upstream-name . "dittoSeq")))
4040 (build-system r-build-system)
4041 (propagated-inputs
4042 (list r-colorspace
4043 r-cowplot
4044 r-ggplot2
4045 r-ggrepel
4046 r-ggridges
4047 r-gridextra
4048 r-pheatmap
4049 r-reshape2
4050 r-s4vectors
4051 r-singlecellexperiment
4052 r-summarizedexperiment))
4053 (native-inputs (list r-knitr))
4054 (home-page "https://bioconductor.org/packages/dittoSeq")
4055 (synopsis "Single-cell and bulk RNA sequencing visualization")
4056 (description
4057 "This package provides a universal, user friendly, single-cell and bulk RNA
4058 sequencing visualization toolkit that allows highly customizable creation of
4059 color blindness friendly, publication-quality figures. dittoSeq accepts both
4060 SingleCellExperiment (SCE) and Seurat objects, as well as the import and
4061 usage, via conversion to an SCE, of SummarizedExperiment or DGEList bulk data.
4062 Visualizations include dimensionality reduction plots, heatmaps, scatterplots,
4063 percent composition or expression across groups, and more. Customizations
4064 range from size and title adjustments to automatic generation of annotations
4065 for heatmaps, overlay of trajectory analysis onto any dimensionality reduciton
4066 plot, hidden data overlay upon cursor hovering via ggplotly conversion, and
4067 many more. All with simple, discrete inputs. Color blindness friendliness is
4068 powered by legend adjustments (enlarged keys), and by allowing the use of
4069 shapes or letter-overlay in addition to the carefully selected
4070 code{dittoColors()}.")
4071 (license license:expat)))
4072
4073 (define-public r-edaseq
4074 (package
4075 (name "r-edaseq")
4076 (version "2.30.0")
4077 (source
4078 (origin
4079 (method url-fetch)
4080 (uri (bioconductor-uri "EDASeq" version))
4081 (sha256
4082 (base32
4083 "1qnpbmhxvqsma7ihi6yp3ad962xcanlxald84k2szh011ipxj7ws"))))
4084 (properties `((upstream-name . "EDASeq")))
4085 (build-system r-build-system)
4086 (propagated-inputs
4087 (list r-annotationdbi
4088 r-aroma-light
4089 r-biobase
4090 r-biocgenerics
4091 r-biocmanager
4092 r-biomart
4093 r-biostrings
4094 r-genomicfeatures
4095 r-genomicranges
4096 r-iranges
4097 r-rsamtools
4098 r-shortread))
4099 (native-inputs
4100 (list r-knitr))
4101 (home-page "https://github.com/drisso/EDASeq")
4102 (synopsis "Exploratory data analysis and normalization for RNA-Seq")
4103 (description
4104 "This package provides support for numerical and graphical summaries of
4105 RNA-Seq genomic read data. Provided within-lane normalization procedures to
4106 adjust for GC-content effect (or other gene-level effects) on read counts:
4107 loess robust local regression, global-scaling, and full-quantile
4108 normalization. Between-lane normalization procedures to adjust for
4109 distributional differences between lanes (e.g., sequencing depth):
4110 global-scaling and full-quantile normalization.")
4111 (license license:artistic2.0)))
4112
4113 (define-public r-edger
4114 (package
4115 (name "r-edger")
4116 (version "3.38.1")
4117 (source (origin
4118 (method url-fetch)
4119 (uri (bioconductor-uri "edgeR" version))
4120 (sha256
4121 (base32
4122 "1q933m76155gy30wgps2gdd8pxzsfhppydjqn0fhjrwj6kqz8mik"))))
4123 (properties `((upstream-name . "edgeR")))
4124 (build-system r-build-system)
4125 (propagated-inputs
4126 (list r-limma r-locfit r-rcpp r-statmod)) ;for estimateDisp
4127 (home-page "http://bioinf.wehi.edu.au/edgeR")
4128 (synopsis "EdgeR does empirical analysis of digital gene expression data")
4129 (description "This package can do differential expression analysis of
4130 RNA-seq expression profiles with biological replication. It implements a range
4131 of statistical methodology based on the negative binomial distributions,
4132 including empirical Bayes estimation, exact tests, generalized linear models
4133 and quasi-likelihood tests. It be applied to differential signal analysis of
4134 other types of genomic data that produce counts, including ChIP-seq, SAGE and
4135 CAGE.")
4136 (license license:gpl2+)))
4137
4138 (define-public r-ensembldb
4139 (package
4140 (name "r-ensembldb")
4141 (version "2.20.2")
4142 (source
4143 (origin
4144 (method url-fetch)
4145 (uri (bioconductor-uri "ensembldb" version))
4146 (sha256
4147 (base32
4148 "12n21dcimdhgyjzk33m6xbv0m9ihgyzcf66vr1jr5ycv3rq2s7xc"))))
4149 (build-system r-build-system)
4150 (propagated-inputs
4151 (list r-annotationdbi
4152 r-annotationfilter
4153 r-biobase
4154 r-biocgenerics
4155 r-biostrings
4156 r-curl
4157 r-dbi
4158 r-genomeinfodb
4159 r-genomicfeatures
4160 r-genomicranges
4161 r-iranges
4162 r-protgenerics
4163 r-rsamtools
4164 r-rsqlite
4165 r-rtracklayer
4166 r-s4vectors))
4167 (native-inputs
4168 (list r-knitr))
4169 (home-page "https://github.com/jotsetung/ensembldb")
4170 (synopsis "Utilities to create and use Ensembl-based annotation databases")
4171 (description
4172 "The package provides functions to create and use transcript-centric
4173 annotation databases/packages. The annotation for the databases are directly
4174 fetched from Ensembl using their Perl API. The functionality and data is
4175 similar to that of the TxDb packages from the @code{GenomicFeatures} package,
4176 but, in addition to retrieve all gene/transcript models and annotations from
4177 the database, the @code{ensembldb} package also provides a filter framework
4178 allowing to retrieve annotations for specific entries like genes encoded on a
4179 chromosome region or transcript models of lincRNA genes.")
4180 ;; No version specified
4181 (license license:lgpl3+)))
4182
4183 (define-public r-fastseg
4184 (package
4185 (name "r-fastseg")
4186 (version "1.42.0")
4187 (source
4188 (origin
4189 (method url-fetch)
4190 (uri (bioconductor-uri "fastseg" version))
4191 (sha256
4192 (base32
4193 "1cr1b1jbgp1z1zpf71kl7mljbm2jpi6b97bf3bll3gnagfm489hy"))))
4194 (build-system r-build-system)
4195 (propagated-inputs
4196 (list r-biobase r-biocgenerics r-genomicranges r-iranges
4197 r-s4vectors))
4198 (home-page "https://www.bioinf.jku.at/software/fastseg/index.html")
4199 (synopsis "Fast segmentation algorithm for genetic sequencing data")
4200 (description
4201 "Fastseg implements a very fast and efficient segmentation algorithm.
4202 It can segment data from DNA microarrays and data from next generation
4203 sequencing for example to detect copy number segments. Further it can segment
4204 data from RNA microarrays like tiling arrays to identify transcripts. Most
4205 generally, it can segment data given as a matrix or as a vector. Various data
4206 formats can be used as input to fastseg like expression set objects for
4207 microarrays or GRanges for sequencing data.")
4208 (license license:lgpl2.0+)))
4209
4210 (define-public r-gage
4211 (package
4212 (name "r-gage")
4213 (version "2.46.0")
4214 (source
4215 (origin
4216 (method url-fetch)
4217 (uri (bioconductor-uri "gage" version))
4218 (sha256
4219 (base32
4220 "03hx188h98qrbpjlf8v9sg2vqyfv49rp4c18ir11pg6hwqqrxh7b"))))
4221 (build-system r-build-system)
4222 (propagated-inputs
4223 (list r-annotationdbi r-go-db r-graph r-keggrest))
4224 (home-page (string-append "https://bmcbioinformatics.biomedcentral.com/"
4225 "articles/10.1186/1471-2105-10-161"))
4226 (synopsis "Generally applicable gene-set enrichment for pathway analysis")
4227 (description
4228 "GAGE is a published method for gene set (enrichment or GSEA) or pathway
4229 analysis. GAGE is generally applicable independent of microarray or RNA-Seq
4230 data attributes including sample sizes, experimental designs, assay platforms,
4231 and other types of heterogeneity. The gage package provides functions for
4232 basic GAGE analysis, result processing and presentation. In addition, it
4233 provides demo microarray data and commonly used gene set data based on KEGG
4234 pathways and GO terms. These functions and data are also useful for gene set
4235 analysis using other methods.")
4236 (license license:gpl2+)))
4237
4238 (define-public r-genefilter
4239 (package
4240 (name "r-genefilter")
4241 (version "1.78.0")
4242 (source
4243 (origin
4244 (method url-fetch)
4245 (uri (bioconductor-uri "genefilter" version))
4246 (sha256
4247 (base32
4248 "1lp3alnljhsil8zylf8rvf8ik4wmsyciy3ij4rr9l4191dkkp4aq"))))
4249 (build-system r-build-system)
4250 (native-inputs
4251 (list gfortran r-knitr))
4252 (propagated-inputs
4253 (list r-annotate r-annotationdbi r-biobase r-biocgenerics
4254 r-survival))
4255 (home-page "https://bioconductor.org/packages/genefilter")
4256 (synopsis "Filter genes from high-throughput experiments")
4257 (description
4258 "This package provides basic functions for filtering genes from
4259 high-throughput sequencing experiments.")
4260 (license license:artistic2.0)))
4261
4262 (define-public r-geneoverlap
4263 (package
4264 (name "r-geneoverlap")
4265 (version "1.32.0")
4266 (source (origin
4267 (method url-fetch)
4268 (uri (bioconductor-uri "GeneOverlap" version))
4269 (sha256
4270 (base32
4271 "0nqwa3x9q1hl9nm06hqzzrn00rirc9kj6s320csjlf7x6rcidr93"))))
4272 (build-system r-build-system)
4273 (propagated-inputs
4274 (list r-rcolorbrewer r-gplots))
4275 (home-page "https://www.bioconductor.org/packages/GeneOverlap/")
4276 (synopsis "Test and visualize gene overlaps")
4277 (description "This package can be used to test two sets of gene lists
4278 and visualize the results.")
4279 (license license:gpl3)))
4280
4281 (define-public r-genomation
4282 (package
4283 (name "r-genomation")
4284 (version "1.28.0")
4285 (source (origin
4286 (method url-fetch)
4287 (uri (bioconductor-uri "genomation" version))
4288 (sha256
4289 (base32
4290 "0rvay7gs4g2wi6h42kln8xwy9b05axj1x8mkfayl6pnnlva6xj79"))))
4291 (build-system r-build-system)
4292 (propagated-inputs
4293 (list r-biostrings
4294 r-bsgenome
4295 r-data-table
4296 r-genomeinfodb
4297 r-genomicalignments
4298 r-genomicranges
4299 r-ggplot2
4300 r-gridbase
4301 r-impute
4302 r-iranges
4303 r-matrixstats
4304 r-plotrix
4305 r-plyr
4306 r-rcpp
4307 r-readr
4308 r-reshape2
4309 r-rsamtools
4310 r-rtracklayer
4311 r-s4vectors
4312 r-seqpattern))
4313 (native-inputs
4314 (list r-knitr))
4315 (home-page "https://bioinformatics.mdc-berlin.de/genomation/")
4316 (synopsis "Summary, annotation and visualization of genomic data")
4317 (description
4318 "This package provides a package for summary and annotation of genomic
4319 intervals. Users can visualize and quantify genomic intervals over
4320 pre-defined functional regions, such as promoters, exons, introns, etc. The
4321 genomic intervals represent regions with a defined chromosome position, which
4322 may be associated with a score, such as aligned reads from HT-seq experiments,
4323 TF binding sites, methylation scores, etc. The package can use any tabular
4324 genomic feature data as long as it has minimal information on the locations of
4325 genomic intervals. In addition, it can use BAM or BigWig files as input.")
4326 (license license:artistic2.0)))
4327
4328 (define-public r-genomeinfodb
4329 (package
4330 (name "r-genomeinfodb")
4331 (version "1.32.3")
4332 (source (origin
4333 (method url-fetch)
4334 (uri (bioconductor-uri "GenomeInfoDb" version))
4335 (sha256
4336 (base32
4337 "17nwcq2ivj3bdibdywfyjq4n6z0djispbh9ahqa55sp31ksq41xh"))))
4338 (properties
4339 `((upstream-name . "GenomeInfoDb")))
4340 (build-system r-build-system)
4341 (propagated-inputs
4342 (list r-biocgenerics r-genomeinfodbdata r-iranges r-rcurl
4343 r-s4vectors))
4344 (native-inputs
4345 (list r-knitr))
4346 (home-page "https://bioconductor.org/packages/GenomeInfoDb")
4347 (synopsis "Utilities for manipulating chromosome identifiers")
4348 (description
4349 "This package contains data and functions that define and allow
4350 translation between different chromosome sequence naming conventions (e.g.,
4351 \"chr1\" versus \"1\"), including a function that attempts to place sequence
4352 names in their natural, rather than lexicographic, order.")
4353 (license license:artistic2.0)))
4354
4355 (define-public r-genomicalignments
4356 (package
4357 (name "r-genomicalignments")
4358 (version "1.32.0")
4359 (source (origin
4360 (method url-fetch)
4361 (uri (bioconductor-uri "GenomicAlignments" version))
4362 (sha256
4363 (base32
4364 "1ifmlc0488f5yzcf4p92dmdc7psxl5c0aa7qpxjk0a07gf7lldbi"))))
4365 (properties
4366 `((upstream-name . "GenomicAlignments")))
4367 (build-system r-build-system)
4368 (propagated-inputs
4369 (list r-biocgenerics
4370 r-biocparallel
4371 r-biostrings
4372 r-genomeinfodb
4373 r-genomicranges
4374 r-iranges
4375 r-rsamtools
4376 r-s4vectors
4377 r-summarizedexperiment))
4378 (home-page "https://bioconductor.org/packages/GenomicAlignments")
4379 (synopsis "Representation and manipulation of short genomic alignments")
4380 (description
4381 "This package provides efficient containers for storing and manipulating
4382 short genomic alignments (typically obtained by aligning short reads to a
4383 reference genome). This includes read counting, computing the coverage,
4384 junction detection, and working with the nucleotide content of the
4385 alignments.")
4386 (license license:artistic2.0)))
4387
4388 (define-public r-genomicfeatures
4389 (package
4390 (name "r-genomicfeatures")
4391 (version "1.48.3")
4392 (source (origin
4393 (method url-fetch)
4394 (uri (bioconductor-uri "GenomicFeatures" version))
4395 (sha256
4396 (base32
4397 "0f14p1ma2y8l60p9sxmh5j0axws9by1cznczb2jxipphpb4slpl1"))))
4398 (properties
4399 `((upstream-name . "GenomicFeatures")))
4400 (build-system r-build-system)
4401 (propagated-inputs
4402 (list r-annotationdbi
4403 r-biobase
4404 r-biocgenerics
4405 r-biocio
4406 r-biomart
4407 r-biostrings
4408 r-dbi
4409 r-genomeinfodb
4410 r-genomicranges
4411 r-iranges
4412 r-rcurl
4413 r-rsqlite
4414 r-rtracklayer
4415 r-s4vectors
4416 r-xvector))
4417 (native-inputs
4418 (list r-knitr))
4419 (home-page "https://bioconductor.org/packages/GenomicFeatures")
4420 (synopsis "Tools for working with transcript centric annotations")
4421 (description
4422 "This package provides a set of tools and methods for making and
4423 manipulating transcript centric annotations. With these tools the user can
4424 easily download the genomic locations of the transcripts, exons and cds of a
4425 given organism, from either the UCSC Genome Browser or a BioMart
4426 database (more sources will be supported in the future). This information is
4427 then stored in a local database that keeps track of the relationship between
4428 transcripts, exons, cds and genes. Flexible methods are provided for
4429 extracting the desired features in a convenient format.")
4430 (license license:artistic2.0)))
4431
4432 (define-public r-genomicfiles
4433 (package
4434 (name "r-genomicfiles")
4435 (version "1.32.1")
4436 (source
4437 (origin
4438 (method url-fetch)
4439 (uri (bioconductor-uri "GenomicFiles" version))
4440 (sha256
4441 (base32
4442 "06ycfna26klx27vvsnlpgv46bymfrc8z0zkpag7nm4m23153ivkz"))))
4443 (properties `((upstream-name . "GenomicFiles")))
4444 (build-system r-build-system)
4445 (propagated-inputs
4446 (list r-biocgenerics
4447 r-biocparallel
4448 r-genomeinfodb
4449 r-genomicalignments
4450 r-genomicranges
4451 r-iranges
4452 r-matrixgenerics
4453 r-rsamtools
4454 r-rtracklayer
4455 r-s4vectors
4456 r-summarizedexperiment
4457 r-variantannotation))
4458 (home-page "https://bioconductor.org/packages/GenomicFiles")
4459 (synopsis "Distributed computing by file or by range")
4460 (description
4461 "This package provides infrastructure for parallel computations
4462 distributed by file or by range. User defined mapper and reducer functions
4463 provide added flexibility for data combination and manipulation.")
4464 (license license:artistic2.0)))
4465
4466 (define-public r-genomicranges
4467 (package
4468 (name "r-genomicranges")
4469 (version "1.48.0")
4470 (source (origin
4471 (method url-fetch)
4472 (uri (bioconductor-uri "GenomicRanges" version))
4473 (sha256
4474 (base32
4475 "088rv1aclwq265pdg4hmks73nl0125vk0vigyi44n3djkrdx48yn"))))
4476 (properties
4477 `((upstream-name . "GenomicRanges")))
4478 (build-system r-build-system)
4479 (propagated-inputs
4480 (list r-biocgenerics r-genomeinfodb r-iranges r-s4vectors r-xvector))
4481 (native-inputs
4482 (list r-knitr))
4483 (home-page "https://bioconductor.org/packages/GenomicRanges")
4484 (synopsis "Representation and manipulation of genomic intervals")
4485 (description
4486 "This package provides tools to efficiently represent and manipulate
4487 genomic annotations and alignments is playing a central role when it comes to
4488 analyzing high-throughput sequencing data (a.k.a. NGS data). The
4489 GenomicRanges package defines general purpose containers for storing and
4490 manipulating genomic intervals and variables defined along a genome.")
4491 (license license:artistic2.0)))
4492
4493 (define-public r-gostats
4494 (package
4495 (name "r-gostats")
4496 (version "2.62.0")
4497 (source
4498 (origin
4499 (method url-fetch)
4500 (uri (bioconductor-uri "GOstats" version))
4501 (sha256
4502 (base32
4503 "121ly9vifarg8y7mc468571bbs0xv4sx6sflm5zcdqf0p83yvjrm"))))
4504 (properties `((upstream-name . "GOstats")))
4505 (build-system r-build-system)
4506 (propagated-inputs
4507 (list r-annotate
4508 r-annotationdbi
4509 r-annotationforge
4510 r-biobase
4511 r-category
4512 r-go-db
4513 r-graph
4514 r-rgraphviz
4515 r-rbgl))
4516 (home-page "https://bioconductor.org/packages/GOstats")
4517 (synopsis "Tools for manipulating GO and microarrays")
4518 (description
4519 "This package provides a set of tools for interacting with GO and
4520 microarray data. A variety of basic manipulation tools for graphs, hypothesis
4521 testing and other simple calculations.")
4522 (license license:artistic2.0)))
4523
4524 (define-public r-gseabase
4525 (package
4526 (name "r-gseabase")
4527 (version "1.58.0")
4528 (source
4529 (origin
4530 (method url-fetch)
4531 (uri (bioconductor-uri "GSEABase" version))
4532 (sha256
4533 (base32
4534 "1qhvgyg392fd98h2qnmfmhg7mil5hp9cy3qmkqs4x1bhpv1m978g"))))
4535 (properties `((upstream-name . "GSEABase")))
4536 (build-system r-build-system)
4537 (propagated-inputs
4538 (list r-annotate
4539 r-annotationdbi
4540 r-biobase
4541 r-biocgenerics
4542 r-graph
4543 r-xml))
4544 (native-inputs
4545 (list r-knitr))
4546 (home-page "https://bioconductor.org/packages/GSEABase")
4547 (synopsis "Gene set enrichment data structures and methods")
4548 (description
4549 "This package provides classes and methods to support @dfn{Gene Set
4550 Enrichment Analysis} (GSEA).")
4551 (license license:artistic2.0)))
4552
4553 (define-public r-hpar
4554 (package
4555 (name "r-hpar")
4556 (version "1.38.0")
4557 (source
4558 (origin
4559 (method url-fetch)
4560 (uri (bioconductor-uri "hpar" version))
4561 (sha256
4562 (base32
4563 "07c6r703d5xp7y9bqmqalxgna2qrbk1h5s0d992m7360k259mgrj"))))
4564 (build-system r-build-system)
4565 (native-inputs
4566 (list r-knitr))
4567 (home-page "https://bioconductor.org/packages/hpar/")
4568 (synopsis "Human Protein Atlas in R")
4569 (description "This package provides a simple interface to and data from
4570 the Human Protein Atlas project.")
4571 (license license:artistic2.0)))
4572
4573 (define-public r-rhtslib
4574 (package
4575 (name "r-rhtslib")
4576 (version "1.28.0")
4577 (source
4578 (origin
4579 (method url-fetch)
4580 (uri (bioconductor-uri "Rhtslib" version))
4581 (sha256
4582 (base32
4583 "07kws6afkxbmxq4w357mwwl712pdd16alvz7iqijjd2x7rjchj2f"))))
4584 (properties `((upstream-name . "Rhtslib")))
4585 (build-system r-build-system)
4586 ;; Without this a temporary directory ends up in the Rhtslib.so binary,
4587 ;; which makes R abort the build.
4588 (arguments '(#:configure-flags '("--no-staged-install")))
4589 (propagated-inputs
4590 (list curl zlib ; packages using rhtslib need to link with zlib
4591 r-zlibbioc))
4592 (native-inputs
4593 (list pkg-config r-knitr))
4594 (home-page "https://github.com/nhayden/Rhtslib")
4595 (synopsis "High-throughput sequencing library as an R package")
4596 (description
4597 "This package provides the HTSlib C library for high-throughput
4598 nucleotide sequence analysis. The package is primarily useful to developers
4599 of other R packages who wish to make use of HTSlib.")
4600 (license license:lgpl2.0+)))
4601
4602 (define-public r-impute
4603 (package
4604 (name "r-impute")
4605 (version "1.70.0")
4606 (source (origin
4607 (method url-fetch)
4608 (uri (bioconductor-uri "impute" version))
4609 (sha256
4610 (base32
4611 "11b0z7py0im6y43k55xpzz5jnvc0ram9rk3n1n4mwhvs0vhy39r2"))))
4612 (native-inputs
4613 (list gfortran))
4614 (build-system r-build-system)
4615 (home-page "https://bioconductor.org/packages/impute")
4616 (synopsis "Imputation for microarray data")
4617 (description
4618 "This package provides a function to impute missing gene expression
4619 microarray data, using nearest neighbor averaging.")
4620 (license license:gpl2+)))
4621
4622 (define-public r-interactivedisplaybase
4623 (package
4624 (name "r-interactivedisplaybase")
4625 (version "1.34.0")
4626 (source
4627 (origin
4628 (method url-fetch)
4629 (uri (bioconductor-uri "interactiveDisplayBase" version))
4630 (sha256
4631 (base32
4632 "0fdwx5ch0ch8axdkfiq7zzhhq5hwcvd6kf8fggw9nd3ah1yjwbdg"))))
4633 (properties
4634 `((upstream-name . "interactiveDisplayBase")))
4635 (build-system r-build-system)
4636 (propagated-inputs
4637 (list r-biocgenerics r-dt r-shiny))
4638 (native-inputs
4639 (list r-knitr))
4640 (home-page "https://bioconductor.org/packages/interactiveDisplayBase")
4641 (synopsis "Base package for web displays of Bioconductor objects")
4642 (description
4643 "This package contains the basic methods needed to generate interactive
4644 Shiny-based display methods for Bioconductor objects.")
4645 (license license:artistic2.0)))
4646
4647 (define-public r-keggrest
4648 (package
4649 (name "r-keggrest")
4650 (version "1.36.2")
4651 (source
4652 (origin
4653 (method url-fetch)
4654 (uri (bioconductor-uri "KEGGREST" version))
4655 (sha256
4656 (base32
4657 "1rn03w8y80prbvzahkvf8275haiymnjj1ijcgn55p3d0sb54yzgw"))))
4658 (properties `((upstream-name . "KEGGREST")))
4659 (build-system r-build-system)
4660 (propagated-inputs
4661 (list r-biostrings r-httr r-png))
4662 (native-inputs
4663 (list r-knitr))
4664 (home-page "https://bioconductor.org/packages/KEGGREST")
4665 (synopsis "Client-side REST access to KEGG")
4666 (description
4667 "This package provides a package that provides a client interface to the
4668 @dfn{Kyoto Encyclopedia of Genes and Genomes} (KEGG) REST server.")
4669 (license license:artistic2.0)))
4670
4671 (define-public r-lfa
4672 (package
4673 (name "r-lfa")
4674 (version "1.26.0")
4675 (source
4676 (origin
4677 (method url-fetch)
4678 (uri (bioconductor-uri "lfa" version))
4679 (sha256
4680 (base32 "044866h4fnxmzb3sh9vmrd2smgsbcqgvd19dgwxisi418cad577l"))))
4681 (properties `((upstream-name . "lfa")))
4682 (build-system r-build-system)
4683 (propagated-inputs (list r-corpcor))
4684 (native-inputs (list r-knitr))
4685 (home-page "https://github.com/StoreyLab/lfa")
4686 (synopsis "Logistic Factor Analysis for categorical data")
4687 (description
4688 "@dfn{Logistic Factor Analysis} (LFA) is a method for a PCA analogue on
4689 Binomial data via estimation of latent structure in the natural parameter.")
4690 (license license:gpl3)))
4691
4692 (define-public r-limma
4693 (package
4694 (name "r-limma")
4695 (version "3.52.2")
4696 (source (origin
4697 (method url-fetch)
4698 (uri (bioconductor-uri "limma" version))
4699 (sha256
4700 (base32
4701 "0m8p8pqmf48f2zdf3qs66hmychbc58g2hfg1wyxzsv180m6xkk65"))))
4702 (build-system r-build-system)
4703 (home-page "http://bioinf.wehi.edu.au/limma")
4704 (synopsis "Package for linear models for microarray and RNA-seq data")
4705 (description "This package can be used for the analysis of gene expression
4706 studies, especially the use of linear models for analysing designed experiments
4707 and the assessment of differential expression. The analysis methods apply to
4708 different technologies, including microarrays, RNA-seq, and quantitative PCR.")
4709 (license license:gpl2+)))
4710
4711 (define-public r-methylkit
4712 (package
4713 (name "r-methylkit")
4714 (version "1.22.0")
4715 (source (origin
4716 (method url-fetch)
4717 (uri (bioconductor-uri "methylKit" version))
4718 (sha256
4719 (base32
4720 "00asjzv05avfg0rrkmfbdqd6xx8d18zi72n3b1kf9wj81z2d2a35"))))
4721 (properties `((upstream-name . "methylKit")))
4722 (build-system r-build-system)
4723 (propagated-inputs
4724 (list r-data-table
4725 r-emdbook
4726 r-fastseg
4727 r-genomeinfodb
4728 r-genomicranges
4729 r-gtools
4730 r-iranges
4731 r-kernsmooth
4732 r-limma
4733 r-mclust
4734 r-mgcv
4735 r-qvalue
4736 r-r-utils
4737 r-rcpp
4738 r-rhtslib
4739 r-rsamtools
4740 r-rtracklayer
4741 r-s4vectors
4742 r-zlibbioc))
4743 (native-inputs
4744 (list r-knitr)) ; for vignettes
4745 (home-page "https://github.com/al2na/methylKit")
4746 (synopsis
4747 "DNA methylation analysis from high-throughput bisulfite sequencing results")
4748 (description
4749 "MethylKit is an R package for DNA methylation analysis and annotation
4750 from high-throughput bisulfite sequencing. The package is designed to deal
4751 with sequencing data from @dfn{Reduced representation bisulfite
4752 sequencing} (RRBS) and its variants, but also target-capture methods and whole
4753 genome bisulfite sequencing. It also has functions to analyze base-pair
4754 resolution 5hmC data from experimental protocols such as oxBS-Seq and
4755 TAB-Seq.")
4756 (license license:artistic2.0)))
4757
4758 (define-public r-motifrg
4759 (package
4760 (name "r-motifrg")
4761 (version "1.31.0")
4762 (source
4763 (origin
4764 (method url-fetch)
4765 (uri (bioconductor-uri "motifRG" version))
4766 (sha256
4767 (base32
4768 "1ml6zyzlk8yjbnfhga2qnw8nl43rankvka0kc1yljxr2b66aqbhn"))))
4769 (properties `((upstream-name . "motifRG")))
4770 (build-system r-build-system)
4771 (propagated-inputs
4772 (list r-biostrings
4773 r-bsgenome
4774 r-bsgenome-hsapiens-ucsc-hg19
4775 r-iranges
4776 r-seqlogo
4777 r-xvector))
4778 (home-page "https://bioconductor.org/packages/motifRG")
4779 (synopsis "Discover motifs in high throughput sequencing data")
4780 (description
4781 "This package provides tools for discriminative motif discovery in high
4782 throughput genetic sequencing data sets using regression methods.")
4783 (license license:artistic2.0)))
4784
4785 (define-public r-muscat
4786 (package
4787 (name "r-muscat")
4788 (version "1.10.1")
4789 (source
4790 (origin
4791 (method url-fetch)
4792 (uri (bioconductor-uri "muscat" version))
4793 (sha256
4794 (base32
4795 "1j3zkhqgza92vdykb1yia1jjwsdqra6q9c0jk6p5p2x0778xqgfd"))))
4796 (properties `((upstream-name . "muscat")))
4797 (build-system r-build-system)
4798 (propagated-inputs
4799 (list r-biocparallel
4800 r-blme
4801 r-complexheatmap
4802 r-data-table
4803 r-deseq2
4804 r-dplyr
4805 r-edger
4806 r-ggplot2
4807 r-glmmtmb
4808 r-limma
4809 r-lme4
4810 r-lmertest
4811 r-matrix
4812 r-matrixstats
4813 r-progress
4814 r-purrr
4815 r-s4vectors
4816 r-scales
4817 r-scater
4818 r-sctransform
4819 r-scuttle
4820 r-singlecellexperiment
4821 r-summarizedexperiment
4822 r-variancepartition
4823 r-viridis))
4824 (native-inputs (list r-knitr))
4825 (home-page "https://github.com/HelenaLC/muscat")
4826 (synopsis "Multi-sample multi-group scRNA-seq data analysis tools")
4827 (description
4828 "This package @code{muscat} provides various methods and visualization tools
4829 for @dfn{DS}(differential splicing) analysis in multi-sample, multi-group,
4830 multi-(cell-)subpopulation scRNA-seq data, including cell-level mixed models and
4831 methods based on aggregated \"pseudobulk\" data, as well as a flexible simulation
4832 platform that mimics both single and multi-sample scRNA-seq data.")
4833 (license license:gpl3)))
4834
4835 (define-public r-mutationalpatterns
4836 (package
4837 (name "r-mutationalpatterns")
4838 (version "3.6.0")
4839 (source
4840 (origin
4841 (method url-fetch)
4842 (uri (bioconductor-uri "MutationalPatterns" version))
4843 (sha256
4844 (base32
4845 "113b2hrc0n47qz144xhky93jcm6qh6flzadq5y0plga5jrz0rnwg"))))
4846 (build-system r-build-system)
4847 (native-inputs
4848 (list r-knitr))
4849 (propagated-inputs
4850 (list r-biocgenerics
4851 r-biostrings
4852 r-bsgenome
4853 ;; These two packages are suggested packages
4854 r-bsgenome-hsapiens-1000genomes-hs37d5
4855 r-bsgenome-hsapiens-ucsc-hg19
4856 r-cowplot
4857 r-dplyr
4858 r-genomeinfodb
4859 r-genomicranges
4860 r-ggalluvial
4861 r-ggdendro
4862 r-ggplot2
4863 r-iranges
4864 r-magrittr
4865 r-nmf
4866 r-pracma
4867 r-purrr
4868 r-rcolorbrewer
4869 r-s4vectors
4870 r-stringr
4871 r-tibble
4872 r-tidyr
4873 r-variantannotation))
4874 (home-page "https://bioconductor.org/packages/MutationalPatterns/")
4875 (synopsis "Extract and visualize mutational patterns in genomic data")
4876 (description "This package provides an extensive toolset for the
4877 characterization and visualization of a wide range of mutational patterns
4878 in SNV base substitution data.")
4879 (license license:expat)))
4880
4881 (define-public r-msnbase
4882 (package
4883 (name "r-msnbase")
4884 (version "2.22.0")
4885 (source
4886 (origin
4887 (method url-fetch)
4888 (uri (bioconductor-uri "MSnbase" version))
4889 (sha256
4890 (base32
4891 "1xzn0k3c2wn6c6gv90hddy3c201sg927342zrw9ig2xap0r053x3"))))
4892 (properties `((upstream-name . "MSnbase")))
4893 (build-system r-build-system)
4894 (propagated-inputs
4895 (list r-affy
4896 r-biobase
4897 r-biocgenerics
4898 r-biocparallel
4899 r-digest
4900 r-ggplot2
4901 r-impute
4902 r-iranges
4903 r-lattice
4904 r-maldiquant
4905 r-mass
4906 r-mscoreutils
4907 r-mzid
4908 r-mzr
4909 r-pcamethods
4910 r-plyr
4911 r-protgenerics
4912 r-rcpp
4913 r-s4vectors
4914 r-scales
4915 r-vsn
4916 r-xml))
4917 (native-inputs
4918 (list r-knitr))
4919 (home-page "https://github.com/lgatto/MSnbase")
4920 (synopsis "Base functions and classes for MS-based proteomics")
4921 (description
4922 "This package provides basic plotting, data manipulation and processing
4923 of mass spectrometry based proteomics data.")
4924 (license license:artistic2.0)))
4925
4926 (define-public r-msnid
4927 (package
4928 (name "r-msnid")
4929 (version "1.30.0")
4930 (source
4931 (origin
4932 (method url-fetch)
4933 (uri (bioconductor-uri "MSnID" version))
4934 (sha256
4935 (base32
4936 "1yiw95p40nz0pvq7s4i0xg02r9yqmnknak00z4lkw8jij3w3rkkq"))))
4937 (properties `((upstream-name . "MSnID")))
4938 (build-system r-build-system)
4939 (arguments
4940 `(#:phases
4941 (modify-phases %standard-phases
4942 (add-after 'unpack 'set-HOME
4943 (lambda _ (setenv "HOME" "/tmp"))))))
4944 (propagated-inputs
4945 (list r-annotationdbi
4946 r-annotationhub
4947 r-biobase
4948 r-biocgenerics
4949 r-biocstyle
4950 r-biostrings
4951 r-data-table
4952 r-doparallel
4953 r-dplyr
4954 r-foreach
4955 r-ggplot2
4956 r-iterators
4957 r-msnbase
4958 r-msmstests
4959 r-mzid
4960 r-mzr
4961 r-protgenerics
4962 r-purrr
4963 r-r-cache
4964 r-rcpp
4965 r-reshape2
4966 r-rlang
4967 r-runit
4968 r-stringr
4969 r-tibble
4970 r-xtable))
4971 (home-page "https://bioconductor.org/packages/MSnID")
4972 (synopsis "Utilities for LC-MSn proteomics identifications")
4973 (description
4974 "This package extracts @dfn{tandem mass spectrometry} (MS/MS) ID data
4975 from mzIdentML (leveraging the mzID package) or text files. After collating
4976 the search results from multiple datasets it assesses their identification
4977 quality and optimize filtering criteria to achieve the maximum number of
4978 identifications while not exceeding a specified false discovery rate. It also
4979 contains a number of utilities to explore the MS/MS results and assess missed
4980 and irregular enzymatic cleavages, mass measurement accuracy, etc.")
4981 (license license:artistic2.0)))
4982
4983 (define-public r-mzid
4984 (package
4985 (name "r-mzid")
4986 (version "1.34.0")
4987 (source
4988 (origin
4989 (method url-fetch)
4990 (uri (bioconductor-uri "mzID" version))
4991 (sha256
4992 (base32
4993 "1q1aqyya9nd494s7m3rdaf3kixipdrwbj825g40kdljwrg85y961"))))
4994 (properties `((upstream-name . "mzID")))
4995 (build-system r-build-system)
4996 (propagated-inputs
4997 (list r-doparallel
4998 r-foreach
4999 r-iterators
5000 r-plyr
5001 r-protgenerics
5002 r-xml))
5003 (native-inputs
5004 (list r-knitr))
5005 (home-page "https://bioconductor.org/packages/mzID")
5006 (synopsis "Parser for mzIdentML files")
5007 (description
5008 "This package provides a parser for mzIdentML files implemented using the
5009 XML package. The parser tries to be general and able to handle all types of
5010 mzIdentML files with the drawback of having less pretty output than a vendor
5011 specific parser.")
5012 (license license:gpl2+)))
5013
5014 (define-public r-mzr
5015 (package
5016 (name "r-mzr")
5017 (version "2.30.0")
5018 (source
5019 (origin
5020 (method url-fetch)
5021 (uri (bioconductor-uri "mzR" version))
5022 (sha256
5023 (base32
5024 "1dqa03hb42kbqfg15ksijdkyf9pr54gcl3in4mzjkld5sdi8ncds"))
5025 (modules '((guix build utils)))
5026 (snippet
5027 '(delete-file-recursively "src/boost"))))
5028 (properties `((upstream-name . "mzR")))
5029 (build-system r-build-system)
5030 (arguments
5031 `(#:phases
5032 (modify-phases %standard-phases
5033 (add-after 'unpack 'use-system-boost
5034 (lambda _
5035 (substitute* "src/Makevars"
5036 (("\\./boost/libs.*") "")
5037 (("PKG_LIBS=") "PKG_LIBS=$(BOOST_LIBS) ")
5038 (("\\ARCH_OBJS=" line)
5039 (string-append line
5040 "\nBOOST_LIBS=-lboost_system -lboost_regex \
5041 -lboost_iostreams -lboost_thread -lboost_filesystem -lboost_chrono\n"))))))))
5042 (inputs
5043 (list boost ; use this instead of the bundled boost sources
5044 zlib))
5045 (propagated-inputs
5046 (list r-biobase
5047 r-biocgenerics
5048 r-ncdf4
5049 r-protgenerics
5050 r-rcpp
5051 r-rhdf5lib))
5052 (native-inputs
5053 (list r-knitr))
5054 (home-page "https://github.com/sneumann/mzR/")
5055 (synopsis "Parser for mass spectrometry data files")
5056 (description
5057 "The mzR package provides a unified API to the common file formats and
5058 parsers available for mass spectrometry data. It comes with a wrapper for the
5059 ISB random access parser for mass spectrometry mzXML, mzData and mzML files.
5060 The package contains the original code written by the ISB, and a subset of the
5061 proteowizard library for mzML and mzIdentML. The netCDF reading code has
5062 previously been used in XCMS.")
5063 (license license:artistic2.0)))
5064
5065 (define-public r-organism-dplyr
5066 (package
5067 (name "r-organism-dplyr")
5068 (version "1.24.0")
5069 (source
5070 (origin
5071 (method url-fetch)
5072 (uri (bioconductor-uri "Organism.dplyr" version))
5073 (sha256
5074 (base32
5075 "0j29f85d66c45ww3417xx376vpz0mmvga5n7h2cl1sd4h70b55as"))))
5076 (properties `((upstream-name . "Organism.dplyr")))
5077 (build-system r-build-system)
5078 (propagated-inputs
5079 (list r-annotationdbi
5080 r-annotationfilter
5081 r-biocfilecache
5082 r-dbi
5083 r-dbplyr
5084 r-dplyr
5085 r-genomeinfodb
5086 r-genomicfeatures
5087 r-genomicranges
5088 r-iranges
5089 r-rlang
5090 r-rsqlite
5091 r-s4vectors
5092 r-tibble))
5093 (native-inputs (list r-knitr))
5094 (home-page "https://bioconductor.org/packages/Organism.dplyr")
5095 (synopsis "Dplyr-based access to Bioconductor annotation resources")
5096 (description
5097 "This package provides an alternative interface to Bioconductor @code{
5098 annotation} resources, in particular the gene identifier mapping functionality
5099 of the @code{org} packages (e.g., @code{org.Hs.eg.db}) and the genome coordinate
5100 functionality of the @code{TxDb} packages (e.g.,
5101 @code{TxDb.Hsapiens.UCSC.hg38.knownGene}).")
5102 (license license:artistic2.0)))
5103
5104 (define-public r-organismdbi
5105 (package
5106 (name "r-organismdbi")
5107 (version "1.38.1")
5108 (source
5109 (origin
5110 (method url-fetch)
5111 (uri (bioconductor-uri "OrganismDbi" version))
5112 (sha256
5113 (base32
5114 "0mxnxj8x4hc21psz39mf7qwvh1fsn6qyjgl5qffk1xxmasf69619"))))
5115 (properties `((upstream-name . "OrganismDbi")))
5116 (build-system r-build-system)
5117 (propagated-inputs
5118 (list r-annotationdbi
5119 r-biobase
5120 r-biocgenerics
5121 r-biocmanager
5122 r-dbi
5123 r-genomicfeatures
5124 r-genomicranges
5125 r-graph
5126 r-iranges
5127 r-rbgl
5128 r-s4vectors))
5129 (home-page "https://bioconductor.org/packages/OrganismDbi")
5130 (synopsis "Software to enable the smooth interfacing of database packages")
5131 (description "The package enables a simple unified interface to several
5132 annotation packages each of which has its own schema by taking advantage of
5133 the fact that each of these packages implements a select methods.")
5134 (license license:artistic2.0)))
5135
5136 (define-public r-pcaexplorer
5137 (package
5138 (name "r-pcaexplorer")
5139 (version "2.22.0")
5140 (source
5141 (origin
5142 (method url-fetch)
5143 (uri (bioconductor-uri "pcaExplorer" version))
5144 (sha256
5145 (base32
5146 "0xkafpi6y5n8hljdaj183hd5z4ik7lpbklg2cbx1hwfz4n4hh1bl"))))
5147 (properties `((upstream-name . "pcaExplorer")))
5148 (build-system r-build-system)
5149 (propagated-inputs
5150 (list r-annotationdbi
5151 r-base64enc
5152 r-biomart
5153 r-deseq2
5154 r-dt
5155 r-genefilter
5156 r-genomicranges
5157 r-ggplot2
5158 r-ggrepel
5159 r-go-db
5160 r-gostats
5161 r-heatmaply
5162 r-iranges
5163 r-knitr
5164 r-limma
5165 r-nmf
5166 r-pheatmap
5167 r-plotly
5168 r-plyr
5169 r-rmarkdown
5170 r-s4vectors
5171 r-scales
5172 r-shiny
5173 r-shinyace
5174 r-shinybs
5175 r-shinydashboard
5176 r-summarizedexperiment
5177 r-threejs
5178 r-tidyr
5179 r-topgo))
5180 (native-inputs (list r-knitr))
5181 (home-page "https://github.com/federicomarini/pcaExplorer")
5182 (synopsis
5183 "Interactive Visualization of RNA-seq Data Using a Principal Components Approach")
5184 (description
5185 "This package provides functionality for interactive visualization of RNA-seq
5186 datasets based on Principal Components Analysis. The methods provided allow for
5187 quick information extraction and effective data exploration. A Shiny
5188 application encapsulates the whole analysis.")
5189 (license license:expat)))
5190
5191 (define-public r-pcamethods
5192 (package
5193 (name "r-pcamethods")
5194 (version "1.88.0")
5195 (source
5196 (origin
5197 (method url-fetch)
5198 (uri (bioconductor-uri "pcaMethods" version))
5199 (sha256
5200 (base32
5201 "1087sl7y707zld7zpf3ly51gnmdp93vn90dwa5440v7qawvg2h9b"))))
5202 (properties `((upstream-name . "pcaMethods")))
5203 (build-system r-build-system)
5204 (propagated-inputs
5205 (list r-biobase r-biocgenerics r-mass r-rcpp))
5206 (home-page "https://github.com/hredestig/pcamethods")
5207 (synopsis "Collection of PCA methods")
5208 (description
5209 "This package provides Bayesian PCA, Probabilistic PCA, Nipals PCA,
5210 Inverse Non-Linear PCA and the conventional SVD PCA. A cluster based method
5211 for missing value estimation is included for comparison. BPCA, PPCA and
5212 NipalsPCA may be used to perform PCA on incomplete data as well as for
5213 accurate missing value estimation. A set of methods for printing and plotting
5214 the results is also provided. All PCA methods make use of the same data
5215 structure (pcaRes) to provide a common interface to the PCA results.")
5216 (license license:gpl3+)))
5217
5218 ;; This is a CRAN package, but it depends on a Bioconductor package:
5219 ;; r-aroma-light, r-dnacopy..
5220 (define-public r-pscbs
5221 (package
5222 (name "r-pscbs")
5223 (version "0.66.0")
5224 (source
5225 (origin
5226 (method url-fetch)
5227 (uri (cran-uri "PSCBS" version))
5228 (sha256
5229 (base32 "14rs2wywipbkia3dbzfhpnkmfgdvm2bf586lggsx63sywlv5d02q"))))
5230 (properties `((upstream-name . "PSCBS")))
5231 (build-system r-build-system)
5232 (arguments
5233 `(#:phases
5234 (modify-phases %standard-phases
5235 (add-before 'install 'change-home-dir
5236 (lambda _
5237 ;; Change from /homeless-shelter to /tmp for write permission.
5238 (setenv "HOME" "/tmp"))))))
5239 (propagated-inputs
5240 (list r-aroma-light
5241 r-dnacopy
5242 r-future
5243 r-listenv
5244 r-matrixstats
5245 r-r-cache
5246 r-r-methodss3
5247 r-r-oo
5248 r-r-utils))
5249 (native-inputs
5250 (list r-r-rsp ;used to build vignettes
5251 r-r-devices))
5252 (home-page "https://github.com/HenrikBengtsson/PSCBS")
5253 (synopsis "Analysis of parent-specific DNA copy numbers")
5254 (description
5255 "This is a package for segmentation of allele-specific DNA copy number
5256 data and detection of regions with abnormal copy number within each parental
5257 chromosome. Both tumor-normal paired and tumor-only analyses are supported.")
5258 (license license:gpl2+)))
5259
5260 (define-public r-protgenerics
5261 (package
5262 (name "r-protgenerics")
5263 (version "1.28.0")
5264 (source
5265 (origin
5266 (method url-fetch)
5267 (uri (bioconductor-uri "ProtGenerics" version))
5268 (sha256
5269 (base32
5270 "04hcgj4q8dbzp1a29rbww2bxxrg679pgys3m09p0ydkpsx76rq05"))))
5271 (properties `((upstream-name . "ProtGenerics")))
5272 (build-system r-build-system)
5273 (home-page "https://github.com/lgatto/ProtGenerics")
5274 (synopsis "S4 generic functions for proteomics infrastructure")
5275 (description
5276 "This package provides S4 generic functions needed by Bioconductor
5277 proteomics packages.")
5278 (license license:artistic2.0)))
5279
5280 (define-public r-rbgl
5281 (package
5282 (name "r-rbgl")
5283 (version "1.72.0")
5284 (source
5285 (origin
5286 (method url-fetch)
5287 (uri (bioconductor-uri "RBGL" version))
5288 (sha256
5289 (base32
5290 "0ph089vxla49sng0pdwiyh9rpk9i96cbsx5q2jn46jj4x51ijc7y"))))
5291 (properties `((upstream-name . "RBGL")))
5292 (build-system r-build-system)
5293 (propagated-inputs
5294 (list r-bh r-graph))
5295 (home-page "https://www.bioconductor.org/packages/RBGL")
5296 (synopsis "Interface to the Boost graph library")
5297 (description
5298 "This package provides a fairly extensive and comprehensive interface to
5299 the graph algorithms contained in the Boost library.")
5300 (license license:artistic2.0)))
5301
5302 (define-public r-rcas
5303 (package
5304 (name "r-rcas")
5305 (version "1.22.0")
5306 (source (origin
5307 (method url-fetch)
5308 (uri (bioconductor-uri "RCAS" version))
5309 (sha256
5310 (base32
5311 "05sj2ab7bxgf41gkmjaskhqm0198xlir1sw3f73x8rjg14rssmqf"))))
5312 (properties `((upstream-name . "RCAS")))
5313 (build-system r-build-system)
5314 (propagated-inputs
5315 (list r-biocgenerics
5316 r-biostrings
5317 r-bsgenome
5318 r-bsgenome-hsapiens-ucsc-hg19
5319 r-cowplot
5320 r-data-table
5321 r-dt
5322 r-genomation
5323 r-genomeinfodb
5324 r-genomicfeatures
5325 r-genomicranges
5326 r-ggplot2
5327 r-ggseqlogo
5328 r-gprofiler2
5329 r-iranges
5330 r-knitr
5331 r-pbapply
5332 r-pheatmap
5333 r-plotly
5334 r-plotrix
5335 r-proxy
5336 r-ranger
5337 r-rsqlite
5338 r-rtracklayer
5339 r-rmarkdown
5340 r-s4vectors
5341 pandoc))
5342 (native-inputs
5343 (list r-knitr))
5344 (synopsis "RNA-centric annotation system")
5345 (description
5346 "RCAS aims to be a standalone RNA-centric annotation system that provides
5347 intuitive reports and publication-ready graphics. This package provides the R
5348 library implementing most of the pipeline's features.")
5349 (home-page "https://github.com/BIMSBbioinfo/RCAS")
5350 (license license:artistic2.0)))
5351
5352 (define-public r-regioner
5353 (package
5354 (name "r-regioner")
5355 (version "1.28.0")
5356 (source
5357 (origin
5358 (method url-fetch)
5359 (uri (bioconductor-uri "regioneR" version))
5360 (sha256
5361 (base32
5362 "11whi2v211xiz9s7cjl14d8vavlry2fmhvx12rma25wkjmhrpa3f"))))
5363 (properties `((upstream-name . "regioneR")))
5364 (build-system r-build-system)
5365 (propagated-inputs
5366 (list r-biostrings
5367 r-bsgenome
5368 r-genomeinfodb
5369 r-genomicranges
5370 r-iranges
5371 r-memoise
5372 r-rtracklayer
5373 r-s4vectors))
5374 (native-inputs
5375 (list r-knitr))
5376 (home-page "https://bioconductor.org/packages/regioneR/")
5377 (synopsis "Association analysis of genomic regions")
5378 (description "This package offers a statistical framework based on
5379 customizable permutation tests to assess the association between genomic
5380 region sets and other genomic features.")
5381 (license license:artistic2.0)))
5382
5383 (define-public r-reportingtools
5384 (package
5385 (name "r-reportingtools")
5386 (version "2.36.0")
5387 (source
5388 (origin
5389 (method url-fetch)
5390 (uri (bioconductor-uri "ReportingTools" version))
5391 (sha256
5392 (base32
5393 "0r8cdqzfh1jxkghhk3j8x3y9kkmdyg9ibfhsic15jqkmp1im6khh"))))
5394 (properties
5395 `((upstream-name . "ReportingTools")))
5396 (build-system r-build-system)
5397 (propagated-inputs
5398 (list r-annotate
5399 r-annotationdbi
5400 r-biobase
5401 r-biocgenerics
5402 r-category
5403 r-deseq2
5404 r-edger
5405 r-ggbio
5406 r-ggplot2
5407 r-gostats
5408 r-gseabase
5409 r-hwriter
5410 r-iranges
5411 r-knitr
5412 r-lattice
5413 r-limma
5414 r-pfam-db
5415 r-r-utils
5416 r-xml))
5417 (native-inputs
5418 (list r-knitr))
5419 (home-page "https://bioconductor.org/packages/ReportingTools/")
5420 (synopsis "Tools for making reports in various formats")
5421 (description
5422 "The ReportingTools package enables users to easily display reports of
5423 analysis results generated from sources such as microarray and sequencing
5424 data. The package allows users to create HTML pages that may be viewed on a
5425 web browser, or in other formats. Users can generate tables with sortable and
5426 filterable columns, make and display plots, and link table entries to other
5427 data sources such as NCBI or larger plots within the HTML page. Using the
5428 package, users can also produce a table of contents page to link various
5429 reports together for a particular project that can be viewed in a web
5430 browser.")
5431 (license license:artistic2.0)))
5432
5433 (define-public r-rhdf5
5434 (package
5435 (name "r-rhdf5")
5436 (version "2.40.0")
5437 (source (origin
5438 (method url-fetch)
5439 (uri (bioconductor-uri "rhdf5" version))
5440 (sha256
5441 (base32
5442 "00cp90mnb8p83jiflm6x4x0qf4p7gvgh47jk9jry6j3qyvfqaiff"))))
5443 (build-system r-build-system)
5444 (propagated-inputs
5445 (list r-rhdf5filters r-rhdf5lib))
5446 (native-inputs
5447 (list r-knitr))
5448 (home-page "https://bioconductor.org/packages/rhdf5")
5449 (synopsis "HDF5 interface to R")
5450 (description
5451 "This R/Bioconductor package provides an interface between HDF5 and R.
5452 HDF5's main features are the ability to store and access very large and/or
5453 complex datasets and a wide variety of metadata on mass storage (disk) through
5454 a completely portable file format. The rhdf5 package is thus suited for the
5455 exchange of large and/or complex datasets between R and other software
5456 package, and for letting R applications work on datasets that are larger than
5457 the available RAM.")
5458 (license license:artistic2.0)))
5459
5460 (define-public r-rhdf5filters
5461 (package
5462 (name "r-rhdf5filters")
5463 (version "1.8.0")
5464 (source
5465 (origin
5466 (method url-fetch)
5467 (uri (bioconductor-uri "rhdf5filters" version))
5468 (sha256
5469 (base32
5470 "1ipg0v8nqz1imj63scqmpiswcxbl4ankg3knfq4p06ic6ypbbmvs"))))
5471 (properties `((upstream-name . "rhdf5filters")))
5472 (build-system r-build-system)
5473 (propagated-inputs
5474 (list r-rhdf5lib))
5475 (inputs
5476 (list zlib))
5477 (native-inputs
5478 (list r-knitr))
5479 (home-page "https://github.com/grimbough/rhdf5filters")
5480 (synopsis "HDF5 compression filters")
5481 (description
5482 "This package provides a collection of compression filters for use with
5483 HDF5 datasets.")
5484 (license license:bsd-2)))
5485
5486 (define-public r-rsamtools
5487 (package
5488 (name "r-rsamtools")
5489 (version "2.12.0")
5490 (source (origin
5491 (method url-fetch)
5492 (uri (bioconductor-uri "Rsamtools" version))
5493 (sha256
5494 (base32
5495 "1wll703if12qrn0d11ljwf7rqhs4lb27fzyyz1hqwvzn3v361s10"))))
5496 (properties
5497 `((upstream-name . "Rsamtools")))
5498 (build-system r-build-system)
5499 (arguments
5500 `(#:phases
5501 (modify-phases %standard-phases
5502 (add-after 'unpack 'use-system-zlib
5503 (lambda _
5504 (substitute* "DESCRIPTION"
5505 (("zlibbioc, ") ""))
5506 (substitute* "NAMESPACE"
5507 (("import\\(zlibbioc\\)") "")))))))
5508 (propagated-inputs
5509 (list r-biocgenerics
5510 r-biocparallel
5511 r-biostrings
5512 r-bitops
5513 r-genomeinfodb
5514 r-genomicranges
5515 r-iranges
5516 r-rhtslib
5517 r-s4vectors
5518 r-xvector))
5519 (home-page "https://bioconductor.org/packages/release/bioc/html/Rsamtools.html")
5520 (synopsis "Interface to samtools, bcftools, and tabix")
5521 (description
5522 "This package provides an interface to the @code{samtools},
5523 @code{bcftools}, and @code{tabix} utilities for manipulating SAM (Sequence
5524 Alignment / Map), FASTA, binary variant call (BCF) and compressed indexed
5525 tab-delimited (tabix) files.")
5526 (license license:expat)))
5527
5528 ;; This is a CRAN package, but it depends on a Bioconductor package:
5529 ;; s4vectors.
5530 (define-public r-restfulr
5531 (package
5532 (name "r-restfulr")
5533 (version "0.0.15")
5534 (source
5535 (origin
5536 (method url-fetch)
5537 (uri (cran-uri "restfulr" version))
5538 (sha256
5539 (base32
5540 "14p6h0gjknqy5z2fprxw7waf4p0cd2qmp18s7qig4ylqn8gqzzs0"))))
5541 (properties `((upstream-name . "restfulr")))
5542 (build-system r-build-system)
5543 (propagated-inputs
5544 (list r-rcurl r-rjson r-s4vectors r-xml r-yaml))
5545 (home-page "https://cran.r-project.org/package=restfulr")
5546 (synopsis "R interface to RESTful web services")
5547 (description
5548 "This package models a RESTful service as if it were a nested R list.")
5549 (license license:artistic2.0)))
5550
5551 (define-public r-rtracklayer
5552 (package
5553 (name "r-rtracklayer")
5554 (version "1.56.1")
5555 (source (origin
5556 (method url-fetch)
5557 (uri (bioconductor-uri "rtracklayer" version))
5558 (sha256
5559 (base32
5560 "10qy9s6253mgj871qfqn03i8yw10mz7id4cxfyf67qxczz2xmjls"))))
5561 (build-system r-build-system)
5562 (arguments
5563 `(#:phases
5564 (modify-phases %standard-phases
5565 (add-after 'unpack 'use-system-zlib
5566 (lambda _
5567 (substitute* "DESCRIPTION"
5568 ((" zlibbioc,") ""))
5569 (substitute* "NAMESPACE"
5570 (("import\\(zlibbioc\\)") "")))))))
5571 (native-inputs
5572 (list pkg-config))
5573 (inputs
5574 (list zlib))
5575 (propagated-inputs
5576 (list r-biocgenerics
5577 r-biocio
5578 r-biostrings
5579 r-genomeinfodb
5580 r-genomicalignments
5581 r-genomicranges
5582 r-iranges
5583 r-rcurl
5584 r-restfulr
5585 r-rsamtools
5586 r-s4vectors
5587 r-xml
5588 r-xvector
5589 r-zlibbioc))
5590 (home-page "https://bioconductor.org/packages/rtracklayer")
5591 (synopsis "R interface to genome browsers and their annotation tracks")
5592 (description
5593 "rtracklayer is an extensible framework for interacting with multiple
5594 genome browsers (currently UCSC built-in) and manipulating annotation tracks
5595 in various formats (currently GFF, BED, bedGraph, BED15, WIG, BigWig and 2bit
5596 built-in). The user may export/import tracks to/from the supported browsers,
5597 as well as query and modify the browser state, such as the current viewport.")
5598 (license license:artistic2.0)))
5599
5600 ;; This is a CRAN package, but it depends on a Bioconductor package.
5601 (define-public r-samr
5602 (package
5603 (name "r-samr")
5604 (version "3.0")
5605 (source
5606 (origin
5607 (method url-fetch)
5608 (uri (cran-uri "samr" version))
5609 (sha256
5610 (base32
5611 "01km0f7qgm73x19vbvsxl083hs1dq4dj8qm5h64cxbf20b08my15"))))
5612 (properties `((upstream-name . "samr")))
5613 (build-system r-build-system)
5614 (propagated-inputs
5615 (list r-gsa
5616 r-impute
5617 r-matrixstats
5618 r-openxlsx
5619 r-shiny
5620 r-shinyfiles))
5621 (native-inputs (list gfortran))
5622 (home-page "https://statweb.stanford.edu/~tibs/SAM/")
5623 (synopsis "Significance analysis of Microarrays")
5624 (description
5625 "This is a package for significance analysis of Microarrays for
5626 differential expression analysis, RNAseq data and related problems.")
5627 ;; Any version of the LGPL
5628 (license license:lgpl3+)))
5629
5630 (define-public r-scannotatr
5631 (package
5632 (name "r-scannotatr")
5633 (version "1.2.0")
5634 (source
5635 (origin
5636 (method url-fetch)
5637 (uri (bioconductor-uri "scAnnotatR" version))
5638 (sha256
5639 (base32 "067q57kabhqd1z8l3d91fw74aaw89nb48gm6fll4hv00nqza3n5b"))))
5640 (properties `((upstream-name . "scAnnotatR")))
5641 (build-system r-build-system)
5642 (propagated-inputs
5643 (list r-annotationhub
5644 r-ape
5645 r-caret
5646 r-data-tree
5647 r-dplyr
5648 r-e1071
5649 r-ggplot2
5650 r-kernlab
5651 r-proc
5652 r-rocr
5653 r-seurat
5654 r-singlecellexperiment
5655 r-summarizedexperiment))
5656 (native-inputs (list r-knitr))
5657 (home-page "https://github.com/grisslab/scAnnotatR")
5658 (synopsis "Pretrained models for prediction on single cell RNA-sequencing data")
5659 (description
5660 "This package comprises a set of pretrained machine learning models to
5661 predict basic immune cell types. This enables to quickly get a first
5662 annotation of the cell types present in the dataset without requiring prior
5663 knowledge. The package also lets you train using own models to predict new
5664 cell types based on specific research needs.")
5665 (license license:expat)))
5666
5667 (define-public r-scdblfinder
5668 (package
5669 (name "r-scdblfinder")
5670 (version "1.10.0")
5671 (source
5672 (origin
5673 (method url-fetch)
5674 (uri (bioconductor-uri "scDblFinder" version))
5675 (sha256
5676 (base32 "0y14dvdm16b3bvlrnz03adfylm1kj6jrp2fwciyldij2lfal90y0"))))
5677 (properties `((upstream-name . "scDblFinder")))
5678 (build-system r-build-system)
5679 (propagated-inputs
5680 (list r-biocgenerics
5681 r-biocneighbors
5682 r-biocparallel
5683 r-biocsingular
5684 r-bluster
5685 r-delayedarray
5686 r-genomeinfodb
5687 r-genomicranges
5688 r-igraph
5689 r-iranges
5690 r-mass
5691 r-matrix
5692 r-rsamtools
5693 r-rtracklayer
5694 r-s4vectors
5695 r-scater
5696 r-scran
5697 r-scuttle
5698 r-singlecellexperiment
5699 r-summarizedexperiment
5700 r-xgboost))
5701 (native-inputs (list r-knitr))
5702 (home-page "https://github.com/plger/scDblFinder")
5703 (synopsis "Detect multiplets in single-cell RNA sequencing data")
5704 (description
5705 "The scDblFinder package gathers various methods for the detection and
5706 handling of doublets/multiplets in single-cell RNA sequencing data (i.e.
5707 multiple cells captured within the same droplet or reaction volume). It
5708 includes methods formerly found in the scran package, and the new fast and
5709 comprehensive scDblFinder method.")
5710 (license license:gpl3)))
5711
5712 (define-public r-scmap
5713 (package
5714 (name "r-scmap")
5715 (version "1.18.0")
5716 (source
5717 (origin
5718 (method url-fetch)
5719 (uri (bioconductor-uri "scmap" version))
5720 (sha256
5721 (base32 "0pfwaa9pgml11b84rpf7afdkmg8kxb4srgpc56571vaz388xrv7l"))))
5722 (properties `((upstream-name . "scmap")))
5723 (build-system r-build-system)
5724 (propagated-inputs
5725 (list r-biobase
5726 r-biocgenerics
5727 r-dplyr
5728 r-e1071
5729 r-ggplot2
5730 r-googlevis
5731 r-matrixstats
5732 r-proxy
5733 r-randomforest
5734 r-rcpp
5735 r-rcpparmadillo
5736 r-reshape2
5737 r-s4vectors
5738 r-singlecellexperiment
5739 r-summarizedexperiment))
5740 (native-inputs (list r-knitr))
5741 (home-page "https://github.com/hemberg-lab/scmap")
5742 (synopsis "Tool for unsupervised projection of single cell RNA-seq data")
5743 (description
5744 "@dfn{Single-cell RNA-seq} (scRNA-seq) is widely used to investigate the
5745 composition of complex tissues since the technology allows researchers to
5746 define cell-types using unsupervised clustering of the transcriptome.
5747 However, due to differences in experimental methods and computational
5748 analyses, it is often challenging to directly compare the cells identified in
5749 two different experiments. @code{scmap} is a method for projecting cells from
5750 a scRNA-seq experiment onto the cell-types or individual cells identified in a
5751 different experiment.")
5752 (license license:gpl3)))
5753
5754 (define-public r-scry
5755 (package
5756 (name "r-scry")
5757 (version "1.8.0")
5758 (source (origin
5759 (method url-fetch)
5760 (uri (bioconductor-uri "scry" version))
5761 (sha256
5762 (base32
5763 "16mj21r91jy8ircdz8rfrdli9gjy0hrx90kf6ghs305d3d4dl193"))))
5764 (properties `((upstream-name . "scry")))
5765 (build-system r-build-system)
5766 (propagated-inputs
5767 (list r-biocsingular
5768 r-delayedarray
5769 r-glmpca
5770 r-hdf5array
5771 r-matrix
5772 r-singlecellexperiment
5773 r-summarizedexperiment))
5774 (native-inputs (list r-knitr))
5775 (home-page "https://bioconductor.org/packages/scry.html")
5776 (synopsis "Small-count analysis methods for high-dimensional data")
5777 (description
5778 "Many modern biological datasets consist of small counts that are not
5779 well fit by standard linear-Gaussian methods such as principal component
5780 analysis. This package provides implementations of count-based feature
5781 selection and dimension reduction algorithms. These methods can be used to
5782 facilitate unsupervised analysis of any high-dimensional data such as
5783 single-cell RNA-seq.")
5784 (license license:artistic2.0)))
5785
5786 (define-public r-seqlogo
5787 (package
5788 (name "r-seqlogo")
5789 (version "1.62.0")
5790 (source
5791 (origin
5792 (method url-fetch)
5793 (uri (bioconductor-uri "seqLogo" version))
5794 (sha256
5795 (base32
5796 "1lk3238m17acmd6lgjjbpscyxw8fm63wv34kbbr478wcih1wbwxr"))))
5797 (properties `((upstream-name . "seqLogo")))
5798 (build-system r-build-system)
5799 (native-inputs
5800 (list r-knitr))
5801 (home-page "https://bioconductor.org/packages/seqLogo")
5802 (synopsis "Sequence logos for DNA sequence alignments")
5803 (description
5804 "seqLogo takes the position weight matrix of a DNA sequence motif and
5805 plots the corresponding sequence logo as introduced by Schneider and
5806 Stephens (1990).")
5807 (license license:lgpl2.0+)))
5808
5809 (define-public r-seqpattern
5810 (package
5811 (name "r-seqpattern")
5812 (version "1.28.0")
5813 (source (origin
5814 (method url-fetch)
5815 (uri (bioconductor-uri "seqPattern" version))
5816 (sha256
5817 (base32
5818 "0nrrlr1nl9zxmp88qq8jn7wgmda6jh0xvp4nph94w4nwjsyb7xqn"))))
5819 (properties
5820 `((upstream-name . "seqPattern")))
5821 (build-system r-build-system)
5822 (propagated-inputs
5823 (list r-biostrings r-genomicranges r-iranges r-kernsmooth r-plotrix))
5824 (home-page "https://bioconductor.org/packages/seqPattern")
5825 (synopsis "Visualising oligonucleotide patterns and motif occurrences")
5826 (description
5827 "This package provides tools to visualize oligonucleotide patterns and
5828 sequence motif occurrences across a large set of sequences centred at a common
5829 reference point and sorted by a user defined feature.")
5830 (license license:gpl3+)))
5831
5832 (define-public r-shortread
5833 (package
5834 (name "r-shortread")
5835 (version "1.54.0")
5836 (source
5837 (origin
5838 (method url-fetch)
5839 (uri (bioconductor-uri "ShortRead" version))
5840 (sha256
5841 (base32
5842 "0303198b4v2wjah9kc829kn01030996l6di4jpf8q5ccd212rjhq"))))
5843 (properties `((upstream-name . "ShortRead")))
5844 (build-system r-build-system)
5845 (inputs
5846 (list zlib))
5847 (propagated-inputs
5848 (list r-biobase
5849 r-biocgenerics
5850 r-biocparallel
5851 r-biostrings
5852 r-genomeinfodb
5853 r-genomicalignments
5854 r-genomicranges
5855 r-rhtslib
5856 r-hwriter
5857 r-iranges
5858 r-lattice
5859 r-latticeextra
5860 r-rsamtools
5861 r-s4vectors
5862 r-xvector
5863 r-zlibbioc))
5864 (home-page "https://bioconductor.org/packages/ShortRead")
5865 (synopsis "FASTQ input and manipulation tools")
5866 (description
5867 "This package implements sampling, iteration, and input of FASTQ files.
5868 It includes functions for filtering and trimming reads, and for generating a
5869 quality assessment report. Data are represented as
5870 @code{DNAStringSet}-derived objects, and easily manipulated for a diversity of
5871 purposes. The package also contains legacy support for early single-end,
5872 ungapped alignment formats.")
5873 (license license:artistic2.0)))
5874
5875 (define-public r-simplifyenrichment
5876 (package
5877 (name "r-simplifyenrichment")
5878 (version "1.6.1")
5879 (source
5880 (origin
5881 (method url-fetch)
5882 (uri (bioconductor-uri "simplifyEnrichment" version))
5883 (sha256
5884 (base32
5885 "0qblgdxmr7zc981529cca3ykakql618q1im6gaxw8pwws5jgpyk6"))))
5886 (properties
5887 `((upstream-name . "simplifyEnrichment")))
5888 (build-system r-build-system)
5889 (propagated-inputs
5890 (list r-annotationdbi
5891 r-biocgenerics
5892 r-circlize
5893 r-clue
5894 r-cluster
5895 r-colorspace
5896 r-complexheatmap
5897 r-digest
5898 r-getoptlong
5899 r-globaloptions
5900 r-go-db
5901 r-gosemsim
5902 r-matrix
5903 r-org-hs-eg-db
5904 r-proxyc
5905 r-slam
5906 r-tm))
5907 (native-inputs (list r-knitr))
5908 (home-page "https://github.com/jokergoo/simplifyEnrichment")
5909 (synopsis "Simplify functional enrichment results")
5910 (description "This package provides a new clustering algorithm, binary
5911 cut, for clustering similarity matrices of functional terms is implemented in
5912 this package. It also provides functionalities for visualizing, summarizing
5913 and comparing the clusterings.")
5914 (license license:expat)))
5915
5916 (define-public r-transcriptr
5917 (package
5918 (name "r-transcriptr")
5919 (version "1.24.0")
5920 (source
5921 (origin
5922 (method url-fetch)
5923 (uri (bioconductor-uri "transcriptR" version))
5924 (sha256
5925 (base32 "1zc6aasd5nzwl9jxr0rdriiq85adqdbfi5b9m3jyf69pa71sgy03"))))
5926 (properties `((upstream-name . "transcriptR")))
5927 (build-system r-build-system)
5928 (propagated-inputs
5929 (list r-biocgenerics
5930 r-caret
5931 r-chipseq
5932 r-e1071
5933 r-genomeinfodb
5934 r-genomicalignments
5935 r-genomicfeatures
5936 r-genomicranges
5937 r-ggplot2
5938 r-iranges
5939 r-proc
5940 r-reshape2
5941 r-rsamtools
5942 r-rtracklayer
5943 r-s4vectors))
5944 (native-inputs (list r-knitr))
5945 (home-page "https://bioconductor.org/packages/transcriptR")
5946 (synopsis "Primary transcripts detection and quantification")
5947 (description
5948 "The differences in the RNA types being sequenced have an impact on the
5949 resulting sequencing profiles. mRNA-seq data is enriched with reads derived
5950 from exons, while GRO-, nucRNA- and chrRNA-seq demonstrate a substantial
5951 broader coverage of both exonic and intronic regions. The presence of
5952 intronic reads in GRO-seq type of data makes it possible to use it to
5953 computationally identify and quantify all de novo continuous regions of
5954 transcription distributed across the genome. This type of data, however, is
5955 more challenging to interpret and less common practice compared to mRNA-seq.
5956 One of the challenges for primary transcript detection concerns the
5957 simultaneous transcription of closely spaced genes, which needs to be properly
5958 divided into individually transcribed units. The R package transcriptR
5959 combines RNA-seq data with ChIP-seq data of histone modifications that mark
5960 active Transcription Start Sites (TSSs), such as, H3K4me3 or H3K9/14Ac to
5961 overcome this challenge. The advantage of this approach over the use of, for
5962 example, gene annotations is that this approach is data driven and therefore
5963 able to deal also with novel and case specific events.")
5964 (license license:gpl3)))
5965
5966 (define-public r-trajectoryutils
5967 (package
5968 (name "r-trajectoryutils")
5969 (version "1.4.0")
5970 (source
5971 (origin
5972 (method url-fetch)
5973 (uri (bioconductor-uri "TrajectoryUtils" version))
5974 (sha256
5975 (base32
5976 "07hcr3zplxlzlwc13wh9006m5kaqm57cm1b2x74bpp857f2q93dj"))))
5977 (properties
5978 `((upstream-name . "TrajectoryUtils")))
5979 (build-system r-build-system)
5980 (propagated-inputs
5981 (list r-igraph r-matrix r-s4vectors r-singlecellexperiment
5982 r-summarizedexperiment))
5983 (native-inputs (list r-knitr))
5984 (home-page "https://bioconductor.org/packages/TrajectoryUtils")
5985 (synopsis "Single-cell trajectory analysis utilities")
5986 (description
5987 "This package implements low-level utilities for single-cell trajectory
5988 analysis, primarily intended for re-use inside higher-level packages. It
5989 includes a function to create a cluster-level minimum spanning tree and data
5990 structures to hold pseudotime inference results.")
5991 (license license:gpl3)))
5992
5993 (define-public r-slingshot
5994 (package
5995 (name "r-slingshot")
5996 (version "2.4.0")
5997 (source (origin
5998 (method url-fetch)
5999 (uri (bioconductor-uri "slingshot" version))
6000 (sha256
6001 (base32
6002 "0xapi66l5z2qdqns3fcjqcjal6npqj7rxra60lwjvbrq49pq69p2"))))
6003 (build-system r-build-system)
6004 (propagated-inputs
6005 (list r-igraph
6006 r-matrixstats
6007 r-princurve
6008 r-s4vectors
6009 r-singlecellexperiment
6010 r-summarizedexperiment
6011 r-trajectoryutils))
6012 (native-inputs
6013 (list r-knitr))
6014 (home-page "https://bioconductor.org/packages/slingshot")
6015 (synopsis "Tools for ordering single-cell sequencing")
6016 (description "This package provides functions for inferring continuous,
6017 branching lineage structures in low-dimensional data. Slingshot was designed
6018 to model developmental trajectories in single-cell RNA sequencing data and
6019 serve as a component in an analysis pipeline after dimensionality reduction
6020 and clustering. It is flexible enough to handle arbitrarily many branching
6021 events and allows for the incorporation of prior knowledge through supervised
6022 graph construction.")
6023 (license license:artistic2.0)))
6024
6025 (define-public r-stager
6026 (package
6027 (name "r-stager")
6028 (version "1.18.0")
6029 (source
6030 (origin
6031 (method url-fetch)
6032 (uri (bioconductor-uri "stageR" version))
6033 (sha256
6034 (base32 "0ns3ih6l4na6irshrc5iy4d9qf7hrnqq3ndnlcjb2i1cn38l2w9y"))))
6035 (properties `((upstream-name . "stageR")))
6036 (build-system r-build-system)
6037 (propagated-inputs (list r-summarizedexperiment))
6038 (native-inputs (list r-knitr))
6039 (home-page "https://bioconductor.org/packages/stageR")
6040 (synopsis "Stage-wise analysis of high throughput gene expression data")
6041 (description
6042 "The stageR package allows automated stage-wise analysis of
6043 high-throughput gene expression data. The method is published in Genome
6044 Biology at
6045 @url{https://genomebiology.biomedcentral.com/articles/10.1186/s13059-017-1277-0}.")
6046 (license license:gpl3)))
6047
6048 (define-public r-stringdb
6049 (package
6050 (name "r-stringdb")
6051 (version "2.8.4")
6052 (source
6053 (origin
6054 (method url-fetch)
6055 (uri (bioconductor-uri "STRINGdb" version))
6056 (sha256
6057 (base32 "1jn6080v6097zpqsr4gfbx31gqqdhpzjrk63avk3v3xwawmf2379"))))
6058 (properties `((upstream-name . "STRINGdb")))
6059 (build-system r-build-system)
6060 (propagated-inputs
6061 (list r-gplots
6062 r-hash
6063 r-igraph
6064 r-plotrix
6065 r-plyr
6066 r-png
6067 r-rcolorbrewer
6068 r-rcurl
6069 r-sqldf))
6070 (home-page "https://git.bioconductor.org/packages/STRINGdb")
6071 (synopsis "Search tool for the retrieval of interacting proteins database")
6072 (description
6073 "The @code{STRINGdb} package provides an R interface to the STRING
6074 protein-protein interactions database. @url{https://www.string-db.org,
6075 STRING} is a database of known and predicted protein-protein interactions.
6076 The interactions include direct (physical) and indirect (functional)
6077 associations. Each interaction is associated with a combined confidence score
6078 that integrates the various evidences.")
6079 (license license:gpl2)))
6080
6081 (define-public r-structuralvariantannotation
6082 (package
6083 (name "r-structuralvariantannotation")
6084 (version "1.12.0")
6085 (source
6086 (origin
6087 (method url-fetch)
6088 (uri (bioconductor-uri "StructuralVariantAnnotation" version))
6089 (sha256
6090 (base32 "0f3x74ic3blg8nm5xlv79k0n8j3fpl98mmhfanqfzmdl0g3j6wx6"))))
6091 (build-system r-build-system)
6092 (propagated-inputs
6093 (list r-assertthat
6094 r-biocgenerics
6095 r-biostrings
6096 r-dplyr
6097 r-genomeinfodb
6098 r-genomicfeatures
6099 r-genomicranges
6100 r-iranges
6101 r-rlang
6102 r-rtracklayer
6103 r-s4vectors
6104 r-stringr
6105 r-summarizedexperiment
6106 r-variantannotation))
6107 (native-inputs
6108 (list r-knitr))
6109 (home-page "https://bioconductor.org/packages/StructuralVariantAnnotation/")
6110 (synopsis "R package designed to simplify structural variant analysis")
6111 (description
6112 "This package contains useful helper functions for dealing with structural
6113 variants in VCF format. The packages contains functions for parsing VCFs from
6114 a number of popular callers as well as functions for dealing with breakpoints
6115 involving two separate genomic loci encoded as GRanges objects.")
6116 (license license:gpl3)))
6117
6118 (define-public r-summarizedexperiment
6119 (package
6120 (name "r-summarizedexperiment")
6121 (version "1.26.1")
6122 (source (origin
6123 (method url-fetch)
6124 (uri (bioconductor-uri "SummarizedExperiment" version))
6125 (sha256
6126 (base32
6127 "02vlqzmslyijs09jl0gdjxqjjnnl4yqbqqqlb4vb7nr0fspmyz39"))))
6128 (properties
6129 `((upstream-name . "SummarizedExperiment")))
6130 (build-system r-build-system)
6131 (propagated-inputs
6132 (list r-biobase
6133 r-biocgenerics
6134 r-delayedarray
6135 r-genomeinfodb
6136 r-genomicranges
6137 r-iranges
6138 r-matrix
6139 r-matrixgenerics
6140 r-s4vectors))
6141 (native-inputs
6142 (list r-knitr))
6143 (home-page "https://bioconductor.org/packages/SummarizedExperiment")
6144 (synopsis "Container for representing genomic ranges by sample")
6145 (description
6146 "The SummarizedExperiment container contains one or more assays, each
6147 represented by a matrix-like object of numeric or other mode. The rows
6148 typically represent genomic ranges of interest and the columns represent
6149 samples.")
6150 (license license:artistic2.0)))
6151
6152 (define-public r-sva
6153 (package
6154 (name "r-sva")
6155 (version "3.44.0")
6156 (source
6157 (origin
6158 (method url-fetch)
6159 (uri (bioconductor-uri "sva" version))
6160 (sha256
6161 (base32
6162 "0ka259rn0la0hjslj7w24q1dyyh79h84nw6mxp7armqbfjb207a4"))))
6163 (build-system r-build-system)
6164 (propagated-inputs
6165 (list r-edger
6166 r-genefilter
6167 r-mgcv
6168 r-biocparallel
6169 r-matrixstats
6170 r-limma))
6171 (home-page "https://bioconductor.org/packages/sva")
6172 (synopsis "Surrogate variable analysis")
6173 (description
6174 "This package contains functions for removing batch effects and other
6175 unwanted variation in high-throughput experiment. It also contains functions
6176 for identifying and building surrogate variables for high-dimensional data
6177 sets. Surrogate variables are covariates constructed directly from
6178 high-dimensional data like gene expression/RNA sequencing/methylation/brain
6179 imaging data that can be used in subsequent analyses to adjust for unknown,
6180 unmodeled, or latent sources of noise.")
6181 (license license:artistic2.0)))
6182
6183 (define-public r-systempiper
6184 (package
6185 (name "r-systempiper")
6186 (version "2.2.2")
6187 (source
6188 (origin
6189 (method url-fetch)
6190 (uri (bioconductor-uri "systemPipeR" version))
6191 (sha256
6192 (base32
6193 "1yybbff29gwv6rm0nw4yjw73bbl5prfj8gj4zky917smjfd459im"))))
6194 (properties `((upstream-name . "systemPipeR")))
6195 (build-system r-build-system)
6196 (propagated-inputs
6197 (list r-biocgenerics
6198 r-biostrings
6199 r-crayon
6200 r-genomicranges
6201 r-ggplot2
6202 r-htmlwidgets
6203 r-magrittr
6204 r-rsamtools
6205 r-s4vectors
6206 r-shortread
6207 r-stringr
6208 r-summarizedexperiment
6209 r-yaml))
6210 (native-inputs
6211 (list r-knitr))
6212 (home-page "https://github.com/tgirke/systemPipeR")
6213 (synopsis "Next generation sequencing workflow and reporting environment")
6214 (description
6215 "This R package provides tools for building and running automated
6216 end-to-end analysis workflows for a wide range of @dfn{next generation
6217 sequence} (NGS) applications such as RNA-Seq, ChIP-Seq, VAR-Seq and Ribo-Seq.
6218 Important features include a uniform workflow interface across different NGS
6219 applications, automated report generation, and support for running both R and
6220 command-line software, such as NGS aligners or peak/variant callers, on local
6221 computers or compute clusters. Efficient handling of complex sample sets and
6222 experimental designs is facilitated by a consistently implemented sample
6223 annotation infrastructure.")
6224 (license license:artistic2.0)))
6225
6226 (define-public r-topgo
6227 (package
6228 (name "r-topgo")
6229 (version "2.48.0")
6230 (source (origin
6231 (method url-fetch)
6232 (uri (bioconductor-uri "topGO" version))
6233 (sha256
6234 (base32
6235 "125r42ymk1irjmwk4sywjkcshs71s26p3zsvryfdvf56k5w162v6"))))
6236 (properties
6237 `((upstream-name . "topGO")))
6238 (build-system r-build-system)
6239 (propagated-inputs
6240 (list r-annotationdbi
6241 r-dbi
6242 r-biobase
6243 r-biocgenerics
6244 r-go-db
6245 r-graph
6246 r-lattice
6247 r-matrixstats
6248 r-sparsem))
6249 (home-page "https://bioconductor.org/packages/topGO")
6250 (synopsis "Enrichment analysis for gene ontology")
6251 (description
6252 "The topGO package provides tools for testing @dfn{gene ontology} (GO)
6253 terms while accounting for the topology of the GO graph. Different test
6254 statistics and different methods for eliminating local similarities and
6255 dependencies between GO terms can be implemented and applied.")
6256 ;; Any version of the LGPL applies.
6257 (license license:lgpl2.1+)))
6258
6259 (define-public r-tximport
6260 (package
6261 (name "r-tximport")
6262 (version "1.24.0")
6263 (source (origin
6264 (method url-fetch)
6265 (uri (bioconductor-uri "tximport" version))
6266 (sha256
6267 (base32
6268 "1cnra82pvwz79a1hkw0phc6aa3v43r5p4nx8xyx5wzmkd7rjkc8x"))))
6269 (build-system r-build-system)
6270 (native-inputs
6271 (list r-knitr))
6272 (home-page "https://bioconductor.org/packages/tximport")
6273 (synopsis "Import and summarize transcript-level estimates for gene-level analysis")
6274 (description
6275 "This package provides tools to import transcript-level abundance,
6276 estimated counts and transcript lengths, and to summarize them into matrices
6277 for use with downstream gene-level analysis packages. Average transcript
6278 length, weighted by sample-specific transcript abundance estimates, is
6279 provided as a matrix which can be used as an offset for different expression
6280 of gene-level counts.")
6281 (license license:gpl2+)))
6282
6283 ;; This is a CRAN package, but it depends on a Bioconductor package.
6284 (define-public r-valr
6285 (package
6286 (name "r-valr")
6287 (version "0.6.4")
6288 (source
6289 (origin
6290 (method url-fetch)
6291 (uri (cran-uri "valr" version))
6292 (sha256
6293 (base32
6294 "0dd41irvibh6rwi52bw4zg4m7wpyihlp1kdkb8fdji3csw2fiz4k"))))
6295 (build-system r-build-system)
6296 (propagated-inputs
6297 (list r-broom
6298 r-dplyr
6299 r-ggplot2
6300 r-rcpp
6301 r-readr
6302 r-rlang
6303 r-rtracklayer ;bioconductor package
6304 r-stringr
6305 r-tibble))
6306 (native-inputs
6307 (list r-knitr))
6308 (home-page "https://github.com/rnabioco/valr")
6309 (synopsis "Genome interval arithmetic in R")
6310 (description
6311 "This package enables you to read and manipulate genome intervals and
6312 signals. It provides functionality similar to command-line tool suites within
6313 R, enabling interactive analysis and visualization of genome-scale data.")
6314 (license license:expat)))
6315
6316 (define-public r-variantannotation
6317 (package
6318 (name "r-variantannotation")
6319 (version "1.42.1")
6320 (source (origin
6321 (method url-fetch)
6322 (uri (bioconductor-uri "VariantAnnotation" version))
6323 (sha256
6324 (base32
6325 "12d5hkx6pby6l2asyg4jp4jb2x17ybwhqd55rl64h37mwcndbdg1"))))
6326 (properties
6327 `((upstream-name . "VariantAnnotation")))
6328 (propagated-inputs
6329 (list r-annotationdbi
6330 r-biobase
6331 r-biocgenerics
6332 r-biostrings
6333 r-bsgenome
6334 r-dbi
6335 r-genomeinfodb
6336 r-genomicfeatures
6337 r-genomicranges
6338 r-iranges
6339 r-matrixgenerics
6340 r-summarizedexperiment
6341 r-rhtslib
6342 r-rsamtools
6343 r-rtracklayer
6344 r-s4vectors
6345 r-xvector
6346 r-zlibbioc))
6347 (build-system r-build-system)
6348 (home-page "https://bioconductor.org/packages/VariantAnnotation")
6349 (synopsis "Package for annotation of genetic variants")
6350 (description "This R package can annotate variants, compute amino acid
6351 coding changes and predict coding outcomes.")
6352 (license license:artistic2.0)))
6353
6354 (define-public r-vsn
6355 (package
6356 (name "r-vsn")
6357 (version "3.64.0")
6358 (source
6359 (origin
6360 (method url-fetch)
6361 (uri (bioconductor-uri "vsn" version))
6362 (sha256
6363 (base32
6364 "1ja7vdjvgx671l57f9fzfn4vc6q7xzfmqs4krg2rdyfaaf531gqf"))))
6365 (build-system r-build-system)
6366 (propagated-inputs
6367 (list r-affy r-biobase r-ggplot2 r-lattice r-limma))
6368 (native-inputs
6369 (list r-knitr)) ; for vignettes
6370 (home-page "https://bioconductor.org/packages/release/bioc/html/vsn.html")
6371 (synopsis "Variance stabilization and calibration for microarray data")
6372 (description
6373 "The package implements a method for normalising microarray intensities,
6374 and works for single- and multiple-color arrays. It can also be used for data
6375 from other technologies, as long as they have similar format. The method uses
6376 a robust variant of the maximum-likelihood estimator for an
6377 additive-multiplicative error model and affine calibration. The model
6378 incorporates data calibration step (a.k.a. normalization), a model for the
6379 dependence of the variance on the mean intensity and a variance stabilizing
6380 data transformation. Differences between transformed intensities are
6381 analogous to \"normalized log-ratios\". However, in contrast to the latter,
6382 their variance is independent of the mean, and they are usually more sensitive
6383 and specific in detecting differential transcription.")
6384 (license license:artistic2.0)))
6385
6386 ;; There is no source tarball, so we fetch the code from the Bioconductor git
6387 ;; repository.
6388 (define-public r-xcir
6389 (let ((commit "3b59d456f2ad7f70285915b036b1dc4279687277")
6390 (revision "1"))
6391 (package
6392 (name "r-xcir")
6393 (version (git-version "1.8.0" revision commit))
6394 (source (origin
6395 (method git-fetch)
6396 (uri (git-reference
6397 (url "https://git.bioconductor.org/packages/XCIR")
6398 (commit commit)))
6399 (file-name (git-file-name name version))
6400 (sha256
6401 (base32
6402 "1xxw5ady5j2p7z7zjxgx7lhm85x7fxbljiv49lc2ghsvh9wm937p"))))
6403 (properties `((upstream-name . "XCIR")))
6404 (build-system r-build-system)
6405 (propagated-inputs (list r-biomart
6406 r-biostrings
6407 r-data-table
6408 r-ggplot2
6409 r-iranges
6410 r-readxl
6411 r-s4vectors
6412 r-seqminer
6413 r-variantannotation))
6414 (native-inputs (list r-knitr))
6415 (home-page "https://github.com/SRenan/XCIR")
6416 (synopsis "Analysis of X chromosome inactivation")
6417 (description
6418 "This package is an R package that offers models and tools for subject
6419 level analysis of @dfn{X chromosome inactivation} (XCI) and XCI-escape
6420 inference.")
6421 (license license:gpl2))))
6422
6423 (define-public r-xina
6424 (package
6425 (name "r-xina")
6426 (version "1.14.0")
6427 (source
6428 (origin
6429 (method url-fetch)
6430 (uri (bioconductor-uri "XINA" version))
6431 (sha256
6432 (base32 "03gf7mqpnwx12kny9fsaskgrw83b0wi2cf1j4dbq46pfxjx34v1g"))))
6433 (properties `((upstream-name . "XINA")))
6434 (build-system r-build-system)
6435 (propagated-inputs
6436 (list r-alluvial
6437 r-ggplot2
6438 r-gridextra
6439 r-igraph
6440 r-mclust
6441 r-plyr
6442 r-stringdb))
6443 (native-inputs (list r-knitr))
6444 (home-page "https://git.bioconductor.org/packages/XINA")
6445 (synopsis "Identifying proteins that exhibit similar patterns")
6446 (description
6447 "The aim of @code{XINA} is to determine which proteins exhibit similar
6448 patterns within and across experimental conditions, since proteins with
6449 co-abundance patterns may have common molecular functions. @code{XINA} imports
6450 multiple datasets, tags dataset in silico, and combines the data for subsequent
6451 subgrouping into multiple clusters. The result is a single output depicting
6452 the variation across all conditions. @code{XINA} not only extracts
6453 coabundance profiles within and across experiments, but also incorporates
6454 protein-protein interaction databases and integrative resources such as
6455 @dfn{Kyoto encyclopedia of genes and genomes} (KEGG) to infer interactors and
6456 molecular functions, respectively, and produces intuitive graphical outputs.")
6457 (license license:gpl3)))
6458
6459 (define-public r-xmapbridge
6460 (package
6461 (name "r-xmapbridge")
6462 (version "1.54.0")
6463 (source
6464 (origin
6465 (method url-fetch)
6466 (uri (bioconductor-uri "xmapbridge" version))
6467 (sha256
6468 (base32 "1n3nxc4jwxf5z32i70sza52nyk29adhp8vc3hac7r5b8mbi6gg10"))))
6469 (properties `((upstream-name . "xmapbridge")))
6470 (build-system r-build-system)
6471 (home-page "https://git.bioconductor.org/packages/xmapbridge")
6472 (synopsis "Display numeric data in the web based genome browser X:MAP")
6473 (description
6474 "The package @code{xmapbridge} can plot graphs in the X:Map genome
6475 browser. X:Map uses the Google Maps API to provide a scrollable view of the
6476 genome. It supports a number of species, and can be accessed at
6477 @url{http://xmap.picr.man.ac.uk}. This package exports plotting files in a
6478 suitable format. Graph plotting in R is done using calls to the functions
6479 @code{xmap.plot} and @code{xmap.points}, which have parameters that aim to be
6480 similar to those used by the standard plot methods in R. These result in data
6481 being written to a set of files (in a specific directory structure) that
6482 contain the data to be displayed, as well as some additional meta-data
6483 describing each of the graphs.")
6484 (license license:lgpl3)))
6485
6486 (define-public r-xvector
6487 (package
6488 (name "r-xvector")
6489 (version "0.36.0")
6490 (source (origin
6491 (method url-fetch)
6492 (uri (bioconductor-uri "XVector" version))
6493 (sha256
6494 (base32
6495 "1f3sbqy279gb9k13l73j00ixywa1havlqy81zx766r1xkz15nvhk"))))
6496 (properties
6497 `((upstream-name . "XVector")))
6498 (build-system r-build-system)
6499 (arguments
6500 `(#:phases
6501 (modify-phases %standard-phases
6502 (add-after 'unpack 'use-system-zlib
6503 (lambda _
6504 (substitute* "DESCRIPTION"
6505 (("zlibbioc, ") ""))
6506 (substitute* "NAMESPACE"
6507 (("import\\(zlibbioc\\)") ""))
6508 #t)))))
6509 (inputs
6510 (list zlib))
6511 (propagated-inputs
6512 (list r-biocgenerics r-iranges r-s4vectors))
6513 (home-page "https://bioconductor.org/packages/XVector")
6514 (synopsis "Representation and manpulation of external sequences")
6515 (description
6516 "This package provides memory efficient S4 classes for storing sequences
6517 \"externally\" (behind an R external pointer, or on disk).")
6518 (license license:artistic2.0)))
6519
6520 (define-public r-zlibbioc
6521 (package
6522 (name "r-zlibbioc")
6523 (version "1.42.0")
6524 (source (origin
6525 (method url-fetch)
6526 (uri (bioconductor-uri "zlibbioc" version))
6527 (sha256
6528 (base32
6529 "0w0y9jixdk6akmasn55g9g0nhlh93hbca5bwx5w1fypnvqrqpxzv"))))
6530 (properties
6531 `((upstream-name . "zlibbioc")))
6532 (build-system r-build-system)
6533 (home-page "https://bioconductor.org/packages/zlibbioc")
6534 (synopsis "Provider for zlib-1.2.5 to R packages")
6535 (description "This package uses the source code of zlib-1.2.5 to create
6536 libraries for systems that do not have these available via other means.")
6537 (license license:artistic2.0)))
6538
6539 (define-public r-zellkonverter
6540 (package
6541 (name "r-zellkonverter")
6542 (version "1.6.3")
6543 (source
6544 (origin
6545 (method url-fetch)
6546 (uri (bioconductor-uri "zellkonverter" version))
6547 (sha256
6548 (base32 "0l6v7a2zyxpq2w3vm85z439ldi3ld3pkc3wx95a1vxzbr31cpdzz"))))
6549 (properties `((upstream-name . "zellkonverter")))
6550 (build-system r-build-system)
6551 (propagated-inputs
6552 (list r-basilisk
6553 r-cli
6554 r-delayedarray
6555 r-matrix
6556 r-reticulate
6557 r-s4vectors
6558 r-singlecellexperiment
6559 r-summarizedexperiment))
6560 (native-inputs (list r-knitr))
6561 (home-page "https://github.com/theislab/zellkonverter")
6562 (synopsis "Conversion between AnnData and single-cell experiments objects")
6563 (description
6564 "This package provides methods to convert between Python AnnData objects
6565 and SingleCellExperiment objects. These are primarily intended for use by
6566 downstream Bioconductor packages that wrap Python methods for single-cell data
6567 analysis. It also includes functions to read and write H5AD files used for
6568 saving AnnData objects to disk.")
6569 (license license:expat)))
6570
6571 (define-public r-geneplotter
6572 (package
6573 (name "r-geneplotter")
6574 (version "1.74.0")
6575 (source
6576 (origin
6577 (method url-fetch)
6578 (uri (bioconductor-uri "geneplotter" version))
6579 (sha256
6580 (base32
6581 "13230mzrdralnvf9jp032s16a8mk3kx5476nnvpa4pvcgp1i1ijc"))))
6582 (build-system r-build-system)
6583 (propagated-inputs
6584 (list r-annotate
6585 r-annotationdbi
6586 r-biobase
6587 r-biocgenerics
6588 r-lattice
6589 r-rcolorbrewer))
6590 (home-page "https://bioconductor.org/packages/geneplotter")
6591 (synopsis "Graphics functions for genomic data")
6592 (description
6593 "This package provides functions for plotting genomic data.")
6594 (license license:artistic2.0)))
6595
6596 (define-public r-oligoclasses
6597 (package
6598 (name "r-oligoclasses")
6599 (version "1.58.0")
6600 (source
6601 (origin
6602 (method url-fetch)
6603 (uri (bioconductor-uri "oligoClasses" version))
6604 (sha256
6605 (base32
6606 "1m4x50gl1fm5waa531v7ml0q229q65qn9cgiwnvjg721fvra7mdk"))))
6607 (properties `((upstream-name . "oligoClasses")))
6608 (build-system r-build-system)
6609 (propagated-inputs
6610 (list r-affyio
6611 r-biobase
6612 r-biocgenerics
6613 r-biocmanager
6614 r-biostrings
6615 r-dbi
6616 r-ff
6617 r-foreach
6618 r-genomicranges
6619 r-iranges
6620 r-rsqlite
6621 r-s4vectors
6622 r-summarizedexperiment))
6623 (home-page "https://bioconductor.org/packages/oligoClasses/")
6624 (synopsis "Classes for high-throughput arrays")
6625 (description
6626 "This package contains class definitions, validity checks, and
6627 initialization methods for classes used by the @code{oligo} and @code{crlmm}
6628 packages.")
6629 (license license:gpl2+)))
6630
6631 (define-public r-oligo
6632 (package
6633 (name "r-oligo")
6634 (version "1.60.0")
6635 (source
6636 (origin
6637 (method url-fetch)
6638 (uri (bioconductor-uri "oligo" version))
6639 (sha256
6640 (base32
6641 "0y7j96rafm9b85sxq2483i73685i3j67lk33fn8nfcav6lmsv5vy"))))
6642 (properties `((upstream-name . "oligo")))
6643 (build-system r-build-system)
6644 (inputs (list zlib))
6645 (propagated-inputs
6646 (list r-affxparser
6647 r-affyio
6648 r-biobase
6649 r-biocgenerics
6650 r-biostrings
6651 r-dbi
6652 r-ff
6653 r-oligoclasses
6654 r-preprocesscore
6655 r-rsqlite
6656 r-zlibbioc))
6657 (native-inputs
6658 (list r-knitr))
6659 (home-page "https://bioconductor.org/packages/oligo/")
6660 (synopsis "Preprocessing tools for oligonucleotide arrays")
6661 (description
6662 "This package provides a package to analyze oligonucleotide
6663 arrays (expression/SNP/tiling/exon) at probe-level. It currently supports
6664 Affymetrix (CEL files) and NimbleGen arrays (XYS files).")
6665 (license license:lgpl2.0+)))
6666
6667 (define-public r-qvalue
6668 (package
6669 (name "r-qvalue")
6670 (version "2.28.0")
6671 (source
6672 (origin
6673 (method url-fetch)
6674 (uri (bioconductor-uri "qvalue" version))
6675 (sha256
6676 (base32
6677 "0cvhm5cldcnnxwa293dig1pj9lvj2hnz9zh4gfr25sw0xlcjzmyw"))))
6678 (build-system r-build-system)
6679 (propagated-inputs
6680 (list r-ggplot2 r-reshape2))
6681 (native-inputs
6682 (list r-knitr))
6683 (home-page "https://github.com/StoreyLab/qvalue")
6684 (synopsis "Q-value estimation for false discovery rate control")
6685 (description
6686 "This package takes a list of p-values resulting from the simultaneous
6687 testing of many hypotheses and estimates their q-values and local @dfn{false
6688 discovery rate} (FDR) values. The q-value of a test measures the proportion
6689 of false positives incurred when that particular test is called significant.
6690 The local FDR measures the posterior probability the null hypothesis is true
6691 given the test's p-value. Various plots are automatically generated, allowing
6692 one to make sensible significance cut-offs. The software can be applied to
6693 problems in genomics, brain imaging, astrophysics, and data mining.")
6694 ;; Any version of the LGPL.
6695 (license license:lgpl3+)))
6696
6697 (define r-rcppnumerical
6698 (package
6699 (name "r-rcppnumerical")
6700 (version "0.4-0")
6701 (source (origin
6702 (method url-fetch)
6703 (uri (cran-uri "RcppNumerical" version))
6704 (sha256
6705 (base32
6706 "1a92fql6mijhnr1kxkcxwivf95pk9lhgmhzkshs51h0ybfv5krik"))))
6707 (properties `((upstream-name . "RcppNumerical")))
6708 (build-system r-build-system)
6709 (propagated-inputs
6710 `(("r-rcpp" ,r-rcpp)
6711 ("r-rcppeigen" ,r-rcppeigen)))
6712 (native-inputs
6713 `(("r-knitr" ,r-knitr)))
6714 (home-page "https://github.com/yixuan/RcppNumerical")
6715 (synopsis "Rcpp integration for numerical computing libraries")
6716 (description
6717 "This package provides a collection of libraries for numerical computing
6718 (numerical integration, optimization, etc.) and their integration with
6719 @code{Rcpp}.")
6720 (license license:gpl2+)))
6721
6722 (define-public r-apeglm
6723 (package
6724 (name "r-apeglm")
6725 (version "1.18.0")
6726 (source (origin
6727 (method url-fetch)
6728 (uri (bioconductor-uri "apeglm" version))
6729 (sha256
6730 (base32
6731 "1ppwk4g66x46hpqsfsvhl12398d1srqr47nmp0y2gz212kff0rby"))))
6732 (properties `((upstream-name . "apeglm")))
6733 (build-system r-build-system)
6734 (propagated-inputs
6735 (list r-emdbook
6736 r-genomicranges
6737 r-rcpp
6738 r-rcppeigen
6739 r-rcppnumerical
6740 r-summarizedexperiment))
6741 (native-inputs (list r-knitr))
6742 (home-page "https://bioconductor.org/packages/apeglm")
6743 (synopsis "Approximate posterior estimation for GLM coefficients")
6744 (description "This package provides Bayesian shrinkage estimators for
6745 effect sizes for a variety of GLM models, using approximation of the
6746 posterior for individual coefficients.")
6747 (license license:gpl2)))
6748
6749 (define-public r-greylistchip
6750 (package
6751 (name "r-greylistchip")
6752 (version "1.28.1")
6753 (source (origin
6754 (method url-fetch)
6755 (uri (bioconductor-uri "GreyListChIP" version))
6756 (sha256
6757 (base32
6758 "0w52vwvjarql19bsv40b80yn701qx8c9d0clsjhj85wmzj2p6dhg"))))
6759 (properties `((upstream-name . "GreyListChIP")))
6760 (build-system r-build-system)
6761 (propagated-inputs
6762 (list r-bsgenome
6763 r-genomeinfodb
6764 r-genomicalignments
6765 r-genomicranges
6766 r-mass
6767 r-rsamtools
6768 r-rtracklayer
6769 r-summarizedexperiment))
6770 (home-page "https://bioconductor.org/packages/GreyListChIP")
6771 (synopsis "Greylist artefact regions based on ChIP inputs")
6772 (description "This package identifies regions of ChIP experiments with high
6773 signal in the input, that lead to spurious peaks during peak calling.")
6774 (license license:artistic2.0)))
6775
6776 (define-public r-diffbind
6777 (package
6778 (name "r-diffbind")
6779 (version "3.6.1")
6780 (source
6781 (origin
6782 (method url-fetch)
6783 (uri (bioconductor-uri "DiffBind" version))
6784 (sha256
6785 (base32
6786 "0izlk8vmmal4dj0bjxhgzr25arfa9zgdv06rm70w7ylr0gl84pzr"))))
6787 (properties `((upstream-name . "DiffBind")))
6788 (build-system r-build-system)
6789 (propagated-inputs
6790 (list r-amap
6791 r-apeglm
6792 r-ashr
6793 r-biocparallel
6794 r-deseq2
6795 r-dplyr
6796 r-genomicalignments
6797 r-genomicranges
6798 r-ggplot2
6799 r-ggrepel
6800 r-gplots
6801 r-greylistchip
6802 r-iranges
6803 r-lattice
6804 r-limma
6805 r-locfit
6806 r-rcolorbrewer
6807 r-rcpp
6808 r-rhtslib
6809 r-rsamtools
6810 r-s4vectors
6811 r-summarizedexperiment
6812 r-systempiper))
6813 (home-page "https://bioconductor.org/packages/DiffBind")
6814 (synopsis "Differential binding analysis of ChIP-Seq peak data")
6815 (description
6816 "This package computes differentially bound sites from multiple
6817 ChIP-seq experiments using affinity (quantitative) data. Also enables
6818 occupancy (overlap) analysis and plotting functions.")
6819 (license license:artistic2.0)))
6820
6821 (define-public r-ripseeker
6822 (package
6823 (name "r-ripseeker")
6824 (version "1.26.0")
6825 (source
6826 (origin
6827 (method url-fetch)
6828 (uri (bioconductor-uri "RIPSeeker" version))
6829 (sha256
6830 (base32
6831 "1wyv9mfrbxzklysfjcnwb8yils71janyyxa982jn0zxx4p9cl3vs"))))
6832 (properties `((upstream-name . "RIPSeeker")))
6833 (build-system r-build-system)
6834 (propagated-inputs
6835 (list r-s4vectors
6836 r-iranges
6837 r-genomicranges
6838 r-summarizedexperiment
6839 r-rsamtools
6840 r-genomicalignments
6841 r-rtracklayer))
6842 (home-page "https://bioconductor.org/packages/RIPSeeker")
6843 (synopsis
6844 "Identifying protein-associated transcripts from RIP-seq experiments")
6845 (description
6846 "This package infers and discriminates RIP peaks from RIP-seq alignments
6847 using two-state HMM with negative binomial emission probability. While
6848 RIPSeeker is specifically tailored for RIP-seq data analysis, it also provides
6849 a suite of bioinformatics tools integrated within this self-contained software
6850 package comprehensively addressing issues ranging from post-alignments
6851 processing to visualization and annotation.")
6852 (license license:gpl2)))
6853
6854 (define-public r-mbkmeans
6855 (package
6856 (name "r-mbkmeans")
6857 (version "1.12.0")
6858 (source (origin
6859 (method url-fetch)
6860 (uri (bioconductor-uri "mbkmeans" version))
6861 (sha256
6862 (base32
6863 "1f5krzlyqljz763vkp1a50danjn78xhn35s8qqdvzrmwyx0fzphg"))))
6864 (build-system r-build-system)
6865 (native-inputs
6866 (list r-knitr))
6867 (propagated-inputs
6868 (list r-beachmat
6869 r-benchmarkme
6870 r-biocparallel
6871 r-clusterr
6872 r-delayedarray
6873 r-matrix
6874 r-rcpp
6875 r-rcpparmadillo
6876 r-rhdf5lib
6877 r-s4vectors
6878 r-singlecellexperiment
6879 r-summarizedexperiment))
6880 (home-page "https://bioconductor.org/packages/mbkmeans")
6881 (synopsis "Mini-batch k-means clustering for single-cell RNA-seq")
6882 (description "This package implements the mini-batch k-means algorithm for
6883 large datasets, including support for on-disk data representation.")
6884 (license license:expat)))
6885
6886 (define-public r-multtest
6887 (package
6888 (name "r-multtest")
6889 (version "2.52.0")
6890 (source
6891 (origin
6892 (method url-fetch)
6893 (uri (bioconductor-uri "multtest" version))
6894 (sha256
6895 (base32
6896 "037wcmwk1wvhjxgmlvnk289pkwishi1753ajkmy9x14xlmldix82"))))
6897 (build-system r-build-system)
6898 (propagated-inputs
6899 (list r-survival r-biocgenerics r-biobase r-mass))
6900 (home-page "https://bioconductor.org/packages/multtest")
6901 (synopsis "Resampling-based multiple hypothesis testing")
6902 (description
6903 "This package can do non-parametric bootstrap and permutation
6904 resampling-based multiple testing procedures (including empirical Bayes
6905 methods) for controlling the family-wise error rate (FWER), generalized
6906 family-wise error rate (gFWER), tail probability of the proportion of
6907 false positives (TPPFP), and false discovery rate (FDR). Several choices
6908 of bootstrap-based null distribution are implemented (centered, centered
6909 and scaled, quantile-transformed). Single-step and step-wise methods are
6910 available. Tests based on a variety of T- and F-statistics (including
6911 T-statistics based on regression parameters from linear and survival models
6912 as well as those based on correlation parameters) are included. When probing
6913 hypotheses with T-statistics, users may also select a potentially faster null
6914 distribution which is multivariate normal with mean zero and variance
6915 covariance matrix derived from the vector influence function. Results are
6916 reported in terms of adjusted P-values, confidence regions and test statistic
6917 cutoffs. The procedures are directly applicable to identifying differentially
6918 expressed genes in DNA microarray experiments.")
6919 (license license:lgpl3)))
6920
6921 (define-public r-graph
6922 (package
6923 (name "r-graph")
6924 (version "1.74.0")
6925 (source (origin
6926 (method url-fetch)
6927 (uri (bioconductor-uri "graph" version))
6928 (sha256
6929 (base32
6930 "1b8hrjwjg82kicls1496fxfzv75xjvq2k6r9apzsd3qlbyg3ilg4"))))
6931 (build-system r-build-system)
6932 (propagated-inputs
6933 (list r-biocgenerics))
6934 (home-page "https://bioconductor.org/packages/graph")
6935 (synopsis "Handle graph data structures in R")
6936 (description
6937 "This package implements some simple graph handling capabilities for R.")
6938 (license license:artistic2.0)))
6939
6940 ;; This is a CRAN package, but it depends on a Bioconductor package.
6941 (define-public r-ggm
6942 (package
6943 (name "r-ggm")
6944 (version "2.5")
6945 (source
6946 (origin
6947 (method url-fetch)
6948 (uri (cran-uri "ggm" version))
6949 (sha256
6950 (base32
6951 "11wc6k2kj2ydy0dyks5mbvbhxm1r43id87anl1jg6dn0yv4m78di"))))
6952 (properties `((upstream-name . "ggm")))
6953 (build-system r-build-system)
6954 (propagated-inputs
6955 (list r-graph r-igraph))
6956 (home-page "https://cran.r-project.org/package=ggm")
6957 (synopsis "Functions for graphical Markov models")
6958 (description
6959 "This package provides functions and datasets for maximum likelihood
6960 fitting of some classes of graphical Markov models.")
6961 (license license:gpl2+)))
6962
6963 ;; This is a CRAN package, but it depends on a Bioconductor package, r-graph.
6964 (define-public r-perfmeas
6965 (package
6966 (name "r-perfmeas")
6967 (version "1.2.1")
6968 (source
6969 (origin
6970 (method url-fetch)
6971 (uri (cran-uri "PerfMeas" version))
6972 (sha256
6973 (base32
6974 "1x7ancmb41zd1js24rx94plgbssyc71z2bvpic6mg34xjkwdjw93"))))
6975 (properties `((upstream-name . "PerfMeas")))
6976 (build-system r-build-system)
6977 (propagated-inputs
6978 (list r-graph r-limma r-rbgl))
6979 (home-page "https://cran.r-project.org/web/packages/PerfMeas/")
6980 (synopsis "Performance measures for ranking and classification tasks")
6981 (description
6982 "This package implements different performance measures for
6983 classification and ranking tasks. @dfn{Area under curve} (AUC), precision at
6984 a given recall, F-score for single and multiple classes are available.")
6985 (license license:gpl2+)))
6986
6987 ;; This is a CRAN package, but it depends on a Bioconductor package.
6988 (define-public r-codedepends
6989 (package
6990 (name "r-codedepends")
6991 (version "0.6.5")
6992 (source
6993 (origin
6994 (method url-fetch)
6995 (uri (cran-uri "CodeDepends" version))
6996 (sha256
6997 (base32
6998 "0l7kiv3awx50glf5cs841b4zzsff1ml90f0zr868ygvwsr4ps1hq"))))
6999 (properties `((upstream-name . "CodeDepends")))
7000 (build-system r-build-system)
7001 (propagated-inputs
7002 (list r-codetools r-graph r-xml))
7003 (home-page "https://cran.r-project.org/web/packages/CodeDepends")
7004 (synopsis "Analysis of R code for reproducible research and code comprehension")
7005 (description
7006 "This package provides tools for analyzing R expressions or blocks of
7007 code and determining the dependencies between them. It focuses on R scripts,
7008 but can be used on the bodies of functions. There are many facilities
7009 including the ability to summarize or get a high-level view of code,
7010 determining dependencies between variables, code improvement suggestions.")
7011 ;; Any version of the GPL
7012 (license (list license:gpl2+ license:gpl3+))))
7013
7014 (define-public r-chippeakanno
7015 (package
7016 (name "r-chippeakanno")
7017 (version "3.30.1")
7018 (source
7019 (origin
7020 (method url-fetch)
7021 (uri (bioconductor-uri "ChIPpeakAnno" version))
7022 (sha256
7023 (base32
7024 "0a26glldxczcfymjvd45gv5m4hympziivm6wwx4ab9wld7n43l8y"))))
7025 (properties `((upstream-name . "ChIPpeakAnno")))
7026 (build-system r-build-system)
7027 (propagated-inputs
7028 (list r-annotationdbi
7029 r-biocgenerics
7030 r-biomart
7031 r-biostrings
7032 r-dbi
7033 r-dplyr
7034 r-ensembldb
7035 r-genomeinfodb
7036 r-genomicalignments
7037 r-genomicfeatures
7038 r-genomicranges
7039 r-ggplot2
7040 r-graph
7041 r-interactionset
7042 r-iranges
7043 r-keggrest
7044 r-matrixstats
7045 r-multtest
7046 r-rbgl
7047 r-regioner
7048 r-rsamtools
7049 r-rtracklayer
7050 r-s4vectors
7051 r-summarizedexperiment
7052 r-venndiagram))
7053 (native-inputs
7054 (list r-knitr))
7055 (home-page "https://bioconductor.org/packages/ChIPpeakAnno")
7056 (synopsis "Peaks annotation from ChIP-seq and ChIP-chip experiments")
7057 (description
7058 "The package includes functions to retrieve the sequences around the peak,
7059 obtain enriched Gene Ontology (GO) terms, find the nearest gene, exon, miRNA or
7060 custom features such as most conserved elements and other transcription factor
7061 binding sites supplied by users. Starting 2.0.5, new functions have been added
7062 for finding the peaks with bi-directional promoters with summary statistics
7063 (peaksNearBDP), for summarizing the occurrence of motifs in peaks
7064 (summarizePatternInPeaks) and for adding other IDs to annotated peaks or
7065 enrichedGO (addGeneIDs).")
7066 (license license:gpl2+)))
7067
7068 (define-public r-matrixgenerics
7069 (package
7070 (name "r-matrixgenerics")
7071 (version "1.8.1")
7072 (source (origin
7073 (method url-fetch)
7074 (uri (bioconductor-uri "MatrixGenerics" version))
7075 (sha256
7076 (base32
7077 "1liblnpziyyjxzrhdd5d89ilvfqqhbl87h3hsmdm0kwnmc73r37f"))))
7078 (properties
7079 `((upstream-name . "MatrixGenerics")))
7080 (build-system r-build-system)
7081 (propagated-inputs
7082 (list r-matrixstats))
7083 (home-page "https://bioconductor.org/packages/MatrixGenerics")
7084 (synopsis "S4 generic summary statistic functions for matrix-like objects")
7085 (description
7086 "This package provides S4 generic functions modeled after the
7087 @code{matrixStats} API for alternative matrix implementations. Packages with
7088 alternative matrix implementation can depend on this package and implement the
7089 generic functions that are defined here for a useful set of row and column
7090 summary statistics. Other package developers can import this package and
7091 handle a different matrix implementations without worrying about
7092 incompatibilities.")
7093 (license license:artistic2.0)))
7094
7095 (define-public r-marray
7096 (package
7097 (name "r-marray")
7098 (version "1.74.0")
7099 (source (origin
7100 (method url-fetch)
7101 (uri (bioconductor-uri "marray" version))
7102 (sha256
7103 (base32 "0awfz0akz3sylyw1jxhxgadv1rqdzvy9v11933yxkl9a8m9ngm8i"))))
7104 (build-system r-build-system)
7105 (propagated-inputs
7106 (list r-limma))
7107 (home-page "https://bioconductor.org/packages/marray")
7108 (synopsis "Exploratory analysis for two-color spotted microarray data")
7109 (description "This package contains class definitions for two-color spotted
7110 microarray data. It also includes functions for data input, diagnostic plots,
7111 normalization and quality checking.")
7112 (license license:lgpl2.0+)))
7113
7114 (define-public r-cghbase
7115 (package
7116 (name "r-cghbase")
7117 (version "1.56.0")
7118 (source (origin
7119 (method url-fetch)
7120 (uri (bioconductor-uri "CGHbase" version))
7121 (sha256
7122 (base32 "1q8yy60r4g5nyv2gbfdgk192xd73c0rrjr668d5616ddb7sx8wcr"))))
7123 (properties `((upstream-name . "CGHbase")))
7124 (build-system r-build-system)
7125 (propagated-inputs
7126 (list r-biobase r-marray))
7127 (home-page "https://bioconductor.org/packages/CGHbase")
7128 (synopsis "Base functions and classes for arrayCGH data analysis")
7129 (description "This package contains functions and classes that are needed by
7130 the @code{arrayCGH} packages.")
7131 (license license:gpl2+)))
7132
7133 (define-public r-cghcall
7134 (package
7135 (name "r-cghcall")
7136 (version "2.58.0")
7137 (source (origin
7138 (method url-fetch)
7139 (uri (bioconductor-uri "CGHcall" version))
7140 (sha256
7141 (base32 "1qpsibp4gb09sn6fkwwrdjkh3a28lqfbk18c6fvn4m386j96ps65"))))
7142 (properties `((upstream-name . "CGHcall")))
7143 (build-system r-build-system)
7144 (propagated-inputs
7145 (list r-biobase r-cghbase r-impute r-dnacopy r-snowfall))
7146 (home-page "https://bioconductor.org/packages/CGHcall")
7147 (synopsis "Base functions and classes for arrayCGH data analysis")
7148 (description "This package contains functions and classes that are needed by
7149 @code{arrayCGH} packages.")
7150 (license license:gpl2+)))
7151
7152 (define-public r-qdnaseq
7153 (package
7154 (name "r-qdnaseq")
7155 (version "1.32.0")
7156 (source (origin
7157 (method url-fetch)
7158 (uri (bioconductor-uri "QDNAseq" version))
7159 (sha256
7160 (base32 "0s360s72lfn9vjml88gg1m40n61s0dc66ilzgfjdcp65djdxxfvm"))))
7161 (properties `((upstream-name . "QDNAseq")))
7162 (build-system r-build-system)
7163 (propagated-inputs
7164 (list r-biobase
7165 r-cghbase
7166 r-cghcall
7167 r-dnacopy
7168 r-future-apply
7169 r-genomicranges
7170 r-iranges
7171 r-matrixstats
7172 r-r-utils
7173 r-rsamtools))
7174 (home-page "https://bioconductor.org/packages/QDNAseq")
7175 (synopsis "Quantitative DNA sequencing for chromosomal aberrations")
7176 (description "The genome is divided into non-overlapping fixed-sized bins,
7177 number of sequence reads in each counted, adjusted with a simultaneous
7178 two-dimensional loess correction for sequence mappability and GC content, and
7179 filtered to remove spurious regions in the genome. Downstream steps of
7180 segmentation and calling are also implemented via packages DNAcopy and CGHcall,
7181 respectively.")
7182 (license license:gpl2+)))
7183
7184 (define-public r-bayseq
7185 (package
7186 (name "r-bayseq")
7187 (version "2.30.0")
7188 (source
7189 (origin
7190 (method url-fetch)
7191 (uri (bioconductor-uri "baySeq" version))
7192 (sha256
7193 (base32
7194 "1yqykndyv32s2rk7x86qf410qr0pigc8z4gdkl8vhj4dgyr47n2j"))))
7195 (properties `((upstream-name . "baySeq")))
7196 (build-system r-build-system)
7197 (propagated-inputs
7198 (list r-abind r-edger r-genomicranges))
7199 (home-page "https://bioconductor.org/packages/baySeq/")
7200 (synopsis "Bayesian analysis of differential expression patterns in count data")
7201 (description
7202 "This package identifies differential expression in high-throughput count
7203 data, such as that derived from next-generation sequencing machines,
7204 calculating estimated posterior likelihoods of differential expression (or
7205 more complex hypotheses) via empirical Bayesian methods.")
7206 (license license:gpl3)))
7207
7208 (define-public r-chipcomp
7209 (package
7210 (name "r-chipcomp")
7211 (version "1.26.0")
7212 (source
7213 (origin
7214 (method url-fetch)
7215 (uri (bioconductor-uri "ChIPComp" version))
7216 (sha256
7217 (base32
7218 "06q34y59gf1iz0rs7y5x8ndy1wa95j65rfmz37aym5c46ijqsnq0"))))
7219 (properties `((upstream-name . "ChIPComp")))
7220 (build-system r-build-system)
7221 (propagated-inputs
7222 (list r-biocgenerics
7223 r-bsgenome-hsapiens-ucsc-hg19
7224 r-bsgenome-mmusculus-ucsc-mm9
7225 r-genomeinfodb
7226 r-genomicranges
7227 r-iranges
7228 r-limma
7229 r-rsamtools
7230 r-rtracklayer
7231 r-s4vectors))
7232 (home-page "https://bioconductor.org/packages/ChIPComp")
7233 (synopsis "Quantitative comparison of multiple ChIP-seq datasets")
7234 (description
7235 "ChIPComp implements a statistical method for quantitative comparison of
7236 multiple ChIP-seq datasets. It detects differentially bound sharp binding
7237 sites across multiple conditions considering matching control in ChIP-seq
7238 datasets.")
7239 ;; Any version of the GPL.
7240 (license license:gpl3+)))
7241
7242 (define-public r-riboprofiling
7243 (package
7244 (name "r-riboprofiling")
7245 (version "1.26.0")
7246 (source
7247 (origin
7248 (method url-fetch)
7249 (uri (bioconductor-uri "RiboProfiling" version))
7250 (sha256
7251 (base32
7252 "08m4rc530bkzcc43iwzg2fw9cjlf4wc2d8akv5vblsb42xdn8sqp"))))
7253 (properties `((upstream-name . "RiboProfiling")))
7254 (build-system r-build-system)
7255 (propagated-inputs
7256 (list r-biocgenerics
7257 r-biostrings
7258 r-data-table
7259 r-genomeinfodb
7260 r-genomicalignments
7261 r-genomicfeatures
7262 r-genomicranges
7263 r-ggbio
7264 r-ggplot2
7265 r-iranges
7266 r-plyr
7267 r-reshape2
7268 r-rsamtools
7269 r-rtracklayer
7270 r-s4vectors
7271 r-sqldf))
7272 (native-inputs
7273 (list r-knitr))
7274 (home-page "https://bioconductor.org/packages/RiboProfiling/")
7275 (synopsis "Ribosome profiling data analysis")
7276 (description "Starting with a BAM file, this package provides the
7277 necessary functions for quality assessment, read start position recalibration,
7278 the counting of genomic sequence reads on CDS, 3'UTR, and 5'UTR, and plotting
7279 of count data: pairs, log fold-change, codon frequency and coverage
7280 assessment, principal component analysis on codon coverage.")
7281 (license license:gpl3)))
7282
7283 (define-public r-riboseqr
7284 (package
7285 (name "r-riboseqr")
7286 (version "1.30.0")
7287 (source
7288 (origin
7289 (method url-fetch)
7290 (uri (bioconductor-uri "riboSeqR" version))
7291 (sha256
7292 (base32
7293 "1zs3y0icsqrndjp9wwqz3jxysvyc9pch45y49j6g9b5b2l44ma26"))))
7294 (properties `((upstream-name . "riboSeqR")))
7295 (build-system r-build-system)
7296 (propagated-inputs
7297 (list r-abind
7298 r-bayseq
7299 r-genomeinfodb
7300 r-genomicranges
7301 r-iranges
7302 r-rsamtools
7303 r-seqlogo))
7304 (home-page "https://bioconductor.org/packages/riboSeqR/")
7305 (synopsis "Analysis of sequencing data from ribosome profiling experiments")
7306 (description
7307 "This package provides plotting functions, frameshift detection and
7308 parsing of genetic sequencing data from ribosome profiling experiments.")
7309 (license license:gpl3)))
7310
7311 (define-public r-interactionset
7312 (package
7313 (name "r-interactionset")
7314 (version "1.24.0")
7315 (source
7316 (origin
7317 (method url-fetch)
7318 (uri (bioconductor-uri "InteractionSet" version))
7319 (sha256
7320 (base32
7321 "0qjimx25jvm8siq8hmlbf2z6mknzpbq945p06fsj826k57bpcsm5"))))
7322 (properties
7323 `((upstream-name . "InteractionSet")))
7324 (build-system r-build-system)
7325 (propagated-inputs
7326 (list r-biocgenerics
7327 r-genomeinfodb
7328 r-genomicranges
7329 r-iranges
7330 r-matrix
7331 r-rcpp
7332 r-s4vectors
7333 r-summarizedexperiment))
7334 (native-inputs
7335 (list r-knitr))
7336 (home-page "https://bioconductor.org/packages/InteractionSet")
7337 (synopsis "Base classes for storing genomic interaction data")
7338 (description
7339 "This package provides the @code{GInteractions},
7340 @code{InteractionSet} and @code{ContactMatrix} objects and associated methods
7341 for storing and manipulating genomic interaction data from Hi-C and ChIA-PET
7342 experiments.")
7343 (license license:gpl3)))
7344
7345 (define-public r-genomicinteractions
7346 (package
7347 (name "r-genomicinteractions")
7348 (version "1.30.0")
7349 (source
7350 (origin
7351 (method url-fetch)
7352 (uri (bioconductor-uri "GenomicInteractions" version))
7353 (sha256
7354 (base32
7355 "0aph1hja5vfprxs3jl4zd1inhvih6m3v1p3jkm6w7xpj3jzvmgbx"))))
7356 (properties
7357 `((upstream-name . "GenomicInteractions")))
7358 (build-system r-build-system)
7359 (propagated-inputs
7360 (list r-biobase
7361 r-biocgenerics
7362 r-data-table
7363 r-dplyr
7364 r-genomeinfodb
7365 r-genomicranges
7366 r-ggplot2
7367 r-gridextra
7368 r-gviz
7369 r-igraph
7370 r-interactionset
7371 r-iranges
7372 r-rsamtools
7373 r-rtracklayer
7374 r-s4vectors
7375 r-stringr))
7376 (native-inputs
7377 (list r-knitr))
7378 (home-page "https://github.com/ComputationalRegulatoryGenomicsICL/GenomicInteractions/")
7379 (synopsis "R package for handling genomic interaction data")
7380 (description
7381 "This R package provides tools for handling genomic interaction data,
7382 such as ChIA-PET/Hi-C, annotating genomic features with interaction
7383 information and producing various plots and statistics.")
7384 (license license:gpl3)))
7385
7386 (define-public r-ctc
7387 (package
7388 (name "r-ctc")
7389 (version "1.70.0")
7390 (source
7391 (origin
7392 (method url-fetch)
7393 (uri (bioconductor-uri "ctc" version))
7394 (sha256
7395 (base32
7396 "0c9pgp25dqx12fmi4cqm7xyxjmy6g7wv9vbljgdjghaij2lrc4pb"))))
7397 (build-system r-build-system)
7398 (propagated-inputs (list r-amap))
7399 (home-page "https://bioconductor.org/packages/ctc/")
7400 (synopsis "Cluster and tree conversion")
7401 (description
7402 "This package provides tools for exporting and importing classification
7403 trees and clusters to other programs.")
7404 (license license:gpl2)))
7405
7406 (define-public r-goseq
7407 (package
7408 (name "r-goseq")
7409 (version "1.48.0")
7410 (source
7411 (origin
7412 (method url-fetch)
7413 (uri (bioconductor-uri "goseq" version))
7414 (sha256
7415 (base32
7416 "1w0rwzhqkvp2x7y5v0qcyjbss0p95gb1jrnx5sdkqginbvrmrd48"))))
7417 (build-system r-build-system)
7418 (propagated-inputs
7419 (list r-annotationdbi
7420 r-biasedurn
7421 r-biocgenerics
7422 r-genelendatabase
7423 r-go-db
7424 r-mgcv))
7425 (home-page "https://bioconductor.org/packages/goseq/")
7426 (synopsis "Gene Ontology analyser for RNA-seq and other length biased data")
7427 (description
7428 "This package provides tools to detect Gene Ontology and/or other user
7429 defined categories which are over/under represented in RNA-seq data.")
7430 (license license:lgpl2.0+)))
7431
7432 (define-public r-glimma
7433 (package
7434 (name "r-glimma")
7435 (version "2.6.0")
7436 (source
7437 (origin
7438 (method url-fetch)
7439 (uri (bioconductor-uri "Glimma" version))
7440 (sha256
7441 (base32
7442 "1k17ay09vhb2hakg1vrgvpp1zliavlj7cdkxaal162bc3v8pyvyz"))))
7443 (properties `((upstream-name . "Glimma")))
7444 (build-system r-build-system)
7445 (propagated-inputs
7446 (list r-deseq2
7447 r-edger
7448 r-htmlwidgets
7449 r-jsonlite
7450 r-limma
7451 r-s4vectors
7452 r-summarizedexperiment))
7453 (native-inputs
7454 (list r-knitr))
7455 (home-page "https://github.com/Shians/Glimma")
7456 (synopsis "Interactive HTML graphics")
7457 (description
7458 "This package generates interactive visualisations for analysis of
7459 RNA-sequencing data using output from limma, edgeR or DESeq2 packages in an
7460 HTML page. The interactions are built on top of the popular static
7461 representations of analysis results in order to provide additional
7462 information.")
7463 (license license:lgpl3)))
7464
7465 (define-public r-rots
7466 (package
7467 (name "r-rots")
7468 (version "1.24.0")
7469 (source
7470 (origin
7471 (method url-fetch)
7472 (uri (bioconductor-uri "ROTS" version))
7473 (sha256
7474 (base32
7475 "021a578p8kcl5yd9myiy0h2qp10r30ggnip2kp6xs7dx8nzic96r"))))
7476 (properties `((upstream-name . "ROTS")))
7477 (build-system r-build-system)
7478 (propagated-inputs
7479 (list r-biobase r-rcpp))
7480 (home-page "https://bioconductor.org/packages/ROTS/")
7481 (synopsis "Reproducibility-Optimized Test Statistic")
7482 (description
7483 "This package provides tools for calculating the
7484 @dfn{Reproducibility-Optimized Test Statistic} (ROTS) for differential testing
7485 in omics data.")
7486 (license license:gpl2+)))
7487
7488 (define-public r-plgem
7489 (package
7490 (name "r-plgem")
7491 (version "1.68.0")
7492 (source
7493 (origin
7494 (method url-fetch)
7495 (uri (bioconductor-uri "plgem" version))
7496 (sha256
7497 (base32
7498 "07zxflxcay17hxjw3wh5kfdwl2x8537csb18p1qzmyrkvscnja77"))))
7499 (build-system r-build-system)
7500 (propagated-inputs
7501 (list r-biobase r-mass))
7502 (home-page "http://www.genopolis.it")
7503 (synopsis "Detect differential expression in microarray and proteomics datasets")
7504 (description
7505 "The Power Law Global Error Model (PLGEM) has been shown to faithfully
7506 model the variance-versus-mean dependence that exists in a variety of
7507 genome-wide datasets, including microarray and proteomics data. The use of
7508 PLGEM has been shown to improve the detection of differentially expressed
7509 genes or proteins in these datasets.")
7510 (license license:gpl2)))
7511
7512 (define-public r-inspect
7513 (package
7514 (name "r-inspect")
7515 (version "1.26.0")
7516 (source
7517 (origin
7518 (method url-fetch)
7519 (uri (bioconductor-uri "INSPEcT" version))
7520 (sha256
7521 (base32
7522 "0jx887vhxwd8zlqajr9czvn9nx88ryyxlnl58hxrlajjpcjkz9ax"))))
7523 (properties `((upstream-name . "INSPEcT")))
7524 (build-system r-build-system)
7525 (propagated-inputs
7526 (list r-biobase
7527 r-biocgenerics
7528 r-biocparallel
7529 r-deseq2
7530 r-desolve
7531 r-gdata
7532 r-genomeinfodb
7533 r-genomicalignments
7534 r-genomicfeatures
7535 r-genomicranges
7536 r-iranges
7537 r-kernsmooth
7538 r-plgem
7539 r-proc
7540 r-rootsolve
7541 r-rsamtools
7542 r-rtracklayer
7543 r-s4vectors
7544 r-shiny
7545 r-summarizedexperiment
7546 r-txdb-mmusculus-ucsc-mm9-knowngene))
7547 (native-inputs
7548 (list r-knitr))
7549 (home-page "https://bioconductor.org/packages/INSPEcT")
7550 (synopsis "Analysis of 4sU-seq and RNA-seq time-course data")
7551 (description
7552 "INSPEcT (INference of Synthesis, Processing and dEgradation rates in
7553 Time-Course experiments) analyses 4sU-seq and RNA-seq time-course data in
7554 order to evaluate synthesis, processing and degradation rates and assess via
7555 modeling the rates that determines changes in mature mRNA levels.")
7556 (license license:gpl2)))
7557
7558 (define-public r-dnabarcodes
7559 (package
7560 (name "r-dnabarcodes")
7561 (version "1.26.0")
7562 (source
7563 (origin
7564 (method url-fetch)
7565 (uri (bioconductor-uri "DNABarcodes" version))
7566 (sha256
7567 (base32
7568 "0n2qlvpcjhrxr3br27gz9vhwcpf7sn6g4xdjazvvi3gqcgk90xc6"))))
7569 (properties `((upstream-name . "DNABarcodes")))
7570 (build-system r-build-system)
7571 (propagated-inputs
7572 (list r-bh r-matrix r-rcpp))
7573 (native-inputs
7574 (list r-knitr))
7575 (home-page "https://bioconductor.org/packages/DNABarcodes")
7576 (synopsis "Create and analyze DNA barcodes")
7577 (description
7578 "This package offers tools to create DNA barcode sets capable of
7579 correcting insertion, deletion, and substitution errors. Existing barcodes
7580 can be analyzed regarding their minimal, maximal and average distances between
7581 barcodes. Finally, reads that start with a (possibly mutated) barcode can be
7582 demultiplexed, i.e. assigned to their original reference barcode.")
7583 (license license:gpl2)))
7584
7585 (define-public r-ruvseq
7586 (package
7587 (name "r-ruvseq")
7588 (version "1.30.0")
7589 (source
7590 (origin
7591 (method url-fetch)
7592 (uri (bioconductor-uri "RUVSeq" version))
7593 (sha256
7594 (base32
7595 "001h07b074hvj16bjdp9llb9psphw7r6kpwhq61bj4519y6lpg7x"))))
7596 (properties `((upstream-name . "RUVSeq")))
7597 (build-system r-build-system)
7598 (propagated-inputs
7599 (list r-biobase r-edaseq r-edger r-mass))
7600 (native-inputs
7601 (list r-knitr))
7602 (home-page "https://github.com/drisso/RUVSeq")
7603 (synopsis "Remove unwanted variation from RNA-Seq data")
7604 (description
7605 "This package implements methods to @dfn{remove unwanted variation} (RUV)
7606 of Risso et al. (2014) for the normalization of RNA-Seq read counts between
7607 samples.")
7608 (license license:artistic2.0)))
7609
7610 (define-public r-biocneighbors
7611 (package
7612 (name "r-biocneighbors")
7613 (version "1.14.0")
7614 (source
7615 (origin
7616 (method url-fetch)
7617 (uri (bioconductor-uri "BiocNeighbors" version))
7618 (sha256
7619 (base32
7620 "1a43hzmcpxviqa9723hkafr6gm358amfpqj9d56imclkkfkdz95x"))))
7621 (properties `((upstream-name . "BiocNeighbors")))
7622 (build-system r-build-system)
7623 (propagated-inputs
7624 (list r-biocparallel r-matrix r-rcpp r-rcpphnsw r-s4vectors))
7625 (native-inputs
7626 (list r-knitr))
7627 (home-page "https://bioconductor.org/packages/BiocNeighbors")
7628 (synopsis "Nearest Neighbor Detection for Bioconductor packages")
7629 (description
7630 "This package implements exact and approximate methods for nearest
7631 neighbor detection, in a framework that allows them to be easily switched
7632 within Bioconductor packages or workflows. The exact algorithm is implemented
7633 using pre-clustering with the k-means algorithm. Functions are also provided
7634 to search for all neighbors within a given distance. Parallelization is
7635 achieved for all methods using the BiocParallel framework.")
7636 (license license:gpl3)))
7637
7638 (define-public r-scaledmatrix
7639 (package
7640 (name "r-scaledmatrix")
7641 (version "1.4.0")
7642 (source
7643 (origin
7644 (method url-fetch)
7645 (uri (bioconductor-uri "ScaledMatrix" version))
7646 (sha256
7647 (base32
7648 "0p6065mbn77hphpjfchz3r3raspl127f11n39mwh9bih4zg375cl"))))
7649 (properties `((upstream-name . "ScaledMatrix")))
7650 (build-system r-build-system)
7651 (propagated-inputs
7652 (list r-delayedarray r-matrix r-s4vectors))
7653 (native-inputs (list r-knitr))
7654 (home-page "https://github.com/LTLA/ScaledMatrix")
7655 (synopsis "Create a DelayedMatrix of scaled and centered values")
7656 (description
7657 "This package provides delayed computation of a matrix of scaled and
7658 centered values. The result is equivalent to using the @code{scale} function
7659 but avoids explicit realization of a dense matrix during block processing.
7660 This permits greater efficiency in common operations, most notably matrix
7661 multiplication.")
7662 (license license:gpl3)))
7663
7664 (define-public r-treeio
7665 (package
7666 (name "r-treeio")
7667 (version "1.20.0")
7668 (source
7669 (origin
7670 (method url-fetch)
7671 (uri (bioconductor-uri "treeio" version))
7672 (sha256
7673 (base32
7674 "1hc5m0b2qqxrh3z0inny2jizrpn9d4yn9pn3k1h18xb4ggyijyla"))))
7675 (properties `((upstream-name . "treeio")))
7676 (build-system r-build-system)
7677 (propagated-inputs
7678 (list r-ape
7679 r-dplyr
7680 r-jsonlite
7681 r-magrittr
7682 r-rlang
7683 r-tibble
7684 r-tidytree))
7685 (native-inputs (list r-knitr))
7686 (home-page "https://github.com/YuLab-SMU/treeio")
7687 (synopsis "Base classes and functions for Phylogenetic tree input and output")
7688 (description
7689 "This is an R package to make it easier to import and store phylogenetic
7690 trees with associated data; and to link external data from different sources
7691 to phylogeny. It also supports exporting phylogenetic trees with
7692 heterogeneous associated data to a single tree file and can be served as a
7693 platform for merging tree with associated data and converting file formats.")
7694 (license license:artistic2.0)))
7695
7696 (define-public r-ggtree
7697 (package
7698 (name "r-ggtree")
7699 (version "3.4.0")
7700 (source
7701 (origin
7702 (method url-fetch)
7703 (uri (bioconductor-uri "ggtree" version))
7704 (sha256
7705 (base32
7706 "033r748npv0l72yb9sk6lqnj0l7cd36ykf788145qv8ck5i2gyk4"))))
7707 (properties `((upstream-name . "ggtree")))
7708 (build-system r-build-system)
7709 (propagated-inputs
7710 (list r-ape
7711 r-aplot
7712 r-dplyr
7713 r-ggfun
7714 r-ggplot2
7715 r-magrittr
7716 r-purrr
7717 r-rlang
7718 r-scales
7719 r-tidyr
7720 r-tidytree
7721 r-treeio
7722 r-yulab-utils))
7723 (native-inputs (list r-knitr))
7724 (home-page "https://yulab-smu.top/treedata-book/")
7725 (synopsis "R package for visualization of trees and annotation data")
7726 (description
7727 "This package extends the ggplot2 plotting system which implements a
7728 grammar of graphics. ggtree is designed for visualization and annotation of
7729 phylogenetic trees and other tree-like structures with their annotation
7730 data.")
7731 (license license:artistic2.0)))
7732
7733 (define-public r-metapod
7734 (package
7735 (name "r-metapod")
7736 (version "1.4.0")
7737 (source
7738 (origin
7739 (method url-fetch)
7740 (uri (bioconductor-uri "metapod" version))
7741 (sha256
7742 (base32
7743 "19g9c08alg4qqr710si465wlb5dy759m5d8wn91zwj24077dds7b"))))
7744 (properties `((upstream-name . "metapod")))
7745 (build-system r-build-system)
7746 (propagated-inputs
7747 (list r-rcpp))
7748 (native-inputs
7749 (list r-knitr))
7750 (home-page "https://bioconductor.org/packages/metapod")
7751 (synopsis "Meta-analyses on p-values of differential analyses")
7752 (description
7753 "This package implements a variety of methods for combining p-values in
7754 differential analyses of genome-scale datasets. Functions can combine
7755 p-values across different tests in the same analysis (e.g., genomic windows in
7756 ChIP-seq, exons in RNA-seq) or for corresponding tests across separate
7757 analyses (e.g., replicated comparisons, effect of different treatment
7758 conditions). Support is provided for handling log-transformed input p-values,
7759 missing values and weighting where appropriate.")
7760 (license license:gpl3)))
7761
7762 (define-public r-biocsingular
7763 (package
7764 (name "r-biocsingular")
7765 (version "1.12.0")
7766 (source
7767 (origin
7768 (method url-fetch)
7769 (uri (bioconductor-uri "BiocSingular" version))
7770 (sha256
7771 (base32
7772 "1sraycnn0jahpi8kni1y8ik00ga89fvwqjmbr8388968q22mvm3x"))))
7773 (properties `((upstream-name . "BiocSingular")))
7774 (build-system r-build-system)
7775 (propagated-inputs
7776 (list r-beachmat
7777 r-biocgenerics
7778 r-biocparallel
7779 r-delayedarray
7780 r-irlba
7781 r-matrix
7782 r-rcpp
7783 r-rsvd
7784 r-s4vectors
7785 r-scaledmatrix))
7786 (native-inputs
7787 (list r-knitr))
7788 (home-page "https://github.com/LTLA/BiocSingular")
7789 (synopsis "Singular value decomposition for Bioconductor packages")
7790 (description
7791 "This package implements exact and approximate methods for singular value
7792 decomposition and principal components analysis, in a framework that allows
7793 them to be easily switched within Bioconductor packages or workflows. Where
7794 possible, parallelization is achieved using the BiocParallel framework.")
7795 (license license:gpl3)))
7796
7797 (define-public r-destiny
7798 (package
7799 (name "r-destiny")
7800 (version "3.10.0")
7801 (source
7802 (origin
7803 (method url-fetch)
7804 (uri (bioconductor-uri "destiny" version))
7805 (sha256
7806 (base32
7807 "1c85ky5ggdsi0ab1l4ipl85gc1kj1zv3wp08qrvslax3z0yw0ljy"))))
7808 (build-system r-build-system)
7809 (propagated-inputs
7810 (list r-biobase
7811 r-biocgenerics
7812 r-ggplot-multistats
7813 r-ggplot2
7814 r-ggthemes
7815 r-irlba
7816 r-knn-covertree
7817 r-matrix
7818 r-pcamethods
7819 r-proxy
7820 r-rcpp
7821 r-rcppeigen
7822 r-rcpphnsw
7823 r-rspectra
7824 r-scales
7825 r-scatterplot3d
7826 r-singlecellexperiment
7827 r-smoother
7828 r-summarizedexperiment
7829 r-tidyr
7830 r-tidyselect
7831 r-vim))
7832 (native-inputs
7833 (list r-knitr r-nbconvertr)) ; for vignettes
7834 (home-page "https://bioconductor.org/packages/destiny/")
7835 (synopsis "Create and plot diffusion maps")
7836 (description "This package provides tools to create and plot diffusion
7837 maps.")
7838 ;; Any version of the GPL
7839 (license license:gpl3+)))
7840
7841 (define-public r-savr
7842 (package
7843 (name "r-savr")
7844 (version "1.34.0")
7845 (source
7846 (origin
7847 (method url-fetch)
7848 (uri (bioconductor-uri "savR" version))
7849 (sha256
7850 (base32
7851 "04zlf3lyr6vnpj80m6fd2is2f7302sxwih8nzzjnc4ss972jid2k"))))
7852 (properties `((upstream-name . "savR")))
7853 (build-system r-build-system)
7854 (propagated-inputs
7855 (list r-ggplot2 r-gridextra r-reshape2 r-scales r-xml))
7856 (home-page "https://github.com/bcalder/savR")
7857 (synopsis "Parse and analyze Illumina SAV files")
7858 (description
7859 "This package provides tools to parse Illumina Sequence Analysis
7860 Viewer (SAV) files, access data, and generate QC plots.")
7861 (license license:agpl3+)))
7862
7863 (define-public r-chipexoqual
7864 (package
7865 (name "r-chipexoqual")
7866 (version "1.20.0")
7867 (source
7868 (origin
7869 (method url-fetch)
7870 (uri (bioconductor-uri "ChIPexoQual" version))
7871 (sha256
7872 (base32
7873 "1r4s8awvwwj1g33jpnzfxji23mfy0chkhi14i0ml5sh090xijpaz"))))
7874 (properties `((upstream-name . "ChIPexoQual")))
7875 (build-system r-build-system)
7876 (propagated-inputs
7877 (list r-biocparallel
7878 r-biovizbase
7879 r-broom
7880 r-data-table
7881 r-dplyr
7882 r-genomeinfodb
7883 r-genomicalignments
7884 r-genomicranges
7885 r-ggplot2
7886 r-hexbin
7887 r-iranges
7888 r-rcolorbrewer
7889 r-rmarkdown
7890 r-rsamtools
7891 r-s4vectors
7892 r-scales
7893 r-viridis))
7894 (native-inputs
7895 (list r-knitr))
7896 (home-page "https://github.com/keleslab/ChIPexoQual")
7897 (synopsis "Quality control pipeline for ChIP-exo/nexus data")
7898 (description
7899 "This package provides a quality control pipeline for ChIP-exo/nexus
7900 sequencing data.")
7901 (license license:gpl2+)))
7902
7903 (define-public r-copynumber
7904 (package
7905 (name "r-copynumber")
7906 (version "1.36.0")
7907 (source (origin
7908 (method url-fetch)
7909 (uri (bioconductor-uri "copynumber" version))
7910 (sha256
7911 (base32
7912 "1gr8q9ri49x8qlmbsi6k6wcak1w9v48wr1qy7axc86brzx6z6mhd"))))
7913 (build-system r-build-system)
7914 (propagated-inputs
7915 (list r-s4vectors r-iranges r-genomicranges r-biocgenerics))
7916 (home-page "https://bioconductor.org/packages/copynumber")
7917 (synopsis "Segmentation of single- and multi-track copy number data")
7918 (description
7919 "This package segments single- and multi-track copy number data by a
7920 penalized least squares regression method.")
7921 (license license:artistic2.0)))
7922
7923 (define-public r-dnacopy
7924 (package
7925 (name "r-dnacopy")
7926 (version "1.70.0")
7927 (source
7928 (origin
7929 (method url-fetch)
7930 (uri (bioconductor-uri "DNAcopy" version))
7931 (sha256
7932 (base32
7933 "10bh4p8nbl84rfngsm3bi9w542m159kff95f8c2hvjcxv5yw7iwc"))))
7934 (properties `((upstream-name . "DNAcopy")))
7935 (build-system r-build-system)
7936 (native-inputs (list gfortran))
7937 (home-page "https://bioconductor.org/packages/DNAcopy")
7938 (synopsis "DNA copy number data analysis")
7939 (description
7940 "This package implements the @dfn{circular binary segmentation} (CBS)
7941 algorithm to segment DNA copy number data and identify genomic regions with
7942 abnormal copy number.")
7943 (license license:gpl2+)))
7944
7945 ;; This is a CRAN package, but it uncharacteristically depends on a
7946 ;; Bioconductor package.
7947 (define-public r-htscluster
7948 (package
7949 (name "r-htscluster")
7950 (version "2.0.8")
7951 (source
7952 (origin
7953 (method url-fetch)
7954 (uri (cran-uri "HTSCluster" version))
7955 (sha256
7956 (base32
7957 "0wnbfh6hdx8692jilgmv8sys1zm6fqc6mim7vvjhyqlmpm8gm0kg"))))
7958 (properties `((upstream-name . "HTSCluster")))
7959 (build-system r-build-system)
7960 (propagated-inputs
7961 (list r-capushe r-edger r-plotrix))
7962 (home-page "https://cran.r-project.org/web/packages/HTSCluster")
7963 (synopsis "Clustering high-throughput transcriptome sequencing (HTS) data")
7964 (description
7965 "This package provides a Poisson mixture model is implemented to cluster
7966 genes from high-throughput transcriptome sequencing (RNA-seq) data. Parameter
7967 estimation is performed using either the EM or CEM algorithm, and the slope
7968 heuristics are used for model selection (i.e., to choose the number of
7969 clusters).")
7970 (license license:gpl3+)))
7971
7972 (define-public r-deds
7973 (package
7974 (name "r-deds")
7975 (version "1.60.0")
7976 (source
7977 (origin
7978 (method url-fetch)
7979 (uri (bioconductor-uri "DEDS" version))
7980 (sha256
7981 (base32
7982 "0vzsmah2lhxf8k6n4d0i4j609sbvygmb6ii2ridg9z3nskwkrhp8"))))
7983 (properties `((upstream-name . "DEDS")))
7984 (build-system r-build-system)
7985 (home-page "https://bioconductor.org/packages/DEDS/")
7986 (synopsis "Differential expression via distance summary for microarray data")
7987 (description
7988 "This library contains functions that calculate various statistics of
7989 differential expression for microarray data, including t statistics, fold
7990 change, F statistics, SAM, moderated t and F statistics and B statistics. It
7991 also implements a new methodology called DEDS (Differential Expression via
7992 Distance Summary), which selects differentially expressed genes by integrating
7993 and summarizing a set of statistics using a weighted distance approach.")
7994 ;; Any version of the LGPL.
7995 (license license:lgpl3+)))
7996
7997 ;; This is a CRAN package, but since it depends on a Bioconductor package we
7998 ;; put it here.
7999 (define-public r-nbpseq
8000 (package
8001 (name "r-nbpseq")
8002 (version "0.3.1")
8003 (source
8004 (origin
8005 (method url-fetch)
8006 (uri (cran-uri "NBPSeq" version))
8007 (sha256
8008 (base32
8009 "07mnnk4n0cyksp1mw36y6369is62kxsfg3wb8d3dwswycdmj8m14"))))
8010 (properties `((upstream-name . "NBPSeq")))
8011 (build-system r-build-system)
8012 (propagated-inputs
8013 (list r-qvalue))
8014 (home-page "https://cran.r-project.org/web/packages/NBPSeq")
8015 (synopsis "Negative binomial models for RNA-Seq data")
8016 (description
8017 "This package provides negative binomial models for two-group comparisons
8018 and regression inferences from RNA-sequencing data.")
8019 (license license:gpl2)))
8020
8021 (define-public r-ebseq
8022 (package
8023 (name "r-ebseq")
8024 (version "1.36.0")
8025 (source
8026 (origin
8027 (method url-fetch)
8028 (uri (bioconductor-uri "EBSeq" version))
8029 (sha256
8030 (base32
8031 "192xl9fwsh04w563yk33mfl303d1kqby2ssbqkckqsdr4jb7d57y"))))
8032 (properties `((upstream-name . "EBSeq")))
8033 (build-system r-build-system)
8034 (propagated-inputs
8035 (list r-blockmodeling r-gplots r-testthat))
8036 (home-page "https://bioconductor.org/packages/EBSeq")
8037 (synopsis "Differential expression analysis of RNA-seq data")
8038 (description
8039 "This package provides tools for differential expression analysis at both
8040 gene and isoform level using RNA-seq data")
8041 (license license:artistic2.0)))
8042
8043 (define-public r-karyoploter
8044 (package
8045 (name "r-karyoploter")
8046 (version "1.22.0")
8047 (source (origin
8048 (method url-fetch)
8049 (uri (bioconductor-uri "karyoploteR" version))
8050 (sha256
8051 (base32
8052 "0hawq9wi3ikvlcdgnjfy5fiiwfq22zwx1p8xf5h4bpypp96pknsk"))))
8053 (build-system r-build-system)
8054 (propagated-inputs
8055 (list r-annotationdbi
8056 r-bamsignals
8057 r-bezier
8058 r-biovizbase
8059 r-digest
8060 r-genomeinfodb
8061 r-genomicfeatures
8062 r-genomicranges
8063 r-iranges
8064 r-memoise
8065 r-regioner
8066 r-rsamtools
8067 r-rtracklayer
8068 r-s4vectors
8069 r-variantannotation))
8070 (native-inputs
8071 (list r-knitr))
8072 (home-page "https://bioconductor.org/packages/karyoploteR/")
8073 (synopsis "Plot customizable linear genomes displaying arbitrary data")
8074 (description "This package creates karyotype plots of arbitrary genomes and
8075 offers a complete set of functions to plot arbitrary data on them. It mimics
8076 many R base graphics functions coupling them with a coordinate change function
8077 automatically mapping the chromosome and data coordinates into the plot
8078 coordinates.")
8079 (license license:artistic2.0)))
8080
8081 (define-public r-lpsymphony
8082 (package
8083 (name "r-lpsymphony")
8084 (version "1.24.0")
8085 (source
8086 (origin
8087 (method url-fetch)
8088 (uri (bioconductor-uri "lpsymphony" version))
8089 (sha256
8090 (base32
8091 "0kc708ss5byzw8qh439mb4nq6hsfmz73gfamiznw3lv352brd33g"))))
8092 (build-system r-build-system)
8093 (arguments
8094 (list
8095 #:phases
8096 '(modify-phases %standard-phases
8097 (add-after 'unpack 'make-build-order-reproducible
8098 (lambda _
8099 (substitute* '("src/SYMPHONY/Cgl/configure.ac"
8100 "src/SYMPHONY/Cgl/configure")
8101 (("for file in `ls \\*/Makefile.in`")
8102 "for file in `ls */Makefile.in | sort`")))))))
8103 (inputs
8104 (list zlib))
8105 (native-inputs
8106 (list pkg-config r-knitr))
8107 (home-page "https://r-forge.r-project.org/projects/rsymphony")
8108 (synopsis "Symphony integer linear programming solver in R")
8109 (description
8110 "This package was derived from Rsymphony. The package provides an R
8111 interface to SYMPHONY, a linear programming solver written in C++. The main
8112 difference between this package and Rsymphony is that it includes the solver
8113 source code, while Rsymphony expects to find header and library files on the
8114 users' system. Thus the intention of @code{lpsymphony} is to provide an easy
8115 to install interface to SYMPHONY.")
8116 ;; Symphony 5.4 or later is distributed under the terms of the EPL 1.0.
8117 ;; lpsimphony is released under the same terms.
8118 (license license:epl1.0)))
8119
8120 (define-public r-ihw
8121 (package
8122 (name "r-ihw")
8123 (version "1.24.0")
8124 (source
8125 (origin
8126 (method url-fetch)
8127 (uri (bioconductor-uri "IHW" version))
8128 (sha256
8129 (base32
8130 "1gsfy75dz7xh16z844llcmjnp0a0ridszmrbbv2bdaa43na5msmf"))))
8131 (properties `((upstream-name . "IHW")))
8132 (build-system r-build-system)
8133 (propagated-inputs
8134 (list r-biocgenerics r-fdrtool r-lpsymphony r-slam))
8135 (native-inputs
8136 (list r-knitr))
8137 (home-page "https://bioconductor.org/packages/IHW")
8138 (synopsis "Independent hypothesis weighting")
8139 (description
8140 "@dfn{Independent hypothesis weighting} (IHW) is a multiple testing
8141 procedure that increases power compared to the method of Benjamini and
8142 Hochberg by assigning data-driven weights to each hypothesis. The input to
8143 IHW is a two-column table of p-values and covariates. The covariate can be
8144 any continuous-valued or categorical variable that is thought to be
8145 informative on the statistical properties of each hypothesis test, while it is
8146 independent of the p-value under the null hypothesis.")
8147 (license license:artistic2.0)))
8148
8149 (define-public r-icobra
8150 (package
8151 (name "r-icobra")
8152 (version "1.24.1")
8153 (source
8154 (origin
8155 (method url-fetch)
8156 (uri (bioconductor-uri "iCOBRA" version))
8157 (sha256
8158 (base32
8159 "1gvra5bgsf6lvs4f2md3xx7xxsx4j8079c2nr8vz9lvy2sfyl6s9"))))
8160 (properties `((upstream-name . "iCOBRA")))
8161 (build-system r-build-system)
8162 (propagated-inputs
8163 (list r-dplyr
8164 r-dt
8165 r-ggplot2
8166 r-limma
8167 r-markdown
8168 r-reshape2
8169 r-rocr
8170 r-scales
8171 r-shiny
8172 r-shinybs
8173 r-shinydashboard
8174 r-upsetr))
8175 (native-inputs
8176 (list r-knitr))
8177 (home-page "https://bioconductor.org/packages/iCOBRA")
8178 (synopsis "Comparison and visualization of ranking and assignment methods")
8179 (description
8180 "This package provides functions for calculation and visualization of
8181 performance metrics for evaluation of ranking and binary
8182 classification (assignment) methods. It also contains a Shiny application for
8183 interactive exploration of results.")
8184 (license license:gpl2+)))
8185
8186 (define-public r-residualmatrix
8187 (package
8188 (name "r-residualmatrix")
8189 (version "1.6.0")
8190 (source
8191 (origin
8192 (method url-fetch)
8193 (uri (bioconductor-uri "ResidualMatrix" version))
8194 (sha256
8195 (base32
8196 "1pjr3gva0jwj2pgqr4k4nl1ir1153hhrk1d400r30w0di472hns4"))))
8197 (properties
8198 `((upstream-name . "ResidualMatrix")))
8199 (build-system r-build-system)
8200 (propagated-inputs
8201 (list r-delayedarray r-matrix r-s4vectors))
8202 (native-inputs
8203 (list r-knitr))
8204 (home-page "https://github.com/LTLA/ResidualMatrix")
8205 (synopsis "Create a DelayedMatrix of regression residuals")
8206 (description
8207 "This package implements tools for delayed computation of a matrix of
8208 residuals after fitting a linear model to each column of an input matrix. It
8209 also supports partial computation of residuals where selected factors are to
8210 be preserved in the output matrix. It implements a number of efficient
8211 methods for operating on the delayed matrix of residuals, most notably matrix
8212 multiplication and calculation of row/column sums or means.")
8213 (license license:gpl3)))
8214
8215 (define-public r-batchelor
8216 (package
8217 (name "r-batchelor")
8218 (version "1.12.3")
8219 (source
8220 (origin
8221 (method url-fetch)
8222 (uri (bioconductor-uri "batchelor" version))
8223 (sha256
8224 (base32
8225 "00ix3hvhgalxg63qnynv2waa273jk336lg47k72qwxfzimsxfjxc"))))
8226 (properties `((upstream-name . "batchelor")))
8227 (build-system r-build-system)
8228 (propagated-inputs
8229 (list r-beachmat
8230 r-biocgenerics
8231 r-biocneighbors
8232 r-biocparallel
8233 r-biocsingular
8234 r-delayedarray
8235 r-delayedmatrixstats
8236 r-igraph
8237 r-matrix
8238 r-rcpp
8239 r-residualmatrix
8240 r-s4vectors
8241 r-scaledmatrix
8242 r-scuttle
8243 r-singlecellexperiment
8244 r-summarizedexperiment))
8245 (native-inputs (list r-knitr))
8246 (home-page "https://bioconductor.org/packages/batchelor")
8247 (synopsis "Single-Cell Batch Correction Methods")
8248 (description
8249 "This package implements a variety of methods for batch correction of
8250 single-cell (RNA sequencing) data. This includes methods based on detecting
8251 mutually nearest neighbors, as well as several efficient variants of linear
8252 regression of the log-expression values. Functions are also provided to
8253 perform global rescaling to remove differences in depth between batches, and
8254 to perform a principal components analysis that is robust to differences in
8255 the numbers of cells across batches.")
8256 (license license:gpl3)))
8257
8258 (define-public r-mast
8259 (package
8260 (name "r-mast")
8261 (version "1.22.0")
8262 (source
8263 (origin
8264 (method url-fetch)
8265 (uri (bioconductor-uri "MAST" version))
8266 (sha256
8267 (base32
8268 "1kmrqxcfzzcs8l33n9qn0vahc6wxq6ks3cjx95vg96maf2qzhzzi"))))
8269 (properties `((upstream-name . "MAST")))
8270 (build-system r-build-system)
8271 (propagated-inputs
8272 (list r-abind
8273 r-biobase
8274 r-biocgenerics
8275 r-data-table
8276 r-ggplot2
8277 r-plyr
8278 r-progress
8279 r-reshape2
8280 r-s4vectors
8281 r-singlecellexperiment
8282 r-stringr
8283 r-summarizedexperiment))
8284 (native-inputs
8285 (list r-knitr))
8286 (home-page "https://github.com/RGLab/MAST/")
8287 (synopsis "Model-based analysis of single cell transcriptomics")
8288 (description
8289 "This package provides methods and models for handling zero-inflated
8290 single cell assay data.")
8291 (license license:gpl2+)))
8292
8293 (define-public r-monocle
8294 (package
8295 (name "r-monocle")
8296 (version "2.24.1")
8297 (source
8298 (origin
8299 (method url-fetch)
8300 (uri (bioconductor-uri "monocle" version))
8301 (sha256
8302 (base32
8303 "11g1wx0f1yzhg3x1aa3d5l7pqlzxj16s0gha21skxkgld8k2x8xn"))))
8304 (build-system r-build-system)
8305 (propagated-inputs
8306 (list r-biobase
8307 r-biocgenerics
8308 r-biocviews
8309 r-cluster
8310 r-combinat
8311 r-ddrtree
8312 r-dplyr
8313 r-fastica
8314 r-ggplot2
8315 r-hsmmsinglecell
8316 r-igraph
8317 r-irlba
8318 r-leidenbase
8319 r-limma
8320 r-mass
8321 r-matrix
8322 r-matrixstats
8323 r-pheatmap
8324 r-plyr
8325 r-proxy
8326 r-qlcmatrix
8327 r-rann
8328 r-rcpp
8329 r-reshape2
8330 r-rtsne
8331 r-slam
8332 r-stringr
8333 r-tibble
8334 r-vgam
8335 r-viridis))
8336 (native-inputs
8337 (list r-knitr))
8338 (home-page "https://bioconductor.org/packages/monocle")
8339 (synopsis "Clustering, differential expression, and trajectory analysis for single-cell RNA-Seq")
8340 (description
8341 "Monocle performs differential expression and time-series analysis for
8342 single-cell expression experiments. It orders individual cells according to
8343 progress through a biological process, without knowing ahead of time which
8344 genes define progress through that process. Monocle also performs
8345 differential expression analysis, clustering, visualization, and other useful
8346 tasks on single cell expression data. It is designed to work with RNA-Seq and
8347 qPCR data, but could be used with other types as well.")
8348 (license license:artistic2.0)))
8349
8350 (define-public r-leidenbase
8351 (let ((commit "a11b8455fa3307d9e3ac4e3a5accddf3c83b9a96")
8352 (revision "1"))
8353 (package
8354 (name "r-leidenbase")
8355 (version (git-version "0.1.9" revision commit))
8356 (source
8357 (origin
8358 (method git-fetch)
8359 (uri (git-reference
8360 (url "https://github.com/cole-trapnell-lab/leidenbase")
8361 (commit commit)))
8362 (file-name (git-file-name name version))
8363 (sha256
8364 (base32
8365 "1f54mycsffvzmblz5pzgs3v4jygnbvz0c9d3x710gw5mxkq2p84f"))))
8366 (properties `((upstream-name . "leidenbase")))
8367 (build-system r-build-system)
8368 (inputs
8369 (list zlib))
8370 (native-inputs
8371 (list gfortran))
8372 (propagated-inputs
8373 (list r-igraph))
8374 (home-page "https://github.com/cole-trapnell-lab/leidenbase")
8375 (synopsis "R and C wrappers to run the Leiden find_partition function")
8376 (description
8377 "This package provides an R to C interface that runs the Leiden
8378 community detection algorithm to find a basic partition. It runs the
8379 equivalent of the @code{find_partition} function. This package includes the
8380 required source code files from the official Leidenalg distribution and
8381 several functions from the R igraph package.")
8382 (license license:gpl3+))))
8383
8384 (define-public r-sanssouci
8385 ;; sansscouci doesn't have a (versioned) release yet.
8386 ;; This is the latest commit as of packaging for Guix.
8387 (let ((commit "5fe20a9aaf4ac637fa83d9cc73ff1c22de97ca6f")
8388 (revision "1"))
8389 (package
8390 (name "r-sanssouci")
8391 (version (git-version "0" revision commit))
8392 (source (origin
8393 (method git-fetch)
8394 (uri (git-reference
8395 (url "https://github.com/pneuvial/sanssouci.git")
8396 (commit commit)))
8397 (file-name (git-file-name name version))
8398 (sha256
8399 (base32
8400 "13ycdd790qw64qy2zdvcrpj3fc8as628rsly32438d3rifnlc5sk"))))
8401 (build-system r-build-system)
8402 (propagated-inputs
8403 (list r-generics r-matrix r-matrixstats r-rcpp r-rcpparmadillo))
8404 (home-page "https://pneuvial.github.io/sanssouci")
8405 (synopsis "Post Hoc multiple testing inference")
8406 (description
8407 "The goal of sansSouci is to perform post hoc inference: in a multiple
8408 testing context, sansSouci provides statistical guarantees on possibly
8409 user-defined and/or data-driven sets of hypotheses.")
8410 (license license:gpl3))))
8411
8412 (define-public r-monocle3
8413 (package
8414 (name "r-monocle3")
8415 (version "1.0.0")
8416 (source
8417 (origin
8418 (method git-fetch)
8419 (uri (git-reference
8420 (url "https://github.com/cole-trapnell-lab/monocle3")
8421 (commit version)))
8422 (file-name (git-file-name name version))
8423 (sha256
8424 (base32
8425 "16vpvlbms8fdvpfwzcig0rkg2mxnsq1h80d2l7q3953wm91qc9x4"))))
8426 (build-system r-build-system)
8427 (propagated-inputs
8428 (list r-assertthat
8429 r-batchelor
8430 r-biobase
8431 r-biocgenerics
8432 r-delayedmatrixstats
8433 r-dplyr
8434 r-ggplot2
8435 r-ggrepel
8436 r-grr
8437 r-htmlwidgets
8438 r-igraph
8439 r-irlba
8440 r-leidenbase
8441 r-limma
8442 r-lmtest
8443 r-mass
8444 r-matrix
8445 r-matrix-utils
8446 r-pbapply
8447 r-pbmcapply
8448 r-pheatmap
8449 r-plotly
8450 r-pryr
8451 r-proxy
8452 r-pscl
8453 r-purrr
8454 r-rann
8455 r-rcpp
8456 r-rcppparallel
8457 r-reshape2
8458 r-reticulate
8459 r-rhpcblasctl
8460 r-rsample
8461 r-rtsne
8462 r-shiny
8463 r-slam
8464 r-spdep
8465 r-speedglm
8466 r-stringr
8467 r-singlecellexperiment
8468 r-tibble
8469 r-tidyr
8470 r-uwot
8471 r-viridis))
8472 (home-page "https://github.com/cole-trapnell-lab/monocle3")
8473 (synopsis "Analysis toolkit for single-cell RNA-Seq data")
8474 (description
8475 "Monocle 3 is an analysis toolkit for single-cell RNA-Seq experiments.")
8476 (license license:expat)))
8477
8478 (define-public r-noiseq
8479 (package
8480 (name "r-noiseq")
8481 (version "2.40.0")
8482 (source
8483 (origin
8484 (method url-fetch)
8485 (uri (bioconductor-uri "NOISeq" version))
8486 (sha256
8487 (base32
8488 "0ah6adlhv4254jkssinn2ik8n811hd1nw85bnzqk2kwhl49nrk27"))))
8489 (properties `((upstream-name . "NOISeq")))
8490 (build-system r-build-system)
8491 (propagated-inputs
8492 (list r-biobase r-matrix))
8493 (home-page "https://bioconductor.org/packages/NOISeq")
8494 (synopsis "Exploratory analysis and differential expression for RNA-seq data")
8495 (description
8496 "This package provides tools to support the analysis of RNA-seq
8497 expression data or other similar kind of data. It provides exploratory plots
8498 to evaluate saturation, count distribution, expression per chromosome, type of
8499 detected features, features length, etc. It also supports the analysis of
8500 differential expression between two experimental conditions with no parametric
8501 assumptions.")
8502 (license license:artistic2.0)))
8503
8504 (define-public r-scdd
8505 (package
8506 (name "r-scdd")
8507 (version "1.20.0")
8508 (source
8509 (origin
8510 (method url-fetch)
8511 (uri (bioconductor-uri "scDD" version))
8512 (sha256
8513 (base32
8514 "0bjww338z5qf2g97kbh85h9kpagjr59ff9f4alm33h16xz5mb7k0"))))
8515 (properties `((upstream-name . "scDD")))
8516 (build-system r-build-system)
8517 (propagated-inputs
8518 (list r-arm
8519 r-biocparallel
8520 r-ebseq
8521 r-fields
8522 r-ggplot2
8523 r-mclust
8524 r-outliers
8525 r-s4vectors
8526 r-scran
8527 r-singlecellexperiment
8528 r-summarizedexperiment))
8529 (native-inputs
8530 (list r-knitr))
8531 (home-page "https://github.com/kdkorthauer/scDD")
8532 (synopsis "Mixture modeling of single-cell RNA-seq data")
8533 (description
8534 "This package implements a method to analyze single-cell RNA-seq data
8535 utilizing flexible Dirichlet Process mixture models. Genes with differential
8536 distributions of expression are classified into several interesting patterns
8537 of differences between two conditions. The package also includes functions
8538 for simulating data with these patterns from negative binomial
8539 distributions.")
8540 (license license:gpl2)))
8541
8542 (define-public r-scone
8543 (package
8544 (name "r-scone")
8545 (version "1.20.0")
8546 (source
8547 (origin
8548 (method url-fetch)
8549 (uri (bioconductor-uri "scone" version))
8550 (sha256
8551 (base32
8552 "05id34n6min03ha1chg5mrvx399qm2mby9kxkaz5w8fbidp97851"))))
8553 (build-system r-build-system)
8554 (propagated-inputs
8555 (list r-aroma-light
8556 r-biocparallel
8557 r-boot
8558 r-class
8559 r-cluster
8560 r-compositions
8561 r-diptest
8562 r-edger
8563 r-fpc
8564 r-gplots
8565 r-hexbin
8566 r-limma
8567 r-matrixgenerics
8568 r-matrixstats
8569 r-mixtools
8570 r-rarpack
8571 r-rcolorbrewer
8572 r-rhdf5
8573 r-ruvseq
8574 r-singlecellexperiment
8575 r-summarizedexperiment))
8576 (native-inputs
8577 (list r-knitr))
8578 (home-page "https://bioconductor.org/packages/scone")
8579 (synopsis "Single cell overview of normalized expression data")
8580 (description
8581 "SCONE is an R package for comparing and ranking the performance of
8582 different normalization schemes for single-cell RNA-seq and other
8583 high-throughput analyses.")
8584 (license license:artistic2.0)))
8585
8586 (define-public r-geoquery
8587 (package
8588 (name "r-geoquery")
8589 (version "2.64.2")
8590 (source
8591 (origin
8592 (method url-fetch)
8593 (uri (bioconductor-uri "GEOquery" version))
8594 (sha256
8595 (base32
8596 "1cvkvq2haz831qi8w0gd3ayvxfxsl0z5klhki4gkfi9xqdv1gi9x"))))
8597 (properties `((upstream-name . "GEOquery")))
8598 (build-system r-build-system)
8599 (propagated-inputs
8600 (list r-biobase
8601 r-curl
8602 r-data-table
8603 r-dplyr
8604 r-limma
8605 r-magrittr
8606 r-r-utils
8607 r-readr
8608 r-tidyr
8609 r-xml2))
8610 (native-inputs
8611 (list r-knitr))
8612 (home-page "https://github.com/seandavi/GEOquery/")
8613 (synopsis "Get data from NCBI Gene Expression Omnibus (GEO)")
8614 (description
8615 "The NCBI Gene Expression Omnibus (GEO) is a public repository of
8616 microarray data. Given the rich and varied nature of this resource, it is
8617 only natural to want to apply BioConductor tools to these data. GEOquery is
8618 the bridge between GEO and BioConductor.")
8619 (license license:gpl2)))
8620
8621 (define-public r-illuminaio
8622 (package
8623 (name "r-illuminaio")
8624 (version "0.38.0")
8625 (source
8626 (origin
8627 (method url-fetch)
8628 (uri (bioconductor-uri "illuminaio" version))
8629 (sha256
8630 (base32
8631 "1xk057a9w4ps8xi8jyw8imkjcicfmzns8g92grn4af7yiip68h62"))))
8632 (build-system r-build-system)
8633 (propagated-inputs
8634 (list r-base64))
8635 (home-page "https://github.com/HenrikBengtsson/illuminaio/")
8636 (synopsis "Parse Illumina microarray output files")
8637 (description
8638 "This package provides tools for parsing Illumina's microarray output
8639 files, including IDAT.")
8640 (license license:gpl2)))
8641
8642 (define-public r-siggenes
8643 (package
8644 (name "r-siggenes")
8645 (version "1.70.0")
8646 (source
8647 (origin
8648 (method url-fetch)
8649 (uri (bioconductor-uri "siggenes" version))
8650 (sha256
8651 (base32
8652 "0amjqm2c8p1vjzx109p7n81wbsbx8rljwn6mbkl7dpi834im9d7l"))))
8653 (build-system r-build-system)
8654 (propagated-inputs
8655 (list r-biobase r-multtest r-scrime))
8656 (home-page "https://bioconductor.org/packages/siggenes/")
8657 (synopsis
8658 "Multiple testing using SAM and Efron's empirical Bayes approaches")
8659 (description
8660 "This package provides tools for the identification of differentially
8661 expressed genes and estimation of the @dfn{False Discovery Rate} (FDR) using
8662 both the Significance Analysis of Microarrays (SAM) and the @dfn{Empirical
8663 Bayes Analyses of Microarrays} (EBAM).")
8664 (license license:lgpl2.0+)))
8665
8666 (define-public r-bumphunter
8667 (package
8668 (name "r-bumphunter")
8669 (version "1.38.0")
8670 (source
8671 (origin
8672 (method url-fetch)
8673 (uri (bioconductor-uri "bumphunter" version))
8674 (sha256
8675 (base32
8676 "0k92ps9chqsimbc7vsr8swg679zfv8nfn5zahbqq4nknhhy7hwxw"))))
8677 (build-system r-build-system)
8678 (propagated-inputs
8679 (list r-annotationdbi
8680 r-biocgenerics
8681 r-dorng
8682 r-foreach
8683 r-genomeinfodb
8684 r-genomicfeatures
8685 r-genomicranges
8686 r-iranges
8687 r-iterators
8688 r-limma
8689 r-locfit
8690 r-matrixstats
8691 r-s4vectors))
8692 (home-page "https://github.com/ririzarr/bumphunter")
8693 (synopsis "Find bumps in genomic data")
8694 (description
8695 "This package provides tools for finding bumps in genomic data in order
8696 to identify differentially methylated regions in epigenetic epidemiology
8697 studies.")
8698 (license license:artistic2.0)))
8699
8700 (define-public r-minfi
8701 (package
8702 (name "r-minfi")
8703 (version "1.42.0")
8704 (source
8705 (origin
8706 (method url-fetch)
8707 (uri (bioconductor-uri "minfi" version))
8708 (sha256
8709 (base32
8710 "0255z7w5i5k01w8wn7jkb37h3q7m7vg0szqgk76h330yydnmkrq6"))))
8711 (build-system r-build-system)
8712 (propagated-inputs
8713 (list r-beanplot
8714 r-biobase
8715 r-biocgenerics
8716 r-biocparallel
8717 r-biostrings
8718 r-bumphunter
8719 r-data-table
8720 r-delayedarray
8721 r-delayedmatrixstats
8722 r-genefilter
8723 r-genomeinfodb
8724 r-genomicranges
8725 r-geoquery
8726 r-hdf5array
8727 r-illuminaio
8728 r-iranges
8729 r-lattice
8730 r-limma
8731 r-mass
8732 r-mclust
8733 r-nlme
8734 r-nor1mix
8735 r-preprocesscore
8736 r-quadprog
8737 r-rcolorbrewer
8738 r-reshape
8739 r-s4vectors
8740 r-siggenes
8741 r-summarizedexperiment))
8742 (native-inputs
8743 (list r-knitr))
8744 (home-page "https://github.com/hansenlab/minfi")
8745 (synopsis "Analyze Illumina Infinium DNA methylation arrays")
8746 (description
8747 "This package provides tools to analyze and visualize Illumina Infinium
8748 methylation arrays.")
8749 (license license:artistic2.0)))
8750
8751 (define-public r-methylumi
8752 (package
8753 (name "r-methylumi")
8754 (version "2.42.0")
8755 (source
8756 (origin
8757 (method url-fetch)
8758 (uri (bioconductor-uri "methylumi" version))
8759 (sha256
8760 (base32
8761 "0klkinq55lfj1d4z8gkrv98849079x1l5gd15habw7jq9xxvhjww"))))
8762 (build-system r-build-system)
8763 (propagated-inputs
8764 (list r-annotate
8765 r-annotationdbi
8766 r-biobase
8767 r-biocgenerics
8768 r-fdb-infiniummethylation-hg19
8769 r-genefilter
8770 r-genomeinfodb
8771 r-genomicfeatures
8772 r-genomicranges
8773 r-ggplot2
8774 r-illuminaio
8775 r-iranges
8776 r-lattice
8777 r-matrixstats
8778 r-minfi
8779 r-reshape2
8780 r-s4vectors
8781 r-scales
8782 r-summarizedexperiment))
8783 (native-inputs
8784 (list r-knitr))
8785 (home-page "https://bioconductor.org/packages/methylumi")
8786 (synopsis "Handle Illumina methylation data")
8787 (description
8788 "This package provides classes for holding and manipulating Illumina
8789 methylation data. Based on eSet, it can contain MIAME information, sample
8790 information, feature information, and multiple matrices of data. An
8791 \"intelligent\" import function, methylumiR can read the Illumina text files
8792 and create a MethyLumiSet. methylumIDAT can directly read raw IDAT files from
8793 HumanMethylation27 and HumanMethylation450 microarrays. Normalization,
8794 background correction, and quality control features for GoldenGate, Infinium,
8795 and Infinium HD arrays are also included.")
8796 (license license:gpl2)))
8797
8798 (define-public r-lumi
8799 (package
8800 (name "r-lumi")
8801 (version "2.48.0")
8802 (source
8803 (origin
8804 (method url-fetch)
8805 (uri (bioconductor-uri "lumi" version))
8806 (sha256
8807 (base32
8808 "06zmll5j1yymsm3byarhllrz4q1w5mzv267a9g6visn73wan8y9d"))))
8809 (build-system r-build-system)
8810 (propagated-inputs
8811 (list r-affy
8812 r-annotate
8813 r-annotationdbi
8814 r-biobase
8815 r-dbi
8816 r-genomicfeatures
8817 r-genomicranges
8818 r-kernsmooth
8819 r-lattice
8820 r-mass
8821 r-methylumi
8822 r-mgcv
8823 r-nleqslv
8824 r-preprocesscore
8825 r-rsqlite))
8826 (home-page "https://bioconductor.org/packages/lumi")
8827 (synopsis "BeadArray-specific methods for Illumina methylation and expression microarrays")
8828 (description
8829 "The lumi package provides an integrated solution for the Illumina
8830 microarray data analysis. It includes functions of Illumina
8831 BeadStudio (GenomeStudio) data input, quality control, BeadArray-specific
8832 variance stabilization, normalization and gene annotation at the probe level.
8833 It also includes the functions of processing Illumina methylation microarrays,
8834 especially Illumina Infinium methylation microarrays.")
8835 (license license:lgpl2.0+)))
8836
8837 (define-public r-linnorm
8838 (package
8839 (name "r-linnorm")
8840 (version "2.20.0")
8841 (source
8842 (origin
8843 (method url-fetch)
8844 (uri (bioconductor-uri "Linnorm" version))
8845 (sha256
8846 (base32
8847 "1002lllgns5klv3q2wsikkbypa2bafpka7a8mri0y5bfxncfr2zb"))))
8848 (properties `((upstream-name . "Linnorm")))
8849 (build-system r-build-system)
8850 (propagated-inputs
8851 (list r-amap
8852 r-apcluster
8853 r-ellipse
8854 r-fastcluster
8855 r-fpc
8856 r-ggdendro
8857 r-ggplot2
8858 r-gmodels
8859 r-igraph
8860 r-limma
8861 r-mass
8862 r-mclust
8863 r-rcpp
8864 r-rcpparmadillo
8865 r-rtsne
8866 r-statmod
8867 r-vegan
8868 r-zoo))
8869 (native-inputs
8870 (list r-knitr))
8871 (home-page "http://www.jjwanglab.org/Linnorm/")
8872 (synopsis "Linear model and normality based transformation method")
8873 (description
8874 "Linnorm is an R package for the analysis of RNA-seq, scRNA-seq, ChIP-seq
8875 count data or any large scale count data. It transforms such datasets for
8876 parametric tests. In addition to the transformtion function (@code{Linnorm}),
8877 the following pipelines are implemented:
8878
8879 @enumerate
8880 @item Library size/batch effect normalization (@code{Linnorm.Norm})
8881 @item Cell subpopluation analysis and visualization using t-SNE or PCA K-means
8882 clustering or hierarchical clustering (@code{Linnorm.tSNE},
8883 @code{Linnorm.PCA}, @code{Linnorm.HClust})
8884 @item Differential expression analysis or differential peak detection using
8885 limma (@code{Linnorm.limma})
8886 @item Highly variable gene discovery and visualization (@code{Linnorm.HVar})
8887 @item Gene correlation network analysis and visualization (@code{Linnorm.Cor})
8888 @item Stable gene selection for scRNA-seq data; for users without or who do
8889 not want to rely on spike-in genes (@code{Linnorm.SGenes})
8890 @item Data imputation (@code{Linnorm.DataImput}).
8891 @end enumerate
8892
8893 Linnorm can work with raw count, CPM, RPKM, FPKM and TPM. Additionally, the
8894 @code{RnaXSim} function is included for simulating RNA-seq data for the
8895 evaluation of DEG analysis methods.")
8896 (license license:expat)))
8897
8898 (define-public r-ioniser
8899 (package
8900 (name "r-ioniser")
8901 (version "2.20.0")
8902 (source
8903 (origin
8904 (method url-fetch)
8905 (uri (bioconductor-uri "IONiseR" version))
8906 (sha256
8907 (base32
8908 "0cgx1dcfh617l9vr4r3ky8w7f0snl0vpavfd9n1h5n68p0p42dwi"))))
8909 (properties `((upstream-name . "IONiseR")))
8910 (build-system r-build-system)
8911 (propagated-inputs
8912 (list r-biocgenerics
8913 r-biocparallel
8914 r-biostrings
8915 r-bit64
8916 r-dplyr
8917 r-ggplot2
8918 r-magrittr
8919 r-rhdf5
8920 r-shortread
8921 r-stringr
8922 r-tibble
8923 r-tidyr
8924 r-xvector))
8925 (native-inputs
8926 (list r-knitr))
8927 (home-page "https://bioconductor.org/packages/IONiseR/")
8928 (synopsis "Quality assessment tools for Oxford Nanopore MinION data")
8929 (description
8930 "IONiseR provides tools for the quality assessment of Oxford Nanopore
8931 MinION data. It extracts summary statistics from a set of fast5 files and can
8932 be used either before or after base calling. In addition to standard
8933 summaries of the read-types produced, it provides a number of plots for
8934 visualising metrics relative to experiment run time or spatially over the
8935 surface of a flowcell.")
8936 (license license:expat)))
8937
8938 ;; This is a CRAN package, but it depends on multtest from Bioconductor.
8939 (define-public r-mutoss
8940 (package
8941 (name "r-mutoss")
8942 (version "0.1-12")
8943 (source
8944 (origin
8945 (method url-fetch)
8946 (uri (cran-uri "mutoss" version))
8947 (sha256
8948 (base32
8949 "1yk7p7pb2xm38d3j19ysgwmix48lvimbhkhjjwk5jmr1a0ysx298"))))
8950 (properties `((upstream-name . "mutoss")))
8951 (build-system r-build-system)
8952 (propagated-inputs
8953 (list r-multcomp r-multtest r-mvtnorm r-plotrix))
8954 (home-page "https://github.com/kornl/mutoss/")
8955 (synopsis "Unified multiple testing procedures")
8956 (description
8957 "This package is designed to ease the application and comparison of
8958 multiple hypothesis testing procedures for FWER, gFWER, FDR and FDX. Methods
8959 are standardized and usable by the accompanying mutossGUI package.")
8960 ;; Any version of the GPL.
8961 (license (list license:gpl2+ license:gpl3+))))
8962
8963 ;; This is a CRAN package, but it depends on mutoss, which depends on multtest
8964 ;; from Bioconductor, so we put it here.
8965 (define-public r-metap
8966 (package
8967 (name "r-metap")
8968 (version "1.8")
8969 (source
8970 (origin
8971 (method url-fetch)
8972 (uri (cran-uri "metap" version))
8973 (sha256
8974 (base32
8975 "0asmypxfxly4xmcjf3yzid5zqlzg88z0brij2splfk4avsl035gf"))))
8976 (build-system r-build-system)
8977 (propagated-inputs
8978 (list r-lattice
8979 r-mathjaxr
8980 r-mutoss
8981 r-qqconf
8982 r-rdpack
8983 r-tfisher))
8984 (home-page "http://www.dewey.myzen.co.uk/meta/meta.html")
8985 (synopsis "Meta-analysis of significance values")
8986 (description
8987 "The canonical way to perform meta-analysis involves using effect sizes.
8988 When they are not available this package provides a number of methods for
8989 meta-analysis of significance values including the methods of Edgington,
8990 Fisher, Stouffer, Tippett, and Wilkinson; a number of data-sets to replicate
8991 published results; and a routine for graphical display.")
8992 (license license:gpl2)))
8993
8994 (define-public r-tradeseq
8995 (package
8996 (name "r-tradeseq")
8997 (version "1.10.0")
8998 (source (origin
8999 (method url-fetch)
9000 (uri (bioconductor-uri "tradeSeq" version))
9001 (sha256
9002 (base32
9003 "0v9nqxrwa69qhmyaicn2vvs8haha4kzs93iqim306331vadp9qm0"))))
9004 (build-system r-build-system)
9005 (propagated-inputs
9006 (list r-biobase
9007 r-biocparallel
9008 r-edger
9009 r-ggplot2
9010 r-igraph
9011 r-magrittr
9012 r-mass
9013 r-matrix
9014 r-matrixstats
9015 r-mgcv
9016 r-pbapply
9017 r-princurve
9018 r-rcolorbrewer
9019 r-s4vectors
9020 r-singlecellexperiment
9021 r-slingshot
9022 r-summarizedexperiment
9023 r-tibble
9024 r-trajectoryutils
9025 r-viridis))
9026 (native-inputs
9027 (list r-knitr))
9028 (home-page "https://statomics.github.io/tradeSeq/index.html")
9029 (synopsis "Trajectory-based differential expression analysis")
9030 (description
9031 "This package provides a flexible method for fitting regression models that
9032 can be used to find genes that are differentially expressed along one or
9033 multiple lineages in a trajectory. Based on the fitted models, it uses a
9034 variety of tests suited to answer different questions of interest, e.g. the
9035 discovery of genes for which expression is associated with pseudotime, or which
9036 are differentially expressed (in a specific region) along the trajectory. It
9037 fits a negative binomial generalized additive model (GAM) for each gene, and
9038 performs inference on the parameters of the GAM.")
9039 (license license:expat)))
9040
9041 (define-public r-triform
9042 (package
9043 (name "r-triform")
9044 (version "1.29.0")
9045 (source
9046 (origin
9047 (method url-fetch)
9048 (uri (bioconductor-uri "triform" version))
9049 (sha256
9050 (base32
9051 "089b7f6dwpi9abj0ncswbi4s30k45996zb99sh43avw6jcb6qj60"))))
9052 (build-system r-build-system)
9053 (propagated-inputs
9054 (list r-biocgenerics r-iranges r-yaml))
9055 (home-page "https://bioconductor.org/packages/triform/")
9056 (synopsis "Find enriched regions in transcription factor ChIP-sequencing data")
9057 (description
9058 "The Triform algorithm uses model-free statistics to identify peak-like
9059 distributions of TF ChIP sequencing reads, taking advantage of an improved
9060 peak definition in combination with known profile characteristics.")
9061 (license license:gpl2)))
9062
9063 (define-public r-varianttools
9064 (package
9065 (name "r-varianttools")
9066 (version "1.38.0")
9067 (source
9068 (origin
9069 (method url-fetch)
9070 (uri (bioconductor-uri "VariantTools" version))
9071 (sha256
9072 (base32
9073 "18nxcamfgnw4n2ab0czxglw0sqc9wzdqzpjv43lcyyal23lzzsix"))))
9074 (properties `((upstream-name . "VariantTools")))
9075 (build-system r-build-system)
9076 (propagated-inputs
9077 (list r-biobase
9078 r-biocgenerics
9079 r-biocparallel
9080 r-biostrings
9081 r-bsgenome
9082 r-genomeinfodb
9083 r-genomicfeatures
9084 r-genomicranges
9085 r-iranges
9086 r-matrix
9087 r-rsamtools
9088 r-rtracklayer
9089 r-s4vectors
9090 r-variantannotation))
9091 (home-page "https://bioconductor.org/packages/VariantTools/")
9092 (synopsis "Tools for exploratory analysis of variant calls")
9093 (description
9094 "Explore, diagnose, and compare variant calls using filters. The
9095 VariantTools package supports a workflow for loading data, calling single
9096 sample variants and tumor-specific somatic mutations or other sample-specific
9097 variant types (e.g., RNA editing). Most of the functions operate on
9098 alignments (BAM files) or datasets of called variants. The user is expected
9099 to have already aligned the reads with a separate tool, e.g., GSNAP via
9100 gmapR.")
9101 (license license:artistic2.0)))
9102
9103 (define-public r-heatplus
9104 (package
9105 (name "r-heatplus")
9106 (version "3.4.0")
9107 (source
9108 (origin
9109 (method url-fetch)
9110 (uri (bioconductor-uri "Heatplus" version))
9111 (sha256
9112 (base32
9113 "0b1mzxysmrqinp93p587apna8p0llmawblwj93icydqxxm2jkhb1"))))
9114 (properties `((upstream-name . "Heatplus")))
9115 (build-system r-build-system)
9116 (propagated-inputs
9117 (list r-rcolorbrewer))
9118 (home-page "https://github.com/alexploner/Heatplus")
9119 (synopsis "Heatmaps with row and/or column covariates and colored clusters")
9120 (description
9121 "This package provides tools to display a rectangular heatmap (intensity
9122 plot) of a data matrix. By default, both samples (columns) and features (row)
9123 of the matrix are sorted according to a hierarchical clustering, and the
9124 corresponding dendrogram is plotted. Optionally, panels with additional
9125 information about samples and features can be added to the plot.")
9126 (license license:gpl2+)))
9127
9128 (define-public r-gosemsim
9129 (package
9130 (name "r-gosemsim")
9131 (version "2.22.0")
9132 (source
9133 (origin
9134 (method url-fetch)
9135 (uri (bioconductor-uri "GOSemSim" version))
9136 (sha256
9137 (base32
9138 "1hp15pzd0m0g9f8kglyfsgjqxnvxcmm9022xnsrkzfvmj2yw14vd"))))
9139 (properties `((upstream-name . "GOSemSim")))
9140 (build-system r-build-system)
9141 (propagated-inputs
9142 (list r-annotationdbi r-go-db r-rcpp))
9143 (native-inputs
9144 (list r-knitr))
9145 (home-page "https://guangchuangyu.github.io/software/GOSemSim")
9146 (synopsis "GO-terms semantic similarity measures")
9147 (description
9148 "The semantic comparisons of @dfn{Gene Ontology} (GO) annotations provide
9149 quantitative ways to compute similarities between genes and gene groups, and
9150 have became important basis for many bioinformatics analysis approaches.
9151 GOSemSim is an R package for semantic similarity computation among GO terms,
9152 sets of GO terms, gene products and gene clusters.")
9153 (license license:artistic2.0)))
9154
9155 (define-public r-anota
9156 (package
9157 (name "r-anota")
9158 (version "1.44.0")
9159 (source
9160 (origin
9161 (method url-fetch)
9162 (uri (bioconductor-uri "anota" version))
9163 (sha256
9164 (base32
9165 "1x75r5znl8jllqsgzpxsqj62ch11bpwhmyzmbjmb8sz8f8ww923c"))))
9166 (build-system r-build-system)
9167 (propagated-inputs
9168 (list r-multtest r-qvalue))
9169 (home-page "https://bioconductor.org/packages/anota/")
9170 (synopsis "Analysis of translational activity")
9171 (description
9172 "Genome wide studies of translational control is emerging as a tool to
9173 study various biological conditions. The output from such analysis is both
9174 the mRNA level (e.g. cytosolic mRNA level) and the level of mRNA actively
9175 involved in translation (the actively translating mRNA level) for each mRNA.
9176 The standard analysis of such data strives towards identifying differential
9177 translational between two or more sample classes - i.e., differences in
9178 actively translated mRNA levels that are independent of underlying differences
9179 in cytosolic mRNA levels. This package allows for such analysis using partial
9180 variances and the random variance model. As 10s of thousands of mRNAs are
9181 analyzed in parallel the library performs a number of tests to assure that
9182 the data set is suitable for such analysis.")
9183 (license license:gpl3)))
9184
9185 (define-public r-sigpathway
9186 (package
9187 (name "r-sigpathway")
9188 (version "1.64.0")
9189 (source
9190 (origin
9191 (method url-fetch)
9192 (uri (bioconductor-uri "sigPathway" version))
9193 (sha256
9194 (base32
9195 "1c2kwhbxgf66az7ssm2mab9n5x59zy4kxq8vblz5r9636xqaysif"))))
9196 (properties `((upstream-name . "sigPathway")))
9197 (build-system r-build-system)
9198 (home-page "https://www.pnas.org/cgi/doi/10.1073/pnas.0506577102")
9199 (synopsis "Pathway analysis")
9200 (description
9201 "This package is used to conduct pathway analysis by calculating the NT_k
9202 and NE_k statistics in a statistical framework for determining whether a
9203 specified group of genes for a pathway has a coordinated association with a
9204 phenotype of interest.")
9205 (license license:gpl2)))
9206
9207 (define-public r-fcscan
9208 (package
9209 (name "r-fcscan")
9210 (version "1.10.0")
9211 (source
9212 (origin
9213 (method url-fetch)
9214 (uri (bioconductor-uri "fcScan" version))
9215 (sha256
9216 (base32 "0yv7ifw0xxx1v9z8dxszv0cb72q3frd74dyxfbvrcs6x9y9v3jzp"))))
9217 (properties `((upstream-name . "fcScan")))
9218 (build-system r-build-system)
9219 (propagated-inputs
9220 (list r-doparallel
9221 r-foreach
9222 r-genomicranges
9223 r-iranges
9224 r-plyr
9225 r-rtracklayer
9226 r-summarizedexperiment
9227 r-variantannotation))
9228 (native-inputs (list r-knitr))
9229 (home-page "https://bioconductor.org/packages/fcScan")
9230 (synopsis "Detect clusters of coordinates with user defined options")
9231 (description
9232 "This package is used to detect combination of genomic coordinates
9233 falling within a user defined window size along with user defined overlap
9234 between identified neighboring clusters. It can be used for genomic data
9235 where the clusters are built on a specific chromosome or specific strand.
9236 Clustering can be performed with a \"greedy\" option allowing thus the
9237 presence of additional sites within the allowed window size.")
9238 (license license:artistic2.0)))
9239
9240 (define-public r-fgsea
9241 (package
9242 (name "r-fgsea")
9243 (version "1.22.0")
9244 (source
9245 (origin
9246 (method url-fetch)
9247 (uri (bioconductor-uri "fgsea" version))
9248 (sha256
9249 (base32
9250 "0innyggai6l4fpl4qrblzdc52vqw9jaszmip0yr1lv7rzwyl6mpg"))))
9251 (build-system r-build-system)
9252 (propagated-inputs
9253 (list r-bh
9254 r-biocparallel
9255 r-data-table
9256 r-fastmatch
9257 r-ggplot2
9258 r-gridextra
9259 r-matrix
9260 r-rcpp))
9261 (native-inputs
9262 (list r-knitr))
9263 (home-page "https://github.com/ctlab/fgsea/")
9264 (synopsis "Fast gene set enrichment analysis")
9265 (description
9266 "The package implements an algorithm for fast gene set enrichment
9267 analysis. Using the fast algorithm makes more permutations and gets
9268 more fine grained p-values, which allows using accurate standard approaches
9269 to multiple hypothesis correction.")
9270 (license license:expat)))
9271
9272 (define-public r-dose
9273 (package
9274 (name "r-dose")
9275 (version "3.22.0")
9276 (source
9277 (origin
9278 (method url-fetch)
9279 (uri (bioconductor-uri "DOSE" version))
9280 (sha256
9281 (base32
9282 "11lg4ql0bi54p2wg3z1dw9rwqai37khgcqbs4cb7zf67ml8jadwp"))))
9283 (properties `((upstream-name . "DOSE")))
9284 (build-system r-build-system)
9285 (propagated-inputs
9286 (list r-annotationdbi
9287 r-biocparallel
9288 r-do-db
9289 r-fgsea
9290 r-ggplot2
9291 r-gosemsim
9292 r-qvalue
9293 r-reshape2))
9294 (native-inputs
9295 (list r-knitr))
9296 (home-page "https://guangchuangyu.github.io/software/DOSE/")
9297 (synopsis "Disease ontology semantic and enrichment analysis")
9298 (description
9299 "This package implements five methods proposed by Resnik, Schlicker,
9300 Jiang, Lin and Wang, respectively, for measuring semantic similarities among
9301 @dfn{Disease ontology} (DO) terms and gene products. Enrichment analyses
9302 including hypergeometric model and gene set enrichment analysis are also
9303 implemented for discovering disease associations of high-throughput biological
9304 data.")
9305 (license license:artistic2.0)))
9306
9307 (define-public r-enrichplot
9308 (package
9309 (name "r-enrichplot")
9310 (version "1.16.1")
9311 (source
9312 (origin
9313 (method url-fetch)
9314 (uri (bioconductor-uri "enrichplot" version))
9315 (sha256
9316 (base32
9317 "17ln1wbkq8sp7jw0dpkccj5qcsl382sgd7zic04dk99z9ag3mh02"))))
9318 (build-system r-build-system)
9319 (propagated-inputs
9320 (list r-aplot
9321 r-dose
9322 r-ggplot2
9323 r-ggraph
9324 r-ggtree
9325 r-gosemsim
9326 r-igraph
9327 r-magrittr
9328 r-plyr
9329 r-purrr
9330 r-rcolorbrewer
9331 r-reshape2
9332 r-scatterpie
9333 r-shadowtext
9334 r-yulab-utils))
9335 (native-inputs
9336 (list r-knitr))
9337 (home-page "https://github.com/GuangchuangYu/enrichplot")
9338 (synopsis "Visualization of functional enrichment result")
9339 (description
9340 "The enrichplot package implements several visualization methods for
9341 interpreting functional enrichment results obtained from ORA or GSEA analyses.
9342 All the visualization methods are developed based on ggplot2 graphics.")
9343 (license license:artistic2.0)))
9344
9345 (define-public r-clusterprofiler
9346 (package
9347 (name "r-clusterprofiler")
9348 (version "4.4.4")
9349 (source
9350 (origin
9351 (method url-fetch)
9352 (uri (bioconductor-uri "clusterProfiler" version))
9353 (sha256
9354 (base32
9355 "0k5jhry0j6wa7779n3hrw4ld4bvyahpgpbwi2a0g704m3dd3mqp5"))))
9356 (properties
9357 `((upstream-name . "clusterProfiler")))
9358 (build-system r-build-system)
9359 (propagated-inputs
9360 (list r-annotationdbi
9361 r-dose
9362 r-downloader
9363 r-dplyr
9364 r-enrichplot
9365 r-go-db
9366 r-gosemsim
9367 r-magrittr
9368 r-plyr
9369 r-qvalue
9370 r-rlang
9371 r-tidyr
9372 r-yulab-utils))
9373 (native-inputs
9374 (list r-knitr))
9375 (home-page "https://guangchuangyu.github.io/software/clusterProfiler/")
9376 (synopsis "Analysis and visualization of functional profiles for gene clusters")
9377 (description
9378 "This package implements methods to analyze and visualize functional
9379 profiles (GO and KEGG) of gene and gene clusters.")
9380 (license license:artistic2.0)))
9381
9382 (define-public r-clusterexperiment
9383 (package
9384 (name "r-clusterexperiment")
9385 (version "2.16.0")
9386 (source (origin
9387 (method url-fetch)
9388 (uri (bioconductor-uri "clusterExperiment" version))
9389 (sha256
9390 (base32
9391 "1xd2kxmdg51hhj0zvz7pxmpdvb1sya7prsf9ny2wj2y8ivrqgn4f"))))
9392 (build-system r-build-system)
9393 (native-inputs
9394 (list r-knitr))
9395 (propagated-inputs
9396 (list r-ape
9397 r-biocgenerics
9398 r-biocsingular
9399 r-cluster
9400 r-delayedarray
9401 r-edger
9402 r-hdf5array
9403 r-howmany
9404 r-kernlab
9405 r-limma
9406 r-locfdr
9407 r-matrix
9408 r-matrixstats
9409 r-mbkmeans
9410 r-nmf
9411 r-phylobase
9412 r-pracma
9413 r-rcolorbrewer
9414 r-rcpp
9415 r-s4vectors
9416 r-scales
9417 r-singlecellexperiment
9418 r-stringr
9419 r-summarizedexperiment
9420 r-zinbwave))
9421 (home-page "https://bioconductor.org/packages/clusterExperiment/")
9422 (synopsis "Compare clusterings for single-cell sequencing")
9423 (description "This package provides functionality for running and comparing
9424 many different clusterings of single-cell sequencing data or other large mRNA
9425 expression data sets.")
9426 (license license:artistic2.0)))
9427
9428 (define-public r-mlinterfaces
9429 (package
9430 (name "r-mlinterfaces")
9431 (version "1.76.0")
9432 (source
9433 (origin
9434 (method url-fetch)
9435 (uri (bioconductor-uri "MLInterfaces" version))
9436 (sha256
9437 (base32
9438 "179d19kxjipfkc40z15337x1vzqd7vz3gbmr2lw5w7x9l857ngs5"))))
9439 (properties `((upstream-name . "MLInterfaces")))
9440 (build-system r-build-system)
9441 (propagated-inputs
9442 (list r-annotate
9443 r-biobase
9444 r-biocgenerics
9445 r-cluster
9446 r-fpc
9447 r-gbm
9448 r-gdata
9449 r-genefilter
9450 r-ggvis
9451 r-hwriter
9452 r-magrittr
9453 r-mass
9454 r-mlbench
9455 r-pls
9456 r-rcolorbrewer
9457 r-rcpp
9458 r-rpart
9459 r-sfsmisc
9460 r-shiny
9461 r-threejs))
9462 (home-page "https://bioconductor.org/packages/MLInterfaces/")
9463 (synopsis "Interfaces to R machine learning procedures")
9464 (description
9465 "This package provides uniform interfaces to machine learning code for
9466 data in R and Bioconductor containers.")
9467 ;; Any version of the LGPL.
9468 (license license:lgpl2.1+)))
9469
9470 (define-public r-annaffy
9471 (package
9472 (name "r-annaffy")
9473 (version "1.68.0")
9474 (source
9475 (origin
9476 (method url-fetch)
9477 (uri (bioconductor-uri "annaffy" version))
9478 (sha256
9479 (base32
9480 "1fbqknwbl4534h66xrhcryg9pavm9fkja47gqbsxf8bd5yhk5mgq"))))
9481 (build-system r-build-system)
9482 (arguments
9483 `(#:phases
9484 (modify-phases %standard-phases
9485 (add-after 'unpack 'remove-reference-to-non-free-data
9486 (lambda _
9487 (substitute* "DESCRIPTION"
9488 ((", KEGG.db") "")))))))
9489 (propagated-inputs
9490 (list r-annotationdbi r-biobase r-biocmanager r-dbi r-go-db))
9491 (home-page "https://bioconductor.org/packages/annaffy/")
9492 (synopsis "Annotation tools for Affymetrix biological metadata")
9493 (description
9494 "This package provides functions for handling data from Bioconductor
9495 Affymetrix annotation data packages. It produces compact HTML and text
9496 reports including experimental data and URL links to many online databases.
9497 It allows searching of biological metadata using various criteria.")
9498 ;; Any version of the LGPL according to the DESCRIPTION file. A copy of
9499 ;; the LGPL 2.1 is included.
9500 (license license:lgpl2.1+)))
9501
9502 (define-public r-a4core
9503 (package
9504 (name "r-a4core")
9505 (version "1.44.0")
9506 (source
9507 (origin
9508 (method url-fetch)
9509 (uri (bioconductor-uri "a4Core" version))
9510 (sha256
9511 (base32
9512 "1ky1lphq6bqxj6h12pg06cvs451fziqam8gd56wmpk6r5pbg4390"))))
9513 (properties `((upstream-name . "a4Core")))
9514 (build-system r-build-system)
9515 (propagated-inputs
9516 (list r-biobase r-glmnet))
9517 (native-inputs
9518 (list r-knitr))
9519 (home-page "https://bioconductor.org/packages/a4Core")
9520 (synopsis "Automated Affymetrix array analysis core package")
9521 (description
9522 "This is the core package for the automated analysis of Affymetrix
9523 arrays.")
9524 (license license:gpl3)))
9525
9526 (define-public r-a4classif
9527 (package
9528 (name "r-a4classif")
9529 (version "1.44.0")
9530 (source
9531 (origin
9532 (method url-fetch)
9533 (uri (bioconductor-uri "a4Classif" version))
9534 (sha256
9535 (base32
9536 "1v61vgpqrf7bhk44n2gkxb8dm5d0rr8c9rd6fdcjs50nhij0lbiw"))))
9537 (properties `((upstream-name . "a4Classif")))
9538 (build-system r-build-system)
9539 (propagated-inputs
9540 (list r-a4core
9541 r-a4preproc
9542 r-biobase
9543 r-glmnet
9544 r-pamr
9545 r-rocr
9546 r-varselrf))
9547 (native-inputs
9548 (list r-knitr))
9549 (home-page "https://bioconductor.org/packages/a4Classif/")
9550 (synopsis "Automated Affymetrix array analysis classification package")
9551 (description
9552 "This is the classification package for the automated analysis of
9553 Affymetrix arrays.")
9554 (license license:gpl3)))
9555
9556 (define-public r-a4preproc
9557 (package
9558 (name "r-a4preproc")
9559 (version "1.44.0")
9560 (source
9561 (origin
9562 (method url-fetch)
9563 (uri (bioconductor-uri "a4Preproc" version))
9564 (sha256
9565 (base32
9566 "098yzy7x5536bj76iavismdsdn7x6x07aw0j3knj6i9www9y8yz9"))))
9567 (properties `((upstream-name . "a4Preproc")))
9568 (build-system r-build-system)
9569 (propagated-inputs
9570 (list r-biobase r-biocgenerics))
9571 (native-inputs
9572 (list r-knitr))
9573 (home-page "https://bioconductor.org/packages/a4Preproc/")
9574 (synopsis "Automated Affymetrix array analysis preprocessing package")
9575 (description
9576 "This is a package for the automated analysis of Affymetrix arrays. It
9577 is used for preprocessing the arrays.")
9578 (license license:gpl3)))
9579
9580 (define-public r-a4reporting
9581 (package
9582 (name "r-a4reporting")
9583 (version "1.44.0")
9584 (source
9585 (origin
9586 (method url-fetch)
9587 (uri (bioconductor-uri "a4Reporting" version))
9588 (sha256
9589 (base32
9590 "03sypayh187gqc6hykkqr1g0vb3zxc2c3xyp00jfbn12b35acnb0"))))
9591 (properties `((upstream-name . "a4Reporting")))
9592 (build-system r-build-system)
9593 (propagated-inputs
9594 (list r-xtable))
9595 (native-inputs
9596 (list r-knitr))
9597 (home-page "https://bioconductor.org/packages/a4Reporting/")
9598 (synopsis "Automated Affymetrix array analysis reporting package")
9599 (description
9600 "This is a package for the automated analysis of Affymetrix arrays. It
9601 provides reporting features.")
9602 (license license:gpl3)))
9603
9604 (define-public r-a4base
9605 (package
9606 (name "r-a4base")
9607 (version "1.44.0")
9608 (source
9609 (origin
9610 (method url-fetch)
9611 (uri (bioconductor-uri "a4Base" version))
9612 (sha256
9613 (base32
9614 "15zqirz16gpks9f5d3d76h85b936za2jih74vfr55l5arqrrvvsn"))))
9615 (properties `((upstream-name . "a4Base")))
9616 (build-system r-build-system)
9617 (propagated-inputs
9618 (list r-a4core
9619 r-a4preproc
9620 r-annaffy
9621 r-biobase
9622 r-genefilter
9623 r-glmnet
9624 r-gplots
9625 r-limma
9626 r-mpm
9627 r-multtest))
9628 (home-page "https://bioconductor.org/packages/a4Base/")
9629 (synopsis "Automated Affymetrix array analysis base package")
9630 (description
9631 "This package provides basic features for the automated analysis of
9632 Affymetrix arrays.")
9633 (license license:gpl3)))
9634
9635 (define-public r-a4
9636 (package
9637 (name "r-a4")
9638 (version "1.44.0")
9639 (source
9640 (origin
9641 (method url-fetch)
9642 (uri (bioconductor-uri "a4" version))
9643 (sha256
9644 (base32
9645 "1zs8fs6mdd7fhsmx4k824mid0jk400cm6dwfhl8z5lg85y8y2n0r"))))
9646 (build-system r-build-system)
9647 (propagated-inputs
9648 (list r-a4base r-a4classif r-a4core r-a4preproc r-a4reporting))
9649 (home-page "https://bioconductor.org/packages/a4/")
9650 (synopsis "Automated Affymetrix array analysis umbrella package")
9651 (description
9652 "This package provides a software suite for the automated analysis of
9653 Affymetrix arrays.")
9654 (license license:gpl3)))
9655
9656 (define-public r-abseqr
9657 (package
9658 (name "r-abseqr")
9659 (version "1.14.0")
9660 (source
9661 (origin
9662 (method url-fetch)
9663 (uri (bioconductor-uri "abseqR" version))
9664 (sha256
9665 (base32
9666 "0jh3rj6ag07vpw6fymqm6m4jkrm9mgf50zkjncahxdf52mna8a9b"))))
9667 (properties `((upstream-name . "abseqR")))
9668 (build-system r-build-system)
9669 (inputs
9670 (list pandoc))
9671 (propagated-inputs
9672 (list r-biocparallel
9673 r-biocstyle
9674 r-circlize
9675 r-flexdashboard
9676 r-ggcorrplot
9677 r-ggdendro
9678 r-ggplot2
9679 r-gridextra
9680 r-knitr
9681 r-plotly
9682 r-plyr
9683 r-png
9684 r-rcolorbrewer
9685 r-reshape2
9686 r-rmarkdown
9687 r-stringr
9688 r-vegan
9689 r-venndiagram))
9690 (native-inputs
9691 (list r-knitr))
9692 (home-page "https://github.com/malhamdoosh/abseqR")
9693 (synopsis "Reporting and data analysis for Rep-Seq datasets of antibody libraries")
9694 (description
9695 "AbSeq is a comprehensive bioinformatic pipeline for the analysis of
9696 sequencing datasets generated from antibody libraries and abseqR is one of its
9697 packages. AbseqR empowers the users of abseqPy with plotting and reporting
9698 capabilities and allows them to generate interactive HTML reports for the
9699 convenience of viewing and sharing with other researchers. Additionally,
9700 abseqR extends abseqPy to compare multiple repertoire analyses and perform
9701 further downstream analysis on its output.")
9702 (license license:gpl3)))
9703
9704 (define-public r-bacon
9705 (package
9706 (name "r-bacon")
9707 (version "1.24.0")
9708 (source
9709 (origin
9710 (method url-fetch)
9711 (uri (bioconductor-uri "bacon" version))
9712 (sha256
9713 (base32
9714 "1zvcxdj3r892898ik5gq3jdbfig1438qws4bwd465ik8vi7g39v8"))))
9715 (build-system r-build-system)
9716 (propagated-inputs
9717 (list r-biocparallel r-ellipse r-ggplot2))
9718 (native-inputs
9719 (list r-knitr))
9720 (home-page "https://bioconductor.org/packages/bacon/")
9721 (synopsis "Controlling bias and inflation in association studies")
9722 (description
9723 "Bacon can be used to remove inflation and bias often observed in
9724 epigenome- and transcriptome-wide association studies. To this end bacon
9725 constructs an empirical null distribution using a Gibbs Sampling algorithm by
9726 fitting a three-component normal mixture on z-scores.")
9727 (license license:gpl2+)))
9728
9729 (define-public r-rgadem
9730 (package
9731 (name "r-rgadem")
9732 (version "2.44.0")
9733 (source
9734 (origin
9735 (method url-fetch)
9736 (uri (bioconductor-uri "rGADEM" version))
9737 (sha256
9738 (base32
9739 "013xdwz0c3n0n9hxf8kkx570qry961pgdjsp023531pl5ww2ing4"))))
9740 (properties `((upstream-name . "rGADEM")))
9741 (build-system r-build-system)
9742 (propagated-inputs
9743 (list r-biostrings r-bsgenome r-genomicranges r-iranges r-seqlogo))
9744 (home-page "https://bioconductor.org/packages/rGADEM/")
9745 (synopsis "De novo sequence motif discovery")
9746 (description
9747 "rGADEM is an efficient de novo motif discovery tool for large-scale
9748 genomic sequence data.")
9749 (license license:artistic2.0)))
9750
9751 (define-public r-motiv
9752 (package
9753 (name "r-motiv")
9754 (version "1.43.0")
9755 (source
9756 (origin
9757 (method url-fetch)
9758 (uri (bioconductor-uri "MotIV" version))
9759 (sha256
9760 (base32
9761 "1yqqymcrnwlpv6h3w80yliv19922g32xqlqszaqjk6zp853qilh6"))))
9762 (properties `((upstream-name . "MotIV")))
9763 (build-system r-build-system)
9764 (inputs
9765 (list gsl))
9766 (propagated-inputs
9767 (list r-biocgenerics
9768 r-biostrings
9769 r-genomicranges
9770 r-iranges
9771 r-lattice
9772 r-rgadem
9773 r-s4vectors))
9774 (home-page "https://bioconductor.org/packages/MotIV/")
9775 (synopsis "Motif identification and validation")
9776 (description
9777 "This package is used for the identification and validation of sequence
9778 motifs. It makes use of STAMP for comparing a set of motifs to a given
9779 database (e.g. JASPAR). It can also be used to visualize motifs, motif
9780 distributions, modules and filter motifs.")
9781 (license license:gpl2)))
9782
9783 (define-public r-motifdb
9784 (package
9785 (name "r-motifdb")
9786 (version "1.38.0")
9787 (source (origin
9788 (method url-fetch)
9789 (uri (bioconductor-uri "MotifDb" version))
9790 (sha256
9791 (base32 "1cyfz0l0yvdii3idaiq5w39yzxlzfpifa4v5pv7hdjfjj83a8rbi"))))
9792 (properties `((upstream-name . "MotifDb")))
9793 (build-system r-build-system)
9794 (propagated-inputs
9795 (list r-biocgenerics
9796 r-biostrings
9797 r-genomicranges
9798 r-iranges
9799 r-rtracklayer
9800 r-s4vectors
9801 r-splitstackshape))
9802 (native-inputs
9803 (list r-knitr))
9804 (home-page "https://www.bioconductor.org/packages/MotifDb/")
9805 (synopsis "Annotated collection of protein-DNA binding sequence motifs")
9806 (description "This package provides more than 2000 annotated position
9807 frequency matrices from nine public sources, for multiple organisms.")
9808 (license license:artistic2.0)))
9809
9810 (define-public r-motifbreakr
9811 (package
9812 (name "r-motifbreakr")
9813 (version "2.10.0")
9814 (source (origin
9815 (method url-fetch)
9816 (uri (bioconductor-uri "motifbreakR" version))
9817 (sha256
9818 (base32 "0sad73jjx52qzp1fmygp6xqvaxwl5szi69f00f94i1pdyq70qhlg"))))
9819 (properties `((upstream-name . "motifbreakR")))
9820 (build-system r-build-system)
9821 (propagated-inputs
9822 (list r-biocgenerics
9823 r-biocparallel
9824 r-biostrings
9825 r-bsgenome
9826 r-genomeinfodb
9827 r-genomicranges
9828 r-gviz
9829 r-iranges
9830 r-matrixstats
9831 r-motifdb
9832 r-motifstack
9833 r-rtracklayer
9834 r-s4vectors
9835 r-stringr
9836 r-summarizedexperiment
9837 r-tfmpvalue
9838 r-variantannotation))
9839 (native-inputs
9840 (list r-knitr))
9841 (home-page "https://www.bioconductor.org/packages/motifbreakR/")
9842 (synopsis "Predicting disruptiveness of single nucleotide polymorphisms")
9843 (description "This package allows biologists to judge in the first place
9844 whether the sequence surrounding the polymorphism is a good match, and in
9845 the second place how much information is gained or lost in one allele of
9846 the polymorphism relative to another. This package gives a choice of
9847 algorithms for interrogation of genomes with motifs from public sources:
9848 @enumerate
9849 @item a weighted-sum probability matrix;
9850 @item log-probabilities;
9851 @item weighted by relative entropy.
9852 @end enumerate
9853
9854 This package can predict effects for novel or previously described variants in
9855 public databases, making it suitable for tasks beyond the scope of its original
9856 design. Lastly, it can be used to interrogate any genome curated within
9857 Bioconductor.")
9858 (license license:gpl2+)))
9859
9860 (define-public r-motifstack
9861 (package
9862 (name "r-motifstack")
9863 (version "1.40.0")
9864 (source
9865 (origin
9866 (method url-fetch)
9867 (uri (bioconductor-uri "motifStack" version))
9868 (sha256
9869 (base32
9870 "0d2ihx73chczbv6f91n04qb372plrdv7k4qws8shyw1fmvb1rq0z"))))
9871 (properties `((upstream-name . "motifStack")))
9872 (build-system r-build-system)
9873 (propagated-inputs
9874 (list r-ade4
9875 r-biostrings
9876 r-ggplot2
9877 r-htmlwidgets
9878 r-tfbstools
9879 r-xml))
9880 (native-inputs
9881 (list r-knitr))
9882 (home-page "https://bioconductor.org/packages/motifStack/")
9883 (synopsis "Plot stacked logos for DNA, RNA and amino acid sequences")
9884 (description
9885 "The motifStack package is designed for graphic representation of
9886 multiple motifs with different similarity scores. It works with both DNA/RNA
9887 sequence motifs and amino acid sequence motifs. In addition, it provides the
9888 flexibility for users to customize the graphic parameters such as the font
9889 type and symbol colors.")
9890 (license license:gpl2+)))
9891
9892 (define-public r-genomicscores
9893 (package
9894 (name "r-genomicscores")
9895 (version "2.8.2")
9896 (source
9897 (origin
9898 (method url-fetch)
9899 (uri (bioconductor-uri "GenomicScores" version))
9900 (sha256
9901 (base32
9902 "12rcxw69an1d5q7ar58xy8s871l47imw2nm08j054ivxslx8597j"))))
9903 (properties `((upstream-name . "GenomicScores")))
9904 (build-system r-build-system)
9905 (propagated-inputs
9906 (list r-annotationhub
9907 r-biobase
9908 r-biocfilecache
9909 r-biocgenerics
9910 r-biocmanager
9911 r-biostrings
9912 r-delayedarray
9913 r-genomeinfodb
9914 r-genomicranges
9915 r-hdf5array
9916 r-httr
9917 r-iranges
9918 r-rhdf5
9919 r-s4vectors
9920 r-xml))
9921 (native-inputs
9922 (list r-knitr))
9923 (home-page "https://github.com/rcastelo/GenomicScores/")
9924 (synopsis "Work with genome-wide position-specific scores")
9925 (description
9926 "This package provides infrastructure to store and access genome-wide
9927 position-specific scores within R and Bioconductor.")
9928 (license license:artistic2.0)))
9929
9930 (define-public r-atacseqqc
9931 (package
9932 (name "r-atacseqqc")
9933 (version "1.20.2")
9934 (source
9935 (origin
9936 (method url-fetch)
9937 (uri (bioconductor-uri "ATACseqQC" version))
9938 (sha256
9939 (base32
9940 "0jj7n0mcj0gciw0ksazlksgmwzp51a40pwqhf0c7la0cc4bnrkqp"))))
9941 (properties `((upstream-name . "ATACseqQC")))
9942 (build-system r-build-system)
9943 (propagated-inputs
9944 (list r-biocgenerics
9945 r-biostrings
9946 r-bsgenome
9947 r-chippeakanno
9948 r-edger
9949 r-genomeinfodb
9950 r-genomicalignments
9951 r-genomicranges
9952 r-genomicscores
9953 r-iranges
9954 r-kernsmooth
9955 r-limma
9956 r-motifstack
9957 r-preseqr
9958 r-randomforest
9959 r-rsamtools
9960 r-rtracklayer
9961 r-s4vectors))
9962 (native-inputs
9963 (list r-knitr))
9964 (home-page "https://bioconductor.org/packages/ATACseqQC/")
9965 (synopsis "ATAC-seq quality control")
9966 (description
9967 "ATAC-seq, an assay for Transposase-Accessible Chromatin using
9968 sequencing, is a rapid and sensitive method for chromatin accessibility
9969 analysis. It was developed as an alternative method to MNase-seq, FAIRE-seq
9970 and DNAse-seq. The ATACseqQC package was developed to help users to quickly
9971 assess whether their ATAC-seq experiment is successful. It includes
9972 diagnostic plots of fragment size distribution, proportion of mitochondria
9973 reads, nucleosome positioning pattern, and CTCF or other Transcript Factor
9974 footprints.")
9975 (license license:gpl2+)))
9976
9977 (define-public r-gofuncr
9978 (package
9979 (name "r-gofuncr")
9980 (version "1.16.0")
9981 (source
9982 (origin
9983 (method url-fetch)
9984 (uri (bioconductor-uri "GOfuncR" version))
9985 (sha256
9986 (base32
9987 "02vdfsjrqp0m06mfbspwkxjyqxfca0w1idgygpi1a9i5m4fqhwpk"))))
9988 (properties `((upstream-name . "GOfuncR")))
9989 (build-system r-build-system)
9990 (propagated-inputs
9991 (list r-annotationdbi
9992 r-genomicranges
9993 r-gtools
9994 r-iranges
9995 r-mapplots
9996 r-rcpp
9997 r-vioplot))
9998 (native-inputs
9999 (list r-knitr))
10000 (home-page "https://bioconductor.org/packages/GOfuncR/")
10001 (synopsis "Gene ontology enrichment using FUNC")
10002 (description
10003 "GOfuncR performs a gene ontology enrichment analysis based on the
10004 ontology enrichment software FUNC. GO-annotations are obtained from
10005 OrganismDb or OrgDb packages (@code{Homo.sapiens} by default); the GO-graph is
10006 included in the package and updated regularly. GOfuncR provides the standard
10007 candidate vs background enrichment analysis using the hypergeometric test, as
10008 well as three additional tests:
10009
10010 @enumerate
10011 @item the Wilcoxon rank-sum test that is used when genes are ranked,
10012 @item a binomial test that is used when genes are associated with two counts,
10013 and
10014 @item a Chi-square or Fisher's exact test that is used in cases when genes are
10015 associated with four counts.
10016 @end enumerate
10017
10018 To correct for multiple testing and interdependency of the tests, family-wise
10019 error rates are computed based on random permutations of the gene-associated
10020 variables. GOfuncR also provides tools for exploring the ontology graph and
10021 the annotations, and options to take gene-length or spatial clustering of
10022 genes into account. It is also possible to provide custom gene coordinates,
10023 annotations and ontologies.")
10024 (license license:gpl2+)))
10025
10026 (define-public r-abaenrichment
10027 (package
10028 (name "r-abaenrichment")
10029 (version "1.24.0")
10030 (source
10031 (origin
10032 (method url-fetch)
10033 (uri (bioconductor-uri "ABAEnrichment" version))
10034 (sha256
10035 (base32
10036 "1sp3f72rzlr822dxx42bswynrwwfx6f520hdhfdikqp13p2y4044"))))
10037 (properties `((upstream-name . "ABAEnrichment")))
10038 (build-system r-build-system)
10039 (propagated-inputs
10040 (list r-abadata
10041 r-data-table
10042 r-gofuncr
10043 r-gplots
10044 r-gtools
10045 r-rcpp))
10046 (native-inputs
10047 (list r-knitr))
10048 (home-page "https://bioconductor.org/packages/ABAEnrichment/")
10049 (synopsis "Gene expression enrichment in human brain regions")
10050 (description
10051 "The package ABAEnrichment is designed to test for enrichment of user
10052 defined candidate genes in the set of expressed genes in different human brain
10053 regions. The core function @code{aba_enrich} integrates the expression of the
10054 candidate gene set (averaged across donors) and the structural information of
10055 the brain using an ontology, both provided by the Allen Brain Atlas project.")
10056 (license license:gpl2+)))
10057
10058 (define-public r-annotationfuncs
10059 (package
10060 (name "r-annotationfuncs")
10061 (version "1.40.0")
10062 (source
10063 (origin
10064 (method url-fetch)
10065 (uri (bioconductor-uri "AnnotationFuncs" version))
10066 (sha256
10067 (base32
10068 "0xsm7741zm81bi4c9hy0zaacnk8a6bahdpc6srqzrbsz0pfzdyhr"))))
10069 (properties
10070 `((upstream-name . "AnnotationFuncs")))
10071 (build-system r-build-system)
10072 (propagated-inputs
10073 (list r-annotationdbi r-dbi))
10074 (home-page "https://www.iysik.com/r/annotationfuncs")
10075 (synopsis "Annotation translation functions")
10076 (description
10077 "This package provides functions for handling translating between
10078 different identifieres using the Biocore Data Team data-packages (e.g.
10079 @code{org.Bt.eg.db}).")
10080 (license license:gpl2)))
10081
10082 (define-public r-annotationtools
10083 (package
10084 (name "r-annotationtools")
10085 (version "1.70.0")
10086 (source
10087 (origin
10088 (method url-fetch)
10089 (uri (bioconductor-uri "annotationTools" version))
10090 (sha256
10091 (base32
10092 "122b424zida3j0vqkn8d06sg3jpc3ngsgidr8kgg00n4cjngkc51"))))
10093 (properties
10094 `((upstream-name . "annotationTools")))
10095 (build-system r-build-system)
10096 (propagated-inputs (list r-biobase))
10097 (home-page "https://bioconductor.org/packages/annotationTools/")
10098 (synopsis "Annotate microarrays and perform gene expression analyses")
10099 (description
10100 "This package provides functions to annotate microarrays, find orthologs,
10101 and integrate heterogeneous gene expression profiles using annotation and
10102 other molecular biology information available as flat file database (plain
10103 text files).")
10104 ;; Any version of the GPL.
10105 (license (list license:gpl2+))))
10106
10107 (define-public r-allelicimbalance
10108 (package
10109 (name "r-allelicimbalance")
10110 (version "1.34.0")
10111 (source
10112 (origin
10113 (method url-fetch)
10114 (uri (bioconductor-uri "AllelicImbalance" version))
10115 (sha256
10116 (base32
10117 "0w4xd0xzkwx7bbhrgqligpahlhg85rginknx520z891r8v0bim2z"))))
10118 (properties
10119 `((upstream-name . "AllelicImbalance")))
10120 (build-system r-build-system)
10121 (propagated-inputs
10122 (list r-annotationdbi
10123 r-biocgenerics
10124 r-biostrings
10125 r-bsgenome
10126 r-genomeinfodb
10127 r-genomicalignments
10128 r-genomicfeatures
10129 r-genomicranges
10130 r-gridextra
10131 r-gviz
10132 r-iranges
10133 r-lattice
10134 r-latticeextra
10135 r-nlme
10136 r-rsamtools
10137 r-s4vectors
10138 r-seqinr
10139 r-summarizedexperiment
10140 r-variantannotation))
10141 (native-inputs
10142 (list r-knitr))
10143 (home-page "https://github.com/pappewaio/AllelicImbalance")
10144 (synopsis "Investigate allele-specific expression")
10145 (description
10146 "This package provides a framework for allele-specific expression
10147 investigation using RNA-seq data.")
10148 (license license:gpl3)))
10149
10150 (define-public r-aucell
10151 (package
10152 (name "r-aucell")
10153 (version "1.18.1")
10154 (source
10155 (origin
10156 (method url-fetch)
10157 (uri (bioconductor-uri "AUCell" version))
10158 (sha256
10159 (base32
10160 "17wr7dycll0l1gax4w268qw7is163bs51rj6p1qnx1dgc9ibnsgr"))))
10161 (properties `((upstream-name . "AUCell")))
10162 (build-system r-build-system)
10163 (propagated-inputs
10164 (list r-biocgenerics
10165 r-data-table
10166 r-delayedarray
10167 r-delayedmatrixstats
10168 r-gseabase
10169 r-mixtools
10170 r-r-utils
10171 r-shiny
10172 r-summarizedexperiment))
10173 (native-inputs
10174 (list r-knitr))
10175 (home-page "https://bioconductor.org/packages/AUCell/")
10176 (synopsis "Analysis of gene set activity in single-cell RNA-seq data")
10177 (description
10178 "AUCell identifies cells with active gene sets (e.g. signatures,
10179 gene modules, etc) in single-cell RNA-seq data. AUCell uses the @dfn{Area
10180 Under the Curve} (AUC) to calculate whether a critical subset of the input
10181 gene set is enriched within the expressed genes for each cell. The
10182 distribution of AUC scores across all the cells allows exploring the relative
10183 expression of the signature. Since the scoring method is ranking-based,
10184 AUCell is independent of the gene expression units and the normalization
10185 procedure. In addition, since the cells are evaluated individually, it can
10186 easily be applied to bigger datasets, subsetting the expression matrix if
10187 needed.")
10188 (license license:gpl3)))
10189
10190 (define-public r-ebimage
10191 (package
10192 (name "r-ebimage")
10193 (version "4.38.0")
10194 (source
10195 (origin
10196 (method url-fetch)
10197 (uri (bioconductor-uri "EBImage" version))
10198 (sha256
10199 (base32
10200 "1vcx45bw36k9daw9dywj5bz77jmqk4gjfwsym8ajjnc1jmlq20si"))))
10201 (properties `((upstream-name . "EBImage")))
10202 (build-system r-build-system)
10203 (propagated-inputs
10204 (list r-abind
10205 r-biocgenerics
10206 r-fftwtools
10207 r-htmltools
10208 r-htmlwidgets
10209 r-jpeg
10210 r-locfit
10211 r-png
10212 r-rcurl
10213 r-tiff))
10214 (native-inputs
10215 (list r-knitr)) ; for vignettes
10216 (home-page "https://github.com/aoles/EBImage")
10217 (synopsis "Image processing and analysis toolbox for R")
10218 (description
10219 "EBImage provides general purpose functionality for image processing and
10220 analysis. In the context of (high-throughput) microscopy-based cellular
10221 assays, EBImage offers tools to segment cells and extract quantitative
10222 cellular descriptors. This allows the automation of such tasks using the R
10223 programming language and facilitates the use of other tools in the R
10224 environment for signal processing, statistical modeling, machine learning and
10225 visualization with image data.")
10226 ;; Any version of the LGPL.
10227 (license license:lgpl2.1+)))
10228
10229 (define-public r-yamss
10230 (package
10231 (name "r-yamss")
10232 (version "1.22.0")
10233 (source
10234 (origin
10235 (method url-fetch)
10236 (uri (bioconductor-uri "yamss" version))
10237 (sha256
10238 (base32
10239 "1lcfxw73cxvpy3bnq28pxdy5128mpq5xklsa0mzxdjyqc4g55hy8"))))
10240 (build-system r-build-system)
10241 (propagated-inputs
10242 (list r-biocgenerics
10243 r-data-table
10244 r-ebimage
10245 r-iranges
10246 r-limma
10247 r-matrix
10248 r-mzr
10249 r-s4vectors
10250 r-summarizedexperiment))
10251 (native-inputs
10252 (list r-knitr))
10253 (home-page "https://github.com/hansenlab/yamss")
10254 (synopsis "Tools for high-throughput metabolomics")
10255 (description
10256 "This package provides tools to analyze and visualize high-throughput
10257 metabolomics data acquired using chromatography-mass spectrometry. These tools
10258 preprocess data in a way that enables reliable and powerful differential
10259 analysis.")
10260 (license license:artistic2.0)))
10261
10262 (define-public r-gtrellis
10263 (package
10264 (name "r-gtrellis")
10265 (version "1.28.0")
10266 (source
10267 (origin
10268 (method url-fetch)
10269 (uri (bioconductor-uri "gtrellis" version))
10270 (sha256
10271 (base32
10272 "1s4xczzv6hz2kyv32xgcq84540w75qr3f644w1s4c3kwxgyq2gff"))))
10273 (build-system r-build-system)
10274 (propagated-inputs
10275 (list r-circlize r-genomicranges r-getoptlong r-iranges))
10276 (native-inputs
10277 (list r-knitr))
10278 (home-page "https://github.com/jokergoo/gtrellis")
10279 (synopsis "Genome level Trellis layout")
10280 (description
10281 "Genome level Trellis graph visualizes genomic data conditioned by
10282 genomic categories (e.g. chromosomes). For each genomic category, multiple
10283 dimensional data which are represented as tracks describe different features
10284 from different aspects. This package provides high flexibility to arrange
10285 genomic categories and to add self-defined graphics in the plot.")
10286 (license license:expat)))
10287
10288 (define-public r-somaticsignatures
10289 (package
10290 (name "r-somaticsignatures")
10291 (version "2.32.0")
10292 (source
10293 (origin
10294 (method url-fetch)
10295 (uri (bioconductor-uri "SomaticSignatures" version))
10296 (sha256
10297 (base32
10298 "1ydnp54laznzpi08s403kxhnr5nqhvm3iilaxlcdlz0ngxhm6vx6"))))
10299 (properties
10300 `((upstream-name . "SomaticSignatures")))
10301 (build-system r-build-system)
10302 (propagated-inputs
10303 (list r-biobase
10304 r-biostrings
10305 r-genomeinfodb
10306 r-genomicranges
10307 r-ggbio
10308 r-ggplot2
10309 r-iranges
10310 r-nmf
10311 r-pcamethods
10312 r-proxy
10313 r-reshape2
10314 r-s4vectors
10315 r-variantannotation))
10316 (native-inputs
10317 (list r-knitr))
10318 (home-page "https://github.com/juliangehring/SomaticSignatures")
10319 (synopsis "Somatic signatures")
10320 (description
10321 "This package identifies mutational signatures of @dfn{single nucleotide
10322 variants} (SNVs). It provides a infrastructure related to the methodology
10323 described in Nik-Zainal (2012, Cell), with flexibility in the matrix
10324 decomposition algorithms.")
10325 (license license:expat)))
10326
10327 (define-public r-yapsa
10328 (package
10329 (name "r-yapsa")
10330 (version "1.22.0")
10331 (source
10332 (origin
10333 (method url-fetch)
10334 (uri (bioconductor-uri "YAPSA" version))
10335 (sha256
10336 (base32
10337 "1klqfif4sadkxw7agywk2ncvcdqsnfb1d6adnacdfdasr8abvhid"))))
10338 (properties `((upstream-name . "YAPSA")))
10339 (build-system r-build-system)
10340 (propagated-inputs
10341 (list r-biostrings
10342 r-bsgenome-hsapiens-ucsc-hg19
10343 r-circlize
10344 r-complexheatmap
10345 r-corrplot
10346 r-dendextend
10347 r-doparallel
10348 r-dplyr
10349 r-genomeinfodb
10350 r-genomicranges
10351 r-getoptlong
10352 r-ggbeeswarm
10353 r-ggplot2
10354 r-gridextra
10355 r-gtrellis
10356 r-keggrest
10357 r-limsolve
10358 r-magrittr
10359 r-pmcmrplus
10360 r-pracma
10361 r-reshape2
10362 r-somaticsignatures
10363 r-variantannotation))
10364 (native-inputs
10365 (list r-knitr))
10366 (home-page "https://bioconductor.org/packages/YAPSA/")
10367 (synopsis "Yet another package for signature analysis")
10368 (description
10369 "This package provides functions and routines useful in the analysis of
10370 somatic signatures (cf. L. Alexandrov et al., Nature 2013). In particular,
10371 functions to perform a signature analysis with known signatures and a
10372 signature analysis on @dfn{stratified mutational catalogue} (SMC) are
10373 provided.")
10374 (license license:gpl3)))
10375
10376 (define-public r-gcrma
10377 (package
10378 (name "r-gcrma")
10379 (version "2.68.0")
10380 (source
10381 (origin
10382 (method url-fetch)
10383 (uri (bioconductor-uri "gcrma" version))
10384 (sha256
10385 (base32
10386 "13a8igr2b02gsa6n3437kb33wg6h7si82fmqi35dzpfzhvx0qf6d"))))
10387 (build-system r-build-system)
10388 (propagated-inputs
10389 (list r-affy
10390 r-affyio
10391 r-biobase
10392 r-biocmanager
10393 r-biostrings
10394 r-xvector))
10395 (home-page "https://bioconductor.org/packages/gcrma/")
10396 (synopsis "Background adjustment using sequence information")
10397 (description
10398 "Gcrma adjusts for background intensities in Affymetrix array data which
10399 include optical noise and @dfn{non-specific binding} (NSB). The main function
10400 @code{gcrma} converts background adjusted probe intensities to expression
10401 measures using the same normalization and summarization methods as a
10402 @dfn{Robust Multiarray Average} (RMA). Gcrma uses probe sequence information
10403 to estimate probe affinity to NSB. The sequence information is summarized in
10404 a more complex way than the simple GC content. Instead, the base types (A, T,
10405 G or C) at each position along the probe determine the affinity of each probe.
10406 The parameters of the position-specific base contributions to the probe
10407 affinity is estimated in an NSB experiment in which only NSB but no
10408 gene-specific binding is expected.")
10409 ;; Any version of the LGPL
10410 (license license:lgpl2.1+)))
10411
10412 (define-public r-simpleaffy
10413 (package
10414 (name "r-simpleaffy")
10415 (version "2.66.0")
10416 (source
10417 (origin
10418 (method url-fetch)
10419 (uri (bioconductor-uri "simpleaffy" version))
10420 (sha256
10421 (base32
10422 "04a11dsqd5y4b39nny94acnh0qhdazjc6d1803izza4vrgmw2csb"))))
10423 (build-system r-build-system)
10424 (propagated-inputs
10425 (list r-affy r-biobase r-biocgenerics r-gcrma r-genefilter))
10426 (home-page "https://bioconductor.org/packages/simpleaffy/")
10427 (synopsis "Very simple high level analysis of Affymetrix data")
10428 (description
10429 "This package provides high level functions for reading Affy @file{.CEL}
10430 files, phenotypic data, and then computing simple things with it, such as
10431 t-tests, fold changes and the like. It makes heavy use of the @code{affy}
10432 library. It also has some basic scatter plot functions and mechanisms for
10433 generating high resolution journal figures.")
10434 (license license:gpl2+)))
10435
10436 (define-public r-yaqcaffy
10437 (package
10438 (name "r-yaqcaffy")
10439 (version "1.50.0")
10440 (source
10441 (origin
10442 (method url-fetch)
10443 (uri (bioconductor-uri "yaqcaffy" version))
10444 (sha256
10445 (base32
10446 "18gphcjj15iivrahp52186bvdg07yd2dvrykfjdd4r1vyf33im96"))))
10447 (build-system r-build-system)
10448 (propagated-inputs
10449 (list r-simpleaffy))
10450 (home-page "https://bioconductor.org/packages/yaqcaffy/")
10451 (synopsis "Affymetrix quality control and reproducibility analysis")
10452 (description
10453 "This is a package that can be used for quality control of Affymetrix
10454 GeneChip expression data and reproducibility analysis of human whole genome
10455 chips with the MAQC reference datasets.")
10456 (license license:artistic2.0)))
10457
10458 (define-public r-quantro
10459 (package
10460 (name "r-quantro")
10461 (version "1.30.0")
10462 (source
10463 (origin
10464 (method url-fetch)
10465 (uri (bioconductor-uri "quantro" version))
10466 (sha256
10467 (base32
10468 "1zfrz7lxyrbf0c8d277npzj1h4six9whkqplvcjmn3li0xj5qng3"))))
10469 (build-system r-build-system)
10470 (propagated-inputs
10471 (list r-biobase
10472 r-doparallel
10473 r-foreach
10474 r-ggplot2
10475 r-iterators
10476 r-minfi
10477 r-rcolorbrewer))
10478 (native-inputs
10479 (list r-knitr))
10480 (home-page "https://bioconductor.org/packages/quantro/")
10481 (synopsis "Test for when to use quantile normalization")
10482 (description
10483 "This package provides a data-driven test for the assumptions of quantile
10484 normalization using raw data such as objects that inherit eSets (e.g.
10485 ExpressionSet, MethylSet). Group level information about each sample (such as
10486 Tumor / Normal status) must also be provided because the test assesses if
10487 there are global differences in the distributions between the user-defined
10488 groups.")
10489 (license license:gpl3+)))
10490
10491 (define-public r-yarn
10492 (package
10493 (name "r-yarn")
10494 (version "1.22.0")
10495 (source
10496 (origin
10497 (method url-fetch)
10498 (uri (bioconductor-uri "yarn" version))
10499 (sha256
10500 (base32
10501 "0z5202pqq02fwm8qf1g36004k7sv668s1xacbpr1cvw5sl452lbg"))))
10502 (build-system r-build-system)
10503 (propagated-inputs
10504 (list r-biobase
10505 r-biomart
10506 r-downloader
10507 r-edger
10508 r-gplots
10509 r-limma
10510 r-matrixstats
10511 r-preprocesscore
10512 r-quantro
10513 r-rcolorbrewer
10514 r-readr))
10515 (native-inputs
10516 (list r-knitr))
10517 (home-page "https://bioconductor.org/packages/yarn/")
10518 (synopsis "Robust multi-condition RNA-Seq preprocessing and normalization")
10519 (description
10520 "Expedite large RNA-Seq analyses using a combination of previously
10521 developed tools. YARN is meant to make it easier for the user in performing
10522 basic mis-annotation quality control, filtering, and condition-aware
10523 normalization. YARN leverages many Bioconductor tools and statistical
10524 techniques to account for the large heterogeneity and sparsity found in very
10525 large RNA-seq experiments.")
10526 (license license:artistic2.0)))
10527
10528 (define-public r-roar
10529 (package
10530 (name "r-roar")
10531 (version "1.32.0")
10532 (source
10533 (origin
10534 (method url-fetch)
10535 (uri (bioconductor-uri "roar" version))
10536 (sha256
10537 (base32
10538 "0zq1praf5h9294cvmrb06l3chx8v40xw2sfvhlnh1516x9sjkwfc"))))
10539 (build-system r-build-system)
10540 (propagated-inputs
10541 (list r-biocgenerics
10542 r-genomeinfodb
10543 r-genomicalignments
10544 r-genomicranges
10545 r-iranges
10546 r-rtracklayer
10547 r-s4vectors
10548 r-summarizedexperiment))
10549 (home-page "https://github.com/vodkatad/roar/")
10550 (synopsis "Identify differential APA usage from RNA-seq alignments")
10551 (description
10552 "This package provides tools for identifying preferential usage of APA
10553 sites, comparing two biological conditions, starting from known alternative
10554 sites and alignments obtained from standard RNA-seq experiments.")
10555 (license license:gpl3)))
10556
10557 (define-public r-xbseq
10558 (package
10559 (name "r-xbseq")
10560 (version "1.22.0")
10561 (source
10562 (origin
10563 (method url-fetch)
10564 (uri (bioconductor-uri "XBSeq" version))
10565 (sha256
10566 (base32
10567 "1dvk2jpsdynqw5071z54yd5j0ddprhc1ppk834cz9liibd72d7vz"))))
10568 (properties `((upstream-name . "XBSeq")))
10569 (build-system r-build-system)
10570 (propagated-inputs
10571 (list r-biobase
10572 r-deseq2
10573 r-dplyr
10574 r-ggplot2
10575 r-locfit
10576 r-magrittr
10577 r-matrixstats
10578 r-pracma
10579 r-roar))
10580 (native-inputs
10581 (list r-knitr))
10582 (home-page "https://github.com/Liuy12/XBSeq")
10583 (synopsis "Test for differential expression for RNA-seq data")
10584 (description
10585 "XBSeq is a novel algorithm for testing RNA-seq @dfn{differential
10586 expression} (DE), where a statistical model was established based on the
10587 assumption that observed signals are the convolution of true expression
10588 signals and sequencing noises. The mapped reads in non-exonic regions are
10589 considered as sequencing noises, which follows a Poisson distribution. Given
10590 measurable observed signal and background noise from RNA-seq data, true
10591 expression signals, assuming governed by the negative binomial distribution,
10592 can be delineated and thus the accurate detection of differential expressed
10593 genes.")
10594 (license license:gpl3+)))
10595
10596 (define-public r-massspecwavelet
10597 (package
10598 (name "r-massspecwavelet")
10599 (version "1.62.0")
10600 (source
10601 (origin
10602 (method url-fetch)
10603 (uri (bioconductor-uri "MassSpecWavelet" version))
10604 (sha256
10605 (base32
10606 "0g9izdy3f7h1zmsfbq45ahdz0ak5013rp3vxc4ijb1mpqx8ldd39"))))
10607 (properties
10608 `((upstream-name . "MassSpecWavelet")))
10609 (build-system r-build-system)
10610 (native-inputs
10611 (list r-knitr))
10612 (home-page "https://bioconductor.org/packages/MassSpecWavelet/")
10613 (synopsis "Mass spectrum processing by wavelet-based algorithms")
10614 (description
10615 "The MassSpecWavelet package aims to process @dfn{Mass Spectrometry} (MS)
10616 data mainly through the use of wavelet transforms. It supports peak detection
10617 based on @dfn{Continuous Wavelet Transform} (CWT).")
10618 (license license:lgpl2.0+)))
10619
10620 (define-public r-xcms
10621 (package
10622 (name "r-xcms")
10623 (version "3.18.0")
10624 (source
10625 (origin
10626 (method url-fetch)
10627 (uri (bioconductor-uri "xcms" version))
10628 (sha256
10629 (base32
10630 "0p2zd2728lj5q8y24gdfvsjijd6zl2i73hrcf017n32jq7vn71xm"))))
10631 (build-system r-build-system)
10632 (propagated-inputs
10633 (list r-biobase
10634 r-biocgenerics
10635 r-biocparallel
10636 r-iranges
10637 r-lattice
10638 r-massspecwavelet
10639 r-mscoreutils
10640 r-msfeatures
10641 r-msnbase
10642 r-mzr
10643 r-plyr
10644 r-protgenerics
10645 r-rann
10646 r-rcolorbrewer
10647 r-robustbase
10648 r-s4vectors
10649 r-summarizedexperiment))
10650 (native-inputs
10651 (list r-knitr))
10652 (home-page "https://bioconductor.org/packages/xcms/")
10653 (synopsis "LC/MS and GC/MS mass spectrometry data analysis")
10654 (description
10655 "This package provides a framework for processing and visualization of
10656 chromatographically separated and single-spectra mass spectral data. It
10657 imports from AIA/ANDI NetCDF, mzXML, mzData and mzML files. It preprocesses
10658 data for high-throughput, untargeted analyte profiling.")
10659 (license license:gpl2+)))
10660
10661 (define-public r-wppi
10662 (package
10663 (name "r-wppi")
10664 (version "1.4.0")
10665 (source (origin
10666 (method url-fetch)
10667 (uri (bioconductor-uri "wppi" version))
10668 (sha256
10669 (base32
10670 "1008s39bb7sd261cy1vfgdah7bmhfw9qq322fh7g4wvpfw63ii9f"))))
10671 (properties `((upstream-name . "wppi")))
10672 (build-system r-build-system)
10673 ;; This is necessary because omnipathr attempts to write a configuration
10674 ;; file to HOME.
10675 (arguments
10676 `(#:phases
10677 (modify-phases %standard-phases
10678 (add-after 'unpack 'set-HOME
10679 (lambda _ (setenv "HOME" "/tmp"))))))
10680 (propagated-inputs (list r-dplyr
10681 r-igraph
10682 r-logger
10683 r-magrittr
10684 r-matrix
10685 r-omnipathr
10686 r-progress
10687 r-purrr
10688 r-rcurl
10689 r-rlang
10690 r-tibble
10691 r-tidyr))
10692 (native-inputs (list r-knitr))
10693 (home-page "https://github.com/AnaGalhoz37/wppi")
10694 (synopsis "Weighting protein-protein interactions")
10695 (description
10696 "This package predicts functional relevance of protein-protein
10697 interactions based on functional annotations such as Human Protein Ontology
10698 and Gene Ontology, and prioritizes genes based on network topology, functional
10699 scores and a path search algorithm.")
10700 (license license:expat)))
10701
10702 (define-public r-wrench
10703 (package
10704 (name "r-wrench")
10705 (version "1.14.0")
10706 (source
10707 (origin
10708 (method url-fetch)
10709 (uri (bioconductor-uri "Wrench" version))
10710 (sha256
10711 (base32
10712 "1zx65s4m71wj85s2sq8ip54pq12r4sxfv8b2rxc41gfc5aj0zzca"))))
10713 (properties `((upstream-name . "Wrench")))
10714 (build-system r-build-system)
10715 (propagated-inputs
10716 (list r-limma r-locfit r-matrixstats))
10717 (native-inputs
10718 (list r-knitr))
10719 (home-page "https://github.com/HCBravoLab/Wrench")
10720 (synopsis "Wrench normalization for sparse count data")
10721 (description
10722 "Wrench is a package for normalization sparse genomic count data, like
10723 that arising from 16s metagenomic surveys.")
10724 (license license:artistic2.0)))
10725
10726 (define-public r-wiggleplotr
10727 (package
10728 (name "r-wiggleplotr")
10729 (version "1.20.0")
10730 (source
10731 (origin
10732 (method url-fetch)
10733 (uri (bioconductor-uri "wiggleplotr" version))
10734 (sha256
10735 (base32
10736 "0s128mm5w8n072k6j0fv1mxnxjpwisjp5lpz8a9z96cnn69bnr0i"))))
10737 (build-system r-build-system)
10738 (propagated-inputs
10739 (list r-assertthat
10740 r-cowplot
10741 r-dplyr
10742 r-genomeinfodb
10743 r-genomicranges
10744 r-ggplot2
10745 r-iranges
10746 r-purrr
10747 r-rtracklayer
10748 r-s4vectors))
10749 (native-inputs
10750 (list r-knitr))
10751 (home-page "https://bioconductor.org/packages/wiggleplotr/")
10752 (synopsis "Make read coverage plots from BigWig files")
10753 (description
10754 "This package provides tools to visualize read coverage from sequencing
10755 experiments together with genomic annotations (genes, transcripts, peaks).
10756 Introns of long transcripts can be rescaled to a fixed length for better
10757 visualization of exonic read coverage.")
10758 (license license:asl2.0)))
10759
10760 (define-public r-widgettools
10761 (package
10762 (name "r-widgettools")
10763 (version "1.74.0")
10764 (source
10765 (origin
10766 (method url-fetch)
10767 (uri (bioconductor-uri "widgetTools" version))
10768 (sha256
10769 (base32
10770 "10w1s5h4za6ibmphvj145ir3lp22qgah2z8fvmipmf8ciq1jf86d"))))
10771 (properties `((upstream-name . "widgetTools")))
10772 (build-system r-build-system)
10773 (home-page "https://bioconductor.org/packages/widgetTools/")
10774 (synopsis "Tools for creating interactive tcltk widgets")
10775 (description
10776 "This package contains tools to support the construction of tcltk
10777 widgets in R.")
10778 ;; Any version of the LGPL.
10779 (license license:lgpl3+)))
10780
10781 (define-public r-webbioc
10782 (package
10783 (name "r-webbioc")
10784 (version "1.68.0")
10785 (source
10786 (origin
10787 (method url-fetch)
10788 (uri (bioconductor-uri "webbioc" version))
10789 (sha256
10790 (base32
10791 "1g3srxsa2fqcn3r4wz4y19fwjmw3vawlcvdw6lbjdnvbgcafq1ah"))))
10792 (build-system r-build-system)
10793 (inputs
10794 (list netpbm perl))
10795 (propagated-inputs
10796 (list r-affy
10797 r-annaffy
10798 r-biobase
10799 r-biocmanager
10800 r-gcrma
10801 r-multtest
10802 r-qvalue
10803 r-vsn))
10804 (home-page "https://www.bioconductor.org/")
10805 (synopsis "Bioconductor web interface")
10806 (description
10807 "This package provides an integrated web interface for doing microarray
10808 analysis using several of the Bioconductor packages. It is intended to be
10809 deployed as a centralized bioinformatics resource for use by many users.
10810 Currently only Affymetrix oligonucleotide analysis is supported.")
10811 (license license:gpl2+)))
10812
10813 (define-public r-zinbwave
10814 (package
10815 (name "r-zinbwave")
10816 (version "1.18.0")
10817 (source
10818 (origin
10819 (method url-fetch)
10820 (uri (bioconductor-uri "zinbwave" version))
10821 (sha256
10822 (base32
10823 "0vpz721sciw5b4ypxj5lj8p53gwkpfwlwkn6k3y8i65zg80p1g6i"))))
10824 (build-system r-build-system)
10825 (propagated-inputs
10826 (list r-biocparallel
10827 r-edger
10828 r-genefilter
10829 r-matrix
10830 r-singlecellexperiment
10831 r-softimpute
10832 r-summarizedexperiment))
10833 (native-inputs
10834 (list r-knitr))
10835 (home-page "https://bioconductor.org/packages/zinbwave")
10836 (synopsis "Zero-inflated negative binomial model for RNA-seq data")
10837 (description "This package implements a general and flexible zero-inflated
10838 negative binomial model that can be used to provide a low-dimensional
10839 representations of single-cell RNA-seq data. The model accounts for zero
10840 inflation (dropouts), over-dispersion, and the count nature of the data.
10841 The model also accounts for the difference in library sizes and optionally
10842 for batch effects and/or other covariates, avoiding the need for pre-normalize
10843 the data.")
10844 (license license:artistic2.0)))
10845
10846 (define-public r-zfpkm
10847 (package
10848 (name "r-zfpkm")
10849 (version "1.18.0")
10850 (source
10851 (origin
10852 (method url-fetch)
10853 (uri (bioconductor-uri "zFPKM" version))
10854 (sha256
10855 (base32
10856 "1h7g553rgb5mkmmsp8dyqqs9n9x17xmmcg3iijhb54nyrr2j1mji"))))
10857 (properties `((upstream-name . "zFPKM")))
10858 (build-system r-build-system)
10859 (propagated-inputs
10860 (list r-checkmate r-dplyr r-ggplot2 r-summarizedexperiment r-tidyr))
10861 (native-inputs
10862 (list r-knitr))
10863 (home-page "https://github.com/ronammar/zFPKM/")
10864 (synopsis "Functions to facilitate zFPKM transformations")
10865 (description
10866 "This is a package to perform the zFPKM transform on RNA-seq FPKM data.
10867 This algorithm is based on the publication by Hart et al., 2013 (Pubmed ID
10868 24215113).")
10869 (license license:gpl3)))
10870
10871 (define-public r-rbowtie2
10872 (package
10873 (name "r-rbowtie2")
10874 (version "2.2.0")
10875 (source
10876 (origin
10877 (method url-fetch)
10878 (uri (bioconductor-uri "Rbowtie2" version))
10879 (sha256
10880 (base32
10881 "0dhdx27vrkhd4fak0qb5q9amlcpi97xhf3ry39zk0ifx5zpjynkg"))))
10882 (properties `((upstream-name . "Rbowtie2")))
10883 (build-system r-build-system)
10884 (propagated-inputs
10885 (list r-magrittr r-rsamtools))
10886 (inputs
10887 (list samtools zlib))
10888 (native-inputs
10889 (list r-knitr))
10890 (home-page "https://bioconductor.org/packages/Rbowtie2/")
10891 (synopsis "R wrapper for Bowtie2 and AdapterRemoval")
10892 (description
10893 "This package provides an R wrapper of the popular @code{bowtie2}
10894 sequencing reads aligner and @code{AdapterRemoval}, a convenient tool for
10895 rapid adapter trimming, identification, and read merging.")
10896 (license license:gpl3+)))
10897
10898 (define-public r-progeny
10899 (package
10900 (name "r-progeny")
10901 (version "1.18.0")
10902 (source
10903 (origin
10904 (method url-fetch)
10905 (uri (bioconductor-uri "progeny" version))
10906 (sha256
10907 (base32
10908 "1rhy2l2yf9ndxlvff8756s6n8qyi42nz7a75lgygj5aqqckkj21b"))))
10909 (build-system r-build-system)
10910 (propagated-inputs
10911 (list r-biobase
10912 r-decoupler
10913 r-dplyr
10914 r-ggplot2
10915 r-ggrepel
10916 r-gridextra
10917 r-reshape2
10918 r-tidyr))
10919 (native-inputs
10920 (list r-knitr))
10921 (home-page "https://github.com/saezlab/progeny")
10922 (synopsis "Pathway responsive gene activity inference")
10923 (description
10924 "This package provides a function to infer pathway activity from gene
10925 expression. It contains the linear model inferred in the publication
10926 \"Perturbation-response genes reveal signaling footprints in cancer gene
10927 expression\".")
10928 (license license:asl2.0)))
10929
10930 (define-public r-arrmnormalization
10931 (package
10932 (name "r-arrmnormalization")
10933 (version "1.36.0")
10934 (source
10935 (origin
10936 (method url-fetch)
10937 (uri (bioconductor-uri "ARRmNormalization" version))
10938 (sha256
10939 (base32
10940 "1pnvw8psbql787m8lrmhd9xbmgkc3dbc70yfds1aggv50dk3yjk1"))))
10941 (properties
10942 `((upstream-name . "ARRmNormalization")))
10943 (build-system r-build-system)
10944 (propagated-inputs (list r-arrmdata))
10945 (home-page "https://bioconductor.org/packages/ARRmNormalization/")
10946 (synopsis "Adaptive robust regression normalization for methylation data")
10947 (description
10948 "This is a package to perform the @dfn{Adaptive Robust Regression
10949 method} (ARRm) for the normalization of methylation data from the Illumina
10950 Infinium HumanMethylation 450k assay.")
10951 (license license:artistic2.0)))
10952
10953 (define-public r-biocfilecache
10954 (package
10955 (name "r-biocfilecache")
10956 (version "2.4.0")
10957 (source
10958 (origin
10959 (method url-fetch)
10960 (uri (bioconductor-uri "BiocFileCache" version))
10961 (sha256
10962 (base32
10963 "1bdbmlixrd8wvs25nmzdksq5hwnsxf8b6ds9qwx01h284vky5vsw"))))
10964 (properties `((upstream-name . "BiocFileCache")))
10965 (build-system r-build-system)
10966 (propagated-inputs
10967 (list r-curl
10968 r-dbi
10969 r-dbplyr
10970 r-dplyr
10971 r-filelock
10972 r-httr
10973 r-rappdirs
10974 r-rsqlite))
10975 (native-inputs
10976 (list r-knitr))
10977 (home-page "https://bioconductor.org/packages/BiocFileCache/")
10978 (synopsis "Manage files across sessions")
10979 (description
10980 "This package creates a persistent on-disk cache of files that the user
10981 can add, update, and retrieve. It is useful for managing resources (such as
10982 custom Txdb objects) that are costly or difficult to create, web resources,
10983 and data files used across sessions.")
10984 (license license:artistic2.0)))
10985
10986 (define-public r-iclusterplus
10987 (package
10988 (name "r-iclusterplus")
10989 (version "1.32.0")
10990 (source
10991 (origin
10992 (method url-fetch)
10993 (uri (bioconductor-uri "iClusterPlus" version))
10994 (sha256
10995 (base32
10996 "0xzx3vly3p99zc5a69pra4jjp8d3bdhx7dl1l76w459cs58zy0sm"))))
10997 (properties `((upstream-name . "iClusterPlus")))
10998 (build-system r-build-system)
10999 (native-inputs (list gfortran))
11000 (home-page "https://bioconductor.org/packages/iClusterPlus/")
11001 (synopsis "Integrative clustering of multi-type genomic data")
11002 (description
11003 "iClusterPlus is developed for integrative clustering analysis of
11004 multi-type genomic data and is an enhanced version of iCluster proposed and
11005 developed by Shen, Olshen and Ladanyi (2009). Multi-type genomic data arise
11006 from the experiments where biological samples (e.g. tumor samples) are
11007 analyzed by multiple techniques, for instance, @dfn{array comparative genomic
11008 hybridization} (aCGH), gene expression microarray, RNA-seq and DNA-seq, and so
11009 on. In the iClusterPlus model, binary observations such as somatic mutation
11010 are modeled as Binomial processes; categorical observations such as copy
11011 number states are realizations of Multinomial random variables; counts are
11012 modeled as Poisson random processes; and continuous measures are modeled by
11013 Gaussian distributions.")
11014 (license license:gpl2+)))
11015
11016 (define-public r-rbowtie
11017 (package
11018 (name "r-rbowtie")
11019 (version "1.36.0")
11020 (source
11021 (origin
11022 (method url-fetch)
11023 (uri (bioconductor-uri "Rbowtie" version))
11024 (sha256
11025 (base32
11026 "1ya1irwshsyy9l1fj51b04nv1ahq7a47ck7q19h2cly6yskc4x1q"))))
11027 (properties `((upstream-name . "Rbowtie")))
11028 (build-system r-build-system)
11029 (arguments
11030 `(#:phases
11031 ;; Disable unsupported `popcnt' instructions on
11032 ;; architectures other than x86_64
11033 ,(if (string-prefix? "x86_64"
11034 (or (%current-target-system)
11035 (%current-system)))
11036 '%standard-phases
11037 '(modify-phases %standard-phases
11038 (add-after 'unpack 'patch-sources
11039 (lambda _
11040 (setenv "POPCNT_CAPABILITY" "0")))))))
11041 (inputs (list zlib))
11042 (native-inputs
11043 (list r-knitr))
11044 (home-page "https://bioconductor.org/packages/Rbowtie/")
11045 (synopsis "R bowtie wrapper")
11046 (description
11047 "This package provides an R wrapper around the popular bowtie short read
11048 aligner and around SpliceMap, a de novo splice junction discovery and
11049 alignment tool.")
11050 (license license:artistic2.0)))
11051
11052 (define-public r-sgseq
11053 (package
11054 (name "r-sgseq")
11055 (version "1.30.0")
11056 (source
11057 (origin
11058 (method url-fetch)
11059 (uri (bioconductor-uri "SGSeq" version))
11060 (sha256
11061 (base32
11062 "0hz45367i70wl97silnimicdvs3g41zyf8syc6igz6471wbwkxwp"))))
11063 (properties `((upstream-name . "SGSeq")))
11064 (build-system r-build-system)
11065 (propagated-inputs
11066 (list r-annotationdbi
11067 r-biocgenerics
11068 r-biostrings
11069 r-genomeinfodb
11070 r-genomicalignments
11071 r-genomicfeatures
11072 r-genomicranges
11073 r-igraph
11074 r-iranges
11075 r-rsamtools
11076 r-rtracklayer
11077 r-runit
11078 r-s4vectors
11079 r-summarizedexperiment))
11080 (native-inputs
11081 (list r-knitr))
11082 (home-page "https://bioconductor.org/packages/SGSeq/")
11083 (synopsis "Splice event prediction and quantification from RNA-seq data")
11084 (description
11085 "SGSeq is a package for analyzing splice events from RNA-seq data. Input
11086 data are RNA-seq reads mapped to a reference genome in BAM format. Genes are
11087 represented as a splice graph, which can be obtained from existing annotation
11088 or predicted from the mapped sequence reads. Splice events are identified
11089 from the graph and are quantified locally using structurally compatible reads
11090 at the start or end of each splice variant. The software includes functions
11091 for splice event prediction, quantification, visualization and
11092 interpretation.")
11093 (license license:artistic2.0)))
11094
11095 (define-public r-rhisat2
11096 (package
11097 (name "r-rhisat2")
11098 (version "1.12.0")
11099 (source
11100 (origin
11101 (method url-fetch)
11102 (uri (bioconductor-uri "Rhisat2" version))
11103 (sha256
11104 (base32
11105 "0hzair41l47kzykymd169a34pfhb98vrjgkgdf15m17csyz7pnv7"))))
11106 (properties `((upstream-name . "Rhisat2")))
11107 (build-system r-build-system)
11108 (arguments
11109 `(#:phases
11110 (modify-phases %standard-phases
11111 (add-after 'unpack 'make-reproducible
11112 (lambda _
11113 (substitute* "src/Makefile"
11114 (("`hostname`") "guix")
11115 (("`date`") "0")
11116 ;; Avoid shelling out to "which".
11117 (("^CC =.*") (which "gcc"))
11118 (("^CPP =.*") (which "g++")))
11119 #t)))))
11120 (propagated-inputs
11121 (list r-genomicfeatures r-genomicranges r-sgseq))
11122 (native-inputs
11123 (list r-knitr))
11124 (home-page "https://github.com/fmicompbio/Rhisat2")
11125 (synopsis "R Wrapper for HISAT2 sequence aligner")
11126 (description
11127 "This package provides an R interface to the HISAT2 spliced short-read
11128 aligner by Kim et al. (2015). The package contains wrapper functions to
11129 create a genome index and to perform the read alignment to the generated
11130 index.")
11131 (license license:gpl3)))
11132
11133 (define-public r-quasr
11134 (package
11135 (name "r-quasr")
11136 (version "1.36.0")
11137 (source
11138 (origin
11139 (method url-fetch)
11140 (uri (bioconductor-uri "QuasR" version))
11141 (sha256
11142 (base32
11143 "1m0c0rdakkdn4rr6dh51c6rs40cbxkvz93n6s0m2kc6fqjv9zplf"))))
11144 (properties `((upstream-name . "QuasR")))
11145 (build-system r-build-system)
11146 (propagated-inputs
11147 (list r-annotationdbi
11148 r-biobase
11149 r-biocgenerics
11150 r-biocparallel
11151 r-biostrings
11152 r-bsgenome
11153 r-genomeinfodb
11154 r-genomicfeatures
11155 r-genomicfiles
11156 r-genomicranges
11157 r-iranges
11158 r-rbowtie
11159 r-rhtslib
11160 r-rsamtools
11161 r-rtracklayer
11162 r-s4vectors
11163 r-shortread))
11164 (native-inputs
11165 (list r-knitr))
11166 (home-page "https://bioconductor.org/packages/QuasR/")
11167 (synopsis "Quantify and annotate short reads in R")
11168 (description
11169 "This package provides a framework for the quantification and analysis of
11170 short genomic reads. It covers a complete workflow starting from raw sequence
11171 reads, over creation of alignments and quality control plots, to the
11172 quantification of genomic regions of interest.")
11173 (license license:gpl2)))
11174
11175 (define-public r-rqc
11176 (package
11177 (name "r-rqc")
11178 (version "1.30.0")
11179 (source
11180 (origin
11181 (method url-fetch)
11182 (uri (bioconductor-uri "Rqc" version))
11183 (sha256
11184 (base32
11185 "11j8m69zdcmpjb3xzr4s8sqmv8aqgl8q7k81gnd09l3nyjzy0h1k"))))
11186 (properties `((upstream-name . "Rqc")))
11187 (build-system r-build-system)
11188 (propagated-inputs
11189 (list r-biocgenerics
11190 r-biocparallel
11191 r-biocstyle
11192 r-biostrings
11193 r-biovizbase
11194 r-genomicalignments
11195 r-genomicfiles
11196 r-ggplot2
11197 r-iranges
11198 r-knitr
11199 r-markdown
11200 r-plyr
11201 r-rcpp
11202 r-reshape2
11203 r-rsamtools
11204 r-s4vectors
11205 r-shiny
11206 r-shortread))
11207 (native-inputs
11208 (list r-knitr))
11209 (home-page "https://github.com/labbcb/Rqc")
11210 (synopsis "Quality control tool for high-throughput sequencing data")
11211 (description
11212 "Rqc is an optimized tool designed for quality control and assessment of
11213 high-throughput sequencing data. It performs parallel processing of entire
11214 files and produces a report which contains a set of high-resolution
11215 graphics.")
11216 (license license:gpl2+)))
11217
11218 (define-public r-birewire
11219 (package
11220 (name "r-birewire")
11221 (version "3.28.0")
11222 (source
11223 (origin
11224 (method url-fetch)
11225 (uri (bioconductor-uri "BiRewire" version))
11226 (sha256
11227 (base32
11228 "0r3i7n45qgj8wzdsx8wmfk0lc4xbcvxvmfziiqzig7r706q2c2hm"))))
11229 (properties `((upstream-name . "BiRewire")))
11230 (build-system r-build-system)
11231 (propagated-inputs
11232 (list r-igraph r-matrix r-rtsne r-slam))
11233 (home-page "https://bioconductor.org/packages/release/bioc/html/BiRewire.html")
11234 (synopsis "Tools for randomization of bipartite graphs")
11235 (description
11236 "This package provides functions for bipartite network rewiring through N
11237 consecutive switching steps and for the computation of the minimal number of
11238 switching steps to be performed in order to maximise the dissimilarity with
11239 respect to the original network. It includes functions for the analysis of
11240 the introduced randomness across the switching steps and several other
11241 routines to analyse the resulting networks and their natural projections.")
11242 (license license:gpl3)))
11243
11244 (define-public r-birta
11245 (package
11246 (name "r-birta")
11247 (version "1.31.0")
11248 (source
11249 (origin
11250 (method url-fetch)
11251 (uri (bioconductor-uri "birta" version))
11252 (sha256
11253 (base32
11254 "00a1kcfmcgdbx6wpnhk45wm45bynhry5m93l9hm75j2rwyc4lnca"))))
11255 (build-system r-build-system)
11256 (propagated-inputs
11257 (list r-biobase r-limma r-mass))
11258 (home-page "https://bioconductor.org/packages/birta")
11259 (synopsis "Bayesian inference of regulation of transcriptional activity")
11260 (description
11261 "Expression levels of mRNA molecules are regulated by different
11262 processes, comprising inhibition or activation by transcription factors and
11263 post-transcriptional degradation by microRNAs. @dfn{birta} (Bayesian
11264 Inference of Regulation of Transcriptional Activity) uses the regulatory
11265 networks of transcription factors and miRNAs together with mRNA and miRNA
11266 expression data to predict switches in regulatory activity between two
11267 conditions. A Bayesian network is used to model the regulatory structure and
11268 Markov-Chain-Monte-Carlo is applied to sample the activity states.")
11269 (license license:gpl2+)))
11270
11271 (define-public r-multidataset
11272 (package
11273 (name "r-multidataset")
11274 (version "1.24.0")
11275 (source
11276 (origin
11277 (method url-fetch)
11278 (uri (bioconductor-uri "MultiDataSet" version))
11279 (sha256
11280 (base32
11281 "0rfs6jkzh1i4mj1pgfk4lwzmcl8pcwizra3q3282x3d8h2g98qnf"))))
11282 (properties `((upstream-name . "MultiDataSet")))
11283 (build-system r-build-system)
11284 (propagated-inputs
11285 (list r-biobase
11286 r-biocgenerics
11287 r-genomicranges
11288 r-ggplot2
11289 r-ggrepel
11290 r-iranges
11291 r-limma
11292 r-qqman
11293 r-s4vectors
11294 r-summarizedexperiment))
11295 (native-inputs
11296 (list r-knitr))
11297 (home-page "https://bioconductor.org/packages/MultiDataSet/")
11298 (synopsis "Implementation of MultiDataSet and ResultSet")
11299 (description
11300 "This package provides an implementation of the BRGE's (Bioinformatic
11301 Research Group in Epidemiology from Center for Research in Environmental
11302 Epidemiology) MultiDataSet and ResultSet. MultiDataSet is designed for
11303 integrating multi omics data sets and ResultSet is a container for omics
11304 results. This package contains base classes for MEAL and rexposome
11305 packages.")
11306 (license license:expat)))
11307
11308 (define-public r-ropls
11309 (package
11310 (name "r-ropls")
11311 (version "1.28.2")
11312 (source
11313 (origin
11314 (method url-fetch)
11315 (uri (bioconductor-uri "ropls" version))
11316 (sha256
11317 (base32
11318 "07gpx15r8c3wljiwxnff2zp7wxbhzz9r7njk8zg8hpy2q5qm3i6c"))))
11319 (build-system r-build-system)
11320 (propagated-inputs
11321 (list r-biobase
11322 r-multiassayexperiment
11323 r-multidataset
11324 r-summarizedexperiment))
11325 (native-inputs
11326 (list r-knitr)) ; for vignettes
11327 (home-page "https://dx.doi.org/10.1021/acs.jproteome.5b00354")
11328 (synopsis "Multivariate analysis and feature selection of omics data")
11329 (description
11330 "Latent variable modeling with @dfn{Principal Component Analysis} (PCA)
11331 and @dfn{Partial Least Squares} (PLS) are powerful methods for visualization,
11332 regression, classification, and feature selection of omics data where the
11333 number of variables exceeds the number of samples and with multicollinearity
11334 among variables. @dfn{Orthogonal Partial Least Squares} (OPLS) enables to
11335 separately model the variation correlated (predictive) to the factor of
11336 interest and the uncorrelated (orthogonal) variation. While performing
11337 similarly to PLS, OPLS facilitates interpretation.
11338
11339 This package provides imlementations of PCA, PLS, and OPLS for multivariate
11340 analysis and feature selection of omics data. In addition to scores, loadings
11341 and weights plots, the package provides metrics and graphics to determine the
11342 optimal number of components (e.g. with the R2 and Q2 coefficients), check the
11343 validity of the model by permutation testing, detect outliers, and perform
11344 feature selection (e.g. with Variable Importance in Projection or regression
11345 coefficients).")
11346 (license license:cecill)))
11347
11348 (define-public r-biosigner
11349 (package
11350 (name "r-biosigner")
11351 (version "1.24.2")
11352 (source
11353 (origin
11354 (method url-fetch)
11355 (uri (bioconductor-uri "biosigner" version))
11356 (sha256
11357 (base32
11358 "0vdv2by3qv7y8vzr8qgg7apwwgsa0fhlfrhzns7g3nas7883c89m"))))
11359 (build-system r-build-system)
11360 (propagated-inputs
11361 (list r-biobase
11362 r-e1071
11363 r-multiassayexperiment
11364 r-multidataset
11365 r-randomforest
11366 r-ropls
11367 r-summarizedexperiment))
11368 (native-inputs
11369 (list r-knitr))
11370 (home-page "https://bioconductor.org/packages/biosigner/")
11371 (synopsis "Signature discovery from omics data")
11372 (description
11373 "Feature selection is critical in omics data analysis to extract
11374 restricted and meaningful molecular signatures from complex and high-dimension
11375 data, and to build robust classifiers. This package implements a method to
11376 assess the relevance of the variables for the prediction performances of the
11377 classifier. The approach can be run in parallel with the PLS-DA, Random
11378 Forest, and SVM binary classifiers. The signatures and the corresponding
11379 'restricted' models are returned, enabling future predictions on new
11380 datasets.")
11381 (license license:cecill)))
11382
11383 (define-public r-annotatr
11384 (package
11385 (name "r-annotatr")
11386 (version "1.22.0")
11387 (source
11388 (origin
11389 (method url-fetch)
11390 (uri (bioconductor-uri "annotatr" version))
11391 (sha256
11392 (base32
11393 "1fbax9v3d486c8lwf3yfjbf4w7zf53wmdpxk2clwm8ngm7w0pqm0"))))
11394 (build-system r-build-system)
11395 (propagated-inputs
11396 (list r-annotationdbi
11397 r-annotationhub
11398 r-dplyr
11399 r-genomeinfodb
11400 r-genomicfeatures
11401 r-genomicranges
11402 r-ggplot2
11403 r-iranges
11404 r-readr
11405 r-regioner
11406 r-reshape2
11407 r-rtracklayer
11408 r-s4vectors))
11409 (native-inputs
11410 (list r-knitr))
11411 (home-page "https://bioconductor.org/packages/annotatr/")
11412 (synopsis "Annotation of genomic regions to genomic annotations")
11413 (description
11414 "Given a set of genomic sites/regions (e.g. ChIP-seq peaks, CpGs,
11415 differentially methylated CpGs or regions, SNPs, etc.) it is often of interest
11416 to investigate the intersecting genomic annotations. Such annotations include
11417 those relating to gene models (promoters, 5'UTRs, exons, introns, and 3'UTRs),
11418 CpGs (CpG islands, CpG shores, CpG shelves), or regulatory sequences such as
11419 enhancers. The annotatr package provides an easy way to summarize and
11420 visualize the intersection of genomic sites/regions with genomic
11421 annotations.")
11422 (license license:gpl3)))
11423
11424 (define-public r-rsubread
11425 (package
11426 (name "r-rsubread")
11427 (version "2.10.4")
11428 (source
11429 (origin
11430 (method url-fetch)
11431 (uri (bioconductor-uri "Rsubread" version))
11432 (sha256
11433 (base32
11434 "155h25gbagqns7wpriil17li0jkdd1z1pcz0dlnikdqj4saf97rl"))))
11435 (properties `((upstream-name . "Rsubread")))
11436 (build-system r-build-system)
11437 (inputs (list zlib))
11438 (propagated-inputs
11439 (list r-matrix))
11440 (home-page "https://bioconductor.org/packages/Rsubread/")
11441 (synopsis "Subread sequence alignment and counting for R")
11442 (description
11443 "This package provides tools for alignment, quantification and analysis
11444 of second and third generation sequencing data. It includes functionality for
11445 read mapping, read counting, SNP calling, structural variant detection and
11446 gene fusion discovery. It can be applied to all major sequencing techologies
11447 and to both short and long sequence reads.")
11448 (license license:gpl3)))
11449
11450 (define-public r-flowutils
11451 (package
11452 (name "r-flowutils")
11453 (version "1.59.0")
11454 (source
11455 (origin
11456 (method url-fetch)
11457 (uri (bioconductor-uri "flowUtils" version))
11458 (sha256
11459 (base32
11460 "11x362dqb9mjlsbq6g1qkb8hhnkvm22z5s3wkgmpyy9kyifjkm26"))))
11461 (properties `((upstream-name . "flowUtils")))
11462 (build-system r-build-system)
11463 (propagated-inputs
11464 (list r-biobase
11465 r-corpcor
11466 r-flowcore
11467 r-graph
11468 r-runit
11469 r-xml))
11470 (home-page "https://github.com/jspidlen/flowUtils")
11471 (synopsis "Utilities for flow cytometry")
11472 (description
11473 "This package provides utilities for flow cytometry data.")
11474 (license license:artistic2.0)))
11475
11476 (define-public r-consensusclusterplus
11477 (package
11478 (name "r-consensusclusterplus")
11479 (version "1.60.0")
11480 (source
11481 (origin
11482 (method url-fetch)
11483 (uri (bioconductor-uri "ConsensusClusterPlus" version))
11484 (sha256
11485 (base32
11486 "1021cix4mr9qsafskw4kk1l3wdzx9pk2gcwjifz6f4zqxss9v07p"))))
11487 (properties
11488 `((upstream-name . "ConsensusClusterPlus")))
11489 (build-system r-build-system)
11490 (propagated-inputs
11491 (list r-all r-biobase r-cluster))
11492 (home-page "https://bioconductor.org/packages/ConsensusClusterPlus")
11493 (synopsis "Clustering algorithm")
11494 (description
11495 "This package provides an implementation of an algorithm for determining
11496 cluster count and membership by stability evidence in unsupervised analysis.")
11497 (license license:gpl2)))
11498
11499 ;; This is the latest commit and it solves a bug from the latest release.
11500 (define-public r-cycombine
11501 (let ((commit "f18504bc83ff5daee2b5eb4b28f09abdaaa66698") (revision "1"))
11502 (package
11503 (name "r-cycombine")
11504 (version (git-version "0.2.6" revision commit))
11505 (source (origin
11506 (method git-fetch)
11507 (uri (git-reference
11508 (url "https://github.com/biosurf/cyCombine")
11509 (commit commit)))
11510 (file-name (git-file-name name version))
11511 (sha256
11512 (base32
11513 "1fiwnik8iahg01732fik85xhz359x32f1xc59h443pdf7jancskm"))))
11514 (properties `((upstream-name . "cyCombine")))
11515 (build-system r-build-system)
11516 (propagated-inputs
11517 (list r-biobase
11518 r-cytolib
11519 r-dplyr
11520 r-flowcore
11521 r-ggplot2
11522 r-knitr
11523 r-kohonen
11524 r-magrittr
11525 r-purrr
11526 r-rcolorbrewer
11527 r-readr
11528 r-readxl
11529 r-stringr
11530 r-sva
11531 r-tibble
11532 r-tidyr))
11533 (native-inputs (list r-knitr))
11534 (home-page "https://github.com/biosurf/cyCombine")
11535 (synopsis "Integration of single-cell cytometry datasets")
11536 (description
11537 "This package provides a method for combining single-cell cytometry
11538 datasets, which increases the analytical flexibility and the statistical power
11539 of the analyses while minimizing technical noise.")
11540 (license license:expat))))
11541
11542 (define-public r-cytolib
11543 (package
11544 (name "r-cytolib")
11545 (version "2.8.0")
11546 (source
11547 (origin
11548 (method url-fetch)
11549 (uri (bioconductor-uri "cytolib" version))
11550 (sha256
11551 (base32
11552 "18b532sicca5l8sn334prrm7g1z1cakiwydccz4i833168pnsjyg"))))
11553 (properties `((upstream-name . "cytolib")))
11554 (build-system r-build-system)
11555 (native-inputs
11556 (list r-knitr))
11557 (propagated-inputs
11558 (list r-bh
11559 r-rcpp
11560 r-rcpparmadillo
11561 r-rcppparallel
11562 r-rhdf5lib
11563 r-rprotobuflib))
11564 (home-page "https://bioconductor.org/packages/cytolib/")
11565 (synopsis "C++ infrastructure for working with gated cytometry")
11566 (description
11567 "This package provides the core data structure and API to represent and
11568 interact with gated cytometry data.")
11569 (license license:artistic2.0)))
11570
11571 (define-public r-flowcore
11572 (package
11573 (name "r-flowcore")
11574 (version "2.8.0")
11575 (source
11576 (origin
11577 (method url-fetch)
11578 (uri (bioconductor-uri "flowCore" version))
11579 (sha256
11580 (base32
11581 "17nci6rc4i0vs0ibw5q8zy30ap7q4550qpq4ifkbblqbyzxlzkhr"))))
11582 (properties `((upstream-name . "flowCore")))
11583 (build-system r-build-system)
11584 (propagated-inputs
11585 (list r-bh
11586 r-biobase
11587 r-biocgenerics
11588 r-cytolib
11589 r-matrixstats
11590 r-rcpp
11591 r-rcpparmadillo
11592 r-rprotobuflib
11593 r-s4vectors))
11594 (native-inputs
11595 (list r-knitr))
11596 (home-page "https://bioconductor.org/packages/flowCore")
11597 (synopsis "Basic structures for flow cytometry data")
11598 (description
11599 "This package provides S4 data structures and basic functions to deal
11600 with flow cytometry data.")
11601 (license license:artistic2.0)))
11602
11603 (define-public r-flowmeans
11604 (package
11605 (name "r-flowmeans")
11606 (version "1.56.0")
11607 (source
11608 (origin
11609 (method url-fetch)
11610 (uri (bioconductor-uri "flowMeans" version))
11611 (sha256
11612 (base32
11613 "1n4li43ydwwf5gvgmdml4ba28cxymybg5wnz6jvp35n959fwxv6y"))))
11614 (properties `((upstream-name . "flowMeans")))
11615 (build-system r-build-system)
11616 (propagated-inputs
11617 (list r-biobase r-feature r-flowcore r-rrcov))
11618 (home-page "https://bioconductor.org/packages/flowMeans")
11619 (synopsis "Non-parametric flow cytometry data gating")
11620 (description
11621 "This package provides tools to identify cell populations in Flow
11622 Cytometry data using non-parametric clustering and segmented-regression-based
11623 change point detection.")
11624 (license license:artistic2.0)))
11625
11626 (define-public r-ncdfflow
11627 (package
11628 (name "r-ncdfflow")
11629 (version "2.42.0")
11630 (source
11631 (origin
11632 (method url-fetch)
11633 (uri (bioconductor-uri "ncdfFlow" version))
11634 (sha256
11635 (base32
11636 "18ba8rygcd1ys150pk38r4w5lxwm6sl76zkd294yg847dygsqa4m"))))
11637 (properties `((upstream-name . "ncdfFlow")))
11638 (build-system r-build-system)
11639 (propagated-inputs
11640 (list r-bh
11641 r-biobase
11642 r-biocgenerics
11643 r-flowcore
11644 r-rcpp
11645 r-rcpparmadillo
11646 r-rhdf5lib
11647 r-zlibbioc))
11648 (native-inputs
11649 (list r-knitr))
11650 (home-page "https://bioconductor.org/packages/ncdfFlow/")
11651 (synopsis "HDF5 based storage for flow cytometry data")
11652 (description
11653 "This package provides HDF5 storage based methods and functions for
11654 manipulation of flow cytometry data.")
11655 (license license:artistic2.0)))
11656
11657 (define-public r-ggcyto
11658 (package
11659 (name "r-ggcyto")
11660 (version "1.24.0")
11661 (source
11662 (origin
11663 (method url-fetch)
11664 (uri (bioconductor-uri "ggcyto" version))
11665 (sha256
11666 (base32
11667 "0sycyvdpa77mykzr709a7padh6478zmnzapibbq90qkc7bxnj359"))))
11668 (properties `((upstream-name . "ggcyto")))
11669 (build-system r-build-system)
11670 (propagated-inputs
11671 (list r-data-table
11672 r-flowcore
11673 r-flowworkspace
11674 r-ggplot2
11675 r-gridextra
11676 r-hexbin
11677 r-ncdfflow
11678 r-plyr
11679 r-rcolorbrewer
11680 r-rlang
11681 r-scales))
11682 (native-inputs
11683 (list r-knitr))
11684 (home-page "https://github.com/RGLab/ggcyto/issues")
11685 (synopsis "Visualize Cytometry data with ggplot")
11686 (description
11687 "With the dedicated fortify method implemented for @code{flowSet},
11688 @code{ncdfFlowSet} and @code{GatingSet} classes, both raw and gated flow
11689 cytometry data can be plotted directly with ggplot. The @code{ggcyto} wrapper
11690 and some custom layers also make it easy to add gates and population
11691 statistics to the plot.")
11692 (license license:artistic2.0)))
11693
11694 (define-public r-flowviz
11695 (package
11696 (name "r-flowviz")
11697 (version "1.60.0")
11698 (source
11699 (origin
11700 (method url-fetch)
11701 (uri (bioconductor-uri "flowViz" version))
11702 (sha256
11703 (base32
11704 "175ygncrv6q6mb8pahixs89m9wm6hdpzx489gc9s8lgad2vrvz8f"))))
11705 (properties `((upstream-name . "flowViz")))
11706 (build-system r-build-system)
11707 (propagated-inputs
11708 (list r-biobase
11709 r-flowcore
11710 r-hexbin
11711 r-idpmisc
11712 r-kernsmooth
11713 r-lattice
11714 r-latticeextra
11715 r-mass
11716 r-rcolorbrewer))
11717 (native-inputs
11718 (list r-knitr))
11719 (home-page "https://bioconductor.org/packages/flowViz/")
11720 (synopsis "Visualization for flow cytometry")
11721 (description
11722 "This package provides visualization tools for flow cytometry data.")
11723 (license license:artistic2.0)))
11724
11725 (define-public r-flowclust
11726 (package
11727 (name "r-flowclust")
11728 (version "3.34.0")
11729 (source
11730 (origin
11731 (method url-fetch)
11732 (uri (bioconductor-uri "flowClust" version))
11733 (sha256
11734 (base32
11735 "055vm9s8aha92znhpjqkipzprw8bkrinwjaik4ygmhym7w6vbblk"))))
11736 (properties `((upstream-name . "flowClust")))
11737 (build-system r-build-system)
11738 (arguments
11739 `(#:configure-flags
11740 (list "--configure-args=--enable-bundled-gsl=no")))
11741 (propagated-inputs
11742 (list r-biobase
11743 r-biocgenerics
11744 r-flowcore
11745 r-graph))
11746 (inputs
11747 (list gsl))
11748 (native-inputs
11749 (list pkg-config r-knitr))
11750 (home-page "https://bioconductor.org/packages/flowClust")
11751 (synopsis "Clustering for flow cytometry")
11752 (description
11753 "This package provides robust model-based clustering using a t-mixture
11754 model with Box-Cox transformation.")
11755 (license license:artistic2.0)))
11756
11757 ;; TODO: this package bundles an old version of protobuf. It's not easy to
11758 ;; make it use our protobuf package instead.
11759 (define-public r-rprotobuflib
11760 (package
11761 (name "r-rprotobuflib")
11762 (version "2.8.0")
11763 (source
11764 (origin
11765 (method url-fetch)
11766 (uri (bioconductor-uri "RProtoBufLib" version))
11767 (sha256
11768 (base32
11769 "1mvqwrm1y0vij66gdwgpf5l1h660wsi9jzjfs4ihw3zm4cb0q5pp"))))
11770 (properties `((upstream-name . "RProtoBufLib")))
11771 (build-system r-build-system)
11772 (arguments
11773 `(#:phases
11774 (modify-phases %standard-phases
11775 (add-after 'unpack 'unpack-bundled-sources
11776 (lambda _
11777 (with-directory-excursion "src"
11778 (invoke "tar" "xf" "protobuf-3.8.0.tar.gz")))))))
11779 (native-inputs
11780 (list r-knitr))
11781 (home-page "https://bioconductor.org/packages/RProtoBufLib/")
11782 (synopsis "C++ headers and static libraries of Protocol buffers")
11783 (description
11784 "This package provides the headers and static library of Protocol buffers
11785 for other R packages to compile and link against.")
11786 (license license:bsd-3)))
11787
11788 (define-public r-flowworkspace
11789 (package
11790 (name "r-flowworkspace")
11791 (version "4.8.0")
11792 (source
11793 (origin
11794 (method url-fetch)
11795 (uri (bioconductor-uri "flowWorkspace" version))
11796 (sha256
11797 (base32
11798 "0riyi9628cx1j5x6hmdd28yq75xh25j8ckcdz8dnb94dpvnhaqss"))))
11799 (properties `((upstream-name . "flowWorkspace")))
11800 (build-system r-build-system)
11801 (propagated-inputs
11802 (list r-aws-s3
11803 r-aws-signature
11804 r-bh
11805 r-biobase
11806 r-biocgenerics
11807 r-cytolib
11808 r-data-table
11809 r-delayedarray
11810 r-digest
11811 r-dplyr
11812 r-flowcore
11813 r-ggplot2
11814 r-graph
11815 r-lattice
11816 r-latticeextra
11817 r-matrixstats
11818 r-ncdfflow
11819 r-rbgl
11820 r-rcpp
11821 r-rcpparmadillo
11822 r-rcppparallel
11823 r-rgraphviz
11824 r-rhdf5lib
11825 r-rprotobuflib
11826 r-s4vectors
11827 r-scales
11828 r-xml))
11829 (native-inputs
11830 (list r-knitr))
11831 (home-page "https://bioconductor.org/packages/flowWorkspace/")
11832 (synopsis "Infrastructure for working with cytometry data")
11833 (description
11834 "This package is designed to facilitate comparison of automated gating
11835 methods against manual gating done in flowJo. This package allows you to
11836 import basic flowJo workspaces into BioConductor and replicate the gating from
11837 flowJo using the @code{flowCore} functionality. Gating hierarchies, groups of
11838 samples, compensation, and transformation are performed so that the output
11839 matches the flowJo analysis.")
11840 (license license:artistic2.0)))
11841
11842 (define-public r-flowstats
11843 (package
11844 (name "r-flowstats")
11845 (version "4.8.0")
11846 (source
11847 (origin
11848 (method url-fetch)
11849 (uri (bioconductor-uri "flowStats" version))
11850 (sha256
11851 (base32
11852 "1jbc92ah2mlpnd7v3k0207v4qz3rg9g9yy6r6y0s0cc5nifdyhwj"))))
11853 (properties `((upstream-name . "flowStats")))
11854 (build-system r-build-system)
11855 (propagated-inputs
11856 (list r-biobase
11857 r-biocgenerics
11858 r-cluster
11859 r-corpcor
11860 r-fda
11861 r-flowcore
11862 r-flowviz
11863 r-flowworkspace
11864 r-kernsmooth
11865 r-ks
11866 r-lattice
11867 r-mass
11868 r-mnormt
11869 r-ncdfflow
11870 r-rcolorbrewer
11871 r-rrcov))
11872 (home-page "http://www.github.com/RGLab/flowStats")
11873 (synopsis "Statistical methods for the analysis of flow cytometry data")
11874 (description
11875 "This package provides methods and functionality to analyze flow data
11876 that is beyond the basic infrastructure provided by the @code{flowCore}
11877 package.")
11878 (license license:artistic2.0)))
11879
11880 (define-public r-opencyto
11881 (package
11882 (name "r-opencyto")
11883 (version "2.8.0")
11884 (source
11885 (origin
11886 (method url-fetch)
11887 (uri (bioconductor-uri "openCyto" version))
11888 (sha256
11889 (base32
11890 "1nz5fra0jf70jwyfbcz5ksnz5xb62vfnfwfasr0zwwvjvmmvrs1y"))))
11891 (properties `((upstream-name . "openCyto")))
11892 (build-system r-build-system)
11893 (propagated-inputs
11894 (list r-biobase
11895 r-biocgenerics
11896 r-clue
11897 r-data-table
11898 r-flowclust
11899 r-flowcore
11900 r-flowstats
11901 r-flowviz
11902 r-flowworkspace
11903 r-graph
11904 r-gtools
11905 r-ks
11906 r-lattice
11907 r-mass
11908 r-ncdfflow
11909 r-plyr
11910 r-r-utils
11911 r-rbgl
11912 r-rcolorbrewer
11913 r-rcpp
11914 r-rrcov))
11915 (native-inputs
11916 (list r-knitr))
11917 (home-page "https://bioconductor.org/packages/openCyto")
11918 (synopsis "Hierarchical gating pipeline for flow cytometry data")
11919 (description
11920 "This package is designed to facilitate the automated gating methods in a
11921 sequential way to mimic the manual gating strategy.")
11922 (license license:artistic2.0)))
11923
11924 (define-public r-cytoml
11925 (package
11926 (name "r-cytoml")
11927 (version "2.8.0")
11928 (source
11929 (origin
11930 (method url-fetch)
11931 (uri (bioconductor-uri "CytoML" version))
11932 (sha256
11933 (base32
11934 "0vp7advfh1d8596hjpzayasjhga4mx0l104sgz2asscbrjm4v7rr"))))
11935 (properties `((upstream-name . "CytoML")))
11936 (build-system r-build-system)
11937 (inputs
11938 (list libxml2 zlib))
11939 (propagated-inputs
11940 (list r-base64enc
11941 r-bh
11942 r-biobase
11943 r-corpcor
11944 r-cytolib
11945 r-data-table
11946 r-dplyr
11947 r-flowcore
11948 r-flowworkspace
11949 r-ggcyto
11950 r-graph
11951 r-jsonlite
11952 r-lattice
11953 r-opencyto
11954 r-plyr
11955 r-rbgl
11956 r-rcpp
11957 r-rcpparmadillo
11958 r-rcppparallel
11959 r-rgraphviz
11960 r-rhdf5lib
11961 r-rprotobuflib
11962 r-runit
11963 r-tibble
11964 r-xml
11965 r-xml2
11966 r-yaml))
11967 (native-inputs
11968 (list r-knitr))
11969 (home-page "https://github.com/RGLab/CytoML")
11970 (synopsis "GatingML interface for cross platform cytometry data sharing")
11971 (description
11972 "This package provides an interface to implementations of the GatingML2.0
11973 standard to exchange gated cytometry data with other software platforms.")
11974 (license license:artistic2.0)))
11975
11976 (define-public r-flowsom
11977 (package
11978 (name "r-flowsom")
11979 (version "2.4.0")
11980 (source
11981 (origin
11982 (method url-fetch)
11983 (uri (bioconductor-uri "FlowSOM" version))
11984 (sha256
11985 (base32
11986 "0balsds5mm981cqamdjv3ndq1y9arharisd6f2lrpkzgvwawa645"))))
11987 (properties `((upstream-name . "FlowSOM")))
11988 (build-system r-build-system)
11989 (propagated-inputs
11990 (list r-biocgenerics
11991 r-colorramps
11992 r-consensusclusterplus
11993 r-cytoml
11994 r-dplyr
11995 r-flowcore
11996 r-flowworkspace
11997 r-ggforce
11998 r-ggnewscale
11999 r-ggplot2
12000 r-ggpointdensity
12001 r-ggpubr
12002 r-ggrepel
12003 r-igraph
12004 r-magrittr
12005 r-pheatmap
12006 r-rcolorbrewer
12007 r-rlang
12008 r-rtsne
12009 r-scattermore
12010 r-tidyr
12011 r-xml))
12012 (home-page "https://bioconductor.org/packages/FlowSOM/")
12013 (synopsis "Visualize and interpret cytometry data")
12014 (description
12015 "FlowSOM offers visualization options for cytometry data, by using
12016 self-organizing map clustering and minimal spanning trees.")
12017 (license license:gpl2+)))
12018
12019 (define-public r-mixomics
12020 (package
12021 (name "r-mixomics")
12022 (version "6.20.0")
12023 (source
12024 (origin
12025 (method url-fetch)
12026 (uri (bioconductor-uri "mixOmics" version))
12027 (sha256
12028 (base32
12029 "0fwc2w7frj0bjijzfckkxf7ipx1z13gw7907q4zr5qfl9mh127w7"))))
12030 (properties `((upstream-name . "mixOmics")))
12031 (build-system r-build-system)
12032 (propagated-inputs
12033 (list r-biocparallel
12034 r-corpcor
12035 r-dplyr
12036 r-ellipse
12037 r-ggrepel
12038 r-ggplot2
12039 r-gridextra
12040 r-igraph
12041 r-lattice
12042 r-mass
12043 r-matrixstats
12044 r-rarpack
12045 r-rcolorbrewer
12046 r-reshape2
12047 r-tidyr))
12048 (native-inputs
12049 (list r-knitr))
12050 (home-page "http://www.mixOmics.org")
12051 (synopsis "Multivariate methods for exploration of biological datasets")
12052 (description
12053 "mixOmics offers a wide range of multivariate methods for the exploration
12054 and integration of biological datasets with a particular focus on variable
12055 selection. The package proposes several sparse multivariate models we have
12056 developed to identify the key variables that are highly correlated, and/or
12057 explain the biological outcome of interest. The data that can be analysed
12058 with mixOmics may come from high throughput sequencing technologies, such as
12059 omics data (transcriptomics, metabolomics, proteomics, metagenomics etc) but
12060 also beyond the realm of omics (e.g. spectral imaging). The methods
12061 implemented in mixOmics can also handle missing values without having to
12062 delete entire rows with missing data.")
12063 (license license:gpl2+)))
12064
12065 (define-public r-depecher
12066 (package ;Source/Weave error
12067 (name "r-depecher")
12068 (version "1.12.0")
12069 (source
12070 (origin
12071 (method url-fetch)
12072 (uri (bioconductor-uri "DepecheR" version))
12073 (sha256
12074 (base32
12075 "0rixczdds5gpac50wap6s68kmpdj4208l38gcihkrysz5frbvqjp"))))
12076 (properties `((upstream-name . "DepecheR")))
12077 (build-system r-build-system)
12078 (propagated-inputs
12079 (list r-beanplot
12080 r-dosnow
12081 r-dplyr
12082 r-fnn
12083 r-foreach
12084 r-ggplot2
12085 r-gmodels
12086 r-gplots
12087 r-mass
12088 r-matrixstats
12089 r-mixomics
12090 r-moments
12091 r-rcpp
12092 r-rcppeigen
12093 r-reshape2
12094 r-robustbase
12095 r-viridis))
12096 (native-inputs
12097 (list r-knitr))
12098 (home-page "https://bioconductor.org/packages/DepecheR/")
12099 (synopsis "Identify traits of clusters in high-dimensional entities")
12100 (description
12101 "The purpose of this package is to identify traits in a dataset that can
12102 separate groups. This is done on two levels. First, clustering is performed,
12103 using an implementation of sparse K-means. Secondly, the generated clusters
12104 are used to predict outcomes of groups of individuals based on their
12105 distribution of observations in the different clusters. As certain clusters
12106 with separating information will be identified, and these clusters are defined
12107 by a sparse number of variables, this method can reduce the complexity of
12108 data, to only emphasize the data that actually matters.")
12109 (license license:expat)))
12110
12111 (define-public r-rcistarget
12112 (package
12113 (name "r-rcistarget")
12114 (version "1.16.0")
12115 (source
12116 (origin
12117 (method url-fetch)
12118 (uri (bioconductor-uri "RcisTarget" version))
12119 (sha256
12120 (base32
12121 "17fnjkg6rjqj33v7slg81skqag10y6dc14g5iv69gqshjal4w4im"))))
12122 (properties `((upstream-name . "RcisTarget")))
12123 (build-system r-build-system)
12124 (propagated-inputs
12125 (list r-arrow
12126 r-aucell
12127 r-biocgenerics
12128 r-data-table
12129 r-dplyr
12130 r-genomeinfodb
12131 r-genomicranges
12132 r-gseabase
12133 r-r-utils
12134 r-s4vectors
12135 r-summarizedexperiment
12136 r-tibble))
12137 (native-inputs
12138 (list r-knitr))
12139 (home-page "https://aertslab.org/#scenic")
12140 (synopsis "Identify transcription factor binding motifs enriched on a gene list")
12141 (description
12142 "RcisTarget identifies @dfn{transcription factor binding motifs} (TFBS)
12143 over-represented on a gene list. In a first step, RcisTarget selects DNA
12144 motifs that are significantly over-represented in the surroundings of the
12145 @dfn{transcription start site} (TSS) of the genes in the gene-set. This is
12146 achieved by using a database that contains genome-wide cross-species rankings
12147 for each motif. The motifs that are then annotated to TFs and those that have
12148 a high @dfn{Normalized Enrichment Score} (NES) are retained. Finally, for
12149 each motif and gene-set, RcisTarget predicts the candidate target genes (i.e.
12150 genes in the gene-set that are ranked above the leading edge).")
12151 (license license:gpl3)))
12152
12153 (define-public r-chicago
12154 (package
12155 (name "r-chicago")
12156 (version "1.24.0")
12157 (source
12158 (origin
12159 (method url-fetch)
12160 (uri (bioconductor-uri "Chicago" version))
12161 (sha256
12162 (base32
12163 "13vzxmvxpc3r9gii37zvhhr5nbnaggrva97g6m2n02qn9daf6vmm"))))
12164 (properties `((upstream-name . "Chicago")))
12165 (build-system r-build-system)
12166 (propagated-inputs
12167 (list r-data-table r-delaporte r-hmisc r-mass r-matrixstats))
12168 (native-inputs (list r-knitr))
12169 (home-page "https://bioconductor.org/packages/Chicago")
12170 (synopsis "Capture Hi-C analysis of genomic organization")
12171 (description
12172 "This package provides a pipeline for analysing Capture Hi-C data.")
12173 (license license:artistic2.0)))
12174
12175 ;; This is a CRAN package, but it depends on Bioconductor packages, so we put
12176 ;; it here.
12177 (define-public r-ciara
12178 (package
12179 (name "r-ciara")
12180 (version "0.1.0")
12181 (source (origin
12182 (method url-fetch)
12183 (uri (cran-uri "CIARA" version))
12184 (sha256
12185 (base32
12186 "0nr7wks9231326x0lhpbh824c6vcb5hr5jn89s9bmg9mci907bsf"))))
12187 (properties `((upstream-name . "CIARA")))
12188 (build-system r-build-system)
12189 (propagated-inputs (list r-biobase r-ggplot2 r-ggraph r-magrittr))
12190 (native-inputs (list r-knitr))
12191 (home-page "https://cran.r-project.org/package=CIARA")
12192 (synopsis "Cluster-independent algorithm for rare cell types identification")
12193 (description
12194 "This is a package to support identification of markers of rare cell
12195 types by looking at genes whose expression is confined in small regions of the
12196 expression space.")
12197 (license license:artistic2.0)))
12198
12199 (define-public r-cicero
12200 (package
12201 (name "r-cicero")
12202 (version "1.14.0")
12203 (source
12204 (origin
12205 (method url-fetch)
12206 (uri (bioconductor-uri "cicero" version))
12207 (sha256
12208 (base32
12209 "1ip12ijazlmcfbym078slxykpkz7d1zwvs8l8aqdnqpxjfk1ipx5"))))
12210 (build-system r-build-system)
12211 (propagated-inputs
12212 (list r-assertthat
12213 r-biobase
12214 r-biocgenerics
12215 r-data-table
12216 r-dplyr
12217 r-fnn
12218 r-genomicranges
12219 r-ggplot2
12220 r-glasso
12221 r-gviz
12222 r-igraph
12223 r-iranges
12224 r-matrix
12225 r-monocle
12226 r-plyr
12227 r-reshape2
12228 r-s4vectors
12229 r-stringi
12230 r-stringr
12231 r-tibble
12232 r-tidyr
12233 r-vgam))
12234 (native-inputs
12235 (list r-knitr))
12236 (home-page "https://bioconductor.org/packages/cicero/")
12237 (synopsis "Predict cis-co-accessibility from single-cell data")
12238 (description
12239 "Cicero computes putative cis-regulatory maps from single-cell chromatin
12240 accessibility data. It also extends the monocle package for use in chromatin
12241 accessibility data.")
12242 (license license:expat)))
12243
12244 ;; This is the latest commit on the "monocle3" branch.
12245 (define-public r-cicero-monocle3
12246 (let ((commit "fa2fb6515857a8cfc88bc9af044f34de1bcd2b7b")
12247 (revision "1"))
12248 (package (inherit r-cicero)
12249 (name "r-cicero-monocle3")
12250 (version (git-version "1.3.2" revision commit))
12251 (source
12252 (origin
12253 (method git-fetch)
12254 (uri (git-reference
12255 (url "https://github.com/cole-trapnell-lab/cicero-release")
12256 (commit commit)))
12257 (file-name (git-file-name name version))
12258 (sha256
12259 (base32
12260 "077yza93wdhi08n40md20jwk55k9lw1f3y0063qkk90cpz60wi0c"))))
12261 (propagated-inputs
12262 (modify-inputs (package-propagated-inputs r-cicero)
12263 (delete "r-monocle")
12264 (prepend r-monocle3))))))
12265
12266 (define-public r-circrnaprofiler
12267 (package
12268 (name "r-circrnaprofiler")
12269 (version "1.10.0")
12270 (source
12271 (origin
12272 (method url-fetch)
12273 (uri (bioconductor-uri "circRNAprofiler" version))
12274 (sha256
12275 (base32
12276 "1gwm416shhv2p3gh1n6kv1rvx0n0imy25b7z62z4s8b3gs3nfp5j"))))
12277 (properties
12278 `((upstream-name . "circRNAprofiler")))
12279 (build-system r-build-system)
12280 (propagated-inputs
12281 (list r-annotationhub
12282 r-biostrings
12283 r-bsgenome
12284 r-bsgenome-hsapiens-ucsc-hg19
12285 r-deseq2
12286 r-dplyr
12287 r-edger
12288 r-genomeinfodb
12289 r-genomicranges
12290 r-ggplot2
12291 r-gwascat
12292 r-iranges
12293 r-magrittr
12294 r-r-utils
12295 r-readr
12296 r-reshape2
12297 r-rlang
12298 r-rtracklayer
12299 r-s4vectors
12300 r-seqinr
12301 r-stringi
12302 r-stringr
12303 r-universalmotif))
12304 (native-inputs
12305 (list r-knitr))
12306 (home-page
12307 "https://github.com/Aufiero/circRNAprofiler")
12308 (synopsis
12309 "Computational framework for the downstream analysis of circular RNA's")
12310 (description
12311 "@code{r-circrnaprofiler} is a computational framework for a comprehensive
12312 in silico analysis of @dfn{circular RNA} (circRNAs). This computational
12313 framework allows combining and analyzing circRNAs previously detected by
12314 multiple publicly available annotation-based circRNA detection tools. It
12315 covers different aspects of circRNAs analysis from differential expression
12316 analysis, evolutionary conservation, biogenesis to functional analysis.")
12317 (license license:gpl3)))
12318
12319 (define-public r-cistopic
12320 (package
12321 (name "r-cistopic")
12322 (version "2.1.0")
12323 (source
12324 (origin
12325 (method git-fetch)
12326 (uri (git-reference
12327 (url "https://github.com/aertslab/cisTopic")
12328 (commit (string-append "v" version))))
12329 (file-name (git-file-name name version))
12330 (sha256
12331 (base32
12332 "0c4553rnxq7b1w451kcc3iwvak4qa5h2b43xmfw6ii8096zd1gbf"))))
12333 (build-system r-build-system)
12334 (propagated-inputs
12335 (list r-aucell
12336 r-data-table
12337 r-dplyr
12338 r-dosnow
12339 r-dt
12340 r-feather
12341 r-fitdistrplus
12342 r-genomicranges
12343 r-ggplot2
12344 r-lda
12345 r-matrix
12346 r-plyr
12347 r-rcistarget
12348 r-rtracklayer
12349 r-s4vectors))
12350 (home-page "https://github.com/aertslab/cisTopic")
12351 (synopsis "Modelling of cis-regulatory topics from single cell epigenomics data")
12352 (description
12353 "The sparse nature of single cell epigenomics data can be overruled using
12354 probabilistic modelling methods such as @dfn{Latent Dirichlet
12355 Allocation} (LDA). This package allows the probabilistic modelling of
12356 cis-regulatory topics (cisTopics) from single cell epigenomics data, and
12357 includes functionalities to identify cell states based on the contribution of
12358 cisTopics and explore the nature and regulatory proteins driving them.")
12359 (license license:gpl3)))
12360
12361 (define-public r-cistopic-next
12362 (let ((commit "04cecbb9d1112fcc1a6edc28b5a506bcb49f2803")
12363 (revision "1"))
12364 (package
12365 (inherit r-cistopic)
12366 (name "r-cistopic-next")
12367 ;; The DESCRIPTION file says this is version 0.3.0, which is a bit odd
12368 ;; since the previous release is 2.1.0. Oh well.
12369 (version (git-version "0.3.0" revision commit))
12370 (source
12371 (origin
12372 (method git-fetch)
12373 (uri (git-reference
12374 (url "https://github.com/aertslab/cisTopic")
12375 (commit commit)))
12376 (file-name (git-file-name name version))
12377 (sha256
12378 (base32
12379 "11cg9szlysnsjiaahda4k5v2vh4rxx27zhz53hafgaq9mdz0kgi2"))))
12380 (properties `((upstream-name . "cisTopic")))
12381 (propagated-inputs
12382 (list r-aucell
12383 r-data-table
12384 r-dosnow
12385 r-dplyr
12386 r-dt
12387 r-feather
12388 r-fitdistrplus
12389 r-genomicranges
12390 r-ggplot2
12391 r-lda
12392 r-matrix
12393 r-plyr
12394 r-rcistarget
12395 r-rtracklayer
12396 r-s4vectors
12397 r-text2vec))
12398 (native-inputs
12399 (list r-knitr)))))
12400
12401 (define-public r-genie3
12402 (package
12403 (name "r-genie3")
12404 (version "1.18.0")
12405 (source
12406 (origin
12407 (method url-fetch)
12408 (uri (bioconductor-uri "GENIE3" version))
12409 (sha256
12410 (base32
12411 "0h3vnpnznb9rda8gfwp4cnd2mqsvs1vzmfx90dchn5pqaphz1k2l"))))
12412 (properties `((upstream-name . "GENIE3")))
12413 (build-system r-build-system)
12414 (propagated-inputs
12415 (list r-dplyr r-reshape2))
12416 (native-inputs
12417 (list r-knitr))
12418 (home-page "https://bioconductor.org/packages/GENIE3")
12419 (synopsis "Gene network inference with ensemble of trees")
12420 (description
12421 "This package implements the GENIE3 algorithm for inferring gene
12422 regulatory networks from expression data.")
12423 (license license:gpl2+)))
12424
12425 (define-public r-roc
12426 (package
12427 (name "r-roc")
12428 (version "1.72.0")
12429 (source
12430 (origin
12431 (method url-fetch)
12432 (uri (bioconductor-uri "ROC" version))
12433 (sha256
12434 (base32
12435 "0yfq0d0j2bzqdnjs6l2h6p48kmv9wfphlqym3brgndlnadipq1v2"))))
12436 (properties `((upstream-name . "ROC")))
12437 (build-system r-build-system)
12438 (native-inputs
12439 (list r-knitr))
12440 (home-page "https://www.bioconductor.org/packages/ROC/")
12441 (synopsis "Utilities for ROC curves")
12442 (description
12443 "This package provides utilities for @dfn{Receiver Operating
12444 Characteristic} (ROC) curves, with a focus on micro arrays.")
12445 (license license:artistic2.0)))
12446
12447 (define-public r-watermelon
12448 (package
12449 (name "r-watermelon")
12450 (version "2.2.0")
12451 (source
12452 (origin
12453 (method url-fetch)
12454 (uri (bioconductor-uri "wateRmelon" version))
12455 (sha256
12456 (base32
12457 "0adqyfabrvfcaj3mwp0rbqlcgpj92yb205cyhibbrs5gdr5ri4pv"))))
12458 (properties `((upstream-name . "wateRmelon")))
12459 (build-system r-build-system)
12460 (propagated-inputs
12461 (list r-biobase
12462 r-illuminahumanmethylation450kanno-ilmn12-hg19
12463 r-illuminaio
12464 r-limma
12465 r-lumi
12466 r-matrixstats
12467 r-methylumi
12468 r-roc))
12469 (native-inputs
12470 (list r-knitr))
12471 (home-page "https://bioconductor.org/packages/wateRmelon/")
12472 (synopsis "Illumina 450 methylation array normalization and metrics")
12473 (description
12474 "The standard index of DNA methylation (beta) is computed from methylated
12475 and unmethylated signal intensities. Betas calculated from raw signal
12476 intensities perform well, but using 11 methylomic datasets we demonstrate that
12477 quantile normalization methods produce marked improvement. The commonly used
12478 procedure of normalizing betas is inferior to the separate normalization of M
12479 and U, and it is also advantageous to normalize Type I and Type II assays
12480 separately. This package provides 15 flavours of betas and three performance
12481 metrics, with methods for objects produced by the @code{methylumi} and
12482 @code{minfi} packages.")
12483 (license license:gpl3)))
12484
12485 (define-public r-gdsfmt
12486 (package
12487 (name "r-gdsfmt")
12488 (version "1.32.0")
12489 (source
12490 (origin
12491 (method url-fetch)
12492 (uri (bioconductor-uri "gdsfmt" version))
12493 (sha256
12494 (base32
12495 "1cdwyivgfc6yw5hj9b3j57wx55gckwhx6fwx2lvqynrjzjyzf3q0"))
12496 (modules '((guix build utils)))
12497 ;; Remove bundled sources of zlib, lz4, and xz. Don't attempt to build
12498 ;; them and link with system libraries instead.
12499 (snippet
12500 '(begin
12501 (for-each delete-file-recursively
12502 '("src/LZ4"
12503 "src/XZ"
12504 "src/ZLIB"))
12505 (substitute* "src/Makevars"
12506 (("all: \\$\\(SHLIB\\)") "all:")
12507 (("\\$\\(SHLIB\\): liblzma.a") "")
12508 (("^ (ZLIB|LZ4)/.*") "")
12509 (("CoreArray/dVLIntGDS.cpp.*")
12510 "CoreArray/dVLIntGDS.cpp")
12511 (("CoreArray/dVLIntGDS.o.*")
12512 "CoreArray/dVLIntGDS.o")
12513 (("PKG_LIBS = ./liblzma.a")
12514 "PKG_LIBS = -llz4"))
12515 (substitute* "src/CoreArray/dStream.h"
12516 (("include \"../(ZLIB|LZ4|XZ/api)/(.*)\"" _ _ header)
12517 (string-append "include <" header ">")))))))
12518 (properties `((upstream-name . "gdsfmt")))
12519 (build-system r-build-system)
12520 (inputs
12521 (list lz4 xz zlib))
12522 (native-inputs
12523 (list r-knitr))
12524 (home-page "http://corearray.sourceforge.net/")
12525 (synopsis
12526 "R Interface to CoreArray Genomic Data Structure (GDS) Files")
12527 (description
12528 "This package provides a high-level R interface to CoreArray @dfn{Genomic
12529 Data Structure} (GDS) data files, which are portable across platforms with
12530 hierarchical structure to store multiple scalable array-oriented data sets
12531 with metadata information. It is suited for large-scale datasets, especially
12532 for data which are much larger than the available random-access memory. The
12533 @code{gdsfmt} package offers efficient operations specifically designed for
12534 integers of less than 8 bits, since a diploid genotype, like
12535 @dfn{single-nucleotide polymorphism} (SNP), usually occupies fewer bits than a
12536 byte. Data compression and decompression are available with relatively
12537 efficient random access. It is also allowed to read a GDS file in parallel
12538 with multiple R processes supported by the package @code{parallel}.")
12539 (license license:lgpl3)))
12540
12541 (define-public r-bigmelon
12542 (package
12543 (name "r-bigmelon")
12544 (version "1.22.0")
12545 (source
12546 (origin
12547 (method url-fetch)
12548 (uri (bioconductor-uri "bigmelon" version))
12549 (sha256
12550 (base32
12551 "1msch4qbifkdqv0bbw03xj6d9w28z91mf4ki41rqg6048cq17h2k"))))
12552 (properties `((upstream-name . "bigmelon")))
12553 (build-system r-build-system)
12554 (propagated-inputs
12555 (list r-biobase
12556 r-biocgenerics
12557 r-gdsfmt
12558 r-geoquery
12559 r-illuminaio
12560 r-methylumi
12561 r-minfi
12562 r-watermelon))
12563 (native-inputs
12564 (list r-knitr))
12565 (home-page "https://bioconductor.org/packages/bigmelon/")
12566 (synopsis "Illumina methylation array analysis for large experiments")
12567 (description
12568 "This package provides methods for working with Illumina arrays using the
12569 @code{gdsfmt} package.")
12570 (license license:gpl3)))
12571
12572 (define-public r-seqbias
12573 (package
12574 (name "r-seqbias")
12575 (version "1.44.0")
12576 (source
12577 (origin
12578 (method url-fetch)
12579 (uri (bioconductor-uri "seqbias" version))
12580 (sha256
12581 (base32
12582 "085nq6pf0bdn17wsbr5jnyy512v7rf67xff9rp5wz47mcifbv6rg"))))
12583 (properties `((upstream-name . "seqbias")))
12584 (build-system r-build-system)
12585 (propagated-inputs
12586 (list r-biostrings r-genomicranges r-rhtslib))
12587 (home-page "https://bioconductor.org/packages/seqbias/")
12588 (synopsis "Estimation of per-position bias in high-throughput sequencing data")
12589 (description
12590 "This package implements a model of per-position sequencing bias in
12591 high-throughput sequencing data using a simple Bayesian network, the structure
12592 and parameters of which are trained on a set of aligned reads and a reference
12593 genome sequence.")
12594 (license license:lgpl3)))
12595
12596 (define-public r-reqon
12597 (package
12598 (name "r-reqon")
12599 (version "1.42.0")
12600 (source
12601 (origin
12602 (method url-fetch)
12603 (uri (bioconductor-uri "ReQON" version))
12604 (sha256
12605 (base32
12606 "1f5pplm8fy3wvl0b6n18gph4dq9i9x5qiyjrj0bk0kwlkbpba74r"))))
12607 (properties `((upstream-name . "ReQON")))
12608 (build-system r-build-system)
12609 (propagated-inputs
12610 (list r-rjava r-rsamtools r-seqbias))
12611 (home-page "https://bioconductor.org/packages/ReQON/")
12612 (synopsis "Recalibrating quality of nucleotides")
12613 (description
12614 "This package provides an implementation of an algorithm for
12615 recalibrating the base quality scores for aligned sequencing data in BAM
12616 format.")
12617 (license license:gpl2)))
12618
12619 (define-public r-wavcluster
12620 (package
12621 (name "r-wavcluster")
12622 (version "2.30.0")
12623 (source
12624 (origin
12625 (method url-fetch)
12626 (uri (bioconductor-uri "wavClusteR" version))
12627 (sha256
12628 (base32
12629 "04di095i9i19j9ppx8gdsk7n18vd02d4rjdi9d4a3p0xv05ihnb6"))))
12630 (properties `((upstream-name . "wavClusteR")))
12631 (build-system r-build-system)
12632 (propagated-inputs
12633 (list r-biocgenerics
12634 r-biostrings
12635 r-foreach
12636 r-genomicfeatures
12637 r-genomicranges
12638 r-ggplot2
12639 r-hmisc
12640 r-iranges
12641 r-mclust
12642 r-rsamtools
12643 r-rtracklayer
12644 r-s4vectors
12645 r-seqinr
12646 r-stringr))
12647 (native-inputs
12648 (list r-knitr))
12649 (home-page "https://bioconductor.org/packages/wavClusteR/")
12650 (synopsis "Identification of RNA-protein interaction sites in PAR-CLIP data")
12651 (description
12652 "This package provides an integrated pipeline for the analysis of
12653 PAR-CLIP data. PAR-CLIP-induced transitions are first discriminated from
12654 sequencing errors, SNPs and additional non-experimental sources by a non-
12655 parametric mixture model. The protein binding sites (clusters) are then
12656 resolved at high resolution and cluster statistics are estimated using a
12657 rigorous Bayesian framework. Post-processing of the results, data export for
12658 UCSC genome browser visualization and motif search analysis are provided. In
12659 addition, the package integrates RNA-Seq data to estimate the False
12660 Discovery Rate of cluster detection. Key functions support parallel multicore
12661 computing. While wavClusteR was designed for PAR-CLIP data analysis, it can
12662 be applied to the analysis of other NGS data obtained from experimental
12663 procedures that induce nucleotide substitutions (e.g. BisSeq).")
12664 (license license:gpl2)))
12665
12666 (define-public r-timeseriesexperiment
12667 (package
12668 (name "r-timeseriesexperiment")
12669 (version "1.13.0")
12670 (source
12671 (origin
12672 (method url-fetch)
12673 (uri (bioconductor-uri "TimeSeriesExperiment" version))
12674 (sha256
12675 (base32
12676 "0bdpxxr739qdg92qabfx122k9f43vw2hyxp4yxqlbp37vzgcdf2c"))))
12677 (properties
12678 `((upstream-name . "TimeSeriesExperiment")))
12679 (build-system r-build-system)
12680 (propagated-inputs
12681 (list r-deseq2
12682 r-dplyr
12683 r-dynamictreecut
12684 r-edger
12685 r-ggplot2
12686 r-hmisc
12687 r-limma
12688 r-magrittr
12689 r-proxy
12690 r-s4vectors
12691 r-summarizedexperiment
12692 r-tibble
12693 r-tidyr
12694 r-vegan
12695 r-viridis))
12696 (native-inputs
12697 (list r-knitr))
12698 (home-page "https://github.com/nlhuong/TimeSeriesExperiment/")
12699 (synopsis "Analysis for short time-series data")
12700 (description
12701 "This package is a visualization and analysis toolbox for short time
12702 course data which includes dimensionality reduction, clustering, two-sample
12703 differential expression testing and gene ranking techniques. The package also
12704 provides methods for retrieving enriched pathways.")
12705 (license license:lgpl3+)))
12706
12707 (define-public r-variantfiltering
12708 (package
12709 (name "r-variantfiltering")
12710 (version "1.32.0")
12711 (source
12712 (origin
12713 (method url-fetch)
12714 (uri (bioconductor-uri "VariantFiltering" version))
12715 (sha256
12716 (base32
12717 "1bjqn8qik221x0bqvgd99p87v45iihwp6cxckh4ks964pd0c1xk8"))))
12718 (properties
12719 `((upstream-name . "VariantFiltering")))
12720 (build-system r-build-system)
12721 (propagated-inputs
12722 (list r-annotationdbi
12723 r-biobase
12724 r-biocgenerics
12725 r-biocparallel
12726 r-biostrings
12727 r-bsgenome
12728 r-dt
12729 r-genomeinfodb
12730 r-genomicfeatures
12731 r-genomicranges
12732 r-genomicscores
12733 r-graph
12734 r-gviz
12735 r-iranges
12736 r-rbgl
12737 r-rsamtools
12738 r-s4vectors
12739 r-shiny
12740 r-shinyjs
12741 r-shinythemes
12742 r-shinytree
12743 r-summarizedexperiment
12744 r-variantannotation
12745 r-xvector))
12746 (home-page "https://github.com/rcastelo/VariantFiltering")
12747 (synopsis "Filtering of coding and non-coding genetic variants")
12748 (description
12749 "Filter genetic variants using different criteria such as inheritance
12750 model, amino acid change consequence, minor allele frequencies across human
12751 populations, splice site strength, conservation, etc.")
12752 (license license:artistic2.0)))
12753
12754 (define-public r-genomegraphs
12755 (package
12756 (name "r-genomegraphs")
12757 (version "1.46.0")
12758 (source
12759 (origin
12760 (method url-fetch)
12761 (uri (bioconductor-uri "GenomeGraphs" version))
12762 (sha256
12763 (base32
12764 "05vavhz936v7cknig2f2mn3fd9fiy54r3swlvifpawramblp1ags"))))
12765 (properties `((upstream-name . "GenomeGraphs")))
12766 (build-system r-build-system)
12767 (propagated-inputs
12768 (list r-biomart))
12769 (home-page "https://bioconductor.org/packages/GenomeGraphs/")
12770 (synopsis "Plotting genomic information from Ensembl")
12771 (description
12772 "Genomic data analyses requires integrated visualization of known genomic
12773 information and new experimental data. GenomeGraphs uses the biomaRt package
12774 to perform live annotation queries to Ensembl and translates this to e.g.
12775 gene/transcript structures in viewports of the grid graphics package. This
12776 results in genomic information plotted together with your data. Another
12777 strength of GenomeGraphs is to plot different data types such as array CGH,
12778 gene expression, sequencing and other data, together in one plot using the
12779 same genome coordinate system.")
12780 (license license:artistic2.0)))
12781
12782 (define-public r-wavetiling
12783 (package
12784 (name "r-wavetiling")
12785 (version "1.28.0")
12786 (source
12787 (origin
12788 (method url-fetch)
12789 (uri (bioconductor-uri "waveTiling" version))
12790 (sha256
12791 (base32
12792 "0d7l559zlmly8mncmh1zhkqmsml0bwwfpm7ccp8l26y852vwf7hf"))))
12793 (properties `((upstream-name . "waveTiling")))
12794 (build-system r-build-system)
12795 (propagated-inputs
12796 (list r-affy
12797 r-biobase
12798 r-biostrings
12799 r-genomegraphs
12800 r-genomicranges
12801 r-iranges
12802 r-oligo
12803 r-oligoclasses
12804 r-preprocesscore
12805 r-waveslim))
12806 (home-page "https://r-forge.r-project.org/projects/wavetiling/")
12807 (synopsis "Wavelet-based models for tiling array transcriptome analysis")
12808 (description
12809 "This package is designed to conduct transcriptome analysis for tiling
12810 arrays based on fast wavelet-based functional models.")
12811 (license license:gpl2+)))
12812
12813 (define-public r-variancepartition
12814 (package
12815 (name "r-variancepartition")
12816 (version "1.26.0")
12817 (source
12818 (origin
12819 (method url-fetch)
12820 (uri (bioconductor-uri "variancePartition" version))
12821 (sha256
12822 (base32
12823 "0wk1xql8b0gxyrqz9hs54xvmp7qdw9b8jnv88p4vgv061iwyk7wv"))))
12824 (properties
12825 `((upstream-name . "variancePartition")))
12826 (build-system r-build-system)
12827 (propagated-inputs
12828 (list r-aod
12829 r-biobase
12830 r-biocparallel
12831 r-doparallel
12832 r-foreach
12833 r-ggplot2
12834 r-gplots
12835 r-iterators
12836 r-limma
12837 r-lme4
12838 r-lmertest
12839 r-mass
12840 r-matrix
12841 r-pbkrtest
12842 r-progress
12843 r-rdpack
12844 r-reshape2
12845 r-rhpcblasctl
12846 r-rlang
12847 r-scales))
12848 (native-inputs
12849 (list r-knitr))
12850 (home-page "https://bioconductor.org/packages/variancePartition/")
12851 (synopsis "Analyze variation in gene expression experiments")
12852 (description
12853 "This is a package providing tools to quantify and interpret multiple
12854 sources of biological and technical variation in gene expression experiments.
12855 It uses a linear mixed model to quantify variation in gene expression
12856 attributable to individual, tissue, time point, or technical variables. The
12857 package includes dream differential expression analysis for repeated
12858 measures.")
12859 (license license:gpl2+)))
12860
12861 (define-public r-htqpcr
12862 (package
12863 (name "r-htqpcr")
12864 (version "1.50.0")
12865 (source
12866 (origin
12867 (method url-fetch)
12868 (uri (bioconductor-uri "HTqPCR" version))
12869 (sha256
12870 (base32
12871 "0am98rzwpi3kybq1l27c5qn3n1pg5aqwmh6jq9q0lzbjjin3haqc"))))
12872 (properties `((upstream-name . "HTqPCR")))
12873 (build-system r-build-system)
12874 (propagated-inputs
12875 (list r-affy r-biobase r-gplots r-limma r-rcolorbrewer))
12876 (home-page (string-append "https://www.ebi.ac.uk/sites/ebi.ac.uk/files/"
12877 "groups/bertone/software/HTqPCR.pdf"))
12878 (synopsis "Automated analysis of high-throughput qPCR data")
12879 (description
12880 "Analysis of Ct values from high throughput quantitative real-time
12881 PCR (qPCR) assays across multiple conditions or replicates. The input data
12882 can be from spatially-defined formats such ABI TaqMan Low Density Arrays or
12883 OpenArray; LightCycler from Roche Applied Science; the CFX plates from Bio-Rad
12884 Laboratories; conventional 96- or 384-well plates; or microfluidic devices
12885 such as the Dynamic Arrays from Fluidigm Corporation. HTqPCR handles data
12886 loading, quality assessment, normalization, visualization and parametric or
12887 non-parametric testing for statistical significance in Ct values between
12888 features (e.g. genes, microRNAs).")
12889 (license license:artistic2.0)))
12890
12891 (define-public r-unifiedwmwqpcr
12892 (package
12893 (name "r-unifiedwmwqpcr")
12894 (version "1.32.0")
12895 (source
12896 (origin
12897 (method url-fetch)
12898 (uri (bioconductor-uri "unifiedWMWqPCR" version))
12899 (sha256
12900 (base32
12901 "1skfs94a6bv05c844zf5vfqw1fbgxyppgdnckdbhxg2a2470a4wh"))))
12902 (properties
12903 `((upstream-name . "unifiedWMWqPCR")))
12904 (build-system r-build-system)
12905 (propagated-inputs
12906 (list r-biocgenerics r-htqpcr))
12907 (home-page "https://bioconductor.org/packages/unifiedWMWqPCR")
12908 (synopsis "Unified Wilcoxon-Mann Whitney Test for differential expression in qPCR data")
12909 (description
12910 "This package implements the unified Wilcoxon-Mann-Whitney Test for qPCR
12911 data. This modified test allows for testing differential expression in qPCR
12912 data.")
12913 (license license:gpl2+)))
12914
12915 (define-public r-universalmotif
12916 (package
12917 (name "r-universalmotif")
12918 (version "1.14.1")
12919 (source
12920 (origin
12921 (method url-fetch)
12922 (uri (bioconductor-uri "universalmotif" version))
12923 (sha256
12924 (base32
12925 "1sm54z8aq3534qjsa19wychhwcvwnjlkydmiqqvidiiwcxwqpjsr"))))
12926 (properties
12927 `((upstream-name . "universalmotif")))
12928 (build-system r-build-system)
12929 (arguments
12930 `(#:phases
12931 (modify-phases %standard-phases
12932 (add-after 'unpack 'fix-reference-to-strip
12933 (lambda _
12934 (substitute* "src/Makevars"
12935 (("/usr/bin/strip") (which "strip"))))))))
12936 (propagated-inputs
12937 (list r-biocgenerics
12938 r-biostrings
12939 r-ggplot2
12940 r-iranges
12941 r-mass
12942 r-rcpp
12943 r-rcppthread
12944 r-rlang
12945 r-s4vectors
12946 r-yaml))
12947 (native-inputs
12948 (list r-knitr))
12949 (home-page
12950 "https://bioconductor.org/packages/universalmotif/")
12951 (synopsis
12952 "Specific structures importer, modifier, and exporter for R")
12953 (description
12954 "This package allows importing most common @dfn{specific structure}
12955 (motif) types into R for use by functions provided by other Bioconductor
12956 motif-related packages. Motifs can be exported into most major motif formats
12957 from various classes as defined by other Bioconductor packages. A suite of
12958 motif and sequence manipulation and analysis functions are included, including
12959 enrichment, comparison, P-value calculation, shuffling, trimming, higher-order
12960 motifs, and others.")
12961 (license license:gpl3)))
12962
12963 (define-public r-ace
12964 (package
12965 (name "r-ace")
12966 (version "1.14.0")
12967 (source (origin
12968 (method url-fetch)
12969 (uri (bioconductor-uri "ACE" version))
12970 (sha256
12971 (base32
12972 "1xnw288vz810vjkidar5h218wyc0q2hx0k4zi3r88vaz5rfhc05m"))))
12973 (properties `((upstream-name . "ACE")))
12974 (build-system r-build-system)
12975 (propagated-inputs (list r-biobase r-genomicranges r-ggplot2 r-qdnaseq))
12976 (native-inputs (list r-knitr))
12977 (home-page "https://github.com/tgac-vumc/ACE")
12978 (synopsis
12979 "Absolute copy number estimation from low-coverage whole genome sequencing")
12980 (description
12981 "This package uses segmented copy number data to estimate tumor cell
12982 percentage and produce copy number plots displaying absolute copy numbers. For
12983 this it uses segmented data from the @code{QDNAseq} package, which in turn uses
12984 a number of dependencies to turn mapped reads into segmented data. @code{ACE}
12985 will run @code{QDNAseq} or use its output rds-file of segmented data. It will
12986 subsequently run through all samples in the object(s), for which it will create
12987 individual subdirectories. For each sample, it will calculate how well the
12988 segments fit (the relative error) to integer copy numbers for each percentage
12989 of @dfn{tumor cells} (cells with divergent segments).")
12990 (license license:gpl2)))
12991
12992 (define-public r-acgh
12993 (package
12994 (name "r-acgh")
12995 (version "1.74.0")
12996 (source (origin
12997 (method url-fetch)
12998 (uri (bioconductor-uri "aCGH" version))
12999 (sha256
13000 (base32
13001 "00ni0kwy68v33ggfi8g5vffirhmbhaxg4l54hcqhx75m535z1x7d"))))
13002 (properties `((upstream-name . "aCGH")))
13003 (build-system r-build-system)
13004 (propagated-inputs (list r-biobase r-cluster r-multtest r-survival))
13005 (home-page "https://bioconductor.org/packages/aCGH")
13006 (synopsis
13007 "Classes and functions for array comparative genomic hybridization data")
13008 (description
13009 "This package provides functions for reading
13010 @dfn{array comparative genomic hybridization} (aCGH) data from image analysis
13011 output files and clone information files, creation of @code{aCGH} objects for
13012 storing these data. Basic methods are accessing/replacing, subsetting,
13013 printing and plotting @code{aCGH} objects.")
13014 (license license:gpl2)))
13015
13016 (define-public r-acme
13017 (package
13018 (name "r-acme")
13019 (version "2.52.0")
13020 (source (origin
13021 (method url-fetch)
13022 (uri (bioconductor-uri "ACME" version))
13023 (sha256
13024 (base32
13025 "0ilcsgpc4m47gifxc0yzx2xi3g4day515mncnnjvfdj3iq8xwk25"))))
13026 (properties `((upstream-name . "ACME")))
13027 (build-system r-build-system)
13028 (propagated-inputs (list r-biobase r-biocgenerics))
13029 (home-page "https://bioconductor.org/packages/aCGH/")
13030 (synopsis "Calculating microarray enrichment")
13031 (description
13032 "This package implements @dfn{algorithms for calculating microarray
13033 enrichment} (ACME), and it is a set of tools for analysing tiling array of
13034 @dfn{combined chromatin immunoprecipitation with DNA microarray} (ChIP/chip),
13035 DNAse hypersensitivity, or other experiments that result in regions of the
13036 genome showing enrichment. It does not rely on a specific array technology
13037 (although the array should be a tiling array), is very general (can be applied
13038 in experiments resulting in regions of enrichment), and is very insensitive to
13039 array noise or normalization methods. It is also very fast and can be applied
13040 on whole-genome tiling array experiments quite easily with enough memory.")
13041 (license license:gpl2+)))
13042
13043 (define-public r-acde
13044 (package
13045 (name "r-acde")
13046 (version "1.26.0")
13047 (source (origin
13048 (method url-fetch)
13049 (uri (bioconductor-uri "acde" version))
13050 (sha256
13051 (base32
13052 "0lgq546y4qklfzbc6fjr3d656hn76p6dn4694qfiafql2nlsjbj2"))))
13053 (properties `((upstream-name . "acde")))
13054 (build-system r-build-system)
13055 (propagated-inputs (list r-boot))
13056 (home-page "https://bioconductor.org/packages/acde")
13057 (synopsis
13058 "Identification of differentially expressed genes with artificial components")
13059 (description
13060 "This package provides a multivariate inferential analysis method for
13061 detecting differentially expressed genes in gene expression data. It uses
13062 artificial components, close to the data's principal components but with an
13063 exact interpretation in terms of differential genetic expression, to identify
13064 differentially expressed genes while controlling the @dfn{false discovery
13065 rate} (FDR).")
13066 (license license:gpl3)))
13067
13068 ;; This is a CRAN package, but it depends on Bioconductor packages, so we put
13069 ;; it here.
13070 (define-public r-activedriverwgs
13071 (package
13072 (name "r-activedriverwgs")
13073 (version "1.1.2")
13074 (source
13075 (origin
13076 (method url-fetch)
13077 (uri (cran-uri "ActiveDriverWGS" version))
13078 (sha256
13079 (base32
13080 "13b5yazgv9kckcp6gck183mh1m0q8lc5ixagmcy9s8kv2wz7wq45"))))
13081 (properties
13082 `((upstream-name . "ActiveDriverWGS")))
13083 (build-system r-build-system)
13084 (propagated-inputs
13085 (list r-biostrings
13086 r-bsgenome
13087 r-bsgenome-hsapiens-ucsc-hg19
13088 r-bsgenome-hsapiens-ucsc-hg38
13089 r-bsgenome-mmusculus-ucsc-mm9
13090 r-bsgenome-mmusculus-ucsc-mm10
13091 r-genomeinfodb
13092 r-genomicranges
13093 r-iranges
13094 r-s4vectors))
13095 (native-inputs
13096 (list r-knitr))
13097 (home-page "https://cran.r-project.org/web/packages/ActiveDriverWGS/")
13098 (synopsis "Driver discovery tool for cancer whole genomes")
13099 (description
13100 "This package provides a method for finding an enrichment of cancer
13101 simple somatic mutations (SNVs and Indels) in functional elements across the
13102 human genome. ActiveDriverWGS detects coding and noncoding driver elements
13103 using whole genome sequencing data.")
13104 (license license:gpl3)))
13105
13106 ;; This is a CRAN package, but it depends on Bioconductor packages, so we put
13107 ;; it here.
13108 (define-public r-activepathways
13109 (package
13110 (name "r-activepathways")
13111 (version "1.1.1")
13112 (source
13113 (origin
13114 (method url-fetch)
13115 (uri (cran-uri "ActivePathways" version))
13116 (sha256
13117 (base32
13118 "1crq164vyqhdq5y3q09k3m5zljqrhcd5ak0jrc0xqvzf0pasml2m"))))
13119 (properties
13120 `((upstream-name . "ActivePathways")))
13121 (build-system r-build-system)
13122 (propagated-inputs
13123 (list r-data-table r-ggplot2))
13124 (native-inputs
13125 (list r-knitr))
13126 (home-page "https://cran.r-project.org/web/packages/ActivePathways/")
13127 (synopsis "Multivariate pathway enrichment analysis")
13128 (description
13129 "This package represents an integrative method of analyzing multi omics
13130 data that conducts enrichment analysis of annotated gene sets. ActivePathways
13131 uses a statistical data fusion approach, rationalizes contributing evidence
13132 and highlights associated genes, improving systems-level understanding of
13133 cellular organization in health and disease.")
13134 (license license:gpl3)))
13135
13136 (define-public r-bgmix
13137 (package
13138 (name "r-bgmix")
13139 (version "1.56.0")
13140 (source
13141 (origin
13142 (method url-fetch)
13143 (uri (bioconductor-uri "BGmix" version))
13144 (sha256
13145 (base32
13146 "03f6nknp3n49yvg2d9qsmds676rva70pr4wjz0md228jczgjk0vj"))))
13147 (properties `((upstream-name . "BGmix")))
13148 (build-system r-build-system)
13149 (propagated-inputs
13150 (list r-kernsmooth))
13151 (home-page "https://bioconductor.org/packages/BGmix/")
13152 (synopsis "Bayesian models for differential gene expression")
13153 (description
13154 "This package provides fully Bayesian mixture models for differential
13155 gene expression.")
13156 (license license:gpl2)))
13157
13158 (define-public r-bgx
13159 (package
13160 (name "r-bgx")
13161 (version "1.62.0")
13162 (source
13163 (origin
13164 (method url-fetch)
13165 (uri (bioconductor-uri "bgx" version))
13166 (sha256
13167 (base32
13168 "0q2y4n6bcc9pvz5sgfkw1lrb00rrp7q29i1vh7srdfmfhgpyz6bk"))))
13169 (properties `((upstream-name . "bgx")))
13170 (build-system r-build-system)
13171 (arguments
13172 (list
13173 #:phases
13174 '(modify-phases %standard-phases
13175 (add-after 'unpack 'do-not-tune-cflags-for-reproducibility
13176 (lambda _
13177 (substitute* "configure.ac"
13178 (("AX_GCC_ARCHFLAG.*") ""))
13179 (delete-file "configure")
13180 (invoke "autoreconf" "-vif"))))))
13181 (inputs
13182 (list boost))
13183 (propagated-inputs
13184 (list r-affy r-biobase r-gcrma r-rcpp))
13185 (native-inputs
13186 (list autoconf automake))
13187 (home-page "https://bioconductor.org/packages/bgx/")
13188 (synopsis "Bayesian gene expression")
13189 (description
13190 "This package provides tools for Bayesian integrated analysis of
13191 Affymetrix GeneChips.")
13192 (license license:gpl2)))
13193
13194 (define-public r-bhc
13195 (package
13196 (name "r-bhc")
13197 (version "1.48.0")
13198 (source
13199 (origin
13200 (method url-fetch)
13201 (uri (bioconductor-uri "BHC" version))
13202 (sha256
13203 (base32
13204 "1kqajd16981y5yaak2imaq1i7pilgqdr3nbhggsakh787j1d9rc5"))))
13205 (properties `((upstream-name . "BHC")))
13206 (build-system r-build-system)
13207 (home-page "https://bioconductor.org/packages/BHC/")
13208 (synopsis "Bayesian hierarchical clustering")
13209 (description
13210 "The method implemented in this package performs bottom-up hierarchical
13211 clustering, using a Dirichlet Process (infinite mixture) to model uncertainty
13212 in the data and Bayesian model selection to decide at each step which clusters
13213 to merge. This avoids several limitations of traditional methods, for example
13214 how many clusters there should be and how to choose a principled distance
13215 metric. This implementation accepts multinomial (i.e. discrete, with 2+
13216 categories) or time-series data. This version also includes a randomised
13217 algorithm which is more efficient for larger data sets.")
13218 (license license:gpl3)))
13219
13220 (define-public r-bicare
13221 (package
13222 (name "r-bicare")
13223 (version "1.54.0")
13224 (source
13225 (origin
13226 (method url-fetch)
13227 (uri (bioconductor-uri "BicARE" version))
13228 (sha256
13229 (base32
13230 "0qjh5bsjcjry6k1vzdaascwy2shjrkc2bw0w57w0qa458cbi89z2"))))
13231 (properties `((upstream-name . "BicARE")))
13232 (build-system r-build-system)
13233 (propagated-inputs
13234 (list r-biobase r-gseabase r-multtest))
13235 (home-page "http://bioinfo.curie.fr")
13236 (synopsis "Biclustering analysis and results exploration")
13237 (description
13238 "This is a package for biclustering analysis and exploration of
13239 results.")
13240 (license license:gpl2)))
13241
13242 (define-public r-bifet
13243 (package
13244 (name "r-bifet")
13245 (version "1.16.0")
13246 (source
13247 (origin
13248 (method url-fetch)
13249 (uri (bioconductor-uri "BiFET" version))
13250 (sha256
13251 (base32
13252 "03ypbbn8i0f4bl4m6wfdcv702jydniak56wqjb1vlrckd9aphwzq"))))
13253 (properties `((upstream-name . "BiFET")))
13254 (build-system r-build-system)
13255 (propagated-inputs
13256 (list r-genomicranges r-poibin))
13257 (native-inputs
13258 (list r-knitr))
13259 (home-page "https://bioconductor.org/packages/BiFET")
13260 (synopsis "Bias-free footprint enrichment test")
13261 (description
13262 "BiFET identifies @dfn{transcription factors} (TFs) whose footprints are
13263 over-represented in target regions compared to background regions after
13264 correcting for the bias arising from the imbalance in read counts and GC
13265 contents between the target and background regions. For a given TF k, BiFET
13266 tests the null hypothesis that the target regions have the same probability of
13267 having footprints for the TF k as the background regions while correcting for
13268 the read count and GC content bias.")
13269 (license license:gpl3)))
13270
13271 (define-public r-rsbml
13272 (package
13273 (name "r-rsbml")
13274 (version "2.54.0")
13275 (source
13276 (origin
13277 (method url-fetch)
13278 (uri (bioconductor-uri "rsbml" version))
13279 (sha256
13280 (base32
13281 "1v11pspkml6xdsacgwxw8r4qdhbnn2h2sqgpm9aidaq9p2085b0v"))))
13282 (properties `((upstream-name . "rsbml")))
13283 (build-system r-build-system)
13284 (inputs
13285 (list libsbml))
13286 (propagated-inputs
13287 (list r-biocgenerics r-graph))
13288 (native-inputs
13289 (list pkg-config))
13290 (home-page "http://www.sbml.org")
13291 (synopsis "R support for SBML")
13292 (description
13293 "This package provides an R interface to libsbml for SBML parsing,
13294 validating output, provides an S4 SBML DOM, converts SBML to R graph objects.")
13295 (license license:artistic2.0)))
13296
13297 (define-public r-hypergraph
13298 (package
13299 (name "r-hypergraph")
13300 (version "1.68.0")
13301 (source
13302 (origin
13303 (method url-fetch)
13304 (uri (bioconductor-uri "hypergraph" version))
13305 (sha256
13306 (base32
13307 "0xmryqj5yw1ns6wbhjqbb6h14jlj89zrznzvqnvd4n03ci20kzzp"))))
13308 (properties `((upstream-name . "hypergraph")))
13309 (build-system r-build-system)
13310 (propagated-inputs
13311 (list r-graph))
13312 (home-page "https://bioconductor.org/packages/hypergraph")
13313 (synopsis "Hypergraph data structures")
13314 (description
13315 "This package implements some simple capabilities for representing and
13316 manipulating hypergraphs.")
13317 (license license:artistic2.0)))
13318
13319 (define-public r-hyperdraw
13320 (package
13321 (name "r-hyperdraw")
13322 (version "1.48.0")
13323 (source
13324 (origin
13325 (method url-fetch)
13326 (uri (bioconductor-uri "hyperdraw" version))
13327 (sha256
13328 (base32
13329 "0ndw4y6b15jy4w86vfkahmdc81d3ycjsvqy1mxi55dwvd8xq0ap6"))))
13330 (properties `((upstream-name . "hyperdraw")))
13331 (build-system r-build-system)
13332 (inputs (list graphviz))
13333 (propagated-inputs
13334 (list r-graph r-hypergraph r-rgraphviz))
13335 (home-page "https://bioconductor.org/packages/hyperdraw")
13336 (synopsis "Visualizing hypergraphs")
13337 (description
13338 "This package provides functions for visualizing hypergraphs.")
13339 (license license:gpl2+)))
13340
13341 (define-public r-biggr
13342 (package
13343 (name "r-biggr")
13344 (version "1.32.0")
13345 (source
13346 (origin
13347 (method url-fetch)
13348 (uri (bioconductor-uri "BiGGR" version))
13349 (sha256
13350 (base32
13351 "0n57bgl6xz5b1gpw4isimq2pqxmlabn7jzhbjg2fbxcklabdvrcw"))))
13352 (properties `((upstream-name . "BiGGR")))
13353 (build-system r-build-system)
13354 (propagated-inputs
13355 (list r-hyperdraw
13356 r-hypergraph
13357 r-lim
13358 r-limsolve
13359 r-rsbml
13360 r-stringr))
13361 (home-page "https://bioconductor.org/packages/BiGGR/")
13362 (synopsis "Constraint based modeling using metabolic reconstruction databases")
13363 (description
13364 "This package provides an interface to simulate metabolic reconstruction
13365 from the @url{http://bigg.ucsd.edu/, BiGG database} and other metabolic
13366 reconstruction databases. The package facilitates @dfn{flux balance
13367 analysis} (FBA) and the sampling of feasible flux distributions. Metabolic
13368 networks and estimated fluxes can be visualized with hypergraphs.")
13369 (license license:gpl3+)))
13370
13371 (define-public r-bigmemoryextras
13372 (package
13373 (name "r-bigmemoryextras")
13374 (version "1.38.0")
13375 (source
13376 (origin
13377 (method url-fetch)
13378 (uri (bioconductor-uri "bigmemoryExtras" version))
13379 (sha256
13380 (base32
13381 "1k31h746j8r3f92vj62s38fw12qjkv5814ipcqfbswnxgaan17zj"))))
13382 (properties
13383 `((upstream-name . "bigmemoryExtras")))
13384 (build-system r-build-system)
13385 (propagated-inputs
13386 (list r-bigmemory))
13387 (native-inputs
13388 (list r-knitr))
13389 (home-page "https://github.com/phaverty/bigmemoryExtras")
13390 (synopsis "Extension of the bigmemory package")
13391 (description
13392 "This package defines a @code{BigMatrix} @code{ReferenceClass} which adds
13393 safety and convenience features to the @code{filebacked.big.matrix} class from
13394 the @code{bigmemory} package. @code{BigMatrix} protects against segfaults by
13395 monitoring and gracefully restoring the connection to on-disk data and it also
13396 protects against accidental data modification with a file-system-based
13397 permissions system. Utilities are provided for using @code{BigMatrix}-derived
13398 classes as @code{assayData} matrices within the @code{Biobase} package's
13399 @code{eSet} family of classes. @code{BigMatrix} provides some optimizations
13400 related to attaching to, and indexing into, file-backed matrices with
13401 dimnames. Additionally, the package provides a @code{BigMatrixFactor} class,
13402 a file-backed matrix with factor properties.")
13403 (license license:artistic2.0)))
13404
13405 (define-public r-bigpint
13406 (package
13407 (name "r-bigpint")
13408 (version "1.12.0")
13409 (source
13410 (origin
13411 (method url-fetch)
13412 (uri (bioconductor-uri "bigPint" version))
13413 (sha256
13414 (base32
13415 "1hp69j2qcidrxqs3dxjjngb09nbzp5x2yy4jz1rjmv6ghif9ccfj"))))
13416 (properties `((upstream-name . "bigPint")))
13417 (build-system r-build-system)
13418 (propagated-inputs
13419 (list r-delayedarray
13420 r-dplyr
13421 r-ggally
13422 r-ggplot2
13423 r-gridextra
13424 r-hexbin
13425 r-hmisc
13426 r-htmlwidgets
13427 r-plotly
13428 r-plyr
13429 r-rcolorbrewer
13430 r-reshape
13431 r-shiny
13432 r-shinycssloaders
13433 r-shinydashboard
13434 r-stringr
13435 r-summarizedexperiment
13436 r-tidyr))
13437 (native-inputs
13438 (list r-knitr))
13439 (home-page "https://github.com/lindsayrutter/bigPint")
13440 (synopsis "Big multivariate data plotted interactively")
13441 (description
13442 "This package provides methods for visualizing large multivariate
13443 datasets using static and interactive scatterplot matrices, parallel
13444 coordinate plots, volcano plots, and litre plots. It includes examples for
13445 visualizing RNA-sequencing datasets and differentially expressed genes.")
13446 (license license:gpl3)))
13447
13448 (define-public r-chemminer
13449 (package
13450 (name "r-chemminer")
13451 (version "3.48.0")
13452 (source
13453 (origin
13454 (method url-fetch)
13455 (uri (bioconductor-uri "ChemmineR" version))
13456 (sha256
13457 (base32
13458 "1nri4zkc9lp1mqgsi0h58486vixwiv2989b6pmx2aj5c3575i0ma"))))
13459 (properties `((upstream-name . "ChemmineR")))
13460 (build-system r-build-system)
13461 (propagated-inputs
13462 (list r-base64enc
13463 r-bh
13464 r-biocgenerics
13465 r-dbi
13466 r-digest
13467 r-dt
13468 r-ggplot2
13469 r-gridextra
13470 r-jsonlite
13471 r-png
13472 r-rcpp
13473 r-rcurl
13474 r-rjson
13475 r-rsvg
13476 r-stringi))
13477 (native-inputs
13478 (list r-knitr))
13479 (home-page "https://github.com/girke-lab/ChemmineR")
13480 (synopsis "Cheminformatics toolkit for R")
13481 (description
13482 "ChemmineR is a cheminformatics package for analyzing drug-like small
13483 molecule data in R. It contains functions for efficient processing of large
13484 numbers of molecules, physicochemical/structural property predictions,
13485 structural similarity searching, classification and clustering of compound
13486 libraries with a wide spectrum of algorithms. In addition, it offers
13487 visualization functions for compound clustering results and chemical
13488 structures.")
13489 (license license:artistic2.0)))
13490
13491 (define-public r-fmcsr
13492 (package
13493 (name "r-fmcsr")
13494 (version "1.38.0")
13495 (source
13496 (origin
13497 (method url-fetch)
13498 (uri (bioconductor-uri "fmcsR" version))
13499 (sha256
13500 (base32 "1mblmk21dxc9v2fikhvfg2njwgl190gkysppl6msxizwcmxsmh30"))))
13501 (properties `((upstream-name . "fmcsR")))
13502 (build-system r-build-system)
13503 (propagated-inputs
13504 (list r-biocgenerics r-chemminer r-runit))
13505 (native-inputs (list r-knitr))
13506 (home-page "https://github.com/girke-lab/fmcsR")
13507 (synopsis "Mismatch tolerant maximum common substructure searching")
13508 (description
13509 "The fmcsR package introduces an efficient @dfn{maximum common
13510 substructure} (MCS) algorithms combined with a novel matching strategy that
13511 allows for atom and/or bond mismatches in the substructures shared among two
13512 small molecules. The resulting flexible MCSs (FMCSs) are often larger than
13513 strict MCSs, resulting in the identification of more common features in their
13514 source structures, as well as a higher sensitivity in finding compounds with
13515 weak structural similarities. The fmcsR package provides several utilities to
13516 use the FMCS algorithm for pairwise compound comparisons, structure similarity
13517 searching and clustering.")
13518 (license license:artistic2.0)))
13519
13520 (define-public r-bioassayr
13521 (package
13522 (name "r-bioassayr")
13523 (version "1.34.0")
13524 (source
13525 (origin
13526 (method url-fetch)
13527 (uri (bioconductor-uri "bioassayR" version))
13528 (sha256
13529 (base32
13530 "0zbrci0vgk4qca28i0qb2izhyrz3r95l1w54h9h3zj9f3vd61wrz"))))
13531 (properties `((upstream-name . "bioassayR")))
13532 (build-system r-build-system)
13533 (propagated-inputs
13534 (list r-biocgenerics
13535 r-chemminer
13536 r-dbi
13537 r-matrix
13538 r-rjson
13539 r-rsqlite
13540 r-xml))
13541 (native-inputs
13542 (list r-knitr))
13543 (home-page "https://github.com/girke-lab/bioassayR")
13544 (synopsis "Cross-target analysis of small molecule bioactivity")
13545 (description
13546 "bioassayR is a computational tool that enables simultaneous analysis of
13547 thousands of bioassay experiments performed over a diverse set of compounds
13548 and biological targets. Unique features include support for large-scale
13549 cross-target analyses of both public and custom bioassays, generation of
13550 @dfn{high throughput screening fingerprints} (HTSFPs), and an optional
13551 preloaded database that provides access to a substantial portion of publicly
13552 available bioactivity data.")
13553 (license license:artistic2.0)))
13554
13555 (define-public r-biobroom
13556 (package
13557 (name "r-biobroom")
13558 (version "1.28.0")
13559 (source
13560 (origin
13561 (method url-fetch)
13562 (uri (bioconductor-uri "biobroom" version))
13563 (sha256
13564 (base32
13565 "04x1z9nchm4mbhqr31011zdprc4md156j4zf003s7xx0n278xsgh"))))
13566 (properties `((upstream-name . "biobroom")))
13567 (build-system r-build-system)
13568 (propagated-inputs
13569 (list r-biobase r-broom r-dplyr r-tidyr))
13570 (native-inputs
13571 (list r-knitr))
13572 (home-page "https://github.com/StoreyLab/biobroom")
13573 (synopsis "Turn Bioconductor objects into tidy data frames")
13574 (description
13575 "This package contains methods for converting standard objects
13576 constructed by bioinformatics packages, especially those in Bioconductor, and
13577 converting them to @code{tidy} data. It thus serves as a complement to the
13578 @code{broom} package, and follows the same tidy, augment, glance division of
13579 tidying methods. Tidying data makes it easy to recombine, reshape and
13580 visualize bioinformatics analyses.")
13581 ;; Any version of the LGPL.
13582 (license license:lgpl3+)))
13583
13584 (define-public r-graphite
13585 (package
13586 (name "r-graphite")
13587 (version "1.42.0")
13588 (source
13589 (origin
13590 (method url-fetch)
13591 (uri (bioconductor-uri "graphite" version))
13592 (sha256
13593 (base32
13594 "0nl5mkgrvf7vsqjy48ij9b1dmxfvp9lf8cpay55h93c4qz4x606g"))))
13595 (properties `((upstream-name . "graphite")))
13596 (build-system r-build-system)
13597 (propagated-inputs
13598 (list r-annotationdbi r-graph r-httr r-rappdirs r-rlang))
13599 (home-page "https://bioconductor.org/packages/graphite/")
13600 (synopsis "Networks from pathway databases")
13601 (description
13602 "Graphite provides networks derived from eight public pathway databases,
13603 and automates the conversion of node identifiers (e.g. from Entrez IDs to gene
13604 symbols).")
13605 (license license:agpl3+)))
13606
13607 (define-public r-reactomepa
13608 (package
13609 (name "r-reactomepa")
13610 (version "1.40.0")
13611 (source
13612 (origin
13613 (method url-fetch)
13614 (uri (bioconductor-uri "ReactomePA" version))
13615 (sha256
13616 (base32
13617 "1fd72m2afxbbvbgwy8knp6fiq1h561plmsh4r8a08w21ngmkz2s5"))))
13618 (properties `((upstream-name . "ReactomePA")))
13619 (build-system r-build-system)
13620 (propagated-inputs
13621 (list r-annotationdbi
13622 r-dose
13623 r-enrichplot
13624 r-ggplot2
13625 r-ggraph
13626 r-graphite
13627 r-igraph
13628 r-reactome-db))
13629 (native-inputs
13630 (list r-knitr))
13631 (home-page "https://guangchuangyu.github.io/software/ReactomePA")
13632 (synopsis "Reactome pathway analysis")
13633 (description
13634 "This package provides functions for pathway analysis based on the
13635 REACTOME pathway database. It implements enrichment analysis, gene set
13636 enrichment analysis and several functions for visualization.")
13637 (license license:gpl2)))
13638
13639 (define-public r-ebarrays
13640 (package
13641 (name "r-ebarrays")
13642 (version "2.60.0")
13643 (source
13644 (origin
13645 (method url-fetch)
13646 (uri (bioconductor-uri "EBarrays" version))
13647 (sha256
13648 (base32
13649 "027zarnpxpdnyl877swp5ypxj7zvq0cjp2q2xs6g6yn5dpqjvxxk"))))
13650 (properties `((upstream-name . "EBarrays")))
13651 (build-system r-build-system)
13652 (propagated-inputs
13653 (list r-biobase r-cluster r-lattice))
13654 (home-page "https://bioconductor.org/packages/EBarrays/")
13655 (synopsis "Gene clustering and differential expression identification")
13656 (description
13657 "EBarrays provides tools for the analysis of replicated/unreplicated
13658 microarray data.")
13659 (license license:gpl2+)))
13660
13661 (define-public r-bioccasestudies
13662 (package
13663 (name "r-bioccasestudies")
13664 (version "1.52.0")
13665 (source
13666 (origin
13667 (method url-fetch)
13668 (uri (bioconductor-uri "BiocCaseStudies" version))
13669 (sha256
13670 (base32
13671 "03n49b6fvyyzmvdy4yif3cl7yv21c09c8xdx4cvvax5zz4v4sab1"))))
13672 (properties
13673 `((upstream-name . "BiocCaseStudies")))
13674 (build-system r-build-system)
13675 (propagated-inputs (list r-biobase))
13676 (home-page "https://bioconductor.org/packages/BiocCaseStudies")
13677 (synopsis "Support for the case studies monograph")
13678 (description
13679 "This package provides software and data to support the case studies
13680 monograph.")
13681 (license license:artistic2.0)))
13682
13683 (define-public r-bioccheck
13684 (package
13685 (name "r-bioccheck")
13686 (version "1.32.0")
13687 (source (origin
13688 (method url-fetch)
13689 (uri (bioconductor-uri "BiocCheck" version))
13690 (sha256
13691 (base32
13692 "1k1gxzmxx26hmwdxgagv93mv4jwyygkk8703ds6nvryzhqffzkbc"))))
13693 (properties
13694 `((upstream-name . "BiocCheck")))
13695 (build-system r-build-system)
13696 (propagated-inputs
13697 (list r-codetools
13698 r-graph
13699 r-httr
13700 r-knitr
13701 r-biocmanager
13702 r-biocviews
13703 r-stringdist))
13704 (native-inputs
13705 (list r-knitr))
13706 (home-page "https://bioconductor.org/packages/BiocCheck")
13707 (synopsis "Executes Bioconductor-specific package checks")
13708 (description "This package contains tools to perform additional quality
13709 checks on R packages that are to be submitted to the Bioconductor repository.")
13710 (license license:artistic2.0)))
13711
13712 (define-public r-biocgraph
13713 (package
13714 (name "r-biocgraph")
13715 (version "1.58.0")
13716 (source
13717 (origin
13718 (method url-fetch)
13719 (uri (bioconductor-uri "biocGraph" version))
13720 (sha256
13721 (base32
13722 "1y59a7c4ahhn1g2wz2hkx83izfn8i85mmxxp63jdd0rg7zwhr6nn"))))
13723 (properties `((upstream-name . "biocGraph")))
13724 (build-system r-build-system)
13725 (propagated-inputs
13726 (list r-biocgenerics r-geneplotter r-graph r-rgraphviz))
13727 (home-page "https://bioconductor.org/packages/biocGraph/")
13728 (synopsis "Graph examples and use cases in Bioinformatics")
13729 (description
13730 "This package provides examples and code that make use of the
13731 different graph related packages produced by Bioconductor.")
13732 (license license:artistic2.0)))
13733
13734 (define-public r-biocstyle
13735 (package
13736 (name "r-biocstyle")
13737 (version "2.24.0")
13738 (source (origin
13739 (method url-fetch)
13740 (uri (bioconductor-uri "BiocStyle" version))
13741 (sha256
13742 (base32
13743 "1nwiib201b9q1x19ihqjqr5jl0vnid8wfgpi8sa3y02bn722g5a5"))))
13744 (properties
13745 `((upstream-name . "BiocStyle")))
13746 (build-system r-build-system)
13747 (propagated-inputs
13748 (list r-biocmanager r-bookdown r-knitr r-rmarkdown r-yaml))
13749 (native-inputs
13750 (list r-knitr))
13751 (home-page "https://bioconductor.org/packages/BiocStyle")
13752 (synopsis "Bioconductor formatting styles")
13753 (description "This package provides standard formatting styles for
13754 Bioconductor PDF and HTML documents. Package vignettes illustrate use and
13755 functionality.")
13756 (license license:artistic2.0)))
13757
13758 (define-public r-biocviews
13759 (package
13760 (name "r-biocviews")
13761 (version "1.64.0")
13762 (source (origin
13763 (method url-fetch)
13764 (uri (bioconductor-uri "biocViews" version))
13765 (sha256
13766 (base32
13767 "1lahla53awdqiglfiygbxg5pkzfabym7n5abgyp1nvqsvsj0g126"))))
13768 (properties
13769 `((upstream-name . "biocViews")))
13770 (build-system r-build-system)
13771 (propagated-inputs
13772 (list r-biobase
13773 r-biocmanager
13774 r-graph
13775 r-rbgl
13776 r-rcurl
13777 r-xml
13778 r-runit))
13779 (home-page "https://bioconductor.org/packages/biocViews")
13780 (synopsis "Bioconductor package categorization helper")
13781 (description "The purpose of biocViews is to create HTML pages that
13782 categorize packages in a Bioconductor package repository according to keywords,
13783 also known as views, in a controlled vocabulary.")
13784 (license license:artistic2.0)))
13785
13786 (define-public r-experimenthub
13787 (package
13788 (name "r-experimenthub")
13789 (version "2.4.0")
13790 (source
13791 (origin
13792 (method url-fetch)
13793 (uri (bioconductor-uri "ExperimentHub" version))
13794 (sha256
13795 (base32
13796 "11hna8vrm1az1zk7pw2dv0wh84sd0hw2bi55w40hqvs36csb7lkl"))))
13797 (properties `((upstream-name . "ExperimentHub")))
13798 (build-system r-build-system)
13799 (propagated-inputs
13800 (list r-annotationhub
13801 r-biocfilecache
13802 r-biocgenerics
13803 r-biocmanager
13804 r-curl
13805 r-rappdirs
13806 r-s4vectors))
13807 (native-inputs
13808 (list r-knitr))
13809 (home-page "https://bioconductor.org/packages/ExperimentHub/")
13810 (synopsis "Client to access ExperimentHub resources")
13811 (description
13812 "This package provides a client for the Bioconductor ExperimentHub web
13813 resource. ExperimentHub provides a central location where curated data from
13814 experiments, publications or training courses can be accessed. Each resource
13815 has associated metadata, tags and date of modification. The client creates
13816 and manages a local cache of files retrieved enabling quick and reproducible
13817 access.")
13818 (license license:artistic2.0)))
13819
13820 (define-public r-grohmm
13821 (package
13822 (name "r-grohmm")
13823 (version "1.30.1")
13824 (source
13825 (origin
13826 (method url-fetch)
13827 (uri (bioconductor-uri "groHMM" version))
13828 (sha256
13829 (base32
13830 "0v2mk7xcy483w2nygpmyjp73kj3v5pkk1kf1wr41n33dxqlddqai"))))
13831 (properties `((upstream-name . "groHMM")))
13832 (build-system r-build-system)
13833 (propagated-inputs
13834 (list r-genomeinfodb
13835 r-genomicalignments
13836 r-genomicranges
13837 r-iranges
13838 r-mass
13839 r-rtracklayer
13840 r-s4vectors))
13841 (home-page "https://github.com/Kraus-Lab/groHMM")
13842 (synopsis "GRO-seq analysis pipeline")
13843 (description
13844 "This package provides a pipeline for the analysis of GRO-seq data.")
13845 (license license:gpl3+)))
13846
13847 (define-public r-multiassayexperiment
13848 (package
13849 (name "r-multiassayexperiment")
13850 (version "1.22.0")
13851 (source
13852 (origin
13853 (method url-fetch)
13854 (uri (bioconductor-uri "MultiAssayExperiment" version))
13855 (sha256
13856 (base32
13857 "1wnp52l9vifxn1wzqgndzp9b6ih0s1cflxx1fhw32k32d05cw9q1"))))
13858 (properties
13859 `((upstream-name . "MultiAssayExperiment")))
13860 (build-system r-build-system)
13861 (propagated-inputs
13862 (list r-biobase
13863 r-biocgenerics
13864 r-genomicranges
13865 r-iranges
13866 r-s4vectors
13867 r-summarizedexperiment
13868 r-tidyr))
13869 (native-inputs
13870 (list r-knitr))
13871 (home-page "https://waldronlab.io/MultiAssayExperiment/")
13872 (synopsis "Integration of multi-omics experiments in Bioconductor")
13873 (description
13874 "MultiAssayExperiment harmonizes data management of multiple assays
13875 performed on an overlapping set of specimens. It provides a familiar
13876 Bioconductor user experience by extending concepts from
13877 @code{SummarizedExperiment}, supporting an open-ended mix of standard data
13878 classes for individual assays, and allowing subsetting by genomic ranges or
13879 rownames.")
13880 (license license:artistic2.0)))
13881
13882 (define-public r-bioconcotk
13883 (package
13884 (name "r-bioconcotk")
13885 (version "1.16.0")
13886 (source
13887 (origin
13888 (method url-fetch)
13889 (uri (bioconductor-uri "BiocOncoTK" version))
13890 (sha256
13891 (base32
13892 "1alplszw84vqa1mvzp996f94s40scmh4qwbrqhg43hrnyvbnq7pi"))))
13893 (properties `((upstream-name . "BiocOncoTK")))
13894 (build-system r-build-system)
13895 (propagated-inputs
13896 (list r-bigrquery
13897 r-car
13898 r-complexheatmap
13899 r-curatedtcgadata
13900 r-dbi
13901 r-dplyr
13902 r-dt
13903 r-genomicfeatures
13904 r-genomicranges
13905 r-ggplot2
13906 r-ggpubr
13907 r-graph
13908 r-httr
13909 r-iranges
13910 r-magrittr
13911 r-plyr
13912 r-rgraphviz
13913 r-rjson
13914 r-s4vectors
13915 r-scales
13916 r-shiny
13917 r-summarizedexperiment))
13918 (native-inputs
13919 (list r-knitr))
13920 (home-page "https://bioconductor.org/packages/BiocOncoTK")
13921 (synopsis "Bioconductor components for general cancer genomics")
13922 (description
13923 "The purpose of this package is to provide a central interface to various
13924 tools for genome-scale analysis of cancer studies.")
13925 (license license:artistic2.0)))
13926
13927 (define-public r-biocor
13928 (package
13929 (name "r-biocor")
13930 (version "1.20.0")
13931 (source
13932 (origin
13933 (method url-fetch)
13934 (uri (bioconductor-uri "BioCor" version))
13935 (sha256
13936 (base32
13937 "004mksswampwisljcdz6fswwbgdjdii3y86gjzib0gf8v4w7w4q3"))))
13938 (properties `((upstream-name . "BioCor")))
13939 (build-system r-build-system)
13940 (propagated-inputs
13941 (list r-biocparallel r-gseabase r-matrix))
13942 (native-inputs
13943 (list r-knitr))
13944 (home-page "https://llrs.github.io/BioCor/")
13945 (synopsis "Functional similarities")
13946 (description
13947 "This package provides tools to calculate functional similarities based
13948 on the pathways described on KEGG and REACTOME or in gene sets. These
13949 similarities can be calculated for pathways or gene sets, genes, or clusters
13950 and combined with other similarities. They can be used to improve networks,
13951 gene selection, testing relationships, and so on.")
13952 (license license:expat)))
13953
13954 (define-public r-biocpkgtools
13955 (package
13956 (name "r-biocpkgtools")
13957 (version "1.14.0")
13958 (source
13959 (origin
13960 (method url-fetch)
13961 (uri (bioconductor-uri "BiocPkgTools" version))
13962 (sha256
13963 (base32
13964 "1v0824vmg49q9lh0igdyniryyknw6vmh462rn25kmg9hdna0w99h"))))
13965 (properties `((upstream-name . "BiocPkgTools")))
13966 (build-system r-build-system)
13967 (propagated-inputs
13968 (list r-biocfilecache
13969 r-biocmanager
13970 r-biocviews
13971 r-dplyr
13972 r-dt
13973 r-gh
13974 r-graph
13975 r-htmltools
13976 r-htmlwidgets
13977 r-httr
13978 r-igraph
13979 r-jsonlite
13980 r-magrittr
13981 r-rbgl
13982 r-readr
13983 r-rlang
13984 r-rvest
13985 r-stringr
13986 r-tibble
13987 r-tidyr
13988 r-tidyselect
13989 r-xml2))
13990 (native-inputs
13991 (list r-knitr))
13992 (home-page "https://github.com/seandavi/BiocPkgTools")
13993 (synopsis "Collection of tools for learning about Bioconductor packages")
13994 (description
13995 "Bioconductor has a rich ecosystem of metadata around packages, usage,
13996 and build status. This package is a simple collection of functions to access
13997 that metadata from R. The goal is to expose metadata for data mining and
13998 value-added functionality such as package searching, text mining, and
13999 analytics on packages.")
14000 (license license:expat)))
14001
14002 (define-public r-biocset
14003 (package
14004 (name "r-biocset")
14005 (version "1.10.0")
14006 (source
14007 (origin
14008 (method url-fetch)
14009 (uri (bioconductor-uri "BiocSet" version))
14010 (sha256
14011 (base32
14012 "1ghba7020inrdxlbrrgds9gjymjxjma2p89b9lgkjin89zalqglh"))))
14013 (properties `((upstream-name . "BiocSet")))
14014 (build-system r-build-system)
14015 (propagated-inputs
14016 (list r-annotationdbi
14017 r-biocio
14018 r-dplyr
14019 r-keggrest
14020 r-ontologyindex
14021 r-plyr
14022 r-rlang
14023 r-s4vectors
14024 r-tibble
14025 r-tidyr))
14026 (native-inputs
14027 (list r-knitr))
14028 (home-page
14029 "https://bioconductor.org/packages/BiocSet")
14030 (synopsis
14031 "Representing Different Biological Sets")
14032 (description
14033 "BiocSet displays different biological sets in a triple tibble format.
14034 These three tibbles are @code{element}, @code{set}, and @code{elementset}.
14035 The user has the ability to activate one of these three tibbles to perform
14036 common functions from the @code{dplyr} package. Mapping functionality and
14037 accessing web references for elements/sets are also available in BiocSet.")
14038 (license license:artistic2.0)))
14039
14040 (define-public r-biocworkflowtools
14041 (package
14042 (name "r-biocworkflowtools")
14043 (version "1.22.0")
14044 (source
14045 (origin
14046 (method url-fetch)
14047 (uri (bioconductor-uri "BiocWorkflowTools" version))
14048 (sha256
14049 (base32
14050 "1jj4icpkhrv9f6yx3vghkpdil1pfghf3yvc9756wmndvhs100r5l"))))
14051 (properties
14052 `((upstream-name . "BiocWorkflowTools")))
14053 (build-system r-build-system)
14054 (propagated-inputs
14055 (list r-biocstyle
14056 r-bookdown
14057 r-git2r
14058 r-httr
14059 r-knitr
14060 r-rmarkdown
14061 r-rstudioapi
14062 r-stringr
14063 r-usethis))
14064 (native-inputs
14065 (list r-knitr))
14066 (home-page "https://bioconductor.org/packages/BiocWorkflowTools/")
14067 (synopsis "Tools to aid the development of Bioconductor Workflow packages")
14068 (description
14069 "This package provides functions to ease the transition between
14070 Rmarkdown and LaTeX documents when authoring a Bioconductor Workflow.")
14071 (license license:expat)))
14072
14073 (define-public r-biodist
14074 (package
14075 (name "r-biodist")
14076 (version "1.68.0")
14077 (source
14078 (origin
14079 (method url-fetch)
14080 (uri (bioconductor-uri "bioDist" version))
14081 (sha256
14082 (base32
14083 "04nrvrcvpj0sn8p2i8n3ggsl2s7r4na576174i7bn1sj21vr0yb0"))))
14084 (properties `((upstream-name . "bioDist")))
14085 (build-system r-build-system)
14086 (propagated-inputs
14087 (list r-biobase r-kernsmooth))
14088 (home-page "https://bioconductor.org/packages/bioDist/")
14089 (synopsis "Different distance measures")
14090 (description
14091 "This package provides a collection of software tools for calculating
14092 distance measures.")
14093 (license license:artistic2.0)))
14094
14095 (define-public r-pcatools
14096 (package
14097 (name "r-pcatools")
14098 (version "2.8.0")
14099 (source
14100 (origin
14101 (method url-fetch)
14102 (uri (bioconductor-uri "PCAtools" version))
14103 (sha256
14104 (base32
14105 "03s4dh008fys2rrcpzanc0892p63f6jyyvzc9m42jbi1dlkyx26v"))))
14106 (properties `((upstream-name . "PCAtools")))
14107 (build-system r-build-system)
14108 (propagated-inputs
14109 (list r-beachmat
14110 r-bh
14111 r-biocparallel
14112 r-biocsingular
14113 r-cowplot
14114 r-delayedarray
14115 r-delayedmatrixstats
14116 r-dqrng
14117 r-ggplot2
14118 r-ggrepel
14119 r-lattice
14120 r-matrix
14121 r-rcpp
14122 r-reshape2))
14123 (native-inputs (list r-knitr))
14124 (home-page "https://github.com/kevinblighe/PCAtools")
14125 (synopsis "PCAtools: everything Principal Components Analysis")
14126 (description
14127 "@dfn{Principal Component Analysis} (PCA) extracts the fundamental
14128 structure of the data without the need to build any model to represent it.
14129 This \"summary\" of the data is arrived at through a process of reduction that
14130 can transform the large number of variables into a lesser number that are
14131 uncorrelated (i.e. the 'principal components'), while at the same time being
14132 capable of easy interpretation on the original data. PCAtools provides
14133 functions for data exploration via PCA, and allows the user to generate
14134 publication-ready figures. PCA is performed via @code{BiocSingular}; users
14135 can also identify an optimal number of principal components via different
14136 metrics, such as the elbow method and Horn's parallel analysis, which has
14137 relevance for data reduction in single-cell RNA-seq (scRNA-seq) and high
14138 dimensional mass cytometry data.")
14139 (license license:gpl3)))
14140
14141 (define-public r-rgreat
14142 (package
14143 (name "r-rgreat")
14144 (version "1.28.0")
14145 (source
14146 (origin
14147 (method url-fetch)
14148 (uri (bioconductor-uri "rGREAT" version))
14149 (sha256
14150 (base32
14151 "0px72r8mjimf5mxfwb9qz46kqpgjw5gaqq41hy0212ymjd8whaky"))))
14152 (properties `((upstream-name . "rGREAT")))
14153 (build-system r-build-system)
14154 (propagated-inputs
14155 (list r-genomicranges r-getoptlong r-iranges r-rcurl r-rjson))
14156 (native-inputs (list r-knitr))
14157 (home-page "https://github.com/jokergoo/rGREAT")
14158 (synopsis "Client for GREAT analysis")
14159 (description
14160 "This package makes GREAT (Genomic Regions Enrichment of Annotations
14161 Tool) analysis automatic by constructing a HTTP POST request according to
14162 user's input and automatically retrieving results from GREAT web server.")
14163 (license license:expat)))
14164
14165 (define-public r-m3c
14166 (package
14167 (name "r-m3c")
14168 (version "1.18.0")
14169 (source
14170 (origin
14171 (method url-fetch)
14172 (uri (bioconductor-uri "M3C" version))
14173 (sha256
14174 (base32
14175 "120gd7gkgc98d1l6hl2ij799b3jksdnga5iyb44ps9mbc79hl012"))))
14176 (properties `((upstream-name . "M3C")))
14177 (build-system r-build-system)
14178 (propagated-inputs
14179 (list r-cluster
14180 r-corpcor
14181 r-doparallel
14182 r-dosnow
14183 r-foreach
14184 r-ggplot2
14185 r-matrix
14186 r-matrixcalc
14187 r-rtsne
14188 r-umap))
14189 (native-inputs (list r-knitr))
14190 (home-page "https://bioconductor.org/packages/M3C")
14191 (synopsis "Monte Carlo reference-based consensus clustering")
14192 (description
14193 "M3C is a consensus clustering algorithm that uses a Monte Carlo
14194 simulation to eliminate overestimation of @code{K} and can reject the null
14195 hypothesis @code{K=1}.")
14196 (license license:agpl3+)))
14197
14198 (define-public r-icens
14199 (package
14200 (name "r-icens")
14201 (version "1.68.0")
14202 (source
14203 (origin
14204 (method url-fetch)
14205 (uri (bioconductor-uri "Icens" version))
14206 (sha256
14207 (base32
14208 "0jnbfv7js8bw0ginql90krrpk0p54whj9igw0zk3jc45jqvj2vyc"))))
14209 (properties `((upstream-name . "Icens")))
14210 (build-system r-build-system)
14211 (propagated-inputs
14212 (list r-survival))
14213 (home-page "https://bioconductor.org/packages/Icens")
14214 (synopsis "NPMLE for censored and truncated data")
14215 (description
14216 "This package provides many functions for computing the
14217 @dfn{nonparametric maximum likelihood estimator} (NPMLE) for censored and
14218 truncated data.")
14219 (license license:artistic2.0)))
14220
14221 ;; This is a CRAN package but it depends on r-icens, which is published on
14222 ;; Bioconductor.
14223 (define-public r-interval
14224 (package
14225 (name "r-interval")
14226 (version "1.1-0.8")
14227 (source
14228 (origin
14229 (method url-fetch)
14230 (uri (cran-uri "interval" version))
14231 (sha256
14232 (base32
14233 "0g0k9nri19p3y3s70ic1w3i3sxq8fbsxaikd7c4d6afqzr8hk2nl"))))
14234 (properties `((upstream-name . "interval")))
14235 (build-system r-build-system)
14236 (propagated-inputs
14237 (list r-icens r-mlecens r-perm r-survival))
14238 (home-page "https://cran.r-project.org/web/packages/interval/")
14239 (synopsis "Weighted Logrank tests and NPMLE for interval censored data")
14240 (description
14241 "This package provides functions to fit nonparametric survival curves,
14242 plot them, and perform logrank or Wilcoxon type tests.")
14243 (license license:gpl2+)))
14244
14245 ;; This is a CRAN package, but it depends on r-interval, which depends on a
14246 ;; Bioconductor package.
14247 (define-public r-fhtest
14248 (package
14249 (name "r-fhtest")
14250 (version "1.5")
14251 (source
14252 (origin
14253 (method url-fetch)
14254 (uri (cran-uri "FHtest" version))
14255 (sha256
14256 (base32
14257 "00mql2r4f5hxhdqf27q3x9s5rz2zzakx2myym97b1w1s7c5znl4q"))))
14258 (properties `((upstream-name . "FHtest")))
14259 (build-system r-build-system)
14260 (propagated-inputs
14261 (list r-interval r-kmsurv r-mass r-perm r-survival))
14262 (home-page "https://cran.r-project.org/web/packages/FHtest/")
14263 (synopsis "Tests for survival data based on the Fleming-Harrington class")
14264 (description
14265 "This package provides functions to compare two or more survival curves
14266 with:
14267
14268 @itemize
14269 @item The Fleming-Harrington test for right-censored data based on
14270 permutations and on counting processes.
14271 @item An extension of the Fleming-Harrington test for interval-censored data
14272 based on a permutation distribution and on a score vector distribution.
14273 @end itemize
14274 ")
14275 (license license:gpl2+)))
14276
14277 (define-public r-fourcseq
14278 (package
14279 (name "r-fourcseq")
14280 (version "1.24.0")
14281 (source
14282 (origin
14283 (method url-fetch)
14284 (uri (bioconductor-uri "FourCSeq" version))
14285 (sha256
14286 (base32 "1rwdphcj26xis47n8j1fiyc3k3qbsgn0bhf5bhgy5vm11yqyvicb"))))
14287 (properties `((upstream-name . "FourCSeq")))
14288 (build-system r-build-system)
14289 (propagated-inputs
14290 (list r-biobase
14291 r-biostrings
14292 r-deseq2
14293 r-fda
14294 r-genomicalignments
14295 r-genomicranges
14296 r-ggbio
14297 r-ggplot2
14298 r-gtools
14299 r-lsd
14300 r-matrix
14301 r-reshape2
14302 r-rsamtools
14303 r-rtracklayer
14304 r-summarizedexperiment))
14305 (native-inputs
14306 (list r-knitr))
14307 (home-page
14308 "https://bioconductor.org/packages/release/bioc/html/FourCSeq.html")
14309 (synopsis "Analysis of multiplexed 4C sequencing data")
14310 (description
14311 "This package is an R package dedicated to the analysis of (multiplexed)
14312 4C sequencing data. @code{r-fourcseq} provides a pipeline to detect specific
14313 interactions between DNA elements and identify differential interactions
14314 between conditions. The statistical analysis in R starts with individual bam
14315 files for each sample as inputs. To obtain these files, the package contains
14316 a Python script to demultiplex libraries and trim off primer sequences. With
14317 a standard alignment software the required bam files can be then be
14318 generated.")
14319 (license license:gpl3+)))
14320
14321 (define-public r-preprocesscore
14322 (package
14323 (name "r-preprocesscore")
14324 (version "1.58.0")
14325 (source
14326 (origin
14327 (method url-fetch)
14328 (uri (bioconductor-uri "preprocessCore" version))
14329 (sha256
14330 (base32
14331 "1sqpp00hhv6gypflrjw8qpqyqgdcp29m86gmi1di1574x8casdkf"))))
14332 (properties
14333 `((upstream-name . "preprocessCore")))
14334 (build-system r-build-system)
14335 (home-page "https://github.com/bmbolstad/preprocessCore")
14336 (synopsis "Collection of pre-processing functions")
14337 (description
14338 "This package provides a library of core pre-processing and normalization
14339 routines.")
14340 (license license:lgpl2.0+)))
14341
14342 (define-public r-s4vectors
14343 (package
14344 (name "r-s4vectors")
14345 (version "0.34.0")
14346 (source (origin
14347 (method url-fetch)
14348 (uri (bioconductor-uri "S4Vectors" version))
14349 (sha256
14350 (base32
14351 "0j3ybhzdhlhw8527nks3mjja28asjya2n0m0rjkh4bw66rkfys4k"))))
14352 (properties
14353 `((upstream-name . "S4Vectors")))
14354 (build-system r-build-system)
14355 (propagated-inputs
14356 (list r-biocgenerics))
14357 (home-page "https://bioconductor.org/packages/S4Vectors")
14358 (synopsis "S4 implementation of vectors and lists")
14359 (description
14360 "The S4Vectors package defines the @code{Vector} and @code{List} virtual
14361 classes and a set of generic functions that extend the semantic of ordinary
14362 vectors and lists in R. Package developers can easily implement vector-like
14363 or list-like objects as concrete subclasses of @code{Vector} or @code{List}.
14364 In addition, a few low-level concrete subclasses of general interest (e.g.
14365 @code{DataFrame}, @code{Rle}, and @code{Hits}) are implemented in the
14366 S4Vectors package itself.")
14367 (license license:artistic2.0)))
14368
14369 ;; This is a CRAN package, but it depends on preprocessorcore, which is a
14370 ;; Bioconductor package.
14371 (define-public r-wgcna
14372 (package
14373 (name "r-wgcna")
14374 (version "1.71")
14375 (source
14376 (origin
14377 (method url-fetch)
14378 (uri (cran-uri "WGCNA" version))
14379 (sha256
14380 (base32
14381 "027pkc4pyn9bifqbjs05318gvlm06mffw016j50n59wfi2g39x91"))))
14382 (properties `((upstream-name . "WGCNA")))
14383 (build-system r-build-system)
14384 (propagated-inputs
14385 (list r-annotationdbi
14386 r-doparallel
14387 r-dynamictreecut
14388 r-fastcluster
14389 r-foreach
14390 r-go-db
14391 r-hmisc
14392 r-impute
14393 r-rcpp
14394 r-survival
14395 r-matrixstats
14396 r-preprocesscore))
14397 (home-page
14398 "http://www.genetics.ucla.edu/labs/horvath/CoexpressionNetwork/Rpackages/WGCNA/")
14399 (synopsis "Weighted correlation network analysis")
14400 (description
14401 "This package provides functions necessary to perform Weighted
14402 Correlation Network Analysis on high-dimensional data. It includes functions
14403 for rudimentary data cleaning, construction and summarization of correlation
14404 networks, module identification and functions for relating both variables and
14405 modules to sample traits. It also includes a number of utility functions for
14406 data manipulation and visualization.")
14407 (license license:gpl2+)))
14408
14409 (define-public r-rgraphviz
14410 (package
14411 (name "r-rgraphviz")
14412 (version "2.40.0")
14413 (source
14414 (origin
14415 (method url-fetch)
14416 (uri (bioconductor-uri "Rgraphviz" version))
14417 (sha256
14418 (base32
14419 "1r6ff7w2bmyfl1vzjvpgnhb8f5arwjlpab8fw5ph8fgyiqbcx94l"))))
14420 (properties `((upstream-name . "Rgraphviz")))
14421 (build-system r-build-system)
14422 (arguments
14423 `(#:phases
14424 (modify-phases %standard-phases
14425 (add-after 'unpack 'make-reproducible
14426 (lambda _
14427 ;; The replacement value is taken from src/graphviz/builddate.h
14428 (substitute* "src/graphviz/configure"
14429 (("VERSION_DATE=.*")
14430 "VERSION_DATE=20200427.2341\n"))
14431 #t)))))
14432 ;; FIXME: Rgraphviz bundles the sources of an older variant of
14433 ;; graphviz. It does not build with the latest version of graphviz, so
14434 ;; we do not add graphviz to the inputs.
14435 (inputs (list zlib))
14436 (propagated-inputs
14437 (list r-graph))
14438 (native-inputs
14439 (list pkg-config))
14440 (home-page "https://bioconductor.org/packages/Rgraphviz")
14441 (synopsis "Plotting capabilities for R graph objects")
14442 (description
14443 "This package interfaces R with the graphviz library for plotting R graph
14444 objects from the @code{graph} package.")
14445 (license license:epl1.0)))
14446
14447 (define-public r-fithic
14448 (package
14449 (name "r-fithic")
14450 (version "1.22.0")
14451 (source (origin
14452 (method url-fetch)
14453 (uri (bioconductor-uri "FitHiC" version))
14454 (sha256
14455 (base32
14456 "0iv14yx3g7shzl8qrjknyxbmiylj51sbd1wzr1ff9lc5shgl55kq"))))
14457 (properties `((upstream-name . "FitHiC")))
14458 (build-system r-build-system)
14459 (propagated-inputs
14460 (list r-data-table r-fdrtool r-rcpp))
14461 (native-inputs
14462 (list r-knitr))
14463 (home-page "https://bioconductor.org/packages/FitHiC")
14464 (synopsis "Confidence estimation for intra-chromosomal contact maps")
14465 (description
14466 "Fit-Hi-C is a tool for assigning statistical confidence estimates to
14467 intra-chromosomal contact maps produced by genome-wide genome architecture
14468 assays such as Hi-C.")
14469 (license license:gpl2+)))
14470
14471 (define-public r-hitc
14472 (package
14473 (name "r-hitc")
14474 (version "1.40.0")
14475 (source (origin
14476 (method url-fetch)
14477 (uri (bioconductor-uri "HiTC" version))
14478 (sha256
14479 (base32
14480 "1pkshlrra26cad0hf8a54brlkazni6rsvrplh36azxapx5rpps4s"))))
14481 (properties `((upstream-name . "HiTC")))
14482 (build-system r-build-system)
14483 (propagated-inputs
14484 (list r-biostrings
14485 r-genomeinfodb
14486 r-genomicranges
14487 r-iranges
14488 r-matrix
14489 r-rcolorbrewer
14490 r-rtracklayer))
14491 (home-page "https://bioconductor.org/packages/HiTC")
14492 (synopsis "High throughput chromosome conformation capture analysis")
14493 (description
14494 "The HiTC package was developed to explore high-throughput \"C\" data
14495 such as 5C or Hi-C. Dedicated R classes as well as standard methods for
14496 quality controls, normalization, visualization, and further analysis are also
14497 provided.")
14498 (license license:artistic2.0)))
14499
14500 (define-public r-hdf5array
14501 (package
14502 (name "r-hdf5array")
14503 (version "1.24.1")
14504 (source
14505 (origin
14506 (method url-fetch)
14507 (uri (bioconductor-uri "HDF5Array" version))
14508 (sha256
14509 (base32
14510 "1r1lg7k60qgb489xkypd4gvm1fmdlihvylb5va6xj58ipndbfday"))))
14511 (properties `((upstream-name . "HDF5Array")))
14512 (build-system r-build-system)
14513 (inputs
14514 (list zlib))
14515 (propagated-inputs
14516 (list r-biocgenerics
14517 r-delayedarray
14518 r-iranges
14519 r-matrix
14520 r-rhdf5
14521 r-rhdf5filters
14522 r-rhdf5lib
14523 r-s4vectors))
14524 (home-page "https://bioconductor.org/packages/HDF5Array")
14525 (synopsis "HDF5 back end for DelayedArray objects")
14526 (description "This package provides an array-like container for convenient
14527 access and manipulation of HDF5 datasets. It supports delayed operations and
14528 block processing.")
14529 (license license:artistic2.0)))
14530
14531 (define-public r-rhdf5lib
14532 (package
14533 (name "r-rhdf5lib")
14534 (version "1.18.2")
14535 (source
14536 (origin
14537 (method url-fetch)
14538 (uri (bioconductor-uri "Rhdf5lib" version))
14539 (sha256
14540 (base32
14541 "1jpb8h7c724yz51zjfqs90bsqxgmy1rry2ra9qamsgqpr2j9764g"))
14542 (modules '((guix build utils)))
14543 (snippet
14544 '(begin
14545 ;; Delete bundled binaries
14546 (delete-file-recursively "src/wininclude/")
14547 (delete-file-recursively "src/winlib/")
14548 (delete-file "src/hdf5small_cxx_hl_1.10.7.tar.gz")))))
14549 (properties `((upstream-name . "Rhdf5lib")))
14550 (build-system r-build-system)
14551 (arguments
14552 `(#:phases
14553 (modify-phases %standard-phases
14554 (add-after 'unpack 'do-not-use-bundled-hdf5
14555 (lambda* (#:key inputs #:allow-other-keys)
14556 (for-each delete-file '("configure" "configure.ac"))
14557 (substitute* "R/zzz.R"
14558 (("return\\(links\\)") "return(\" -lz\")"))
14559 (with-directory-excursion "src"
14560 (invoke "tar" "xvf" (assoc-ref inputs "hdf5-source"))
14561 (rename-file (string-append "hdf5-" ,(package-version hdf5-1.10))
14562 "hdf5")
14563 ;; Remove timestamp and host system information to make
14564 ;; the build reproducible.
14565 (substitute* "hdf5/src/libhdf5.settings.in"
14566 (("Configured on: @CONFIG_DATE@")
14567 "Configured on: Guix")
14568 (("Uname information:.*")
14569 "Uname information: Linux\n")
14570 ;; Remove unnecessary store reference.
14571 (("C Compiler:.*")
14572 "C Compiler: GCC\n"))
14573 (rename-file "hdf5/src/libhdf5.settings.in"
14574 "hdf5/src/libhdf5.settings")
14575 (rename-file "Makevars.in" "Makevars")
14576 (substitute* "Makevars"
14577 (("@BUILD_HDF5@") "")
14578 (("@COPY_SZIP@") "")
14579 (("@ZLIB_LIB@") "-lz")
14580 (("@ZLIB_INCLUDE@") "")
14581 (("HDF5_CXX_LIB=.*")
14582 (string-append "HDF5_CXX_LIB="
14583 (assoc-ref inputs "hdf5") "/lib/libhdf5_cpp.a\n"))
14584 (("HDF5_LIB=.*")
14585 (string-append "HDF5_LIB="
14586 (assoc-ref inputs "hdf5") "/lib/libhdf5.a\n"))
14587 (("HDF5_CXX_INCLUDE=.*") "HDF5_CXX_INCLUDE=./hdf5/c++/src\n")
14588 (("HDF5_INCLUDE=.*") "HDF5_INCLUDE=./hdf5/src\n")
14589 (("HDF5_HL_INCLUDE=.*") "HDF5_HL_INCLUDE=./hdf5/hl/src\n")
14590 (("HDF5_HL_CXX_INCLUDE=.*") "HDF5_HL_CXX_INCLUDE=./hdf5/hl/c++/src\n")
14591 (("HDF5_HL_LIB=.*")
14592 (string-append "HDF5_HL_LIB="
14593 (assoc-ref inputs "hdf5") "/lib/libhdf5_hl.a\n"))
14594 (("HDF5_HL_CXX_LIB=.*")
14595 (string-append "HDF5_HL_CXX_LIB="
14596 (assoc-ref inputs "hdf5") "/lib/libhdf5_hl_cpp.a\n"))
14597 ;; szip is non-free software
14598 (("cp \"\\$\\{SZIP_LIB\\}.*") "")
14599 (("PKG_LIBS =.*") "PKG_LIBS = -lz -lhdf5\n"))))))))
14600 (propagated-inputs
14601 (list hdf5-1.10 zlib))
14602 (native-inputs
14603 `(("hdf5-source" ,(package-source hdf5-1.10))
14604 ("r-knitr" ,r-knitr)))
14605 (home-page "https://bioconductor.org/packages/Rhdf5lib")
14606 (synopsis "HDF5 library as an R package")
14607 (description "This package provides C and C++ HDF5 libraries for use in R
14608 packages.")
14609 (license license:artistic2.0)))
14610
14611 (define-public r-beachmat
14612 (package
14613 (name "r-beachmat")
14614 (version "2.12.0")
14615 (source
14616 (origin
14617 (method url-fetch)
14618 (uri (bioconductor-uri "beachmat" version))
14619 (sha256
14620 (base32
14621 "0fc6vvjjq1mfjfj2zqkap3rwvinnfqjs0cpk1447sspvd1rjya8c"))))
14622 (build-system r-build-system)
14623 (propagated-inputs
14624 (list r-biocgenerics r-delayedarray r-matrix r-rcpp))
14625 (native-inputs
14626 (list r-knitr))
14627 (home-page "https://bioconductor.org/packages/beachmat")
14628 (synopsis "Compiling Bioconductor to handle each matrix type")
14629 (description "This package provides a consistent C++ class interface for a
14630 variety of commonly used matrix types, including sparse and HDF5-backed
14631 matrices.")
14632 (license license:gpl3)))
14633
14634 ;; This package includes files that have been taken from kentutils. Some
14635 ;; parts of kentutils are not released under a free license, but this package
14636 ;; only uses files that are also found in the free parts of kentutils.
14637 (define-public r-cner
14638 (package
14639 (name "r-cner")
14640 (version "1.32.0")
14641 (source
14642 (origin
14643 (method url-fetch)
14644 (uri (bioconductor-uri "CNEr" version))
14645 (sha256
14646 (base32 "05zvr5fv8nprxqh2wvvrlf737dq242i20p1rpyqjaxihl6xl62kq"))))
14647 (properties `((upstream-name . "CNEr")))
14648 (build-system r-build-system)
14649 (inputs (list zlib))
14650 (propagated-inputs
14651 (list r-annotate
14652 r-biocgenerics
14653 r-biostrings
14654 r-dbi
14655 r-genomeinfodb
14656 r-genomicalignments
14657 r-genomicranges
14658 r-ggplot2
14659 r-go-db
14660 r-iranges
14661 r-keggrest
14662 r-powerlaw
14663 r-r-utils
14664 r-readr
14665 r-reshape2
14666 r-rsqlite
14667 r-rtracklayer
14668 r-s4vectors
14669 r-xvector))
14670 (native-inputs
14671 (list r-knitr))
14672 (home-page "https://github.com/ge11232002/CNEr")
14673 (synopsis "CNE Detection and Visualization")
14674 (description
14675 "This package provides tools for large-scale identification and
14676 advanced visualization of sets of conserved noncoding elements.")
14677 ;; For all files in src/ucsc "license is hereby granted for all use -
14678 ;; public, private or commercial"; this includes those files that don't
14679 ;; have a license header, because they are included in the free parts of
14680 ;; the kentutils package.
14681 (license (list license:gpl2
14682 (license:non-copyleft
14683 "https://raw.githubusercontent.com/ucscGenomeBrowser/kent/v410_base/src/lib/LICENSE")))))
14684
14685 (define-public r-tfbstools
14686 (package
14687 (name "r-tfbstools")
14688 (version "1.34.0")
14689 (source
14690 (origin
14691 (method url-fetch)
14692 (uri (bioconductor-uri "TFBSTools" version))
14693 (sha256
14694 (base32
14695 "0l6j1r2cx7jfd39qzbyynk4jvzd81ys6yypzxjc97js4kkyrx29w"))))
14696 (properties `((upstream-name . "TFBSTools")))
14697 (build-system r-build-system)
14698 (propagated-inputs
14699 (list r-biobase
14700 r-biocgenerics
14701 r-biocparallel
14702 r-biostrings
14703 r-bsgenome
14704 r-catools
14705 r-cner
14706 r-dbi
14707 r-dirichletmultinomial
14708 r-genomeinfodb
14709 r-genomicranges
14710 r-gtools
14711 r-iranges
14712 r-rsqlite
14713 r-rtracklayer
14714 r-s4vectors
14715 r-seqlogo
14716 r-tfmpvalue
14717 r-xml
14718 r-xvector))
14719 (native-inputs (list r-knitr))
14720 (home-page "https://github.com/ge11232002/TFBSTools")
14721 (synopsis "Transcription factor binding site (TFBS) analysis")
14722 (description
14723 "TFBSTools is a package for the analysis and manipulation of
14724 transcription factor binding sites. It includes matrices conversion
14725 between @dfn{Position Frequency Matrix} (PFM), @dfn{Position Weight
14726 Matrix} (PWM) and @dfn{Information Content Matrix} (ICM). It can also
14727 scan putative TFBS from sequence/alignment, query JASPAR database and
14728 provides a wrapper of de novo motif discovery software.")
14729 (license license:gpl2)))
14730
14731 (define-public r-maftools
14732 (package
14733 (name "r-maftools")
14734 (version "2.12.0")
14735 (source
14736 (origin
14737 (method url-fetch)
14738 (uri (bioconductor-uri "maftools" version))
14739 (sha256
14740 (base32 "1gqfi95v4fs64n4walij0g2kds3fbbwp6lih5yakmgf6kj8fpkk6"))))
14741 (properties `((upstream-name . "maftools")))
14742 (build-system r-build-system)
14743 (propagated-inputs
14744 (list r-data-table
14745 r-dnacopy
14746 r-rcolorbrewer
14747 r-rhtslib
14748 r-survival
14749 r-zlibbioc))
14750 (native-inputs (list r-knitr))
14751 (home-page "https://github.com/PoisonAlien/maftools")
14752 (synopsis "Summarize, analyze and visualize MAF files")
14753 (description
14754 "Analyze and visualize Mutation Annotation Format (MAF) files from large
14755 scale sequencing studies. This package provides various functions to perform
14756 most commonly used analyses in cancer genomics and to create feature rich
14757 customizable visualzations with minimal effort.")
14758 (license license:expat)))
14759
14760 (define-public r-motifmatchr
14761 (package
14762 (name "r-motifmatchr")
14763 (version "1.18.0")
14764 (source
14765 (origin
14766 (method url-fetch)
14767 (uri (bioconductor-uri "motifmatchr" version))
14768 (sha256
14769 (base32
14770 "1ssn00mxwk23zr5na0vcmxvm69i68f0ga0wqlv1nk2isg0wpv878"))))
14771 (properties `((upstream-name . "motifmatchr")))
14772 (build-system r-build-system)
14773 (propagated-inputs
14774 (list r-biostrings
14775 r-bsgenome
14776 r-genomeinfodb
14777 r-genomicranges
14778 r-iranges
14779 r-matrix
14780 r-rcpp
14781 r-rcpparmadillo
14782 r-rsamtools
14783 r-s4vectors
14784 r-summarizedexperiment
14785 r-tfbstools))
14786 (native-inputs (list r-knitr))
14787 (home-page "https://bioconductor.org/packages/motifmatchr")
14788 (synopsis "Fast motif matching in R")
14789 (description
14790 "Quickly find motif matches for many motifs and many sequences.
14791 This package wraps C++ code from the MOODS motif calling library.")
14792 (license license:gpl3)))
14793
14794 (define-public r-chromvar
14795 (package
14796 (name "r-chromvar")
14797 (version "1.18.0")
14798 (source
14799 (origin
14800 (method url-fetch)
14801 (uri (bioconductor-uri "chromVAR" version))
14802 (sha256
14803 (base32 "0vhsvkm4kvln0002f13ayk57f9fmiz1kw9vwpsm1vds1vahd656m"))))
14804 (properties `((upstream-name . "chromVAR")))
14805 (build-system r-build-system)
14806 (propagated-inputs
14807 (list r-biocgenerics
14808 r-biocparallel
14809 r-biostrings
14810 r-bsgenome
14811 r-dt
14812 r-genomeinfodb
14813 r-genomicranges
14814 r-ggplot2
14815 r-iranges
14816 r-matrix
14817 r-miniui
14818 r-nabor
14819 r-plotly
14820 r-rcolorbrewer
14821 r-rcpp
14822 r-rcpparmadillo
14823 r-rsamtools
14824 r-rtsne
14825 r-s4vectors
14826 r-shiny
14827 r-summarizedexperiment
14828 r-tfbstools))
14829 (native-inputs (list r-knitr))
14830 (home-page "https://bioconductor.org/packages/release/bioc/html/chromVAR.html")
14831 (synopsis "Determine chromatin variation across regions")
14832 (description
14833 "This package @code{r-chromvar} determines variation in chromatin
14834 accessibility across sets of annotations or peaks. @code{r-chromvar} is
14835 designed primarily for single-cell or sparse chromatin accessibility data like
14836 single cell assay for transposase-accessible chromatin using
14837 sequencing (@code{scATAC-seq} or sparse bulk ATAC or deoxyribonuclease
14838 sequence (@code{DNAse-seq}) experiments.")
14839 (license license:expat)))
14840
14841 (define-public r-singlecellexperiment
14842 (package
14843 (name "r-singlecellexperiment")
14844 (version "1.18.0")
14845 (source
14846 (origin
14847 (method url-fetch)
14848 (uri (bioconductor-uri "SingleCellExperiment" version))
14849 (sha256
14850 (base32
14851 "0s1aqbvlfnzijzfywjfpinqmxqj269dq2d3zlgf4xw9c1nwwnv7p"))))
14852 (properties
14853 `((upstream-name . "SingleCellExperiment")))
14854 (build-system r-build-system)
14855 (propagated-inputs
14856 (list r-biocgenerics r-delayedarray r-genomicranges r-s4vectors
14857 r-summarizedexperiment))
14858 (native-inputs
14859 (list r-knitr))
14860 (home-page "https://bioconductor.org/packages/SingleCellExperiment")
14861 (synopsis "S4 classes for single cell data")
14862 (description "This package defines an S4 class for storing data from
14863 single-cell experiments. This includes specialized methods to store and
14864 retrieve spike-in information, dimensionality reduction coordinates and size
14865 factors for each cell, along with the usual metadata for genes and
14866 libraries.")
14867 (license license:gpl3)))
14868
14869 (define-public r-singler
14870 (package
14871 (name "r-singler")
14872 (version "1.10.0")
14873 (source
14874 (origin
14875 (method url-fetch)
14876 (uri (bioconductor-uri "SingleR" version))
14877 (sha256
14878 (base32 "0qbyc6ygw2xv3li9187i3axsw6ihwpa7pkvxvy9cagv7xck45c5y"))))
14879 (properties `((upstream-name . "SingleR")))
14880 (build-system r-build-system)
14881 (propagated-inputs
14882 (list r-beachmat
14883 r-biocneighbors
14884 r-biocparallel
14885 r-biocsingular
14886 r-delayedarray
14887 r-delayedmatrixstats
14888 r-matrix
14889 r-rcpp
14890 r-s4vectors
14891 r-summarizedexperiment))
14892 (native-inputs (list r-knitr))
14893 (home-page "https://github.com/LTLA/SingleR")
14894 (synopsis "Reference-based single-cell RNA-seq annotation")
14895 (description
14896 "This package performs unbiased cell type recognition from single-cell
14897 RNA sequencing data, by leveraging reference transcriptomic datasets of pure
14898 cell types to infer the cell of origin of each single cell independently.")
14899 (license license:gpl3)))
14900
14901 (define-public r-scuttle
14902 (package
14903 (name "r-scuttle")
14904 (version "1.6.2")
14905 (source
14906 (origin
14907 (method url-fetch)
14908 (uri (bioconductor-uri "scuttle" version))
14909 (sha256
14910 (base32
14911 "0nnmq3wf436xaw4arc4y3ldvn6ilsg52xzbccmid0icb8z3y2kzn"))))
14912 (properties `((upstream-name . "scuttle")))
14913 (build-system r-build-system)
14914 (propagated-inputs
14915 (list r-beachmat
14916 r-biocgenerics
14917 r-biocparallel
14918 r-delayedarray
14919 r-delayedmatrixstats
14920 r-genomicranges
14921 r-matrix
14922 r-rcpp
14923 r-s4vectors
14924 r-singlecellexperiment
14925 r-summarizedexperiment))
14926 (native-inputs (list r-knitr))
14927 (home-page "https://bioconductor.org/packages/scuttle")
14928 (synopsis "Single-cell RNA-Seq analysis utilities")
14929 (description
14930 "This package provides basic utility functions for performing single-cell
14931 analyses, focusing on simple normalization, quality control and data
14932 transformations. It also provides some helper functions to assist development
14933 of other packages.")
14934 (license license:gpl3)))
14935
14936 (define-public r-scater
14937 (package
14938 (name "r-scater")
14939 (version "1.24.0")
14940 (source (origin
14941 (method url-fetch)
14942 (uri (bioconductor-uri "scater" version))
14943 (sha256
14944 (base32
14945 "0dqirggw7my5nq4ln9q0ya18ciqplkz9gx318ffias9ag3yii5rw"))))
14946 (build-system r-build-system)
14947 (propagated-inputs
14948 (list r-beachmat
14949 r-biocgenerics
14950 r-biocneighbors
14951 r-biocparallel
14952 r-biocsingular
14953 r-delayedarray
14954 r-delayedmatrixstats
14955 r-ggbeeswarm
14956 r-ggplot2
14957 r-ggrepel
14958 r-gridextra
14959 r-matrix
14960 r-rcolorbrewer
14961 r-rcppml
14962 r-rlang
14963 r-rtsne
14964 r-s4vectors
14965 r-scuttle
14966 r-singlecellexperiment
14967 r-summarizedexperiment
14968 r-viridis))
14969 (native-inputs
14970 (list r-knitr))
14971 (home-page "https://github.com/davismcc/scater")
14972 (synopsis "Single-cell analysis toolkit for gene expression data in R")
14973 (description "This package provides a collection of tools for doing
14974 various analyses of single-cell RNA-seq gene expression data, with a focus on
14975 quality control.")
14976 (license license:gpl2+)))
14977
14978 (define-public r-scran
14979 (package
14980 (name "r-scran")
14981 (version "1.24.0")
14982 (source
14983 (origin
14984 (method url-fetch)
14985 (uri (bioconductor-uri "scran" version))
14986 (sha256
14987 (base32
14988 "0xg7dl35915a65pmzkxdacsm4iqf97ayljdjljcvqx1ycmn7x68w"))))
14989 (build-system r-build-system)
14990 (propagated-inputs
14991 (list r-beachmat
14992 r-bh
14993 r-biocgenerics
14994 r-biocparallel
14995 r-biocsingular
14996 r-bluster
14997 r-delayedarray
14998 r-delayedmatrixstats
14999 r-dqrng
15000 r-edger
15001 r-igraph
15002 r-limma
15003 r-matrix
15004 r-metapod
15005 r-rcpp
15006 r-s4vectors
15007 r-scuttle
15008 r-singlecellexperiment
15009 r-statmod
15010 r-summarizedexperiment))
15011 (native-inputs
15012 (list r-knitr))
15013 (home-page "https://bioconductor.org/packages/scran")
15014 (synopsis "Methods for single-cell RNA-Seq data analysis")
15015 (description "This package implements a variety of low-level analyses of
15016 single-cell RNA-seq data. Methods are provided for normalization of
15017 cell-specific biases, assignment of cell cycle phase, and detection of highly
15018 variable and significantly correlated genes.")
15019 (license license:gpl3)))
15020
15021 (define-public r-sparsematrixstats
15022 (package
15023 (name "r-sparsematrixstats")
15024 (version "1.8.0")
15025 (source
15026 (origin
15027 (method url-fetch)
15028 (uri (bioconductor-uri "sparseMatrixStats" version))
15029 (sha256
15030 (base32
15031 "0p12kay7p5zbfm2589wdx0n9jhgpf5fb2fsmkhn3p4ck4xcy13x2"))))
15032 (properties
15033 `((upstream-name . "sparseMatrixStats")))
15034 (build-system r-build-system)
15035 (propagated-inputs
15036 (list r-matrix r-matrixgenerics r-matrixstats r-rcpp))
15037 (native-inputs (list r-knitr))
15038 (home-page "https://bioconductor.org/packages/sparseMatrixStats/")
15039 (synopsis "Summary statistics for rows and columns of sparse matrices")
15040 (description
15041 "This package provides high performance functions for row and column
15042 operations on sparse matrices. Currently, the optimizations are limited to
15043 data in the column sparse format.")
15044 (license license:expat)))
15045
15046 (define-public r-delayedmatrixstats
15047 (package
15048 (name "r-delayedmatrixstats")
15049 (version "1.18.0")
15050 (source
15051 (origin
15052 (method url-fetch)
15053 (uri (bioconductor-uri "DelayedMatrixStats" version))
15054 (sha256
15055 (base32
15056 "1qlwv69c0r2w3zkmsr8r7w6sr3hf1ha0sfcrsjx4ks8f0ww7aqsv"))))
15057 (properties
15058 `((upstream-name . "DelayedMatrixStats")))
15059 (build-system r-build-system)
15060 (propagated-inputs
15061 (list r-delayedarray
15062 r-iranges
15063 r-matrix
15064 r-matrixgenerics
15065 r-matrixstats
15066 r-s4vectors
15067 r-sparsematrixstats))
15068 (native-inputs
15069 (list r-knitr))
15070 (home-page "https://github.com/PeteHaitch/DelayedMatrixStats")
15071 (synopsis "Functions that apply to rows and columns of DelayedMatrix objects")
15072 (description
15073 "This package provides a port of the @code{matrixStats} API for use with
15074 @code{DelayedMatrix} objects from the @code{DelayedArray} package. It
15075 contains high-performing functions operating on rows and columns of
15076 @code{DelayedMatrix} objects, e.g. @code{colMedians}, @code{rowMedians},
15077 @code{colRanks}, @code{rowRanks}, @code{colSds}, and @code{rowSds}. Functions
15078 are optimized per data type and for subsetted calculations such that both
15079 memory usage and processing time is minimized.")
15080 (license license:expat)))
15081
15082 (define-public r-mscoreutils
15083 (package
15084 (name "r-mscoreutils")
15085 (version "1.8.0")
15086 (source
15087 (origin
15088 (method url-fetch)
15089 (uri (bioconductor-uri "MsCoreUtils" version))
15090 (sha256
15091 (base32
15092 "077x1zcy27x8akmagjn75j97082cgnahrbfw0qx08q455m5x3xzh"))))
15093 (properties `((upstream-name . "MsCoreUtils")))
15094 (build-system r-build-system)
15095 (propagated-inputs
15096 (list r-clue r-mass r-rcpp r-s4vectors))
15097 (native-inputs
15098 (list r-knitr))
15099 (home-page "https://github.com/RforMassSpectrometry/MsCoreUtils")
15100 (synopsis "Core utils for mass spectrometry data")
15101 (description
15102 "This package defines low-level functions for mass spectrometry data and
15103 is independent of any high-level data structures. These functions include
15104 mass spectra processing functions (noise estimation, smoothing, binning),
15105 quantitative aggregation functions (median polish, robust summarisation,
15106 etc.), missing data imputation, data normalisation (quantiles, vsn, etc.) as
15107 well as misc helper functions, that are used across high-level data structure
15108 within the R for Mass Spectrometry packages.")
15109 (license license:artistic2.0)))
15110
15111 (define-public r-msfeatures
15112 (package
15113 (name "r-msfeatures")
15114 (version "1.4.0")
15115 (source
15116 (origin
15117 (method url-fetch)
15118 (uri (bioconductor-uri "MsFeatures" version))
15119 (sha256
15120 (base32 "111iqcq4q315pb4j8z427shin9b00p179m2s9h6dd7imvbd68yq3"))))
15121 (properties `((upstream-name . "MsFeatures")))
15122 (build-system r-build-system)
15123 (propagated-inputs
15124 (list r-mscoreutils r-protgenerics r-summarizedexperiment))
15125 (native-inputs
15126 (list r-knitr))
15127 (home-page "https://github.com/RforMassSpectrometry/MsFeatures")
15128 (synopsis "Functionality for mass spectrometry features")
15129 (description
15130 "The MsFeature package defines functionality for Mass Spectrometry
15131 features. This includes functions to group (LC-MS) features based on some of
15132 their properties, such as retention time (coeluting features), or correlation
15133 of signals across samples. This package hence can be used to group features, and
15134 its results can be used as an input for the @code{QFeatures} package which
15135 allows aggregating abundance levels of features within each group. This
15136 package defines concepts and functions for base and common data types,
15137 implementations for more specific data types are expected to be implemented in
15138 the respective packages (such as e.g. @code{xcms}).")
15139 (license license:artistic2.0)))
15140
15141 (define-public r-biocio
15142 (package
15143 (name "r-biocio")
15144 (version "1.6.0")
15145 (source
15146 (origin
15147 (method url-fetch)
15148 (uri (bioconductor-uri "BiocIO" version))
15149 (sha256
15150 (base32
15151 "16j826w4zrmbgpmq6nyglcrjailsfv48ih1rz1qn383g7v503ydp"))))
15152 (properties `((upstream-name . "BiocIO")))
15153 (build-system r-build-system)
15154 (propagated-inputs
15155 (list r-biocgenerics r-s4vectors))
15156 (native-inputs
15157 (list r-knitr))
15158 (home-page "https://bioconductor.org/packages/BiocIO")
15159 (synopsis "Standard input and output for Bioconductor packages")
15160 (description
15161 "This package implements `import()` and `export()` standard generics for
15162 importing and exporting biological data formats. `import()` supports
15163 whole-file as well as chunk-wise iterative import. The `import()` interface
15164 optionally provides a standard mechanism for 'lazy' access via `filter()` (on
15165 row or element-like components of the file resource), `select()` (on
15166 column-like components of the file resource) and `collect()`. The `import()`
15167 interface optionally provides transparent access to remote (e.g. via https)
15168 as well as local access. Developers can register a file extension, e.g.,
15169 `.loom` for dispatch from character-based URIs to specific `import()` /
15170 `export()` methods based on classes representing file types, e.g.,
15171 `LoomFile()`.")
15172 (license license:artistic2.0)))
15173
15174 (define-public r-msmseda
15175 (package
15176 (name "r-msmseda")
15177 (version "1.34.0")
15178 (source
15179 (origin
15180 (method url-fetch)
15181 (uri (bioconductor-uri "msmsEDA" version))
15182 (sha256
15183 (base32
15184 "0jnaq9ar4mnf3pfhka9hvk61p51ny9jws49xi8z29dq288b42b42"))))
15185 (properties `((upstream-name . "msmsEDA")))
15186 (build-system r-build-system)
15187 (propagated-inputs
15188 (list r-gplots r-mass r-msnbase r-rcolorbrewer))
15189 (home-page
15190 "https://bioconductor.org/packages/msmsEDA")
15191 (synopsis "Exploratory data analysis of LC-MS/MS data by spectral counts")
15192 (description
15193 "Exploratory data analysis to assess the quality of a set of LC-MS/MS
15194 experiments, and visualize de influence of the involved factors.")
15195 (license license:gpl2)))
15196
15197 (define-public r-msmstests
15198 (package
15199 (name "r-msmstests")
15200 (version "1.34.0")
15201 (source
15202 (origin
15203 (method url-fetch)
15204 (uri (bioconductor-uri "msmsTests" version))
15205 (sha256
15206 (base32
15207 "1wzdz0p9wmr243xkmymx9fwskafkyxgmlip4sd1fy2s06px7r0xi"))))
15208 (properties `((upstream-name . "msmsTests")))
15209 (build-system r-build-system)
15210 (propagated-inputs
15211 (list r-edger r-msmseda r-msnbase r-qvalue))
15212 (home-page
15213 "https://bioconductor.org/packages/msmsTests")
15214 (synopsis "Differential LC-MS/MS expression tests")
15215 (description
15216 "This package provides statistical tests for label-free LC-MS/MS data
15217 by spectral counts, to discover differentially expressed proteins between two
15218 biological conditions. Three tests are available: Poisson GLM regression,
15219 quasi-likelihood GLM regression, and the negative binomial of the edgeR
15220 package. The three models admit blocking factors to control for nuisance
15221 variables. To assure a good level of reproducibility a post-test filter is
15222 available, where we may set the minimum effect size considered biologicaly
15223 relevant, and the minimum expression of the most abundant condition.")
15224 (license license:gpl2)))
15225
15226 (define-public r-catalyst
15227 (package
15228 (name "r-catalyst")
15229 (version "1.20.1")
15230 (source
15231 (origin
15232 (method url-fetch)
15233 (uri (bioconductor-uri "CATALYST" version))
15234 (sha256
15235 (base32
15236 "05vfqwa9qsm16px77s9bzygs6zymcxshymmpvz86a9l1cy1yxbza"))))
15237 (properties `((upstream-name . "CATALYST")))
15238 (build-system r-build-system)
15239 (propagated-inputs
15240 (list r-circlize
15241 r-complexheatmap
15242 r-consensusclusterplus
15243 r-cowplot
15244 r-data-table
15245 r-dplyr
15246 r-drc
15247 r-flowcore
15248 r-flowsom
15249 r-ggplot2
15250 r-ggrepel
15251 r-ggridges
15252 r-gridextra
15253 r-magrittr
15254 r-matrix
15255 r-matrixstats
15256 r-nnls
15257 r-purrr
15258 r-rcolorbrewer
15259 r-reshape2
15260 r-rtsne
15261 r-s4vectors
15262 r-scales
15263 r-scater
15264 r-singlecellexperiment
15265 r-summarizedexperiment))
15266 (native-inputs
15267 (list r-knitr))
15268 (home-page "https://github.com/HelenaLC/CATALYST")
15269 (synopsis "Cytometry data analysis tools")
15270 (description
15271 "This package is @dfn{Cytometry dATa anALYSis Tools} (CATALYST). Mass
15272 cytometry like @dfn{Cytometry by time of flight} (CyTOF) uses heavy metal
15273 isotopes rather than fluorescent tags as reporters to label antibodies,
15274 thereby substantially decreasing spectral overlap and allowing for examination
15275 of over 50 parameters at the single cell level. While spectral overlap is
15276 significantly less pronounced in CyTOF than flow cytometry, spillover due to
15277 detection sensitivity, isotopic impurities, and oxide formation can impede
15278 data interpretability. @code{CATALYST} was designed to provide a pipeline for
15279 preprocessing of cytometry data, including:
15280
15281 @enumerate
15282 @item normalization using bead standards;
15283 @item single-cell deconvolution;
15284 @item bead-based compensation.
15285 @end enumerate
15286 ")
15287 (license license:gpl2+)))
15288
15289 (define-public r-erma
15290 (package
15291 (name "r-erma")
15292 (version "1.12.0")
15293 (source
15294 (origin
15295 (method url-fetch)
15296 (uri (bioconductor-uri "erma" version))
15297 (sha256
15298 (base32
15299 "1ilq01cr2ipxpmp422fikiz6nj4nasjhj0ikcagjn2zmmarpgi1b"))))
15300 (build-system r-build-system)
15301 (propagated-inputs
15302 (list r-annotationdbi
15303 r-biobase
15304 r-biocgenerics
15305 r-biocparallel
15306 r-genomeinfodb
15307 r-genomicfiles
15308 r-genomicranges
15309 r-ggplot2
15310 r-homo-sapiens
15311 r-iranges
15312 r-rtracklayer
15313 r-s4vectors
15314 r-shiny
15315 r-summarizedexperiment))
15316 (native-inputs
15317 (list r-knitr))
15318 (home-page "https://bioconductor.org/packages/erma")
15319 (synopsis "Epigenomic road map adventures")
15320 (description
15321 "The epigenomics road map describes locations of epigenetic marks in DNA
15322 from a variety of cell types. Of interest are locations of histone
15323 modifications, sites of DNA methylation, and regions of accessible chromatin.
15324 This package presents a selection of elements of the road map including
15325 metadata and outputs of the ChromImpute procedure applied to ENCODE cell lines
15326 by Ernst and Kellis.")
15327 (license license:artistic2.0)))
15328
15329 (define-public r-ggbio
15330 (package
15331 (name "r-ggbio")
15332 (version "1.44.1")
15333 (source
15334 (origin
15335 (method url-fetch)
15336 (uri (bioconductor-uri "ggbio" version))
15337 (sha256
15338 (base32
15339 "0iyhjalwq1jmldpn20iv8l2kmz6sm20ddry2yz2zn7yq0wszp3vg"))))
15340 (build-system r-build-system)
15341 (arguments
15342 `(#:phases
15343 (modify-phases %standard-phases
15344 ;; See https://github.com/tengfei/ggbio/issues/117
15345 ;; This fix will be included in the next release.
15346 (add-after 'unpack 'fix-typo
15347 (lambda _
15348 (substitute* "R/GGbio-class.R"
15349 (("fechable") "fetchable"))
15350 #t)))))
15351 (propagated-inputs
15352 (list r-annotationdbi
15353 r-annotationfilter
15354 r-biobase
15355 r-biocgenerics
15356 r-biostrings
15357 r-biovizbase
15358 r-bsgenome
15359 r-ensembldb
15360 r-genomeinfodb
15361 r-genomicalignments
15362 r-genomicfeatures
15363 r-genomicranges
15364 r-ggally
15365 r-ggplot2
15366 r-gridextra
15367 r-gtable
15368 r-hmisc
15369 r-iranges
15370 r-organismdbi
15371 r-reshape2
15372 r-rlang
15373 r-rsamtools
15374 r-rtracklayer
15375 r-s4vectors
15376 r-scales
15377 r-summarizedexperiment
15378 r-variantannotation))
15379 (native-inputs
15380 (list r-knitr))
15381 (home-page "http://www.tengfei.name/ggbio/")
15382 (synopsis "Visualization tools for genomic data")
15383 (description
15384 "The ggbio package extends and specializes the grammar of graphics for
15385 biological data. The graphics are designed to answer common scientific
15386 questions, in particular those often asked of high throughput genomics data.
15387 All core Bioconductor data structures are supported, where appropriate. The
15388 package supports detailed views of particular genomic regions, as well as
15389 genome-wide overviews. Supported overviews include ideograms and grand linear
15390 views. High-level plots include sequence fragment length, edge-linked
15391 interval to data view, mismatch pileup, and several splicing summaries.")
15392 (license license:artistic2.0)))
15393
15394 (define-public r-gqtlbase
15395 (package
15396 (name "r-gqtlbase")
15397 (version "1.21.1")
15398 (source
15399 (origin
15400 (method url-fetch)
15401 (uri (bioconductor-uri "gQTLBase" version))
15402 (sha256
15403 (base32
15404 "0nipibm1bk9k70ajbw1f6vjmz0dh7gk21l17q3m54bnawxsggrfh"))))
15405 (properties `((upstream-name . "gQTLBase")))
15406 (build-system r-build-system)
15407 (arguments
15408 `(#:phases
15409 (modify-phases %standard-phases
15410 ;; This is an upstream bug.
15411 (add-after 'unpack 'fix-imports
15412 (lambda _
15413 (substitute* "NAMESPACE"
15414 ((".*maxffmode.*") "")
15415 (("importFrom\\(ff,.*") "import(ff)\n"))
15416 #t)))))
15417 (propagated-inputs
15418 (list r-batchjobs
15419 r-bbmisc
15420 r-biocgenerics
15421 r-bit
15422 r-doparallel
15423 r-ff
15424 r-ffbase
15425 r-foreach
15426 r-genomicfiles
15427 r-genomicranges
15428 r-rtracklayer
15429 r-s4vectors
15430 r-summarizedexperiment))
15431 (native-inputs
15432 (list r-knitr))
15433 (home-page "https://bioconductor.org/packages/gQTLBase")
15434 (synopsis "Infrastructure for eQTL, mQTL and similar studies")
15435 (description
15436 "The purpose of this package is to simplify the storage and interrogation
15437 of @dfn{quantitative trait loci} (QTL) archives, such as eQTL, mQTL, dsQTL,
15438 and more.")
15439 (license license:artistic2.0)))
15440
15441 (define-public r-gqtlstats
15442 (package
15443 (name "r-gqtlstats")
15444 (version "1.21.3")
15445 (source
15446 (origin
15447 (method url-fetch)
15448 (uri (bioconductor-uri "gQTLstats" version))
15449 (sha256
15450 (base32
15451 "1h78l23idf867djmdk97b02jxgmz4vfr2dai01fp648d0lsx5mkl"))))
15452 (properties `((upstream-name . "gQTLstats")))
15453 (build-system r-build-system)
15454 (propagated-inputs
15455 (list r-annotationdbi
15456 r-batchjobs
15457 r-bbmisc
15458 r-beeswarm
15459 r-biobase
15460 r-biocgenerics
15461 r-doparallel
15462 r-dplyr
15463 r-erma
15464 r-ffbase
15465 r-foreach
15466 r-genomeinfodb
15467 r-genomicfeatures
15468 r-genomicfiles
15469 r-genomicranges
15470 r-ggbeeswarm
15471 r-ggplot2
15472 r-gqtlbase
15473 r-hardyweinberg
15474 r-homo-sapiens
15475 r-iranges
15476 r-limma
15477 r-mgcv
15478 r-plotly
15479 r-reshape2
15480 r-s4vectors
15481 r-shiny
15482 r-snpstats
15483 r-summarizedexperiment
15484 r-variantannotation))
15485 (native-inputs
15486 (list r-knitr))
15487 (home-page "https://bioconductor.org/packages/gQTLstats")
15488 (synopsis "Computationally efficient analysis for eQTL and allied studies")
15489 (description
15490 "This package provides tools for the computationally efficient analysis
15491 of @dfn{quantitative trait loci} (QTL) data, including eQTL, mQTL, dsQTL, etc.
15492 The software in this package aims to support refinements and functional
15493 interpretation of members of a collection of association statistics on a
15494 family of feature/genome hypotheses.")
15495 (license license:artistic2.0)))
15496
15497 (define-public r-gviz
15498 (package
15499 (name "r-gviz")
15500 (version "1.40.1")
15501 (source
15502 (origin
15503 (method url-fetch)
15504 (uri (bioconductor-uri "Gviz" version))
15505 (sha256
15506 (base32
15507 "0as3sxhv21bqqrpvafcqim7798hhkzj3q40hy1rqyhv2lhj4rbvi"))))
15508 (properties `((upstream-name . "Gviz")))
15509 (build-system r-build-system)
15510 (propagated-inputs
15511 (list r-annotationdbi
15512 r-biobase
15513 r-biocgenerics
15514 r-biomart
15515 r-biostrings
15516 r-biovizbase
15517 r-bsgenome
15518 r-digest
15519 r-ensembldb
15520 r-genomeinfodb
15521 r-genomicalignments
15522 r-genomicfeatures
15523 r-genomicranges
15524 r-iranges
15525 r-lattice
15526 r-latticeextra
15527 r-matrixstats
15528 r-rcolorbrewer
15529 r-rsamtools
15530 r-rtracklayer
15531 r-s4vectors
15532 r-xvector))
15533 (native-inputs
15534 (list r-knitr))
15535 (home-page "https://bioconductor.org/packages/Gviz")
15536 (synopsis "Plotting data and annotation information along genomic coordinates")
15537 (description
15538 "Genomic data analyses requires integrated visualization of known genomic
15539 information and new experimental data. Gviz uses the biomaRt and the
15540 rtracklayer packages to perform live annotation queries to Ensembl and UCSC
15541 and translates this to e.g. gene/transcript structures in viewports of the
15542 grid graphics package. This results in genomic information plotted together
15543 with your data.")
15544 (license license:artistic2.0)))
15545
15546 (define-public r-gwascat
15547 (package
15548 (name "r-gwascat")
15549 (version "2.28.1")
15550 (source
15551 (origin
15552 (method url-fetch)
15553 (uri (bioconductor-uri "gwascat" version))
15554 (sha256
15555 (base32
15556 "19ymdxj8966i4yk0zalfw23938cpv4q7pywg4qb242p44na5y9sl"))))
15557 (build-system r-build-system)
15558 (propagated-inputs
15559 (list r-annotationdbi
15560 r-annotationhub
15561 r-biocfilecache
15562 r-biostrings
15563 r-genomeinfodb
15564 r-genomicfeatures
15565 r-genomicranges
15566 r-iranges
15567 r-readr
15568 r-s4vectors
15569 r-snpstats
15570 r-variantannotation))
15571 (native-inputs
15572 (list r-knitr))
15573 (home-page "https://bioconductor.org/packages/gwascat")
15574 (synopsis "Tools for data in the EMBL-EBI GWAS catalog")
15575 (description
15576 "This package provides tools for representing and modeling data in the
15577 EMBL-EBI GWAS catalog.")
15578 (license license:artistic2.0)))
15579
15580 (define-public r-kegggraph
15581 (package
15582 (name "r-kegggraph")
15583 (version "1.56.0")
15584 (source
15585 (origin
15586 (method url-fetch)
15587 (uri (bioconductor-uri "KEGGgraph" version))
15588 (sha256
15589 (base32 "15pq040pcg8hr18xixmjp59xb7mgvygjv6kisqk8yv99l1611ndx"))))
15590 (properties `((upstream-name . "KEGGgraph")))
15591 (build-system r-build-system)
15592 (propagated-inputs
15593 (list r-graph r-rcurl r-rgraphviz r-xml))
15594 (home-page "https://bioconductor.org/packages/KEGGgraph")
15595 (synopsis "Graph approach to Kegg Pathway database in R and Bioconductor")
15596 (description
15597 "@code{r-kegggraph} is an interface between Kegg Pathway database and graph
15598 object as well as a collection of tools to analyze, dissect and visualize these
15599 graphs. It parses the regularly updated kgml (Kegg XML) files into graph models
15600 maintaining all essential pathway attributes. The package offers
15601 functionalities including parsing, graph operation, visualization and etc.")
15602 (license license:gpl2+)))
15603
15604 (define-public r-ldblock
15605 (package
15606 (name "r-ldblock")
15607 (version "1.26.0")
15608 (source
15609 (origin
15610 (method url-fetch)
15611 (uri (bioconductor-uri "ldblock" version))
15612 (sha256
15613 (base32
15614 "08ss03b93czwb4x60hsi30ad4lmamvq5mxa8nj0g18z68qcraijm"))))
15615 (build-system r-build-system)
15616 (propagated-inputs
15617 (list r-biocgenerics
15618 r-ensdb-hsapiens-v75
15619 r-ensembldb
15620 r-genomeinfodb
15621 r-genomicfiles
15622 r-httr
15623 r-matrix
15624 r-rsamtools
15625 r-snpstats
15626 r-variantannotation))
15627 (native-inputs
15628 (list r-knitr))
15629 (home-page "https://bioconductor.org/packages/ldblock")
15630 (synopsis "Data structures for linkage disequilibrium measures in populations")
15631 (description
15632 "This package defines data structures for @dfn{linkage
15633 disequilibrium} (LD) measures in populations. Its purpose is to simplify
15634 handling of existing population-level data for the purpose of flexibly
15635 defining LD blocks.")
15636 (license license:artistic2.0)))
15637
15638 ;; This is a CRAN package, but it depends on r-snpstats, which is a
15639 ;; Bioconductor package.
15640 (define-public r-ldheatmap
15641 (package
15642 (name "r-ldheatmap")
15643 (version "1.0-6")
15644 (source
15645 (origin
15646 (method url-fetch)
15647 (uri (cran-uri "LDheatmap" version))
15648 (sha256
15649 (base32
15650 "0gr99kys1ahyl8s6cbj6rmh4vwid8kn92lcbjnwh0ahb73m2xjjc"))))
15651 (properties `((upstream-name . "LDheatmap")))
15652 (build-system r-build-system)
15653 (propagated-inputs
15654 (list r-genetics r-rcpp r-snpstats))
15655 (home-page "https://stat.sfu.ca/statgen/research/ldheatmap.html")
15656 (synopsis "Graphical display of pairwise linkage disequilibria between SNPs")
15657 (description
15658 "This package provides tools to produce a graphical display, as a heat
15659 map, of measures of pairwise linkage disequilibria between SNPs. Users may
15660 optionally include the physical locations or genetic map distances of each SNP
15661 on the plot.")
15662 (license license:gpl3)))
15663
15664 ;; This is a CRAN package, but it depends on r-rgraphviz, which is a
15665 ;; Bioconductor package.
15666 (define-public r-abn
15667 (package
15668 (name "r-abn")
15669 (version "2.7-1")
15670 (source
15671 (origin
15672 (method url-fetch)
15673 (uri (cran-uri "abn" version))
15674 (sha256
15675 (base32
15676 "1w3jns96m8b9scvaa4hcla3i88a0cfh9qis2l04yixvda5q91gpr"))))
15677 (build-system r-build-system)
15678 (inputs
15679 (list gsl))
15680 (propagated-inputs
15681 (list r-doparallel
15682 r-foreach
15683 r-graph
15684 r-lme4
15685 r-nnet
15686 r-rcpp
15687 r-rcpparmadillo
15688 r-rgraphviz
15689 r-rjags))
15690 (home-page "https://r-bayesian-networks.org/")
15691 (synopsis "Modelling multivariate data with additive bayesian networks")
15692 (description
15693 "Bayesian network analysis is a form of probabilistic graphical models
15694 which derives from empirical data a directed acyclic graph, DAG, describing
15695 the dependency structure between random variables. An additive Bayesian
15696 network model consists of a form of a DAG where each node comprises a
15697 @dfn{generalized linear model} (GLM). Additive Bayesian network models are
15698 equivalent to Bayesian multivariate regression using graphical modelling, they
15699 generalises the usual multivariable regression, GLM, to multiple dependent
15700 variables. This package provides routines to help determine optimal Bayesian
15701 network models for a given data set, where these models are used to identify
15702 statistical dependencies in messy, complex data.")
15703 (license license:gpl2+)))
15704
15705 ;; This is a CRAN package, but it depends on r-rsamtools, which is a
15706 ;; Bioconductor package.
15707 (define-public r-spp
15708 (package
15709 (name "r-spp")
15710 (version "1.16.0")
15711 (source (origin
15712 (method url-fetch)
15713 (uri (cran-uri "spp" version))
15714 (sha256
15715 (base32
15716 "08zxxgyp0h6733b08jmml7k4rhfd3mi5dda3jrzid0s184y0z29w"))))
15717 (build-system r-build-system)
15718 (inputs
15719 (list zlib))
15720 (propagated-inputs
15721 (list r-bh r-catools r-rcpp r-rsamtools))
15722 (home-page "https://cran.r-project.org/web/packages/spp/")
15723 (synopsis "ChIP-Seq processing pipeline")
15724 (description "This package provides tools for analysis of ChIP-seq and
15725 other functional sequencing data.")
15726 (license license:gpl2)))
15727
15728 (define-public r-pathview
15729 (package
15730 (name "r-pathview")
15731 (version "1.36.0")
15732 (source
15733 (origin
15734 (method url-fetch)
15735 (uri (bioconductor-uri "pathview" version))
15736 (sha256
15737 (base32 "1472k107f21cflbx2fip92g8gl9wlwxgwfvgvl73ma0y0jzs0qdq"))))
15738 (properties `((upstream-name . "pathview")))
15739 (build-system r-build-system)
15740 (propagated-inputs
15741 (list r-annotationdbi
15742 r-graph
15743 r-kegggraph
15744 r-keggrest
15745 r-org-hs-eg-db
15746 r-png
15747 r-rgraphviz
15748 r-xml))
15749 (home-page "https://pathview.uncc.edu/")
15750 (synopsis "Tool set for pathway based data integration and visualization")
15751 (description
15752 "@code{r-pathview} is a tool set for pathway based data integration and
15753 visualization. It maps and renders a wide variety of biological data on
15754 relevant pathway graphs. All users need is to supply their data and specify
15755 the target pathway. This package automatically downloads the pathway graph
15756 data, parses the data file, maps user data to the pathway, and render pathway
15757 graph with the mapped data. In addition, @code{r-pathview} also seamlessly
15758 integrates with pathway and gene set (enrichment) analysis tools for
15759 large-scale and fully automated analysis.")
15760 (license license:gpl3+)))
15761
15762 (define-public r-snpstats
15763 (package
15764 (name "r-snpstats")
15765 (version "1.46.0")
15766 (source
15767 (origin
15768 (method url-fetch)
15769 (uri (bioconductor-uri "snpStats" version))
15770 (sha256
15771 (base32
15772 "0a5b5nqc7n965jk45ijwkzbn416ib4gfhp8xl39z8f2bdskip4a2"))))
15773 (properties `((upstream-name . "snpStats")))
15774 (build-system r-build-system)
15775 (inputs (list zlib))
15776 (propagated-inputs
15777 (list r-biocgenerics r-matrix r-survival r-zlibbioc))
15778 (home-page "https://bioconductor.org/packages/snpStats")
15779 (synopsis "Methods for SNP association studies")
15780 (description
15781 "This package provides classes and statistical methods for large
15782 @dfn{single-nucleotide polymorphism} (SNP) association studies. This extends
15783 the earlier snpMatrix package, allowing for uncertainty in genotypes.")
15784 (license license:gpl3)))
15785
15786 (define-public r-chromstar
15787 (package
15788 (name "r-chromstar")
15789 (version "1.22.0")
15790 (source
15791 (origin
15792 (method url-fetch)
15793 (uri (bioconductor-uri "chromstaR" version))
15794 (sha256
15795 (base32
15796 "1xjwmnr4hk8v3nwvhqd6ixk5qr2dv0n4mb9wd6nl7cgjfhjsdgj7"))))
15797 (properties `((upstream-name . "chromstaR")))
15798 (build-system r-build-system)
15799 (propagated-inputs
15800 (list r-bamsignals
15801 r-biocgenerics
15802 r-chromstardata
15803 r-doparallel
15804 r-foreach
15805 r-genomeinfodb
15806 r-genomicalignments
15807 r-genomicranges
15808 r-ggplot2
15809 r-iranges
15810 r-mvtnorm
15811 r-reshape2
15812 r-rsamtools
15813 r-s4vectors))
15814 (native-inputs (list r-knitr))
15815 (home-page "https://github.com/ataudt/chromstaR")
15816 (synopsis "Chromatin state analysis for ChIP-Seq data")
15817 (description
15818 "This package implements functions for combinatorial and differential
15819 analysis of ChIP-seq data. It includes uni- and multivariate peak-calling,
15820 export to genome browser viewable files, and functions for enrichment
15821 analyses.")
15822 (license license:artistic2.0)))
15823
15824 (define-public r-guitar
15825 (package
15826 (name "r-guitar")
15827 (version "2.12.0")
15828 (source
15829 (origin
15830 (method url-fetch)
15831 (uri (bioconductor-uri "Guitar" version))
15832 (sha256
15833 (base32
15834 "09grsasnnk7rmlzjh4lhas9r5spzcsrvmdqj6fx1dk22sckcqahh"))))
15835 (properties `((upstream-name . "Guitar")))
15836 (build-system r-build-system)
15837 (propagated-inputs
15838 (list r-annotationdbi
15839 r-dplyr
15840 r-genomicfeatures
15841 r-genomicranges
15842 r-ggplot2
15843 r-knitr
15844 r-magrittr
15845 r-rtracklayer))
15846 (native-inputs
15847 (list r-knitr))
15848 (home-page "https://bioconductor.org/packages/Guitar")
15849 (synopsis "Visualize genomic features")
15850 (description
15851 "This package is designed for visualization of RNA-related genomic
15852 features with respect to the landmarks of RNA transcripts, i.e., transcription
15853 starting site, start codon, stop codon and transcription ending site.")
15854 (license license:gpl2)))
15855
15856 (define-public r-sushi
15857 (package
15858 (name "r-sushi")
15859 (version "1.34.0")
15860 (source (origin
15861 (method url-fetch)
15862 (uri (bioconductor-uri "Sushi" version))
15863 (sha256
15864 (base32
15865 "0adswrbzd93rhy3q56ypwkrk6155vd4zxapvznswyjlxp8ha813q"))))
15866 (properties `((upstream-name . "Sushi")))
15867 (build-system r-build-system)
15868 (propagated-inputs
15869 (list r-biomart r-zoo))
15870 (home-page "https://bioconductor.org/packages/Sushi")
15871 (synopsis "Tools for visualizing genomics data")
15872 (description
15873 "This package provides flexible, quantitative, and integrative genomic
15874 visualizations for publication-quality multi-panel figures.")
15875 (license license:gpl2+)))
15876
15877 (define-public r-ballgown
15878 (package
15879 (name "r-ballgown")
15880 (version "2.28.0")
15881 (source
15882 (origin
15883 (method url-fetch)
15884 (uri (bioconductor-uri "ballgown" version))
15885 (sha256
15886 (base32
15887 "0l8q3fymskxmsi5jcikzjz5xi66lpzgv7bjymir4izah2v68z708"))))
15888 (properties `((upstream-name . "ballgown")))
15889 (build-system r-build-system)
15890 (propagated-inputs
15891 (list r-biobase
15892 r-genomeinfodb
15893 r-genomicranges
15894 r-iranges
15895 r-limma
15896 r-rcolorbrewer
15897 r-rtracklayer
15898 r-s4vectors
15899 r-sva))
15900 (native-inputs
15901 (list r-knitr))
15902 (home-page "https://bioconductor.org/packages/ballgown")
15903 (synopsis "Flexible, isoform-level differential expression analysis")
15904 (description
15905 "This package provides tools for statistical analysis of assembled
15906 transcriptomes, including flexible differential expression analysis,
15907 visualization of transcript structures, and matching of assembled transcripts
15908 to annotation.")
15909 (license license:artistic2.0)))
15910
15911 (define-public r-megadepth
15912 (package
15913 (name "r-megadepth")
15914 (version "1.6.0")
15915 (source
15916 (origin
15917 (method url-fetch)
15918 (uri (bioconductor-uri "megadepth" version))
15919 (sha256
15920 (base32
15921 "0qq82dmd3drr2bhn51bgbc6ml40klfmmhj6wdj72n9ya6n60lwy8"))))
15922 (properties `((upstream-name . "megadepth")))
15923 (build-system r-build-system)
15924 (inputs (list megadepth))
15925 (propagated-inputs
15926 (list r-cmdfun
15927 r-dplyr
15928 r-fs
15929 r-genomicranges
15930 r-magrittr
15931 r-readr
15932 r-xfun))
15933 (native-inputs
15934 (list r-knitr))
15935 (home-page "https://github.com/LieberInstitute/megadepth")
15936 (synopsis "BigWig and BAM related utilities")
15937 (description
15938 "This package provides an R interface to Megadepth. It is particularly
15939 useful for computing the coverage of a set of genomic regions across bigWig or
15940 BAM files. With this package, you can build base-pair coverage matrices for
15941 regions or annotations of your choice from BigWig files.")
15942 (license license:artistic2.0)))
15943
15944 (define-public r-beclear
15945 (package
15946 (name "r-beclear")
15947 (version "2.12.0")
15948 (source
15949 (origin
15950 (method url-fetch)
15951 (uri (bioconductor-uri "BEclear" version))
15952 (sha256
15953 (base32
15954 "0x43yfnmb2d782g3g52nqdfs90i3zrrlqz8qy3ybmgv5f8n92p15"))))
15955 (properties `((upstream-name . "BEclear")))
15956 (build-system r-build-system)
15957 (propagated-inputs
15958 (list r-abind
15959 r-biocparallel
15960 r-data-table
15961 r-dixontest
15962 r-futile-logger
15963 r-matrix
15964 r-rcpp
15965 r-rdpack))
15966 (native-inputs
15967 (list r-knitr))
15968 (home-page "https://github.com/uds-helms/BEclear")
15969 (synopsis "Correction of batch effects in DNA methylation data")
15970 (description
15971 "This package provides functions to detect and correct for batch effects
15972 in DNA methylation data. The core function is based on latent factor models
15973 and can also be used to predict missing values in any other matrix containing
15974 real numbers.")
15975 (license license:gpl3)))
15976
15977 (define-public r-bgeecall
15978 (package
15979 (name "r-bgeecall")
15980 (version "1.12.1")
15981 (source
15982 (origin
15983 (method url-fetch)
15984 (uri (bioconductor-uri "BgeeCall" version))
15985 (sha256
15986 (base32
15987 "1g12cms66zb45p347h3b358vjhnq76galvwqwq86xby4hnwpdzkh"))))
15988 (properties `((upstream-name . "BgeeCall")))
15989 (build-system r-build-system)
15990 (propagated-inputs
15991 (list kallisto
15992 r-biomart
15993 r-biostrings
15994 r-data-table
15995 r-dplyr
15996 r-genomicfeatures
15997 r-jsonlite
15998 r-rhdf5
15999 r-rslurm
16000 r-rtracklayer
16001 r-sjmisc
16002 r-tximport))
16003 (native-inputs (list r-knitr))
16004 (home-page "https://github.com/BgeeDB/BgeeCall")
16005 (synopsis "RNA-Seq present/absent gene expression calls generation")
16006 (description
16007 "BgeeCall allows generating present/absent gene expression calls without
16008 using an arbitrary cutoff like TPM<1. Calls are generated based on reference
16009 intergenic sequences. These sequences are generated based on expression of
16010 all RNA-Seq libraries of each species integrated in Bgee.")
16011 (license license:gpl3)))
16012
16013 (define-public r-bgeedb
16014 (package
16015 (name "r-bgeedb")
16016 (version "2.22.3")
16017 (source
16018 (origin
16019 (method url-fetch)
16020 (uri (bioconductor-uri "BgeeDB" version))
16021 (sha256
16022 (base32
16023 "1f6lrazaibbz21sqvj59rq6ps9m1riw2y0kyidbn29mxf4ibwh3k"))))
16024 (properties `((upstream-name . "BgeeDB")))
16025 (build-system r-build-system)
16026 (propagated-inputs
16027 (list r-biobase
16028 r-curl
16029 r-data-table
16030 r-digest
16031 r-dplyr
16032 r-graph
16033 r-r-utils
16034 r-rcurl
16035 r-rsqlite
16036 r-tidyr
16037 r-topgo))
16038 (native-inputs (list r-knitr))
16039 (home-page "https://github.com/BgeeDB/BgeeDB_R")
16040 (synopsis "Annotation and gene expression data retrieval from Bgee database")
16041 (description
16042 "This package provides a package for the annotation and gene expression
16043 data download from Bgee database, and TopAnat analysis: GO-like enrichment of
16044 anatomical terms, mapped to genes by expression patterns.")
16045 (license license:gpl3)))
16046
16047 (define-public r-biobtreer
16048 (package
16049 (name "r-biobtreer")
16050 (version "1.8.0")
16051 (source
16052 (origin
16053 (method url-fetch)
16054 (uri (bioconductor-uri "biobtreeR" version))
16055 (sha256
16056 (base32
16057 "0cx46hdqqm6mbj0vp4y86axv0qccd4sgk2jwwjvnqp5pynq9bbqa"))))
16058 (properties `((upstream-name . "biobtreeR")))
16059 (build-system r-build-system)
16060 (propagated-inputs
16061 (list r-httpuv r-httr r-jsonlite r-stringi))
16062 (native-inputs (list r-knitr))
16063 (home-page "https://github.com/tamerh/biobtreeR")
16064 (synopsis "Use biobtree tool from R")
16065 (description
16066 "The biobtreeR package provides an interface to biobtree, a tool which
16067 covers large sets of bioinformatics datasets and allows search and chain
16068 mappings functionalities.")
16069 (license license:expat)))
16070
16071 (define-public r-minet
16072 (package
16073 (name "r-minet")
16074 (version "3.54.0")
16075 (source
16076 (origin
16077 (method url-fetch)
16078 (uri (bioconductor-uri "minet" version))
16079 (sha256
16080 (base32
16081 "0q6jw2jqkl9qynjpzaygz45c7dmx1l5y2d8s1illpcf87siawcam"))))
16082 (properties `((upstream-name . "minet")))
16083 (build-system r-build-system)
16084 (propagated-inputs
16085 (list r-infotheo))
16086 (home-page "http://minet.meyerp.com")
16087 (synopsis "Mutual information networks")
16088 (description
16089 "This package implements various algorithms for inferring mutual
16090 information networks from data.")
16091 (license license:artistic2.0)))
16092
16093 (define-public r-genetclassifier
16094 (package
16095 (name "r-genetclassifier")
16096 (version "1.36.0")
16097 (source
16098 (origin
16099 (method url-fetch)
16100 (uri (bioconductor-uri "geNetClassifier" version))
16101 (sha256
16102 (base32
16103 "1kh7mp5h0n7yd1klcd7w4v7i3fh9pkmvgf7189wangfzbcsr4f70"))))
16104 (properties
16105 `((upstream-name . "geNetClassifier")))
16106 (build-system r-build-system)
16107 (propagated-inputs
16108 (list r-biobase r-e1071 r-ebarrays r-minet))
16109 (home-page "https://www.cicancer.org")
16110 (synopsis "Classify diseases and build gene networks using expression profiles")
16111 (description
16112 "This is a comprehensive package to automatically train and validate a
16113 multi-class SVM classifier based on gene expression data. It provides
16114 transparent selection of gene markers, their coexpression networks, and an
16115 interface to query the classifier.")
16116 (license license:gpl2+)))
16117
16118 (define-public r-dir-expiry
16119 (package
16120 (name "r-dir-expiry")
16121 (version "1.4.0")
16122 (source
16123 (origin
16124 (method url-fetch)
16125 (uri (bioconductor-uri "dir.expiry" version))
16126 (sha256
16127 (base32
16128 "098wzm8hlpy70c99k2sl4k8z2dllhw7rwdj8dhcskr7kaw71k3sq"))))
16129 (properties `((upstream-name . "dir.expiry")))
16130 (build-system r-build-system)
16131 (propagated-inputs (list r-filelock))
16132 (native-inputs (list r-knitr))
16133 (home-page "https://bioconductor.org/packages/dir.expiry")
16134 (synopsis "Managing expiration for cache directories")
16135 (description
16136 "This package implements an expiration system for access to versioned
16137 directories. Directories that have not been accessed by a registered function
16138 within a certain time frame are deleted. This aims to reduce disk usage by
16139 eliminating obsolete caches generated by old versions of packages.")
16140 (license license:gpl3)))
16141
16142 (define-public r-basilisk-utils
16143 (package
16144 (name "r-basilisk-utils")
16145 (version "1.8.0")
16146 (source
16147 (origin
16148 (method url-fetch)
16149 (uri (bioconductor-uri "basilisk.utils" version))
16150 (sha256
16151 (base32
16152 "1jnqv0rlljkq27rd4ixl763v335f2aanm4fzr386yc81fj4vnmhk"))))
16153 (properties
16154 `((upstream-name . "basilisk.utils")))
16155 (build-system r-build-system)
16156 (propagated-inputs
16157 (list r-dir-expiry))
16158 (native-inputs (list r-knitr))
16159 (home-page "https://bioconductor.org/packages/basilisk.utils")
16160 (synopsis "Basilisk installation utilities")
16161 (description
16162 "This package implements utilities for installation of the basilisk
16163 package, primarily for creation of the underlying Conda instance.")
16164 (license license:gpl3)))
16165
16166 (define-public r-basilisk
16167 (package
16168 (name "r-basilisk")
16169 (version "1.8.0")
16170 (source
16171 (origin
16172 (method url-fetch)
16173 (uri (bioconductor-uri "basilisk" version))
16174 (sha256
16175 (base32
16176 "1p90wq8a9wrpqpgmcy4zgh5skdw65gg2gsb3lnx78zk9khq0yyzh"))))
16177 (properties `((upstream-name . "basilisk")))
16178 (build-system r-build-system)
16179 (propagated-inputs
16180 (list r-basilisk-utils r-dir-expiry r-reticulate))
16181 (native-inputs (list r-knitr))
16182 (home-page "https://bioconductor.org/packages/basilisk")
16183 (synopsis "Freeze Python dependencies inside Bioconductor packages")
16184 (description
16185 "This package installs a self-contained Conda instance that is managed by
16186 the R/Bioconductor installation machinery. This aims to provide a consistent
16187 Python environment that can be used reliably by Bioconductor packages.
16188 Functions are also provided to enable smooth interoperability of multiple
16189 Python environments in a single R session.")
16190 (license license:gpl3)))
16191
16192 (define-public r-biocthis
16193 (package
16194 (name "r-biocthis")
16195 (version "1.6.0")
16196 (source
16197 (origin
16198 (method url-fetch)
16199 (uri (bioconductor-uri "biocthis" version))
16200 (sha256
16201 (base32
16202 "1hdgjp00d2si3mr7m1d289i9wn7g927z6n8n27d5sm94lb91qln0"))))
16203 (properties `((upstream-name . "biocthis")))
16204 (build-system r-build-system)
16205 (arguments
16206 `(#:phases
16207 (modify-phases %standard-phases
16208 (add-after 'unpack 'set-HOME
16209 (lambda _ (setenv "HOME" "/tmp"))))))
16210 (propagated-inputs
16211 (list r-biocmanager
16212 r-fs
16213 r-glue
16214 r-rlang
16215 r-styler
16216 r-usethis))
16217 (native-inputs (list r-knitr))
16218 (home-page "https://github.com/lcolladotor/biocthis")
16219 (synopsis "Automate package and project setup for Bioconductor packages")
16220 (description
16221 "This package expands the @code{usethis} package with the goal of helping
16222 automate the process of creating R packages for Bioconductor or making them
16223 Bioconductor-friendly.")
16224 (license license:artistic2.0)))
16225
16226 (define-public r-biocdockermanager
16227 (package
16228 (name "r-biocdockermanager")
16229 (version "1.8.0")
16230 (source
16231 (origin
16232 (method url-fetch)
16233 (uri (bioconductor-uri "BiocDockerManager" version))
16234 (sha256
16235 (base32
16236 "0kl6r8ad728a8dvqx0safj7v5gj1rxxcdiw44jkr1pd5ddv0xbi6"))))
16237 (properties
16238 `((upstream-name . "BiocDockerManager")))
16239 (build-system r-build-system)
16240 (propagated-inputs
16241 (list docker
16242 r-dplyr
16243 r-httr
16244 r-memoise
16245 r-readr
16246 r-whisker))
16247 (native-inputs (list r-knitr))
16248 (home-page "https://bioconductor.org/packages/BiocDockerManager")
16249 (synopsis "Access and manage Bioconductor Docker images")
16250 (description
16251 "This package works analogous to BiocManager but for Docker images. Use
16252 the BiocDockerManager package to install and manage Docker images provided by
16253 the Bioconductor project.")
16254 (license license:artistic2.0)))
16255
16256 (define-public r-biodb
16257 (package
16258 (name "r-biodb")
16259 (version "1.4.0")
16260 (source
16261 (origin
16262 (method url-fetch)
16263 (uri (bioconductor-uri "biodb" version))
16264 (sha256
16265 (base32
16266 "02i0n29bp9d9p1ibslxca5m37qsgny2hlgg7d364lf7kc6y2bqni"))))
16267 (properties `((upstream-name . "biodb")))
16268 (build-system r-build-system)
16269 (propagated-inputs
16270 (list r-biocfilecache
16271 r-chk
16272 r-jsonlite
16273 r-lgr
16274 r-lifecycle
16275 r-openssl
16276 r-plyr
16277 r-progress
16278 r-r6
16279 r-rappdirs
16280 r-rcpp
16281 r-rcurl
16282 r-rsqlite
16283 r-stringr
16284 r-testthat
16285 r-withr
16286 r-xml
16287 r-yaml))
16288 (native-inputs (list r-knitr))
16289 (home-page "https://bioconductor.org/packages/biodb")
16290 (synopsis "Library for connecting to chemical and biological databases")
16291 (description
16292 "The biodb package provides access to standard remote chemical and
16293 biological databases (ChEBI, KEGG, HMDB, ...), as well as to in-house local
16294 database files (CSV, SQLite), with easy retrieval of entries, access to web
16295 services, search of compounds by mass and/or name, and mass spectra matching
16296 for LCMS and MSMS. Its architecture as a development framework facilitates
16297 the development of new database connectors for local projects or inside
16298 separate published packages.")
16299 (license license:agpl3+)))
16300
16301 (define-public r-biomformat
16302 (package
16303 (name "r-biomformat")
16304 (version "1.24.0")
16305 (source
16306 (origin
16307 (method url-fetch)
16308 (uri (bioconductor-uri "biomformat" version))
16309 (sha256
16310 (base32
16311 "12wqjipxhngmlnrdmx329dqmkmy2wa4nkkrhwaqv2nwy90dncs9n"))))
16312 (properties `((upstream-name . "biomformat")))
16313 (build-system r-build-system)
16314 (propagated-inputs
16315 (list r-jsonlite r-matrix r-plyr r-rhdf5))
16316 (native-inputs (list r-knitr))
16317 (home-page "https://github.com/joey711/biomformat/")
16318 (synopsis "Interface package for the BIOM file format")
16319 (description
16320 "This is an R package for interfacing with the BIOM format. This package
16321 includes basic tools for reading biom-format files, accessing and subsetting
16322 data tables from a biom object (which is more complex than a single table), as
16323 well as limited support for writing a biom-object back to a biom-format file.
16324 The design of this API is intended to match the Python API and other tools
16325 included with the biom-format project, but with a decidedly \"R flavor\" that
16326 should be familiar to R users. This includes S4 classes and methods, as well
16327 as extensions of common core functions/methods.")
16328 (license license:gpl2)))
16329
16330 (define-public r-mvcclass
16331 (package
16332 (name "r-mvcclass")
16333 (version "1.70.0")
16334 (source
16335 (origin
16336 (method url-fetch)
16337 (uri (bioconductor-uri "MVCClass" version))
16338 (sha256
16339 (base32
16340 "0apcjlq4i2mg8mlfqgvlcsqkiy51whzid3nd0m830jff0ywgh47g"))))
16341 (properties `((upstream-name . "MVCClass")))
16342 (build-system r-build-system)
16343 (home-page "https://bioconductor.org/packages/MVCClass")
16344 (synopsis "Model-View-Controller (MVC) classes")
16345 (description
16346 "This package contains classes used in model-view-controller (MVC)
16347 design.")
16348 (license license:lgpl2.1+)))
16349
16350 (define-public r-biomvcclass
16351 (package
16352 (name "r-biomvcclass")
16353 (version "1.64.0")
16354 (source
16355 (origin
16356 (method url-fetch)
16357 (uri (bioconductor-uri "BioMVCClass" version))
16358 (sha256
16359 (base32
16360 "078pnyygbvbfxziqspfr1nn78w67xyb4qmiwc34czga5psblvfwz"))))
16361 (properties `((upstream-name . "BioMVCClass")))
16362 (build-system r-build-system)
16363 (propagated-inputs
16364 (list r-biobase r-graph r-mvcclass r-rgraphviz))
16365 (home-page "https://bioconductor.org/packages/BioMVCClass")
16366 (synopsis "Model-View-Controller (MVC) classes that use Biobase")
16367 (description
16368 "This package contains classes used in model-view-controller (MVC)
16369 design.")
16370 (license license:lgpl2.1+)))
16371
16372 (define-public r-biomvrcns
16373 (package
16374 (name "r-biomvrcns")
16375 (version "1.36.0")
16376 (source
16377 (origin
16378 (method url-fetch)
16379 (uri (bioconductor-uri "biomvRCNS" version))
16380 (sha256
16381 (base32
16382 "0i576g7pkivqaxff1pkb760mdpx8v9fh071aic1mwfnlfa7k87ln"))))
16383 (properties `((upstream-name . "biomvRCNS")))
16384 (build-system r-build-system)
16385 (propagated-inputs
16386 (list r-genomicranges r-gviz r-iranges r-mvtnorm))
16387 (home-page "https://bioconductor.org/packages/biomvRCNS")
16388 (synopsis "Copy number study and segmentation for multivariate biological data")
16389 (description
16390 "In this package, a @dfn{Hidden Semi Markov Model} (HSMM) and one
16391 homogeneous segmentation model are designed and implemented for segmentation
16392 genomic data, with the aim of assisting in transcripts detection using high
16393 throughput technology like RNA-seq or tiling array, and copy number analysis
16394 using aCGH or sequencing.")
16395 (license license:gpl2+)))
16396
16397 (define-public r-bionero
16398 (package
16399 (name "r-bionero")
16400 (version "1.4.0")
16401 (source
16402 (origin
16403 (method url-fetch)
16404 (uri (bioconductor-uri "BioNERO" version))
16405 (sha256
16406 (base32
16407 "1nyzjbl0gcwvbj2nxfwykirikf8j3rsx5ny45bqjbcb4r23k65kj"))))
16408 (properties `((upstream-name . "BioNERO")))
16409 (build-system r-build-system)
16410 (propagated-inputs
16411 (list r-biocparallel
16412 r-complexheatmap
16413 r-deseq2
16414 r-dynamictreecut
16415 r-genie3
16416 r-ggnetwork
16417 r-ggnewscale
16418 r-ggplot2
16419 r-ggpubr
16420 r-igraph
16421 r-intergraph
16422 r-matrixstats
16423 r-minet
16424 r-netrep
16425 r-networkd3
16426 r-rcolorbrewer
16427 r-reshape2
16428 r-summarizedexperiment
16429 r-sva
16430 r-wgcna))
16431 (native-inputs
16432 (list r-knitr))
16433 (home-page "https://github.com/almeidasilvaf/BioNERO")
16434 (synopsis "Biological network reconstruction omnibus")
16435 (description
16436 "BioNERO aims to integrate all aspects of biological network inference in
16437 a single package, including data preprocessing, exploratory analyses, network
16438 inference, and analyses for biological interpretations. BioNERO can be used
16439 to infer gene coexpression networks (GCNs) and gene regulatory networks (GRNs)
16440 from gene expression data. Additionally, it can be used to explore
16441 topological properties of protein-protein interaction (PPI) networks. GCN
16442 inference relies on the popular WGCNA algorithm. GRN inference is based on
16443 the \"wisdom of the crowds\" principle, which consists in inferring GRNs with
16444 multiple algorithms (here, CLR, GENIE3 and ARACNE) and calculating the average
16445 rank for each interaction pair. As all steps of network analyses are included
16446 in this package, BioNERO makes users avoid having to learn the syntaxes of
16447 several packages and how to communicate between them. Finally, users can also
16448 identify consensus modules across independent expression sets and calculate
16449 intra and interspecies module preservation statistics between different
16450 networks.")
16451 (license license:gpl3)))
16452
16453 (define-public r-bionet
16454 (package
16455 (name "r-bionet")
16456 (version "1.56.0")
16457 (source
16458 (origin
16459 (method url-fetch)
16460 (uri (bioconductor-uri "BioNet" version))
16461 (sha256
16462 (base32
16463 "0kcw71j4nmdkn373wk21ak6h0v4gycivnfrklb72kk1qcmsy1wrm"))))
16464 (properties `((upstream-name . "BioNet")))
16465 (build-system r-build-system)
16466 (propagated-inputs
16467 (list r-annotationdbi r-biobase r-graph r-igraph r-rbgl))
16468 (home-page "http://bioconductor.org/packages/release/bioc/html/BioNet.html")
16469 (synopsis "Functional analysis of biological networks")
16470 (description
16471 "This package provides functions for the integrated analysis of
16472 protein-protein interaction networks and the detection of functional modules.
16473 Different datasets can be integrated into the network by assigning p-values of
16474 statistical tests to the nodes of the network. E.g. p-values obtained from
16475 the differential expression of the genes from an Affymetrix array are assigned
16476 to the nodes of the network. By fitting a beta-uniform mixture model and
16477 calculating scores from the p-values, overall scores of network regions can be
16478 calculated and an integer linear programming algorithm identifies the maximum
16479 scoring subnetwork.")
16480 (license license:gpl2+)))
16481
16482 (define-public r-bionetstat
16483 (package
16484 (name "r-bionetstat")
16485 (version "1.16.1")
16486 (source
16487 (origin
16488 (method url-fetch)
16489 (uri (bioconductor-uri "BioNetStat" version))
16490 (sha256
16491 (base32
16492 "0zs6pymvxb95sji0rnnzaz3whj7hsvj2kl4n4gzj7w1q0prbfpb2"))))
16493 (properties `((upstream-name . "BioNetStat")))
16494 (build-system r-build-system)
16495 (propagated-inputs
16496 (list r-biocparallel
16497 r-dt
16498 r-ggplot2
16499 r-hmisc
16500 r-igraph
16501 r-knitr
16502 r-markdown
16503 r-pathview
16504 r-pheatmap
16505 r-plyr
16506 r-psych
16507 r-rcolorbrewer
16508 r-rjsonio
16509 r-rmarkdown
16510 r-shiny
16511 r-shinybs
16512 r-whisker
16513 r-yaml))
16514 (native-inputs
16515 (list r-knitr))
16516 (home-page "https://github.com/jardimViniciusC/BioNetStat")
16517 (synopsis "Biological network analysis")
16518 (description
16519 "This package provides a package to perform differential network
16520 analysis, differential node analysis (differential coexpression analysis),
16521 network and metabolic pathways view.")
16522 (license license:gpl3+)))
16523
16524 (define-public r-bioqc
16525 (package
16526 (name "r-bioqc")
16527 (version "1.24.0")
16528 (source
16529 (origin
16530 (method url-fetch)
16531 (uri (bioconductor-uri "BioQC" version))
16532 (sha256
16533 (base32
16534 "0vb2nnzqvyv25pw8qshcmijravswafg0858pkgqjgiv7wsr2mn3m"))))
16535 (properties `((upstream-name . "BioQC")))
16536 (build-system r-build-system)
16537 (propagated-inputs
16538 (list r-biobase r-edger r-rcpp))
16539 (native-inputs
16540 (list r-knitr))
16541 (home-page "https://accio.github.io/BioQC/")
16542 (synopsis "Detect tissue heterogeneity in expression profiles with gene sets")
16543 (description
16544 "BioQC performs quality control of high-throughput expression data based
16545 on tissue gene signatures. It can detect tissue heterogeneity in gene
16546 expression data. The core algorithm is a Wilcoxon-Mann-Whitney test that is
16547 optimised for high performance.")
16548 (license license:gpl3+)))
16549
16550 (define-public r-biotip
16551 (package
16552 (name "r-biotip")
16553 (version "1.10.0")
16554 (source
16555 (origin
16556 (method url-fetch)
16557 (uri (bioconductor-uri "BioTIP" version))
16558 (sha256
16559 (base32
16560 "1sihi5zy7mlabh3ix1wvdqz8ibfq1avl8bnxjhvxyzq40zbcklh6"))))
16561 (properties `((upstream-name . "BioTIP")))
16562 (build-system r-build-system)
16563 (propagated-inputs
16564 (list r-cluster
16565 r-genomicranges
16566 r-igraph
16567 r-mass
16568 r-psych
16569 r-scran
16570 r-stringr))
16571 (native-inputs
16572 (list r-knitr))
16573 (home-page "https://github.com/xyang2uchicago/BioTIP")
16574 (synopsis "R package for characterization of biological tipping-point")
16575 (description
16576 "This package adopts tipping-point theory to transcriptome profiles to
16577 help unravel disease regulatory trajectory.")
16578 (license license:gpl2)))
16579
16580 (define-public r-biotmle
16581 (package
16582 (name "r-biotmle")
16583 (version "1.20.0")
16584 (source
16585 (origin
16586 (method url-fetch)
16587 (uri (bioconductor-uri "biotmle" version))
16588 (sha256
16589 (base32
16590 "1frig90krvfdk6nwpmslpj0pvligyzwzfwwci7hzwcmbglk5jj22"))))
16591 (properties `((upstream-name . "biotmle")))
16592 (build-system r-build-system)
16593 (propagated-inputs
16594 (list r-assertthat
16595 r-biocgenerics
16596 r-biocparallel
16597 r-dplyr
16598 r-drtmle
16599 r-ggplot2
16600 r-ggsci
16601 r-limma
16602 r-s4vectors
16603 r-summarizedexperiment
16604 r-superheat
16605 r-tibble))
16606 (native-inputs
16607 (list r-knitr))
16608 (home-page "https://code.nimahejazi.org/biotmle/")
16609 (synopsis "Targeted learning with moderated statistics for biomarker discovery")
16610 (description
16611 "This package provides tools for differential expression biomarker
16612 discovery based on microarray and next-generation sequencing data that
16613 leverage efficient semiparametric estimators of the average treatment effect
16614 for variable importance analysis. Estimation and inference of the (marginal)
16615 average treatment effects of potential biomarkers are computed by targeted
16616 minimum loss-based estimation, with joint, stable inference constructed across
16617 all biomarkers using a generalization of moderated statistics for use with the
16618 estimated efficient influence function. The procedure accommodates the use of
16619 ensemble machine learning for the estimation of nuisance functions.")
16620 (license license:expat)))
16621
16622 (define-public r-bsseq
16623 (package
16624 (name "r-bsseq")
16625 (version "1.32.0")
16626 (source
16627 (origin
16628 (method url-fetch)
16629 (uri (bioconductor-uri "bsseq" version))
16630 (sha256
16631 (base32
16632 "1jpfib2vb6hd7pgh3d33jgch24lba175zmbalwsbgvlmmyyf1ki5"))))
16633 (properties `((upstream-name . "bsseq")))
16634 (build-system r-build-system)
16635 (propagated-inputs
16636 (list r-beachmat
16637 r-biobase
16638 r-biocgenerics
16639 r-biocparallel
16640 r-biostrings
16641 r-bsgenome
16642 r-data-table
16643 r-delayedarray
16644 r-delayedmatrixstats
16645 r-genomeinfodb
16646 r-genomicranges
16647 r-gtools
16648 r-hdf5array
16649 r-iranges
16650 r-limma
16651 r-locfit
16652 r-permute
16653 r-r-utils
16654 r-rcpp
16655 r-rhdf5
16656 r-s4vectors
16657 r-scales
16658 r-summarizedexperiment))
16659 (native-inputs
16660 (list r-knitr))
16661 (home-page "https://github.com/hansenlab/bsseq")
16662 (synopsis "Analyze, manage and store bisulfite sequencing data")
16663 (description
16664 "This package provides a collection of tools for analyzing and
16665 visualizing bisulfite sequencing data.")
16666 (license license:artistic2.0)))
16667
16668 (define-public r-dmrseq
16669 (package
16670 (name "r-dmrseq")
16671 (version "1.16.0")
16672 (source
16673 (origin
16674 (method url-fetch)
16675 (uri (bioconductor-uri "dmrseq" version))
16676 (sha256
16677 (base32
16678 "1c99l62fi26bnbvpzrlsvvs722za0l5vfhddcrhzzzasabhccb4n"))))
16679 (properties `((upstream-name . "dmrseq")))
16680 (build-system r-build-system)
16681 (propagated-inputs
16682 (list r-annotationhub
16683 r-annotatr
16684 r-biocparallel
16685 r-bsseq
16686 r-bumphunter
16687 r-delayedmatrixstats
16688 r-genomeinfodb
16689 r-genomicranges
16690 r-ggplot2
16691 r-iranges
16692 r-locfit
16693 r-matrixstats
16694 r-nlme
16695 r-outliers
16696 r-rcolorbrewer
16697 r-rtracklayer
16698 r-s4vectors))
16699 (native-inputs
16700 (list r-knitr))
16701 (home-page "https://bioconductor.org/packages/dmrseq")
16702 (synopsis "Detection and inference of differentially methylated regions")
16703 (description
16704 "This package implements an approach for scanning the genome to detect
16705 and perform accurate inference on differentially methylated regions from Whole
16706 Genome Bisulfite Sequencing data. The method is based on comparing detected
16707 regions to a pooled null distribution, that can be implemented even when as
16708 few as two samples per population are available. Region-level statistics are
16709 obtained by fitting a @dfn{generalized least squares} (GLS) regression model
16710 with a nested autoregressive correlated error structure for the effect of
16711 interest on transformed methylation proportions.")
16712 (license license:expat)))
16713
16714 (define-public r-omnipathr
16715 (package
16716 (name "r-omnipathr")
16717 (version "3.4.0")
16718 (source
16719 (origin
16720 (method url-fetch)
16721 (uri (bioconductor-uri "OmnipathR" version))
16722 (sha256
16723 (base32 "0vk0fv09j3ql78mzzhdxwxb2b83qqdz2qfd8wpp1vydmcx2vvgni"))))
16724 (properties `((upstream-name . "OmnipathR")))
16725 (build-system r-build-system)
16726 (arguments
16727 `(#:phases
16728 (modify-phases %standard-phases
16729 (add-after 'unpack 'set-HOME
16730 (lambda _ (setenv "HOME" "/tmp"))))))
16731 (propagated-inputs
16732 (list r-checkmate
16733 r-crayon
16734 r-curl
16735 r-digest
16736 r-dplyr
16737 r-httr
16738 r-igraph
16739 r-jsonlite
16740 r-later
16741 r-logger
16742 r-magrittr
16743 r-progress
16744 r-purrr
16745 r-rappdirs
16746 r-readr
16747 r-readxl
16748 r-rlang
16749 r-stringr
16750 r-tibble
16751 r-tidyr
16752 r-tidyselect
16753 r-withr
16754 r-xml2
16755 r-yaml))
16756 (native-inputs (list r-knitr))
16757 (home-page "https://saezlab.github.io/OmnipathR/")
16758 (synopsis "OmniPath web service client and more")
16759 (description
16760 "This package provides a client for the OmniPath web service and many
16761 other resources. It also includes functions to transform and pretty print
16762 some of the downloaded data, functions to access a number of other resources.
16763 Furthermore, OmnipathR features a close integration with the NicheNet method
16764 for ligand activity prediction from transcriptomics data.")
16765 (license license:expat)))
16766
16767 (define-public r-biscuiteer
16768 (package
16769 (name "r-biscuiteer")
16770 (version "1.10.0")
16771 (source
16772 (origin
16773 (method url-fetch)
16774 (uri (bioconductor-uri "biscuiteer" version))
16775 (sha256
16776 (base32
16777 "0y7vbdaafiga16yr0d22w1v4p0jmczndcar0r0km06f5y1b74amr"))))
16778 (properties `((upstream-name . "biscuiteer")))
16779 (build-system r-build-system)
16780 (propagated-inputs
16781 (list r-biobase
16782 r-biocgenerics
16783 r-biocparallel
16784 r-biscuiteerdata
16785 r-bsseq
16786 r-data-table
16787 r-delayedmatrixstats
16788 r-dmrseq
16789 r-genomeinfodb
16790 r-genomicranges
16791 r-gtools
16792 r-hdf5array
16793 r-homo-sapiens
16794 r-impute
16795 r-iranges
16796 r-matrix
16797 r-matrixstats
16798 r-mus-musculus
16799 r-qdnaseq
16800 r-qualv
16801 r-r-utils
16802 r-readr
16803 r-rsamtools
16804 r-rtracklayer
16805 r-s4vectors
16806 r-summarizedexperiment
16807 r-variantannotation))
16808 (native-inputs
16809 (list r-knitr))
16810 (home-page "https://github.com/trichelab/biscuiteer")
16811 (synopsis "Convenience functions for the Biscuit package")
16812 (description
16813 "This package provides a test harness for bsseq loading of Biscuit
16814 output, summarization of WGBS data over defined regions and in mappable
16815 samples, with or without imputation, dropping of mostly-NA rows, age
16816 estimates, etc.")
16817 (license license:gpl3)))
16818
16819 (define-public r-tcgabiolinks
16820 (package
16821 (name "r-tcgabiolinks")
16822 (version "2.24.3")
16823 (source
16824 (origin
16825 (method url-fetch)
16826 (uri (bioconductor-uri "TCGAbiolinks" version))
16827 (sha256
16828 (base32 "0visvfhzaf0p1rb5vjkmw1c91zfxpks8nl9nbl9xlnpm8lkmmkms"))))
16829 (properties `((upstream-name . "TCGAbiolinks")))
16830 (build-system r-build-system)
16831 (propagated-inputs
16832 (list r-biomart
16833 r-data-table
16834 r-downloader
16835 r-dplyr
16836 r-genomicranges
16837 r-ggplot2
16838 r-httr
16839 r-iranges
16840 r-jsonlite
16841 r-knitr
16842 r-plyr
16843 r-purrr
16844 r-r-utils
16845 r-readr
16846 r-rvest
16847 r-s4vectors
16848 r-stringr
16849 r-summarizedexperiment
16850 r-tcgabiolinksgui-data
16851 r-tibble
16852 r-tidyr
16853 r-xml
16854 r-xml2))
16855 (native-inputs (list r-knitr))
16856 (home-page "https://github.com/BioinformaticsFMRP/TCGAbiolinks")
16857 (synopsis "Integrative analysis with GDC data")
16858 (description
16859 "The aim of TCGAbiolinks is:
16860
16861 @enumerate
16862 @item facilitate GDC open-access data retrieval;
16863 @item prepare the data using the appropriate pre-processing strategies;
16864 @item provide the means to carry out different standard analyses, and;
16865 @item to easily reproduce earlier research results.
16866 @end enumerate
16867
16868 In more detail, the package provides multiple methods for analysis (e.g.,
16869 differential expression analysis, identifying differentially methylated
16870 regions) and methods for visualization (e.g., survival plots, volcano plots,
16871 starburst plots) in order to easily develop complete analysis pipelines.")
16872 (license license:gpl3+)))
16873
16874 (define-public r-tricycle
16875 (package
16876 (name "r-tricycle")
16877 (version "1.4.0")
16878 (source (origin
16879 (method url-fetch)
16880 (uri (bioconductor-uri "tricycle" version))
16881 (sha256
16882 (base32
16883 "0bjkajcz6xcfak6071d0ihakrvgf7s0pmkn6vqkjd6yxbfld7zln"))))
16884 (properties `((upstream-name . "tricycle")))
16885 (build-system r-build-system)
16886 (propagated-inputs
16887 (list r-annotationdbi
16888 r-circular
16889 r-dplyr
16890 r-genomicranges
16891 r-ggnewscale
16892 r-ggplot2
16893 r-iranges
16894 r-rcolorbrewer
16895 r-s4vectors
16896 r-scater
16897 r-scattermore
16898 r-singlecellexperiment
16899 r-summarizedexperiment))
16900 (native-inputs (list r-knitr))
16901 (home-page "https://github.com/hansenlab/tricycle")
16902 (synopsis "Transferable representation and inference of cell cycle")
16903 (description
16904 "The package contains functions to infer and visualize cell cycle process
16905 using Single-cell RNA-Seq data. It exploits the idea of transfer learning,
16906 projecting new data to the previous learned biologically interpretable space.
16907 The @code{tricycle} provides a pre-learned cell cycle space, which could be
16908 used to infer cell cycle time of human and mouse single cell samples. In
16909 addition, it also offer functions to visualize cell cycle time on different
16910 embeddings and functions to build new reference.")
16911 (license license:gpl3)))
16912
16913 (define-public r-tximeta
16914 (package
16915 (name "r-tximeta")
16916 (version "1.14.0")
16917 (source
16918 (origin
16919 (method url-fetch)
16920 (uri (bioconductor-uri "tximeta" version))
16921 (sha256
16922 (base32
16923 "1vq7x1sf5h8iwdalalbrybxzbq47s2ymb75himj5wkv77mgcivfl"))))
16924 (properties `((upstream-name . "tximeta")))
16925 (build-system r-build-system)
16926 (propagated-inputs
16927 (list r-annotationdbi
16928 r-annotationhub
16929 r-biocfilecache
16930 r-biostrings
16931 r-ensembldb
16932 r-genomeinfodb
16933 r-genomicfeatures
16934 r-genomicranges
16935 r-iranges
16936 r-jsonlite
16937 r-matrix
16938 r-s4vectors
16939 r-summarizedexperiment
16940 r-tibble
16941 r-tximport))
16942 (native-inputs
16943 (list r-knitr))
16944 (home-page "https://github.com/mikelove/tximeta")
16945 (synopsis "Transcript quantification import with automatic metadata")
16946 (description
16947 "This package implements transcript quantification import from Salmon and
16948 alevin with automatic attachment of transcript ranges and release information,
16949 and other associated metadata. De novo transcriptomes can be linked to the
16950 appropriate sources with linkedTxomes and shared for computational
16951 reproducibility.")
16952 (license license:gpl2)))
16953
16954 (define-public r-phyloseq
16955 (package
16956 (name "r-phyloseq")
16957 (version "1.40.0")
16958 (source
16959 (origin
16960 (method url-fetch)
16961 (uri (bioconductor-uri "phyloseq" version))
16962 (sha256
16963 (base32 "0hcyv4ziyaw74mc9vf7bad3q9izi9p0whg3hspbs6w8b3hp34y2k"))))
16964 (properties `((upstream-name . "phyloseq")))
16965 (build-system r-build-system)
16966 (propagated-inputs
16967 (list r-ade4
16968 r-ape
16969 r-biobase
16970 r-biocgenerics
16971 r-biomformat
16972 r-biostrings
16973 r-cluster
16974 r-data-table
16975 r-foreach
16976 r-ggplot2
16977 r-igraph
16978 r-multtest
16979 r-plyr
16980 r-reshape2
16981 r-scales
16982 r-vegan))
16983 (native-inputs
16984 (list r-knitr))
16985 (home-page "https://github.com/joey711/phyloseq")
16986 (synopsis "Handling and analysis of high-throughput microbiome census data")
16987 (description
16988 "Phyloseq provides a set of classes and tools to facilitate the import,
16989 storage, analysis, and graphical display of microbiome census data.")
16990 (license license:agpl3)))