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