gnu: r-fgsea: Update to 1.12.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")
84825e55 2165 (version "1.10.0")
41ffc214
RW
2166 (source
2167 (origin
2168 (method url-fetch)
2169 (uri (bioconductor-uri "ChIPexoQual" version))
2170 (sha256
2171 (base32
84825e55 2172 "044n6kn16qczpdhp0w0z5x8xpr0rfs9s8q70rafgnvj7a2q1xdd0"))))
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")
eb3fd382 2203 (version "1.26.0")
3d13b448
RW
2204 (source (origin
2205 (method url-fetch)
2206 (uri (bioconductor-uri "copynumber" version))
2207 (sha256
2208 (base32
eb3fd382 2209 "0r6r1adj20x3ckm0dlipxlf1rzngr92xsxxpy81mqxf4jpmyr8gj"))))
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")
bba70cda 2226 (version "1.60.0")
c18dccff
RW
2227 (source
2228 (origin
2229 (method url-fetch)
2230 (uri (bioconductor-uri "DNAcopy" version))
2231 (sha256
2232 (base32
bba70cda 2233 "119z5lqhhw9ppg6s4dvbxk1kxf3wc55ibpm9b88c91s04yd7m9yw"))))
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")
96030bf7 2277 (version "1.60.0")
173c9960
RW
2278 (source
2279 (origin
2280 (method url-fetch)
2281 (uri (bioconductor-uri "DEDS" version))
2282 (sha256
2283 (base32
96030bf7 2284 "0vzsmah2lhxf8k6n4d0i4j609sbvygmb6ii2ridg9z3nskwkrhp8"))))
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")
a9649c41 2326 (version "1.26.0")
3087a2f3
RW
2327 (source
2328 (origin
2329 (method url-fetch)
2330 (uri (bioconductor-uri "EBSeq" version))
2331 (sha256
2332 (base32
a9649c41 2333 "0ay1vcccpc29r3vinlnwp9256345bfb346kg2y11kib4bnrabjb6"))))
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")
153dc51b 2350 (version "1.14.0")
2cb71d81
RW
2351 (source
2352 (origin
2353 (method url-fetch)
2354 (uri (bioconductor-uri "lpsymphony" version))
2355 (sha256
2356 (base32
153dc51b 2357 "0j5j9kggh3l61vp6hpnqf45d5kzifksaj0sqhvs1zahmx2c1gfdv"))))
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")
0383bd05 2380 (version "1.14.0")
704de8f5
RW
2381 (source
2382 (origin
2383 (method url-fetch)
2384 (uri (bioconductor-uri "IHW" version))
2385 (sha256
2386 (base32
0383bd05 2387 "0rnw7r9pylpj3a5graavcpiqv2v67rv2a4dlcynkf4ihpxs4bg8x"))))
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")
a5cc1f10 2410 (version "1.14.0")
251e0830
RW
2411 (source
2412 (origin
2413 (method url-fetch)
2414 (uri (bioconductor-uri "iCOBRA" version))
2415 (sha256
2416 (base32
a5cc1f10 2417 "1l0yr2grpwmr3pc5h50p1j4nxyb1ddmc55l7rhxpp4igh4fq1avz"))))
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")
dc5237f8 2444 (version "1.12.0")
925fcdbb
RW
2445 (source
2446 (origin
2447 (method url-fetch)
2448 (uri (bioconductor-uri "MAST" version))
2449 (sha256
2450 (base32
dc5237f8 2451 "1l78rrwkzyswpj6pgc9z8290fqrk4akba76invkkazpyh91r8gga"))))
925fcdbb
RW
2452 (properties `((upstream-name . "MAST")))
2453 (build-system r-build-system)
2454 (propagated-inputs
2455 `(("r-abind" ,r-abind)
2456 ("r-biobase" ,r-biobase)
2457 ("r-biocgenerics" ,r-biocgenerics)
2458 ("r-data-table" ,r-data-table)
2459 ("r-ggplot2" ,r-ggplot2)
2460 ("r-plyr" ,r-plyr)
2461 ("r-progress" ,r-progress)
2462 ("r-reshape2" ,r-reshape2)
2463 ("r-s4vectors" ,r-s4vectors)
2464 ("r-singlecellexperiment" ,r-singlecellexperiment)
2465 ("r-stringr" ,r-stringr)
2466 ("r-summarizedexperiment" ,r-summarizedexperiment)))
2467 (home-page "https://github.com/RGLab/MAST/")
2468 (synopsis "Model-based analysis of single cell transcriptomics")
2469 (description
2470 "This package provides methods and models for handling zero-inflated
2471single cell assay data.")
2472 (license license:gpl2+)))
2d7627cf
RW
2473
2474(define-public r-monocle
2475 (package
2476 (name "r-monocle")
9732e690 2477 (version "2.14.0")
2d7627cf
RW
2478 (source
2479 (origin
2480 (method url-fetch)
2481 (uri (bioconductor-uri "monocle" version))
2482 (sha256
2483 (base32
9732e690 2484 "18b9y592q48mbcp5w095qs1kaklq64v6dcnlpqhv3rwxvywygsz2"))))
2d7627cf
RW
2485 (build-system r-build-system)
2486 (propagated-inputs
2487 `(("r-biobase" ,r-biobase)
2488 ("r-biocgenerics" ,r-biocgenerics)
2489 ("r-biocviews" ,r-biocviews)
2490 ("r-cluster" ,r-cluster)
2491 ("r-combinat" ,r-combinat)
2492 ("r-ddrtree" ,r-ddrtree)
2493 ("r-densityclust" ,r-densityclust)
2494 ("r-dplyr" ,r-dplyr)
2495 ("r-fastica" ,r-fastica)
2496 ("r-ggplot2" ,r-ggplot2)
2497 ("r-hsmmsinglecell" ,r-hsmmsinglecell)
2498 ("r-igraph" ,r-igraph)
2499 ("r-irlba" ,r-irlba)
2500 ("r-limma" ,r-limma)
2501 ("r-mass" ,r-mass)
2502 ("r-matrix" ,r-matrix)
2503 ("r-matrixstats" ,r-matrixstats)
2504 ("r-pheatmap" ,r-pheatmap)
2505 ("r-plyr" ,r-plyr)
2506 ("r-proxy" ,r-proxy)
2507 ("r-qlcmatrix" ,r-qlcmatrix)
2508 ("r-rann" ,r-rann)
2509 ("r-rcpp" ,r-rcpp)
2510 ("r-reshape2" ,r-reshape2)
2511 ("r-rtsne" ,r-rtsne)
2512 ("r-slam" ,r-slam)
2513 ("r-stringr" ,r-stringr)
2514 ("r-tibble" ,r-tibble)
2515 ("r-vgam" ,r-vgam)
2516 ("r-viridis" ,r-viridis)))
2517 (home-page "https://bioconductor.org/packages/monocle")
2518 (synopsis "Clustering, differential expression, and trajectory analysis for single-cell RNA-Seq")
2519 (description
2520 "Monocle performs differential expression and time-series analysis for
2521single-cell expression experiments. It orders individual cells according to
2522progress through a biological process, without knowing ahead of time which
2523genes define progress through that process. Monocle also performs
2524differential expression analysis, clustering, visualization, and other useful
2525tasks on single cell expression data. It is designed to work with RNA-Seq and
2526qPCR data, but could be used with other types as well.")
2527 (license license:artistic2.0)))
6213e441 2528
b2dce6b5
RW
2529(define-public r-monocle3
2530 (package
2531 (name "r-monocle3")
2532 (version "0.1.2")
2533 (source
2534 (origin
2535 (method git-fetch)
2536 (uri (git-reference
2537 (url "https://github.com/cole-trapnell-lab/monocle3.git")
2538 (commit version)))
2539 (file-name (git-file-name name version))
2540 (sha256
2541 (base32
2542 "1cjxqfw3qvy269hsf5v80d4kshl932wrl949iayas02saj6f70ls"))))
2543 (build-system r-build-system)
2544 (propagated-inputs
2545 `(("r-biobase" ,r-biobase)
2546 ("r-biocgenerics" ,r-biocgenerics)
2547 ("r-delayedmatrixstats" ,r-delayedmatrixstats)
2548 ("r-dplyr" ,r-dplyr)
2549 ("r-ggplot2" ,r-ggplot2)
2550 ("r-ggrepel" ,r-ggrepel)
2551 ("r-grr" ,r-grr)
2552 ("r-htmlwidgets" ,r-htmlwidgets)
2553 ("r-igraph" ,r-igraph)
2554 ("r-irlba" ,r-irlba)
2555 ("r-limma" ,r-limma)
2556 ("r-lmtest" ,r-lmtest)
2557 ("r-mass" ,r-mass)
2558 ("r-matrix" ,r-matrix)
2559 ("r-matrix-utils" ,r-matrix-utils)
2560 ("r-pbapply" ,r-pbapply)
2561 ("r-pbmcapply" ,r-pbmcapply)
2562 ("r-pheatmap" ,r-pheatmap)
2563 ("r-plotly" ,r-plotly)
2564 ("r-pryr" ,r-pryr)
2565 ("r-proxy" ,r-proxy)
2566 ("r-pscl" ,r-pscl)
2567 ("r-purrr" ,r-purrr)
2568 ("r-rann" ,r-rann)
2569 ("r-rcpp" ,r-rcpp)
2570 ("r-rcppparallel" ,r-rcppparallel)
2571 ("r-reshape2" ,r-reshape2)
2572 ("r-reticulate" ,r-reticulate)
2573 ("r-rhpcblasctl" ,r-rhpcblasctl)
2574 ("r-rtsne" ,r-rtsne)
2575 ("r-shiny" ,r-shiny)
2576 ("r-slam" ,r-slam)
2577 ("r-spdep" ,r-spdep)
2578 ("r-speedglm" ,r-speedglm)
2579 ("r-stringr" ,r-stringr)
2580 ("r-singlecellexperiment" ,r-singlecellexperiment)
2581 ("r-tibble" ,r-tibble)
2582 ("r-tidyr" ,r-tidyr)
2583 ("r-uwot" ,r-uwot)
2584 ("r-viridis" ,r-viridis)))
2585 (home-page "https://github.com/cole-trapnell-lab/monocle3")
2586 (synopsis "Analysis toolkit for single-cell RNA-Seq data")
2587 (description
2588 "Monocle 3 is an analysis toolkit for single-cell RNA-Seq experiments.")
2589 (license license:expat)))
2590
6213e441
RW
2591(define-public r-noiseq
2592 (package
2593 (name "r-noiseq")
81a125cd 2594 (version "2.30.0")
6213e441
RW
2595 (source
2596 (origin
2597 (method url-fetch)
2598 (uri (bioconductor-uri "NOISeq" version))
2599 (sha256
2600 (base32
81a125cd 2601 "1a8p66hhnwmay0rjabwq7356wr93yn33nqgr9rr7whpp9nls1hg4"))))
6213e441
RW
2602 (properties `((upstream-name . "NOISeq")))
2603 (build-system r-build-system)
2604 (propagated-inputs
2605 `(("r-biobase" ,r-biobase)
2606 ("r-matrix" ,r-matrix)))
2607 (home-page "https://bioconductor.org/packages/NOISeq")
2608 (synopsis "Exploratory analysis and differential expression for RNA-seq data")
2609 (description
2610 "This package provides tools to support the analysis of RNA-seq
2611expression data or other similar kind of data. It provides exploratory plots
2612to evaluate saturation, count distribution, expression per chromosome, type of
2613detected features, features length, etc. It also supports the analysis of
2614differential expression between two experimental conditions with no parametric
2615assumptions.")
2616 (license license:artistic2.0)))
b409c357
RW
2617
2618(define-public r-scdd
2619 (package
2620 (name "r-scdd")
2f223b21 2621 (version "1.10.0")
b409c357
RW
2622 (source
2623 (origin
2624 (method url-fetch)
2625 (uri (bioconductor-uri "scDD" version))
2626 (sha256
2627 (base32
2f223b21 2628 "0nk0qq664zs7dnlcamdkrrhvll01p7f96jj3igbxxlzj3dvr58w4"))))
b409c357
RW
2629 (properties `((upstream-name . "scDD")))
2630 (build-system r-build-system)
2631 (propagated-inputs
2632 `(("r-arm" ,r-arm)
2633 ("r-biocparallel" ,r-biocparallel)
2634 ("r-ebseq" ,r-ebseq)
2635 ("r-fields" ,r-fields)
2636 ("r-ggplot2" ,r-ggplot2)
2637 ("r-mclust" ,r-mclust)
2638 ("r-outliers" ,r-outliers)
2639 ("r-s4vectors" ,r-s4vectors)
2640 ("r-scran" ,r-scran)
2641 ("r-singlecellexperiment" ,r-singlecellexperiment)
2642 ("r-summarizedexperiment" ,r-summarizedexperiment)))
2643 (home-page "https://github.com/kdkorthauer/scDD")
2644 (synopsis "Mixture modeling of single-cell RNA-seq data")
2645 (description
2646 "This package implements a method to analyze single-cell RNA-seq data
2647utilizing flexible Dirichlet Process mixture models. Genes with differential
2648distributions of expression are classified into several interesting patterns
2649of differences between two conditions. The package also includes functions
2650for simulating data with these patterns from negative binomial
2651distributions.")
2652 (license license:gpl2)))
f0887757
RW
2653
2654(define-public r-scone
2655 (package
2656 (name "r-scone")
048a43d6 2657 (version "1.10.0")
f0887757
RW
2658 (source
2659 (origin
2660 (method url-fetch)
2661 (uri (bioconductor-uri "scone" version))
2662 (sha256
2663 (base32
048a43d6 2664 "1hfsbnix0y9ad6bj0d8q2aw13pb3vjcaa0dfwxxapzl90zwbsjhp"))))
f0887757
RW
2665 (build-system r-build-system)
2666 (propagated-inputs
2667 `(("r-aroma-light" ,r-aroma-light)
2668 ("r-biocparallel" ,r-biocparallel)
2669 ("r-boot" ,r-boot)
2670 ("r-class" ,r-class)
2671 ("r-cluster" ,r-cluster)
2672 ("r-compositions" ,r-compositions)
2673 ("r-diptest" ,r-diptest)
2674 ("r-edger" ,r-edger)
2675 ("r-fpc" ,r-fpc)
2676 ("r-gplots" ,r-gplots)
2677 ("r-hexbin" ,r-hexbin)
2678 ("r-limma" ,r-limma)
2679 ("r-matrixstats" ,r-matrixstats)
2680 ("r-mixtools" ,r-mixtools)
2681 ("r-rarpack" ,r-rarpack)
2682 ("r-rcolorbrewer" ,r-rcolorbrewer)
2683 ("r-rhdf5" ,r-rhdf5)
2684 ("r-ruvseq" ,r-ruvseq)
2685 ("r-summarizedexperiment" ,r-summarizedexperiment)))
2686 (home-page "https://bioconductor.org/packages/scone")
2687 (synopsis "Single cell overview of normalized expression data")
2688 (description
2689 "SCONE is an R package for comparing and ranking the performance of
2690different normalization schemes for single-cell RNA-seq and other
2691high-throughput analyses.")
2692 (license license:artistic2.0)))
f9201d67
RW
2693
2694(define-public r-geoquery
2695 (package
2696 (name "r-geoquery")
db85744e 2697 (version "2.54.1")
f9201d67
RW
2698 (source
2699 (origin
2700 (method url-fetch)
2701 (uri (bioconductor-uri "GEOquery" version))
2702 (sha256
2703 (base32
db85744e 2704 "0j8mlldy7dc38fx5zwj6z6l4b9bhvrn8sil3z8asnd4ic7w9ifx5"))))
f9201d67
RW
2705 (properties `((upstream-name . "GEOquery")))
2706 (build-system r-build-system)
2707 (propagated-inputs
2708 `(("r-biobase" ,r-biobase)
2709 ("r-dplyr" ,r-dplyr)
2710 ("r-httr" ,r-httr)
2711 ("r-limma" ,r-limma)
2712 ("r-magrittr" ,r-magrittr)
2713 ("r-readr" ,r-readr)
2714 ("r-tidyr" ,r-tidyr)
2715 ("r-xml2" ,r-xml2)))
2716 (home-page "https://github.com/seandavi/GEOquery/")
2717 (synopsis "Get data from NCBI Gene Expression Omnibus (GEO)")
2718 (description
2719 "The NCBI Gene Expression Omnibus (GEO) is a public repository of
2720microarray data. Given the rich and varied nature of this resource, it is
2721only natural to want to apply BioConductor tools to these data. GEOquery is
2722the bridge between GEO and BioConductor.")
2723 (license license:gpl2)))
eed6ff03
RW
2724
2725(define-public r-illuminaio
2726 (package
2727 (name "r-illuminaio")
418d7214 2728 (version "0.28.0")
eed6ff03
RW
2729 (source
2730 (origin
2731 (method url-fetch)
2732 (uri (bioconductor-uri "illuminaio" version))
2733 (sha256
2734 (base32
418d7214 2735 "1psza8jq6h8fv2rm91ah67dgjlnj1l80yracwgdl1agd0ycv90sh"))))
eed6ff03
RW
2736 (build-system r-build-system)
2737 (propagated-inputs
2738 `(("r-base64" ,r-base64)))
2739 (home-page "https://github.com/HenrikBengtsson/illuminaio/")
2740 (synopsis "Parse Illumina microarray output files")
2741 (description
2742 "This package provides tools for parsing Illumina's microarray output
2743files, including IDAT.")
2744 (license license:gpl2)))
f4eac096
RW
2745
2746(define-public r-siggenes
2747 (package
2748 (name "r-siggenes")
409f4dd6 2749 (version "1.58.0")
f4eac096
RW
2750 (source
2751 (origin
2752 (method url-fetch)
2753 (uri (bioconductor-uri "siggenes" version))
2754 (sha256
2755 (base32
409f4dd6 2756 "178jmmdxsv3rd71a9w5yrvg5aplak40hb42vna15g1d55c2yv1ib"))))
f4eac096
RW
2757 (build-system r-build-system)
2758 (propagated-inputs
2759 `(("r-biobase" ,r-biobase)
409f4dd6
RW
2760 ("r-multtest" ,r-multtest)
2761 ("r-scrime" ,r-scrime)))
f4eac096
RW
2762 (home-page "https://bioconductor.org/packages/siggenes/")
2763 (synopsis
2764 "Multiple testing using SAM and Efron's empirical Bayes approaches")
2765 (description
2766 "This package provides tools for the identification of differentially
2767expressed genes and estimation of the @dfn{False Discovery Rate} (FDR) using
2768both the Significance Analysis of Microarrays (SAM) and the @dfn{Empirical
2769Bayes Analyses of Microarrays} (EBAM).")
2770 (license license:lgpl2.0+)))
34a24f95
RW
2771
2772(define-public r-bumphunter
2773 (package
2774 (name "r-bumphunter")
693a9805 2775 (version "1.26.0")
34a24f95
RW
2776 (source
2777 (origin
2778 (method url-fetch)
2779 (uri (bioconductor-uri "bumphunter" version))
2780 (sha256
2781 (base32
693a9805 2782 "1dkyicwqdaahnxcxj6kmivkqb47yccx51lb1q0yar3xpw91vwlfx"))))
34a24f95
RW
2783 (build-system r-build-system)
2784 (propagated-inputs
2785 `(("r-annotationdbi" ,r-annotationdbi)
2786 ("r-biocgenerics" ,r-biocgenerics)
2787 ("r-dorng" ,r-dorng)
2788 ("r-foreach" ,r-foreach)
2789 ("r-genomeinfodb" ,r-genomeinfodb)
2790 ("r-genomicfeatures" ,r-genomicfeatures)
2791 ("r-genomicranges" ,r-genomicranges)
2792 ("r-iranges" ,r-iranges)
2793 ("r-iterators" ,r-iterators)
2794 ("r-limma" ,r-limma)
2795 ("r-locfit" ,r-locfit)
2796 ("r-matrixstats" ,r-matrixstats)
2797 ("r-s4vectors" ,r-s4vectors)))
2798 (home-page "https://github.com/ririzarr/bumphunter")
2799 (synopsis "Find bumps in genomic data")
2800 (description
2801 "This package provides tools for finding bumps in genomic data in order
2802to identify differentially methylated regions in epigenetic epidemiology
2803studies.")
2804 (license license:artistic2.0)))
0fbaf195
RW
2805
2806(define-public r-minfi
2807 (package
2808 (name "r-minfi")
8c0fae3c 2809 (version "1.30.0")
0fbaf195
RW
2810 (source
2811 (origin
2812 (method url-fetch)
2813 (uri (bioconductor-uri "minfi" version))
2814 (sha256
2815 (base32
8c0fae3c 2816 "0qir0zd0qa97fzm33v10nyrsjp8nmzhn7mn20dnlpsg7rwlf60pd"))))
0fbaf195
RW
2817 (build-system r-build-system)
2818 (propagated-inputs
2819 `(("r-beanplot" ,r-beanplot)
2820 ("r-biobase" ,r-biobase)
2821 ("r-biocgenerics" ,r-biocgenerics)
2822 ("r-biocparallel" ,r-biocparallel)
2823 ("r-biostrings" ,r-biostrings)
2824 ("r-bumphunter" ,r-bumphunter)
2825 ("r-data-table" ,r-data-table)
2826 ("r-delayedarray" ,r-delayedarray)
2827 ("r-delayedmatrixstats" ,r-delayedmatrixstats)
2828 ("r-genefilter" ,r-genefilter)
2829 ("r-genomeinfodb" ,r-genomeinfodb)
2830 ("r-genomicranges" ,r-genomicranges)
2831 ("r-geoquery" ,r-geoquery)
2832 ("r-hdf5array" ,r-hdf5array)
2833 ("r-illuminaio" ,r-illuminaio)
2834 ("r-iranges" ,r-iranges)
2835 ("r-lattice" ,r-lattice)
2836 ("r-limma" ,r-limma)
2837 ("r-mass" ,r-mass)
2838 ("r-mclust" ,r-mclust)
2839 ("r-nlme" ,r-nlme)
2840 ("r-nor1mix" ,r-nor1mix)
2841 ("r-preprocesscore" ,r-preprocesscore)
2842 ("r-quadprog" ,r-quadprog)
2843 ("r-rcolorbrewer" ,r-rcolorbrewer)
2844 ("r-reshape" ,r-reshape)
2845 ("r-s4vectors" ,r-s4vectors)
2846 ("r-siggenes" ,r-siggenes)
2847 ("r-summarizedexperiment" ,r-summarizedexperiment)))
2848 (home-page "https://github.com/hansenlab/minfi")
2849 (synopsis "Analyze Illumina Infinium DNA methylation arrays")
2850 (description
2851 "This package provides tools to analyze and visualize Illumina Infinium
2852methylation arrays.")
2853 (license license:artistic2.0)))
5ec5ba02
RW
2854
2855(define-public r-methylumi
2856 (package
2857 (name "r-methylumi")
2986b51f 2858 (version "2.30.0")
5ec5ba02
RW
2859 (source
2860 (origin
2861 (method url-fetch)
2862 (uri (bioconductor-uri "methylumi" version))
2863 (sha256
2864 (base32
2986b51f 2865 "13acn771ybi10v50x123bq5yqd62b8sr4gz77lpgaj192sxq9d9f"))))
5ec5ba02
RW
2866 (build-system r-build-system)
2867 (propagated-inputs
2868 `(("r-annotate" ,r-annotate)
2869 ("r-annotationdbi" ,r-annotationdbi)
2870 ("r-biobase" ,r-biobase)
2871 ("r-biocgenerics" ,r-biocgenerics)
2872 ("r-fdb-infiniummethylation-hg19" ,r-fdb-infiniummethylation-hg19)
2873 ("r-genefilter" ,r-genefilter)
2874 ("r-genomeinfodb" ,r-genomeinfodb)
2875 ("r-genomicranges" ,r-genomicranges)
2876 ("r-ggplot2" ,r-ggplot2)
2877 ("r-illuminaio" ,r-illuminaio)
2878 ("r-iranges" ,r-iranges)
2879 ("r-lattice" ,r-lattice)
2880 ("r-matrixstats" ,r-matrixstats)
2881 ("r-minfi" ,r-minfi)
2882 ("r-reshape2" ,r-reshape2)
2883 ("r-s4vectors" ,r-s4vectors)
2884 ("r-scales" ,r-scales)
2885 ("r-summarizedexperiment" ,r-summarizedexperiment)))
2886 (home-page "https://bioconductor.org/packages/methylumi")
2887 (synopsis "Handle Illumina methylation data")
2888 (description
2889 "This package provides classes for holding and manipulating Illumina
2890methylation data. Based on eSet, it can contain MIAME information, sample
2891information, feature information, and multiple matrices of data. An
2892\"intelligent\" import function, methylumiR can read the Illumina text files
2893and create a MethyLumiSet. methylumIDAT can directly read raw IDAT files from
2894HumanMethylation27 and HumanMethylation450 microarrays. Normalization,
2895background correction, and quality control features for GoldenGate, Infinium,
2896and Infinium HD arrays are also included.")
2897 (license license:gpl2)))
09605cb2
RW
2898
2899(define-public r-lumi
2900 (package
2901 (name "r-lumi")
5551b07c 2902 (version "2.36.0")
09605cb2
RW
2903 (source
2904 (origin
2905 (method url-fetch)
2906 (uri (bioconductor-uri "lumi" version))
2907 (sha256
2908 (base32
5551b07c 2909 "1rf6xmd2wnajjvnl50q63agakzjf4hrzn2chdsnhapi7fh7bcjba"))))
09605cb2
RW
2910 (build-system r-build-system)
2911 (propagated-inputs
2912 `(("r-affy" ,r-affy)
2913 ("r-annotate" ,r-annotate)
2914 ("r-annotationdbi" ,r-annotationdbi)
2915 ("r-biobase" ,r-biobase)
2916 ("r-dbi" ,r-dbi)
2917 ("r-genomicfeatures" ,r-genomicfeatures)
2918 ("r-genomicranges" ,r-genomicranges)
2919 ("r-kernsmooth" ,r-kernsmooth)
2920 ("r-lattice" ,r-lattice)
2921 ("r-mass" ,r-mass)
2922 ("r-methylumi" ,r-methylumi)
2923 ("r-mgcv" ,r-mgcv)
2924 ("r-nleqslv" ,r-nleqslv)
2925 ("r-preprocesscore" ,r-preprocesscore)
2926 ("r-rsqlite" ,r-rsqlite)))
2927 (home-page "https://bioconductor.org/packages/lumi")
2928 (synopsis "BeadArray-specific methods for Illumina methylation and expression microarrays")
2929 (description
2930 "The lumi package provides an integrated solution for the Illumina
2931microarray data analysis. It includes functions of Illumina
2932BeadStudio (GenomeStudio) data input, quality control, BeadArray-specific
2933variance stabilization, normalization and gene annotation at the probe level.
2934It also includes the functions of processing Illumina methylation microarrays,
2935especially Illumina Infinium methylation microarrays.")
2936 (license license:lgpl2.0+)))
4291f36a
RW
2937
2938(define-public r-linnorm
2939 (package
2940 (name "r-linnorm")
48c2a7eb 2941 (version "2.8.0")
4291f36a
RW
2942 (source
2943 (origin
2944 (method url-fetch)
2945 (uri (bioconductor-uri "Linnorm" version))
2946 (sha256
2947 (base32
48c2a7eb 2948 "1rv3ljdwb71364qd2p8za3jpk08agvzwas6f63s5d8wjlapzm3i5"))))
4291f36a
RW
2949 (properties `((upstream-name . "Linnorm")))
2950 (build-system r-build-system)
2951 (propagated-inputs
2952 `(("r-amap" ,r-amap)
2953 ("r-apcluster" ,r-apcluster)
2954 ("r-ellipse" ,r-ellipse)
2955 ("r-fastcluster" ,r-fastcluster)
2956 ("r-fpc" ,r-fpc)
2957 ("r-ggdendro" ,r-ggdendro)
2958 ("r-ggplot2" ,r-ggplot2)
2959 ("r-gmodels" ,r-gmodels)
2960 ("r-igraph" ,r-igraph)
2961 ("r-limma" ,r-limma)
2962 ("r-mass" ,r-mass)
2963 ("r-mclust" ,r-mclust)
2964 ("r-rcpp" ,r-rcpp)
2965 ("r-rcpparmadillo" ,r-rcpparmadillo)
2966 ("r-rtsne" ,r-rtsne)
2967 ("r-statmod" ,r-statmod)
2968 ("r-vegan" ,r-vegan)
2969 ("r-zoo" ,r-zoo)))
2970 (home-page "http://www.jjwanglab.org/Linnorm/")
2971 (synopsis "Linear model and normality based transformation method")
2972 (description
2973 "Linnorm is an R package for the analysis of RNA-seq, scRNA-seq, ChIP-seq
2974count data or any large scale count data. It transforms such datasets for
2975parametric tests. In addition to the transformtion function (@code{Linnorm}),
2976the following pipelines are implemented:
2977
2978@enumerate
2979@item Library size/batch effect normalization (@code{Linnorm.Norm})
2980@item Cell subpopluation analysis and visualization using t-SNE or PCA K-means
2981 clustering or hierarchical clustering (@code{Linnorm.tSNE},
2982 @code{Linnorm.PCA}, @code{Linnorm.HClust})
2983@item Differential expression analysis or differential peak detection using
2984 limma (@code{Linnorm.limma})
2985@item Highly variable gene discovery and visualization (@code{Linnorm.HVar})
2986@item Gene correlation network analysis and visualization (@code{Linnorm.Cor})
2987@item Stable gene selection for scRNA-seq data; for users without or who do
2988 not want to rely on spike-in genes (@code{Linnorm.SGenes})
2989@item Data imputation (@code{Linnorm.DataImput}).
2990@end enumerate
2991
2992Linnorm can work with raw count, CPM, RPKM, FPKM and TPM. Additionally, the
2993@code{RnaXSim} function is included for simulating RNA-seq data for the
2994evaluation of DEG analysis methods.")
2995 (license license:expat)))
e4a17532
RW
2996
2997(define-public r-ioniser
2998 (package
2999 (name "r-ioniser")
2ee91179 3000 (version "2.8.0")
e4a17532
RW
3001 (source
3002 (origin
3003 (method url-fetch)
3004 (uri (bioconductor-uri "IONiseR" version))
3005 (sha256
3006 (base32
2ee91179 3007 "0kznyqqpm0zbah537p197z1cgrgh9w82whmq0aydfxzgs2vxdw2y"))))
e4a17532
RW
3008 (properties `((upstream-name . "IONiseR")))
3009 (build-system r-build-system)
3010 (propagated-inputs
3011 `(("r-biocgenerics" ,r-biocgenerics)
3012 ("r-biocparallel" ,r-biocparallel)
3013 ("r-biostrings" ,r-biostrings)
3014 ("r-bit64" ,r-bit64)
3015 ("r-dplyr" ,r-dplyr)
3016 ("r-ggplot2" ,r-ggplot2)
3017 ("r-magrittr" ,r-magrittr)
3018 ("r-rhdf5" ,r-rhdf5)
3019 ("r-shortread" ,r-shortread)
3020 ("r-stringr" ,r-stringr)
3021 ("r-tibble" ,r-tibble)
3022 ("r-tidyr" ,r-tidyr)
3023 ("r-xvector" ,r-xvector)))
3024 (home-page "https://bioconductor.org/packages/IONiseR/")
3025 (synopsis "Quality assessment tools for Oxford Nanopore MinION data")
3026 (description
3027 "IONiseR provides tools for the quality assessment of Oxford Nanopore
3028MinION data. It extracts summary statistics from a set of fast5 files and can
3029be used either before or after base calling. In addition to standard
3030summaries of the read-types produced, it provides a number of plots for
3031visualising metrics relative to experiment run time or spatially over the
3032surface of a flowcell.")
3033 (license license:expat)))
80eb01c7
RW
3034
3035;; This is a CRAN package, but it depends on packages from Bioconductor.
3036(define-public r-gkmsvm
3037 (package
3038 (name "r-gkmsvm")
3039 (version "0.79.0")
3040 (source
3041 (origin
3042 (method url-fetch)
3043 (uri (cran-uri "gkmSVM" version))
3044 (sha256
3045 (base32
3046 "04dakbgfvfalz4rm4fvvybp506dn5fbj5g86ybfhrc6wywjllsz3"))))
3047 (properties `((upstream-name . "gkmSVM")))
3048 (build-system r-build-system)
3049 (propagated-inputs
3050 `(("r-biocgenerics" ,r-biocgenerics)
3051 ("r-biostrings" ,r-biostrings)
3052 ("r-genomeinfodb" ,r-genomeinfodb)
3053 ("r-genomicranges" ,r-genomicranges)
3054 ("r-iranges" ,r-iranges)
3055 ("r-kernlab" ,r-kernlab)
3056 ("r-rcpp" ,r-rcpp)
3057 ("r-rocr" ,r-rocr)
3058 ("r-rtracklayer" ,r-rtracklayer)
3059 ("r-s4vectors" ,r-s4vectors)
3060 ("r-seqinr" ,r-seqinr)))
3061 (home-page "https://cran.r-project.org/web/packages/gkmSVM")
3062 (synopsis "Gapped-kmer support vector machine")
3063 (description
3064 "This R package provides tools for training gapped-kmer SVM classifiers
3065for DNA and protein sequences. This package supports several sequence
3066kernels, including: gkmSVM, kmer-SVM, mismatch kernel and wildcard kernel.")
3067 (license license:gpl2+)))
8a5460b4 3068
f2114762
RW
3069;; This is a CRAN package, but it depends on multtest from Bioconductor.
3070(define-public r-mutoss
3071 (package
3072 (name "r-mutoss")
3073 (version "0.1-12")
3074 (source
3075 (origin
3076 (method url-fetch)
3077 (uri (cran-uri "mutoss" version))
3078 (sha256
3079 (base32
3080 "1yk7p7pb2xm38d3j19ysgwmix48lvimbhkhjjwk5jmr1a0ysx298"))))
3081 (properties `((upstream-name . "mutoss")))
3082 (build-system r-build-system)
3083 (propagated-inputs
3084 `(("r-multcomp" ,r-multcomp)
3085 ("r-multtest" ,r-multtest)
3086 ("r-mvtnorm" ,r-mvtnorm)
3087 ("r-plotrix" ,r-plotrix)))
3088 (home-page "https://github.com/kornl/mutoss/")
3089 (synopsis "Unified multiple testing procedures")
3090 (description
3091 "This package is designed to ease the application and comparison of
3092multiple hypothesis testing procedures for FWER, gFWER, FDR and FDX. Methods
3093are standardized and usable by the accompanying mutossGUI package.")
3094 ;; Any version of the GPL.
3095 (license (list license:gpl2+ license:gpl3+))))
3096
bf770d92
RW
3097;; This is a CRAN package, but it depends on mutoss, which depends on multtest
3098;; from Bioconductor, so we put it here.
3099(define-public r-metap
3100 (package
3101 (name "r-metap")
3102 (version "1.2")
3103 (source
3104 (origin
3105 (method url-fetch)
3106 (uri (cran-uri "metap" version))
3107 (sha256
3108 (base32
3109 "0pfbcixjrzx81l9wqhlp55khg9k63zf8pvg2n39c19akr4ppzhvf"))))
3110 (build-system r-build-system)
3111 (propagated-inputs
3112 `(("r-lattice" ,r-lattice)
3113 ("r-mutoss" ,r-mutoss)
3114 ("r-rdpack" ,r-rdpack)
3115 ("r-tfisher" ,r-tfisher)))
3116 (home-page "http://www.dewey.myzen.co.uk/meta/meta.html")
3117 (synopsis "Meta-analysis of significance values")
3118 (description
3119 "The canonical way to perform meta-analysis involves using effect sizes.
3120When they are not available this package provides a number of methods for
3121meta-analysis of significance values including the methods of Edgington,
3122Fisher, Stouffer, Tippett, and Wilkinson; a number of data-sets to replicate
3123published results; and a routine for graphical display.")
3124 (license license:gpl2)))
3125
8a5460b4
RW
3126(define-public r-triform
3127 (package
3128 (name "r-triform")
bc083eca 3129 (version "1.26.0")
8a5460b4
RW
3130 (source
3131 (origin
3132 (method url-fetch)
3133 (uri (bioconductor-uri "triform" version))
3134 (sha256
3135 (base32
bc083eca 3136 "0bsxkn386kfx4gg19p6smy5fi3k7xdw89r5hvfsks8hsdpdz3hya"))))
8a5460b4
RW
3137 (build-system r-build-system)
3138 (propagated-inputs
3139 `(("r-biocgenerics" ,r-biocgenerics)
3140 ("r-iranges" ,r-iranges)
3141 ("r-yaml" ,r-yaml)))
3142 (home-page "https://bioconductor.org/packages/triform/")
3143 (synopsis "Find enriched regions in transcription factor ChIP-sequencing data")
3144 (description
3145 "The Triform algorithm uses model-free statistics to identify peak-like
3146distributions of TF ChIP sequencing reads, taking advantage of an improved
3147peak definition in combination with known profile characteristics.")
3148 (license license:gpl2)))
c538bcdd
RW
3149
3150(define-public r-varianttools
3151 (package
3152 (name "r-varianttools")
c2effded 3153 (version "1.26.0")
c538bcdd
RW
3154 (source
3155 (origin
3156 (method url-fetch)
3157 (uri (bioconductor-uri "VariantTools" version))
3158 (sha256
3159 (base32
c2effded 3160 "0y37nziipwikg47x4jhhsx0dyv15rrih4a4z43jbzv4jgq4krzql"))))
c538bcdd
RW
3161 (properties `((upstream-name . "VariantTools")))
3162 (build-system r-build-system)
3163 (propagated-inputs
3164 `(("r-biobase" ,r-biobase)
3165 ("r-biocgenerics" ,r-biocgenerics)
3166 ("r-biocparallel" ,r-biocparallel)
3167 ("r-biostrings" ,r-biostrings)
3168 ("r-bsgenome" ,r-bsgenome)
3169 ("r-genomeinfodb" ,r-genomeinfodb)
3170 ("r-genomicfeatures" ,r-genomicfeatures)
3171 ("r-genomicranges" ,r-genomicranges)
3172 ("r-iranges" ,r-iranges)
3173 ("r-matrix" ,r-matrix)
3174 ("r-rsamtools" ,r-rsamtools)
3175 ("r-rtracklayer" ,r-rtracklayer)
3176 ("r-s4vectors" ,r-s4vectors)
3177 ("r-variantannotation" ,r-variantannotation)))
3178 (home-page "https://bioconductor.org/packages/VariantTools/")
3179 (synopsis "Tools for exploratory analysis of variant calls")
3180 (description
3181 "Explore, diagnose, and compare variant calls using filters. The
3182VariantTools package supports a workflow for loading data, calling single
3183sample variants and tumor-specific somatic mutations or other sample-specific
3184variant types (e.g., RNA editing). Most of the functions operate on
3185alignments (BAM files) or datasets of called variants. The user is expected
3186to have already aligned the reads with a separate tool, e.g., GSNAP via
3187gmapR.")
3188 (license license:artistic2.0)))
3e41919d
RW
3189
3190(define-public r-heatplus
3191 (package
3192 (name "r-heatplus")
376d1fe7 3193 (version "2.30.0")
3e41919d
RW
3194 (source
3195 (origin
3196 (method url-fetch)
3197 (uri (bioconductor-uri "Heatplus" version))
3198 (sha256
3199 (base32
376d1fe7 3200 "18b0zy12przp88sj1smvfdd39m17nhhnqzk656bs5pjls2ifmcm6"))))
3e41919d
RW
3201 (properties `((upstream-name . "Heatplus")))
3202 (build-system r-build-system)
3203 (propagated-inputs
3204 `(("r-rcolorbrewer" ,r-rcolorbrewer)))
3205 (home-page "https://github.com/alexploner/Heatplus")
3206 (synopsis "Heatmaps with row and/or column covariates and colored clusters")
3207 (description
3208 "This package provides tools to display a rectangular heatmap (intensity
3209plot) of a data matrix. By default, both samples (columns) and features (row)
3210of the matrix are sorted according to a hierarchical clustering, and the
3211corresponding dendrogram is plotted. Optionally, panels with additional
3212information about samples and features can be added to the plot.")
3213 (license license:gpl2+)))
c04f230e
RW
3214
3215(define-public r-gosemsim
3216 (package
3217 (name "r-gosemsim")
24cf7bad 3218 (version "2.10.0")
c04f230e
RW
3219 (source
3220 (origin
3221 (method url-fetch)
3222 (uri (bioconductor-uri "GOSemSim" version))
3223 (sha256
3224 (base32
24cf7bad 3225 "035jbm14rb1rjp2n00dp5bm88ad8a9afv4lvzpkv39nil98nzbdg"))))
c04f230e
RW
3226 (properties `((upstream-name . "GOSemSim")))
3227 (build-system r-build-system)
3228 (propagated-inputs
3229 `(("r-annotationdbi" ,r-annotationdbi)
3230 ("r-go-db" ,r-go-db)
3231 ("r-rcpp" ,r-rcpp)))
3232 (home-page "https://guangchuangyu.github.io/software/GOSemSim")
3233 (synopsis "GO-terms semantic similarity measures")
3234 (description
3235 "The semantic comparisons of @dfn{Gene Ontology} (GO) annotations provide
3236quantitative ways to compute similarities between genes and gene groups, and
3237have became important basis for many bioinformatics analysis approaches.
3238GOSemSim is an R package for semantic similarity computation among GO terms,
3239sets of GO terms, gene products and gene clusters.")
3240 (license license:artistic2.0)))
9d0f7942
RW
3241
3242(define-public r-anota
3243 (package
3244 (name "r-anota")
0a41b5db 3245 (version "1.32.0")
9d0f7942
RW
3246 (source
3247 (origin
3248 (method url-fetch)
3249 (uri (bioconductor-uri "anota" version))
3250 (sha256
3251 (base32
0a41b5db 3252 "0jchhyf9gqyj0k0fn5zp319griy32cckqpldq9x58z69l2ix2s2c"))))
9d0f7942
RW
3253 (build-system r-build-system)
3254 (propagated-inputs
3255 `(("r-multtest" ,r-multtest)
3256 ("r-qvalue" ,r-qvalue)))
3257 (home-page "https://bioconductor.org/packages/anota/")
3258 (synopsis "Analysis of translational activity")
3259 (description
3260 "Genome wide studies of translational control is emerging as a tool to
0cea26bd 3261study various biological conditions. The output from such analysis is both
9d0f7942
RW
3262the mRNA level (e.g. cytosolic mRNA level) and the levl of mRNA actively
3263involved in translation (the actively translating mRNA level) for each mRNA.
3264The standard analysis of such data strives towards identifying differential
3265translational between two or more sample classes - i.e. differences in
3266actively translated mRNA levels that are independent of underlying differences
3267in cytosolic mRNA levels. This package allows for such analysis using partial
3268variances and the random variance model. As 10s of thousands of mRNAs are
4f664004 3269analyzed in parallel the library performs a number of tests to assure that
9d0f7942
RW
3270the data set is suitable for such analysis.")
3271 (license license:gpl3)))
a6d867fe
RW
3272
3273(define-public r-sigpathway
3274 (package
3275 (name "r-sigpathway")
3e5ee6f6 3276 (version "1.52.0")
a6d867fe
RW
3277 (source
3278 (origin
3279 (method url-fetch)
3280 (uri (bioconductor-uri "sigPathway" version))
3281 (sha256
3282 (base32
3e5ee6f6 3283 "1mc4lb78rcmpihzjiy4w738cbalw5zxms30z8kyy12s6vbxi6hx7"))))
a6d867fe
RW
3284 (properties `((upstream-name . "sigPathway")))
3285 (build-system r-build-system)
3286 (home-page "https://www.pnas.org/cgi/doi/10.1073/pnas.0506577102")
3287 (synopsis "Pathway analysis")
3288 (description
3289 "This package is used to conduct pathway analysis by calculating the NT_k
3290and NE_k statistics in a statistical framework for determining whether a
3291specified group of genes for a pathway has a coordinated association with a
3292phenotype of interest.")
3293 (license license:gpl2)))
af26c7ae
RW
3294
3295(define-public r-fgsea
3296 (package
3297 (name "r-fgsea")
b4e1268c 3298 (version "1.12.0")
af26c7ae
RW
3299 (source
3300 (origin
3301 (method url-fetch)
3302 (uri (bioconductor-uri "fgsea" version))
3303 (sha256
3304 (base32
b4e1268c 3305 "0pbq3g515kcbi4wvfx8m09p01h2f8vwsi1qqsyahxz4r1fasz4c1"))))
af26c7ae
RW
3306 (build-system r-build-system)
3307 (propagated-inputs
ebffd24c
RW
3308 `(("r-bh" ,r-bh)
3309 ("r-biocparallel" ,r-biocparallel)
af26c7ae
RW
3310 ("r-data-table" ,r-data-table)
3311 ("r-fastmatch" ,r-fastmatch)
3312 ("r-ggplot2" ,r-ggplot2)
3313 ("r-gridextra" ,r-gridextra)
3314 ("r-matrix" ,r-matrix)
3315 ("r-rcpp" ,r-rcpp)))
3316 (home-page "https://github.com/ctlab/fgsea/")
3317 (synopsis "Fast gene set enrichment analysis")
3318 (description
3319 "The package implements an algorithm for fast gene set enrichment
3320analysis. Using the fast algorithm allows to make more permutations and get
3321more fine grained p-values, which allows to use accurate stantard approaches
3322to multiple hypothesis correction.")
3323 (license license:expat)))
305050b5
RW
3324
3325(define-public r-dose
3326 (package
3327 (name "r-dose")
166b3c2d 3328 (version "3.12.0")
305050b5
RW
3329 (source
3330 (origin
3331 (method url-fetch)
3332 (uri (bioconductor-uri "DOSE" version))
3333 (sha256
3334 (base32
166b3c2d 3335 "0ss8mr28q0vswxjmhcas0aqag5nl099jbyn5w3ypbbxqwfvf9jj5"))))
305050b5
RW
3336 (properties `((upstream-name . "DOSE")))
3337 (build-system r-build-system)
3338 (propagated-inputs
3339 `(("r-annotationdbi" ,r-annotationdbi)
3340 ("r-biocparallel" ,r-biocparallel)
3341 ("r-do-db" ,r-do-db)
3342 ("r-fgsea" ,r-fgsea)
3343 ("r-ggplot2" ,r-ggplot2)
3344 ("r-gosemsim" ,r-gosemsim)
3345 ("r-qvalue" ,r-qvalue)
3346 ("r-reshape2" ,r-reshape2)
3347 ("r-s4vectors" ,r-s4vectors)))
3348 (home-page "https://guangchuangyu.github.io/software/DOSE/")
3349 (synopsis "Disease ontology semantic and enrichment analysis")
3350 (description
3351 "This package implements five methods proposed by Resnik, Schlicker,
3352Jiang, Lin and Wang, respectively, for measuring semantic similarities among
3353@dfn{Disease ontology} (DO) terms and gene products. Enrichment analyses
3354including hypergeometric model and gene set enrichment analysis are also
3355implemented for discovering disease associations of high-throughput biological
3356data.")
3357 (license license:artistic2.0)))
9c30cf65
RW
3358
3359(define-public r-enrichplot
3360 (package
3361 (name "r-enrichplot")
0654a9bc 3362 (version "1.6.0")
9c30cf65
RW
3363 (source
3364 (origin
3365 (method url-fetch)
3366 (uri (bioconductor-uri "enrichplot" version))
3367 (sha256
3368 (base32
0654a9bc 3369 "1jblx00b869xhx1c4n9m2g1hqr00rm9ywr1hrlx42bdd8k5ax1xh"))))
9c30cf65
RW
3370 (build-system r-build-system)
3371 (propagated-inputs
3372 `(("r-annotationdbi" ,r-annotationdbi)
3373 ("r-cowplot" ,r-cowplot)
3374 ("r-dose" ,r-dose)
3375 ("r-europepmc" ,r-europepmc)
3376 ("r-ggplot2" ,r-ggplot2)
3377 ("r-ggplotify" ,r-ggplotify)
3378 ("r-ggraph" ,r-ggraph)
3379 ("r-ggridges" ,r-ggridges)
3380 ("r-gosemsim" ,r-gosemsim)
3381 ("r-gridextra" ,r-gridextra)
3382 ("r-igraph" ,r-igraph)
3383 ("r-purrr" ,r-purrr)
3384 ("r-rcolorbrewer" ,r-rcolorbrewer)
0654a9bc 3385 ("r-reshape2" ,r-reshape2)))
9c30cf65
RW
3386 (home-page "https://github.com/GuangchuangYu/enrichplot")
3387 (synopsis "Visualization of functional enrichment result")
3388 (description
3389 "The enrichplot package implements several visualization methods for
3390interpreting functional enrichment results obtained from ORA or GSEA analyses.
3391All the visualization methods are developed based on ggplot2 graphics.")
3392 (license license:artistic2.0)))
f8295ee6
RW
3393
3394(define-public r-clusterprofiler
3395 (package
3396 (name "r-clusterprofiler")
08c01b7e 3397 (version "3.14.0")
f8295ee6
RW
3398 (source
3399 (origin
3400 (method url-fetch)
3401 (uri (bioconductor-uri "clusterProfiler" version))
3402 (sha256
3403 (base32
08c01b7e 3404 "0mm9iafrsjb8sj27k9mg40ab13vq4rmrzhaajm6g1wdkb2jqikjk"))))
f8295ee6
RW
3405 (properties
3406 `((upstream-name . "clusterProfiler")))
3407 (build-system r-build-system)
3408 (propagated-inputs
3409 `(("r-annotationdbi" ,r-annotationdbi)
3410 ("r-dose" ,r-dose)
3411 ("r-enrichplot" ,r-enrichplot)
3412 ("r-ggplot2" ,r-ggplot2)
3413 ("r-go-db" ,r-go-db)
3414 ("r-gosemsim" ,r-gosemsim)
3415 ("r-magrittr" ,r-magrittr)
3416 ("r-plyr" ,r-plyr)
3417 ("r-qvalue" ,r-qvalue)
3418 ("r-rvcheck" ,r-rvcheck)
3419 ("r-tidyr" ,r-tidyr)))
3420 (home-page "https://guangchuangyu.github.io/software/clusterProfiler/")
3421 (synopsis "Analysis and visualization of functional profiles for gene clusters")
3422 (description
3423 "This package implements methods to analyze and visualize functional
3424profiles (GO and KEGG) of gene and gene clusters.")
3425 (license license:artistic2.0)))
ce77562a
RW
3426
3427(define-public r-mlinterfaces
3428 (package
3429 (name "r-mlinterfaces")
6374984a 3430 (version "1.66.0")
ce77562a
RW
3431 (source
3432 (origin
3433 (method url-fetch)
3434 (uri (bioconductor-uri "MLInterfaces" version))
3435 (sha256
3436 (base32
6374984a 3437 "1vnzqd3y3jk1wgxybckzrcgwk0ly7zgcz5ki1ib0bk1jwv6xk5x8"))))
ce77562a
RW
3438 (properties `((upstream-name . "MLInterfaces")))
3439 (build-system r-build-system)
3440 (propagated-inputs
3441 `(("r-annotate" ,r-annotate)
3442 ("r-biobase" ,r-biobase)
3443 ("r-biocgenerics" ,r-biocgenerics)
3444 ("r-cluster" ,r-cluster)
3445 ("r-fpc" ,r-fpc)
3446 ("r-gbm" ,r-gbm)
3447 ("r-gdata" ,r-gdata)
3448 ("r-genefilter" ,r-genefilter)
3449 ("r-ggvis" ,r-ggvis)
3450 ("r-hwriter" ,r-hwriter)
3451 ("r-mass" ,r-mass)
3452 ("r-mlbench" ,r-mlbench)
3453 ("r-pls" ,r-pls)
3454 ("r-rcolorbrewer" ,r-rcolorbrewer)
3455 ("r-rda" ,r-rda)
3456 ("r-rpart" ,r-rpart)
3457 ("r-sfsmisc" ,r-sfsmisc)
3458 ("r-shiny" ,r-shiny)
3459 ("r-threejs" ,r-threejs)))
3460 (home-page "https://bioconductor.org/packages/MLInterfaces/")
3461 (synopsis "Interfaces to R machine learning procedures")
3462 (description
3463 "This package provides uniform interfaces to machine learning code for
3464data in R and Bioconductor containers.")
3465 ;; Any version of the LGPL.
3466 (license license:lgpl2.1+)))
a793e88c
RW
3467
3468(define-public r-annaffy
3469 (package
3470 (name "r-annaffy")
fc4a9dd5 3471 (version "1.58.0")
a793e88c
RW
3472 (source
3473 (origin
3474 (method url-fetch)
3475 (uri (bioconductor-uri "annaffy" version))
3476 (sha256
3477 (base32
fc4a9dd5 3478 "1jrf4bq2wky4ay1jrcy60si6hxdcn4j05w5vgs38yfb92gq77i16"))))
a793e88c
RW
3479 (build-system r-build-system)
3480 (arguments
3481 `(#:phases
3482 (modify-phases %standard-phases
3483 (add-after 'unpack 'remove-reference-to-non-free-data
3484 (lambda _
3485 (substitute* "DESCRIPTION"
3486 ((", KEGG.db") ""))
3487 #t)))))
3488 (propagated-inputs
3489 `(("r-annotationdbi" ,r-annotationdbi)
3490 ("r-biobase" ,r-biobase)
3491 ("r-dbi" ,r-dbi)
3492 ("r-go-db" ,r-go-db)))
3493 (home-page "https://bioconductor.org/packages/annaffy/")
3494 (synopsis "Annotation tools for Affymetrix biological metadata")
3495 (description
3496 "This package provides functions for handling data from Bioconductor
3497Affymetrix annotation data packages. It produces compact HTML and text
3498reports including experimental data and URL links to many online databases.
3499It allows searching of biological metadata using various criteria.")
3500 ;; Any version of the LGPL according to the DESCRIPTION file. A copy of
3501 ;; the LGPL 2.1 is included.
3502 (license license:lgpl2.1+)))
0ec0a5ec
RW
3503
3504(define-public r-a4core
3505 (package
3506 (name "r-a4core")
4ed18ddc 3507 (version "1.34.0")
0ec0a5ec
RW
3508 (source
3509 (origin
3510 (method url-fetch)
3511 (uri (bioconductor-uri "a4Core" version))
3512 (sha256
3513 (base32
4ed18ddc 3514 "0xcs9wl2yrprl4yc0z5s4zrkil3752k9xc1fi8fcx7zab1mm80df"))))
0ec0a5ec
RW
3515 (properties `((upstream-name . "a4Core")))
3516 (build-system r-build-system)
3517 (propagated-inputs
3518 `(("r-biobase" ,r-biobase)
3519 ("r-glmnet" ,r-glmnet)))
3520 (home-page "https://bioconductor.org/packages/a4Core")
3521 (synopsis "Automated Affymetrix array analysis core package")
3522 (description
3523 "This is the core package for the automated analysis of Affymetrix
3524arrays.")
3525 (license license:gpl3)))
9ae37581
RW
3526
3527(define-public r-a4classif
3528 (package
3529 (name "r-a4classif")
102b982c 3530 (version "1.34.0")
9ae37581
RW
3531 (source
3532 (origin
3533 (method url-fetch)
3534 (uri (bioconductor-uri "a4Classif" version))
3535 (sha256
3536 (base32
102b982c 3537 "0gj3hdflfs1ybc2kshl9w1dzy0rfzppfj08hx3wa2chjsm0m9brn"))))
9ae37581
RW
3538 (properties `((upstream-name . "a4Classif")))
3539 (build-system r-build-system)
3540 (propagated-inputs
3541 `(("r-a4core" ,r-a4core)
3542 ("r-a4preproc" ,r-a4preproc)
3543 ("r-glmnet" ,r-glmnet)
3544 ("r-mlinterfaces" ,r-mlinterfaces)
3545 ("r-pamr" ,r-pamr)
3546 ("r-rocr" ,r-rocr)
3547 ("r-varselrf" ,r-varselrf)))
3548 (home-page "https://bioconductor.org/packages/a4Classif/")
3549 (synopsis "Automated Affymetrix array analysis classification package")
3550 (description
3551 "This is the classification package for the automated analysis of
3552Affymetrix arrays.")
3553 (license license:gpl3)))
b8d13e2c
RW
3554
3555(define-public r-a4preproc
3556 (package
3557 (name "r-a4preproc")
d6859c7c 3558 (version "1.34.0")
b8d13e2c
RW
3559 (source
3560 (origin
3561 (method url-fetch)
3562 (uri (bioconductor-uri "a4Preproc" version))
3563 (sha256
3564 (base32
d6859c7c 3565 "11j5nc33gd6yis1fyagr0y39g21bzkc59kq8b8sd6b3pfc84zrjd"))))
b8d13e2c
RW
3566 (properties `((upstream-name . "a4Preproc")))
3567 (build-system r-build-system)
3568 (propagated-inputs
3569 `(("r-annotationdbi" ,r-annotationdbi)))
3570 (home-page "https://bioconductor.org/packages/a4Preproc/")
3571 (synopsis "Automated Affymetrix array analysis preprocessing package")
3572 (description
3573 "This is a package for the automated analysis of Affymetrix arrays. It
3574is used for preprocessing the arrays.")
3575 (license license:gpl3)))
8e15f861
RW
3576
3577(define-public r-a4reporting
3578 (package
3579 (name "r-a4reporting")
977a7802 3580 (version "1.34.0")
8e15f861
RW
3581 (source
3582 (origin
3583 (method url-fetch)
3584 (uri (bioconductor-uri "a4Reporting" version))
3585 (sha256
3586 (base32
977a7802 3587 "15nd4pa5hkdzkhinvqw5ijdqb7k5gk37v2hmk3jsg2d6m0jqphi5"))))
8e15f861
RW
3588 (properties `((upstream-name . "a4Reporting")))
3589 (build-system r-build-system)
3590 (propagated-inputs
3591 `(("r-annaffy" ,r-annaffy)
3592 ("r-xtable" ,r-xtable)))
3593 (home-page "https://bioconductor.org/packages/a4Reporting/")
3594 (synopsis "Automated Affymetrix array analysis reporting package")
3595 (description
3596 "This is a package for the automated analysis of Affymetrix arrays. It
3597provides reporting features.")
3598 (license license:gpl3)))
dbfe3375
RW
3599
3600(define-public r-a4base
3601 (package
3602 (name "r-a4base")
85c945aa 3603 (version "1.34.0")
dbfe3375
RW
3604 (source
3605 (origin
3606 (method url-fetch)
3607 (uri (bioconductor-uri "a4Base" version))
3608 (sha256
3609 (base32
85c945aa 3610 "0dgqyq4dnlcik5qqygnhxlhfr98sh6kmdcj2qllhrwyk0lmsfk01"))))
dbfe3375
RW
3611 (properties `((upstream-name . "a4Base")))
3612 (build-system r-build-system)
3613 (propagated-inputs
3614 `(("r-a4core" ,r-a4core)
3615 ("r-a4preproc" ,r-a4preproc)
3616 ("r-annaffy" ,r-annaffy)
3617 ("r-annotationdbi" ,r-annotationdbi)
3618 ("r-biobase" ,r-biobase)
3619 ("r-genefilter" ,r-genefilter)
3620 ("r-glmnet" ,r-glmnet)
3621 ("r-gplots" ,r-gplots)
3622 ("r-limma" ,r-limma)
3623 ("r-mpm" ,r-mpm)
3624 ("r-multtest" ,r-multtest)))
3625 (home-page "https://bioconductor.org/packages/a4Base/")
3626 (synopsis "Automated Affymetrix array analysis base package")
3627 (description
3628 "This package provides basic features for the automated analysis of
3629Affymetrix arrays.")
3630 (license license:gpl3)))
84ad024e
RW
3631
3632(define-public r-a4
3633 (package
3634 (name "r-a4")
344eb4c4 3635 (version "1.34.0")
84ad024e
RW
3636 (source
3637 (origin
3638 (method url-fetch)
3639 (uri (bioconductor-uri "a4" version))
3640 (sha256
3641 (base32
344eb4c4 3642 "14yipy6s2wqr9q0yp09x1mm17npknrhs6yd34i3wrb5id64ywnq4"))))
84ad024e
RW
3643 (build-system r-build-system)
3644 (propagated-inputs
3645 `(("r-a4base" ,r-a4base)
3646 ("r-a4classif" ,r-a4classif)
3647 ("r-a4core" ,r-a4core)
3648 ("r-a4preproc" ,r-a4preproc)
3649 ("r-a4reporting" ,r-a4reporting)))
3650 (home-page "https://bioconductor.org/packages/a4/")
3651 (synopsis "Automated Affymetrix array analysis umbrella package")
3652 (description
3653 "This package provides a software suite for the automated analysis of
3654Affymetrix arrays.")
3655 (license license:gpl3)))
59d331f1
RW
3656
3657(define-public r-abseqr
3658 (package
3659 (name "r-abseqr")
aef4b346 3660 (version "1.4.0")
59d331f1
RW
3661 (source
3662 (origin
3663 (method url-fetch)
3664 (uri (bioconductor-uri "abseqR" version))
3665 (sha256
3666 (base32
aef4b346 3667 "1n9h5qkj4njr1f8fvhg9sj9wxcd7hljnnk8m80zwswzs2n9ivppa"))))
59d331f1
RW
3668 (properties `((upstream-name . "abseqR")))
3669 (build-system r-build-system)
3670 (inputs
3671 `(("pandoc" ,ghc-pandoc)))
3672 (propagated-inputs
3673 `(("r-biocparallel" ,r-biocparallel)
3674 ("r-biocstyle" ,r-biocstyle)
3675 ("r-circlize" ,r-circlize)
3676 ("r-flexdashboard" ,r-flexdashboard)
3677 ("r-ggcorrplot" ,r-ggcorrplot)
3678 ("r-ggdendro" ,r-ggdendro)
3679 ("r-ggplot2" ,r-ggplot2)
3680 ("r-gridextra" ,r-gridextra)
3681 ("r-knitr" ,r-knitr)
3682 ("r-plotly" ,r-plotly)
3683 ("r-plyr" ,r-plyr)
3684 ("r-png" ,r-png)
3685 ("r-rcolorbrewer" ,r-rcolorbrewer)
3686 ("r-reshape2" ,r-reshape2)
3687 ("r-rmarkdown" ,r-rmarkdown)
3688 ("r-stringr" ,r-stringr)
3689 ("r-vegan" ,r-vegan)
3690 ("r-venndiagram" ,r-venndiagram)))
3691 (home-page "https://github.com/malhamdoosh/abseqR")
3692 (synopsis "Reporting and data analysis for Rep-Seq datasets of antibody libraries")
3693 (description
3694 "AbSeq is a comprehensive bioinformatic pipeline for the analysis of
3695sequencing datasets generated from antibody libraries and abseqR is one of its
3696packages. AbseqR empowers the users of abseqPy with plotting and reporting
3697capabilities and allows them to generate interactive HTML reports for the
3698convenience of viewing and sharing with other researchers. Additionally,
3699abseqR extends abseqPy to compare multiple repertoire analyses and perform
3700further downstream analysis on its output.")
3701 (license license:gpl3)))
41aab7d1
RW
3702
3703(define-public r-bacon
3704 (package
3705 (name "r-bacon")
32b471f4 3706 (version "1.14.0")
41aab7d1
RW
3707 (source
3708 (origin
3709 (method url-fetch)
3710 (uri (bioconductor-uri "bacon" version))
3711 (sha256
3712 (base32
32b471f4 3713 "1q18vm4znl47v56cnvx9y5ygrial2mdjpl8x1043jq00kyygrc86"))))
41aab7d1
RW
3714 (build-system r-build-system)
3715 (propagated-inputs
3716 `(("r-biocparallel" ,r-biocparallel)
3717 ("r-ellipse" ,r-ellipse)
3718 ("r-ggplot2" ,r-ggplot2)))
3719 (home-page "https://bioconductor.org/packages/bacon/")
3720 (synopsis "Controlling bias and inflation in association studies")
3721 (description
3722 "Bacon can be used to remove inflation and bias often observed in
3723epigenome- and transcriptome-wide association studies. To this end bacon
3724constructs an empirical null distribution using a Gibbs Sampling algorithm by
3725fitting a three-component normal mixture on z-scores.")
3726 (license license:gpl2+)))
051e8e1a
RW
3727
3728(define-public r-rgadem
3729 (package
3730 (name "r-rgadem")
6dfe5056 3731 (version "2.34.0")
051e8e1a
RW
3732 (source
3733 (origin
3734 (method url-fetch)
3735 (uri (bioconductor-uri "rGADEM" version))
3736 (sha256
3737 (base32
6dfe5056 3738 "14ylbrzb9haqwfdd9g813mzhll6gwvqf2r7cmbaxz5lkl0j0nglx"))))
051e8e1a
RW
3739 (properties `((upstream-name . "rGADEM")))
3740 (build-system r-build-system)
3741 (propagated-inputs
3742 `(("r-biostrings" ,r-biostrings)
3743 ("r-bsgenome" ,r-bsgenome)
3744 ("r-iranges" ,r-iranges)
3745 ("r-seqlogo" ,r-seqlogo)))
3746 (home-page "https://bioconductor.org/packages/rGADEM/")
3747 (synopsis "De novo sequence motif discovery")
3748 (description
3749 "rGADEM is an efficient de novo motif discovery tool for large-scale
3750genomic sequence data.")
3751 (license license:artistic2.0)))
229f97c3
RW
3752
3753(define-public r-motiv
3754 (package
3755 (name "r-motiv")
35a1b3ec 3756 (version "1.42.0")
229f97c3
RW
3757 (source
3758 (origin
3759 (method url-fetch)
3760 (uri (bioconductor-uri "MotIV" version))
3761 (sha256
3762 (base32
35a1b3ec 3763 "07k4rw4nhcn4sg43psv1h7qr064gws22m2yyr7x8sy3f1i1c954k"))))
229f97c3
RW
3764 (properties `((upstream-name . "MotIV")))
3765 (build-system r-build-system)
3766 (inputs
3767 `(("gsl" ,gsl)))
3768 (propagated-inputs
3769 `(("r-biocgenerics" ,r-biocgenerics)
3770 ("r-biostrings" ,r-biostrings)
35a1b3ec 3771 ("r-genomicranges" ,r-genomicranges)
229f97c3
RW
3772 ("r-iranges" ,r-iranges)
3773 ("r-lattice" ,r-lattice)
3774 ("r-rgadem" ,r-rgadem)
3775 ("r-s4vectors" ,r-s4vectors)))
3776 (home-page "https://bioconductor.org/packages/MotIV/")
3777 (synopsis "Motif identification and validation")
3778 (description
3779 "This package is used for the identification and validation of sequence
3780motifs. It makes use of STAMP for comparing a set of motifs to a given
3781database (e.g. JASPAR). It can also be used to visualize motifs, motif
3782distributions, modules and filter motifs.")
3783 (license license:gpl2)))
2a72ef56
RW
3784
3785(define-public r-motifstack
3786 (package
3787 (name "r-motifstack")
dda936ca 3788 (version "1.30.0")
2a72ef56
RW
3789 (source
3790 (origin
3791 (method url-fetch)
3792 (uri (bioconductor-uri "motifStack" version))
3793 (sha256
3794 (base32
dda936ca 3795 "00rafqs1gqlcxlbsdn9qnq9xb7wjphiksb3hsx76viqjbjzi14wg"))))
2a72ef56
RW
3796 (properties `((upstream-name . "motifStack")))
3797 (build-system r-build-system)
3798 (propagated-inputs
3799 `(("r-ade4" ,r-ade4)
3800 ("r-biostrings" ,r-biostrings)
dda936ca 3801 ("r-ggplot2" ,r-ggplot2)
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")
e89f16e6 3820 (version "1.10.0")
e5bff307
RW
3821 (source
3822 (origin
3823 (method url-fetch)
3824 (uri (bioconductor-uri "GenomicScores" version))
3825 (sha256
3826 (base32
e89f16e6 3827 "175iaqv7npa11yw48vmqpgx0qqs3g44c3dsya7ccwd1lg97fznkj"))))
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")
36aecb21 3851 (version "1.10.1")
32e0f906
RW
3852 (source
3853 (origin
3854 (method url-fetch)
3855 (uri (bioconductor-uri "ATACseqQC" version))
3856 (sha256
3857 (base32
36aecb21 3858 "12ix0bvwk50d48z85f3453k7szm1j27gk4qgw56az4fxra472rlh"))))
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")
4997e025 3896 (version "1.6.0")
3972cfce
RW
3897 (source
3898 (origin
3899 (method url-fetch)
3900 (uri (bioconductor-uri "GOfuncR" version))
3901 (sha256
3902 (base32
4997e025 3903 "0hmi13pz923fm95asys615rih63b1i2nvynfczr1zcsc9fzn4h35"))))
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")
307667c4 3943 (version "1.16.0")
9bf4bb19
RW
3944 (source
3945 (origin
3946 (method url-fetch)
3947 (uri (bioconductor-uri "ABAEnrichment" version))
3948 (sha256
3949 (base32
307667c4 3950 "128ik28j8kmdkycffhxajv5h174zdq9sfn2gz6ai90wgkdadbzwp"))))
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")
3a731c83 3973 (version "1.36.0")
0b91b7b9
RW
3974 (source
3975 (origin
3976 (method url-fetch)
3977 (uri (bioconductor-uri "AnnotationFuncs" version))
3978 (sha256
3979 (base32
3a731c83 3980 "0ws14b1ibqml7w8kj0gi7wdp6wd8dcdpnrmcxldjzsyawf17q0yq"))))
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")
eda49085 3998 (version "1.60.0")
adf7d813
RW
3999 (source
4000 (origin
4001 (method url-fetch)
4002 (uri (bioconductor-uri "annotationTools" version))
4003 (sha256
4004 (base32
eda49085 4005 "1cq7ayq2swp2ahlphz74nh5mb869rgyyr0kkqy1mxyilk8k2g44i"))))
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")
50e6f762 4023 (version "1.24.0")
f31e10f8
RW
4024 (source
4025 (origin
4026 (method url-fetch)
4027 (uri (bioconductor-uri "AllelicImbalance" version))
4028 (sha256
4029 (base32
50e6f762 4030 "0vy8w7ii2qljsmq8lr21lygkcrsshc7syyqhadlbxyj3scgi7kyc"))))
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")
3a35d274 4064 (version "1.8.0")
ffe7029b
RW
4065 (source
4066 (origin
4067 (method url-fetch)
4068 (uri (bioconductor-uri "AUCell" version))
4069 (sha256
4070 (base32
3a35d274 4071 "1g4mdq8z29fjxrfjng0fb3cvbph49mwds4ijsa2bn2k6f75dnzky"))))
ffe7029b
RW
4072 (properties `((upstream-name . "AUCell")))
4073 (build-system r-build-system)
4074 (propagated-inputs
3a35d274
RW
4075 `(("r-biocgenerics" ,r-biocgenerics)
4076 ("r-data-table" ,r-data-table)
ffe7029b
RW
4077 ("r-gseabase" ,r-gseabase)
4078 ("r-mixtools" ,r-mixtools)
4079 ("r-r-utils" ,r-r-utils)
3a35d274 4080 ("r-s4vectors" ,r-s4vectors)
ffe7029b
RW
4081 ("r-shiny" ,r-shiny)
4082 ("r-summarizedexperiment" ,r-summarizedexperiment)))
4083 (home-page "https://bioconductor.org/packages/AUCell/")
4084 (synopsis "Analysis of gene set activity in single-cell RNA-seq data")
4085 (description
4086 "AUCell allows to identify cells with active gene sets (e.g. signatures,
4087gene modules, etc) in single-cell RNA-seq data. AUCell uses the @dfn{Area
4088Under the Curve} (AUC) to calculate whether a critical subset of the input
4089gene set is enriched within the expressed genes for each cell. The
4090distribution of AUC scores across all the cells allows exploring the relative
4091expression of the signature. Since the scoring method is ranking-based,
4092AUCell is independent of the gene expression units and the normalization
4093procedure. In addition, since the cells are evaluated individually, it can
4094easily be applied to bigger datasets, subsetting the expression matrix if
4095needed.")
4096 (license license:gpl3)))
5cfa4bff
RW
4097
4098(define-public r-ebimage
4099 (package
4100 (name "r-ebimage")
ca7192a1 4101 (version "4.28.1")
5cfa4bff
RW
4102 (source
4103 (origin
4104 (method url-fetch)
4105 (uri (bioconductor-uri "EBImage" version))
4106 (sha256
4107 (base32
ca7192a1 4108 "0q54q2nw6p1s4nrj1l8qz78m67xcysj2x82zs43my8iv2g9iifgs"))))
5cfa4bff
RW
4109 (properties `((upstream-name . "EBImage")))
4110 (build-system r-build-system)
4111 (propagated-inputs
4112 `(("r-abind" ,r-abind)
4113 ("r-biocgenerics" ,r-biocgenerics)
4114 ("r-fftwtools" ,r-fftwtools)
4115 ("r-htmltools" ,r-htmltools)
4116 ("r-htmlwidgets" ,r-htmlwidgets)
4117 ("r-jpeg" ,r-jpeg)
4118 ("r-locfit" ,r-locfit)
4119 ("r-png" ,r-png)
4120 ("r-rcurl" ,r-rcurl)
4121 ("r-tiff" ,r-tiff)))
4122 (native-inputs
4123 `(("r-knitr" ,r-knitr))) ; for vignettes
4124 (home-page "https://github.com/aoles/EBImage")
4125 (synopsis "Image processing and analysis toolbox for R")
4126 (description
4127 "EBImage provides general purpose functionality for image processing and
4128analysis. In the context of (high-throughput) microscopy-based cellular
4129assays, EBImage offers tools to segment cells and extract quantitative
4130cellular descriptors. This allows the automation of such tasks using the R
4131programming language and facilitates the use of other tools in the R
4132environment for signal processing, statistical modeling, machine learning and
4133visualization with image data.")
4134 ;; Any version of the LGPL.
4135 (license license:lgpl2.1+)))
51e98f7e
RW
4136
4137(define-public r-yamss
4138 (package
4139 (name "r-yamss")
3796e244 4140 (version "1.12.0")
51e98f7e
RW
4141 (source
4142 (origin
4143 (method url-fetch)
4144 (uri (bioconductor-uri "yamss" version))
4145 (sha256
4146 (base32
3796e244 4147 "1n49a2vg1667wycrjww29xfafngllvpb5nq5wy6pgn0akva91nky"))))
51e98f7e
RW
4148 (build-system r-build-system)
4149 (propagated-inputs
4150 `(("r-biocgenerics" ,r-biocgenerics)
4151 ("r-data-table" ,r-data-table)
4152 ("r-ebimage" ,r-ebimage)
4153 ("r-iranges" ,r-iranges)
4154 ("r-limma" ,r-limma)
4155 ("r-matrix" ,r-matrix)
4156 ("r-mzr" ,r-mzr)
4157 ("r-s4vectors" ,r-s4vectors)
4158 ("r-summarizedexperiment"
4159 ,r-summarizedexperiment)))
4160 (home-page "https://github.com/hansenlab/yamss")
4161 (synopsis "Tools for high-throughput metabolomics")
4162 (description
4163 "This package provides tools to analyze and visualize high-throughput
9b19734c 4164metabolomics data acquired using chromatography-mass spectrometry. These tools
51e98f7e
RW
4165preprocess data in a way that enables reliable and powerful differential
4166analysis.")
4167 (license license:artistic2.0)))
398c4a93
RW
4168
4169(define-public r-gtrellis
4170 (package
4171 (name "r-gtrellis")
cf0a1cb3 4172 (version "1.18.0")
398c4a93
RW
4173 (source
4174 (origin
4175 (method url-fetch)
4176 (uri (bioconductor-uri "gtrellis" version))
4177 (sha256
4178 (base32
cf0a1cb3 4179 "0mgspmv6p1a2k98jyy2dfl0wpa2vh7bhnjfm2xaqmcsxzmbjhh9z"))))
398c4a93
RW
4180 (build-system r-build-system)
4181 (propagated-inputs
4182 `(("r-circlize" ,r-circlize)
4183 ("r-genomicranges" ,r-genomicranges)
4184 ("r-getoptlong" ,r-getoptlong)
4185 ("r-iranges" ,r-iranges)))
4186 (home-page "https://github.com/jokergoo/gtrellis")
4187 (synopsis "Genome level Trellis layout")
4188 (description
4189 "Genome level Trellis graph visualizes genomic data conditioned by
4190genomic categories (e.g. chromosomes). For each genomic category, multiple
4191dimensional data which are represented as tracks describe different features
4192from different aspects. This package provides high flexibility to arrange
4193genomic categories and to add self-defined graphics in the plot.")
4194 (license license:expat)))
28098414
RW
4195
4196(define-public r-somaticsignatures
4197 (package
4198 (name "r-somaticsignatures")
4f8e0487 4199 (version "2.22.0")
28098414
RW
4200 (source
4201 (origin
4202 (method url-fetch)
4203 (uri (bioconductor-uri "SomaticSignatures" version))
4204 (sha256
4205 (base32
4f8e0487 4206 "1gvrkahllwz38g3hn9pjlikhfqz19a4qglcqmyrxk7h9ybx5zy5z"))))
28098414
RW
4207 (properties
4208 `((upstream-name . "SomaticSignatures")))
4209 (build-system r-build-system)
4210 (propagated-inputs
4211 `(("r-biobase" ,r-biobase)
4212 ("r-biostrings" ,r-biostrings)
4213 ("r-genomeinfodb" ,r-genomeinfodb)
4214 ("r-genomicranges" ,r-genomicranges)
4215 ("r-ggbio" ,r-ggbio)
4216 ("r-ggplot2" ,r-ggplot2)
4217 ("r-iranges" ,r-iranges)
4218 ("r-nmf" ,r-nmf)
4219 ("r-pcamethods" ,r-pcamethods)
4220 ("r-proxy" ,r-proxy)
4221 ("r-reshape2" ,r-reshape2)
4222 ("r-s4vectors" ,r-s4vectors)
4223 ("r-variantannotation" ,r-variantannotation)))
4224 (home-page "https://github.com/juliangehring/SomaticSignatures")
4225 (synopsis "Somatic signatures")
4226 (description
4227 "This package identifies mutational signatures of @dfn{single nucleotide
4228variants} (SNVs). It provides a infrastructure related to the methodology
4229described in Nik-Zainal (2012, Cell), with flexibility in the matrix
4230decomposition algorithms.")
4231 (license license:expat)))
303f2ed1
RW
4232
4233(define-public r-yapsa
4234 (package
4235 (name "r-yapsa")
580e4342 4236 (version "1.12.0")
303f2ed1
RW
4237 (source
4238 (origin
4239 (method url-fetch)
4240 (uri (bioconductor-uri "YAPSA" version))
4241 (sha256
4242 (base32
580e4342 4243 "132x51f8k8zyx6j8jk05x4lr9q1hlblgvr69wkhn0q3f8mhaj926"))))
303f2ed1
RW
4244 (properties `((upstream-name . "YAPSA")))
4245 (build-system r-build-system)
4246 (propagated-inputs
4247 `(("r-circlize" ,r-circlize)
4248 ("r-complexheatmap" ,r-complexheatmap)
4249 ("r-corrplot" ,r-corrplot)
4250 ("r-dendextend" ,r-dendextend)
4251 ("r-genomeinfodb" ,r-genomeinfodb)
4252 ("r-genomicranges" ,r-genomicranges)
4253 ("r-getoptlong" ,r-getoptlong)
4254 ("r-ggplot2" ,r-ggplot2)
4255 ("r-gridextra" ,r-gridextra)
4256 ("r-gtrellis" ,r-gtrellis)
4257 ("r-keggrest" ,r-keggrest)
4258 ("r-lsei" ,r-lsei)
4259 ("r-pmcmr" ,r-pmcmr)
4260 ("r-reshape2" ,r-reshape2)
4261 ("r-somaticsignatures" ,r-somaticsignatures)
4262 ("r-variantannotation" ,r-variantannotation)))
4263 (home-page "https://bioconductor.org/packages/YAPSA/")
4264 (synopsis "Yet another package for signature analysis")
4265 (description
4266 "This package provides functions and routines useful in the analysis of
4267somatic signatures (cf. L. Alexandrov et al., Nature 2013). In particular,
4268functions to perform a signature analysis with known signatures and a
4269signature analysis on @dfn{stratified mutational catalogue} (SMC) are
4270provided.")
4271 (license license:gpl3)))
e99380d6
RW
4272
4273(define-public r-gcrma
4274 (package
4275 (name "r-gcrma")
2f90bab8 4276 (version "2.58.0")
e99380d6
RW
4277 (source
4278 (origin
4279 (method url-fetch)
4280 (uri (bioconductor-uri "gcrma" version))
4281 (sha256
4282 (base32
2f90bab8 4283 "0c9sa9ldlcpdcjdan8m4ndnyaisr6wbarq486sl44ikh7wf1csfx"))))
e99380d6
RW
4284 (build-system r-build-system)
4285 (propagated-inputs
4286 `(("r-affy" ,r-affy)
4287 ("r-affyio" ,r-affyio)
4288 ("r-biobase" ,r-biobase)
4289 ("r-biocmanager" ,r-biocmanager)
4290 ("r-biostrings" ,r-biostrings)
4291 ("r-xvector" ,r-xvector)))
4292 (home-page "https://bioconductor.org/packages/gcrma/")
4293 (synopsis "Background adjustment using sequence information")
4294 (description
4295 "Gcrma adjusts for background intensities in Affymetrix array data which
4296include optical noise and @dfn{non-specific binding} (NSB). The main function
4297@code{gcrma} converts background adjusted probe intensities to expression
4298measures using the same normalization and summarization methods as a
4299@dfn{Robust Multiarray Average} (RMA). Gcrma uses probe sequence information
4300to estimate probe affinity to NSB. The sequence information is summarized in
4301a more complex way than the simple GC content. Instead, the base types (A, T,
4302G or C) at each position along the probe determine the affinity of each probe.
4303The parameters of the position-specific base contributions to the probe
4304affinity is estimated in an NSB experiment in which only NSB but no
4305gene-specific bidning is expected.")
4306 ;; Any version of the LGPL
4307 (license license:lgpl2.1+)))
4675b3cf
RW
4308
4309(define-public r-simpleaffy
4310 (package
4311 (name "r-simpleaffy")
a87aa2ff 4312 (version "2.62.0")
4675b3cf
RW
4313 (source
4314 (origin
4315 (method url-fetch)
4316 (uri (bioconductor-uri "simpleaffy" version))
4317 (sha256
4318 (base32
a87aa2ff 4319 "18bz3pfgp0f7906flrljx97ann8s71pnb8gpw7nah46n8vqc0xcs"))))
4675b3cf
RW
4320 (build-system r-build-system)
4321 (propagated-inputs
4322 `(("r-affy" ,r-affy)
4323 ("r-biobase" ,r-biobase)
4324 ("r-biocgenerics" ,r-biocgenerics)
4325 ("r-gcrma" ,r-gcrma)
4326 ("r-genefilter" ,r-genefilter)))
4327 (home-page "https://bioconductor.org/packages/simpleaffy/")
4328 (synopsis "Very simple high level analysis of Affymetrix data")
4329 (description
4330 "This package provides high level functions for reading Affy @file{.CEL}
4331files, phenotypic data, and then computing simple things with it, such as
4332t-tests, fold changes and the like. It makes heavy use of the @code{affy}
4333library. It also has some basic scatter plot functions and mechanisms for
4334generating high resolution journal figures.")
4335 (license license:gpl2+)))
f562c90a
RW
4336
4337(define-public r-yaqcaffy
4338 (package
4339 (name "r-yaqcaffy")
87942b74 4340 (version "1.46.0")
f562c90a
RW
4341 (source
4342 (origin
4343 (method url-fetch)
4344 (uri (bioconductor-uri "yaqcaffy" version))
4345 (sha256
4346 (base32
87942b74 4347 "0kzzqsf1lfbcmy95w2z0c9qrvp7mbwm50k2l9wvz3xa5wz6xa7gz"))))
f562c90a
RW
4348 (build-system r-build-system)
4349 (propagated-inputs
4350 `(("r-simpleaffy" ,r-simpleaffy)))
4351 (home-page "https://bioconductor.org/packages/yaqcaffy/")
4352 (synopsis "Affymetrix quality control and reproducibility analysis")
4353 (description
4354 "This is a package that can be used for quality control of Affymetrix
4355GeneChip expression data and reproducibility analysis of human whole genome
4356chips with the MAQC reference datasets.")
4357 (license license:artistic2.0)))
59cf2629
RW
4358
4359(define-public r-quantro
4360 (package
4361 (name "r-quantro")
eb697ff5 4362 (version "1.20.0")
59cf2629
RW
4363 (source
4364 (origin
4365 (method url-fetch)
4366 (uri (bioconductor-uri "quantro" version))
4367 (sha256
4368 (base32
eb697ff5 4369 "09f3x1j50ll5hhn3qwys5x06mii3fqsrk6dkvsxai0kdxv9cjz9m"))))
59cf2629
RW
4370 (build-system r-build-system)
4371 (propagated-inputs
4372 `(("r-biobase" ,r-biobase)
4373 ("r-doparallel" ,r-doparallel)
4374 ("r-foreach" ,r-foreach)
4375 ("r-ggplot2" ,r-ggplot2)
4376 ("r-iterators" ,r-iterators)
4377 ("r-minfi" ,r-minfi)
4378 ("r-rcolorbrewer" ,r-rcolorbrewer)))
4379 (home-page "https://bioconductor.org/packages/quantro/")
4380 (synopsis "Test for when to use quantile normalization")
4381 (description
4382 "This package provides a data-driven test for the assumptions of quantile
4383normalization using raw data such as objects that inherit eSets (e.g.
4384ExpressionSet, MethylSet). Group level information about each sample (such as
4385Tumor / Normal status) must also be provided because the test assesses if
4386there are global differences in the distributions between the user-defined
4387groups.")
4388 (license license:gpl3+)))
98a2af31
RW
4389
4390(define-public r-yarn
4391 (package
4392 (name "r-yarn")
94fdea12 4393 (version "1.12.0")
98a2af31
RW
4394 (source
4395 (origin
4396 (method url-fetch)
4397 (uri (bioconductor-uri "yarn" version))
4398 (sha256
4399 (base32
94fdea12 4400 "0891a10adkhm1zpm7fpcxc2xfxjf9yrpckaz87b2wdjdiwivc4cp"))))
98a2af31
RW
4401 (build-system r-build-system)
4402 (propagated-inputs
4403 `(("r-biobase" ,r-biobase)
4404 ("r-biomart" ,r-biomart)
4405 ("r-downloader" ,r-downloader)
4406 ("r-edger" ,r-edger)
4407 ("r-gplots" ,r-gplots)
4408 ("r-limma" ,r-limma)
4409 ("r-matrixstats" ,r-matrixstats)
4410 ("r-preprocesscore" ,r-preprocesscore)
4411 ("r-quantro" ,r-quantro)
4412 ("r-rcolorbrewer" ,r-rcolorbrewer)
4413 ("r-readr" ,r-readr)))
4414 (home-page "https://bioconductor.org/packages/yarn/")
4415 (synopsis "Robust multi-condition RNA-Seq preprocessing and normalization")
4416 (description
4417 "Expedite large RNA-Seq analyses using a combination of previously
4418developed tools. YARN is meant to make it easier for the user in performing
4419basic mis-annotation quality control, filtering, and condition-aware
4420normalization. YARN leverages many Bioconductor tools and statistical
4421techniques to account for the large heterogeneity and sparsity found in very
4422large RNA-seq experiments.")
4423 (license license:artistic2.0)))
a6e1eb1a
RW
4424
4425(define-public r-roar
4426 (package
4427 (name "r-roar")
f0dd0fec 4428 (version "1.22.0")
a6e1eb1a
RW
4429 (source
4430 (origin
4431 (method url-fetch)
4432 (uri (bioconductor-uri "roar" version))
4433 (sha256
4434 (base32
f0dd0fec 4435 "1nqw0agx9x8ycdf0gw17fdlnmzpw9x3zig1wcy10xpyhyjdbbi06"))))
a6e1eb1a
RW
4436 (build-system r-build-system)
4437 (propagated-inputs
4438 `(("r-biocgenerics" ,r-biocgenerics)
4439 ("r-genomeinfodb" ,r-genomeinfodb)
4440 ("r-genomicalignments" ,r-genomicalignments)
4441 ("r-genomicranges" ,r-genomicranges)
4442 ("r-iranges" ,r-iranges)
4443 ("r-rtracklayer" ,r-rtracklayer)
4444 ("r-s4vectors" ,r-s4vectors)
4445 ("r-summarizedexperiment" ,r-summarizedexperiment)))
4446 (home-page "https://github.com/vodkatad/roar/")
4447 (synopsis "Identify differential APA usage from RNA-seq alignments")
4448 (description
4449 "This package provides tools for identifying preferential usage of APA
4450sites, comparing two biological conditions, starting from known alternative
4451sites and alignments obtained from standard RNA-seq experiments.")
4452 (license license:gpl3)))
50d91770
RW
4453
4454(define-public r-xbseq
4455 (package
4456 (name "r-xbseq")
1f0101ae 4457 (version "1.18.0")
50d91770
RW
4458 (source
4459 (origin
4460 (method url-fetch)
4461 (uri (bioconductor-uri "XBSeq" version))
4462 (sha256
4463 (base32
1f0101ae 4464 "1qr5gvf8jcx6r0ac7d2wmnikswmp3k71lirnw7dyr6fndzrdz9lp"))))
50d91770
RW
4465 (properties `((upstream-name . "XBSeq")))
4466 (build-system r-build-system)
4467 (propagated-inputs
4468 `(("r-biobase" ,r-biobase)
4469 ("r-deseq2" ,r-deseq2)
4470 ("r-dplyr" ,r-dplyr)
4471 ("r-ggplot2" ,r-ggplot2)
4472 ("r-locfit" ,r-locfit)
4473 ("r-magrittr" ,r-magrittr)
4474 ("r-matrixstats" ,r-matrixstats)
4475 ("r-pracma" ,r-pracma)
4476 ("r-roar" ,r-roar)))
4477 (home-page "https://github.com/Liuy12/XBSeq")
4478 (synopsis "Test for differential expression for RNA-seq data")
4479 (description
4480 "XBSeq is a novel algorithm for testing RNA-seq @dfn{differential
4481expression} (DE), where a statistical model was established based on the
4482assumption that observed signals are the convolution of true expression
4483signals and sequencing noises. The mapped reads in non-exonic regions are
4484considered as sequencing noises, which follows a Poisson distribution. Given
4485measurable observed signal and background noise from RNA-seq data, true
4486expression signals, assuming governed by the negative binomial distribution,
4487can be delineated and thus the accurate detection of differential expressed
4488genes.")
4489 (license license:gpl3+)))
c8310056
RW
4490
4491(define-public r-massspecwavelet
4492 (package
4493 (name "r-massspecwavelet")
a07ee258 4494 (version "1.52.0")
c8310056
RW
4495 (source
4496 (origin
4497 (method url-fetch)
4498 (uri (bioconductor-uri "MassSpecWavelet" version))
4499 (sha256
4500 (base32
a07ee258 4501 "0xnj3ncrwvr2b8msi3g77mgzj0zaksn3lgqdn1abh0ww5wgk83v7"))))
c8310056
RW
4502 (properties
4503 `((upstream-name . "MassSpecWavelet")))
4504 (build-system r-build-system)
4505 (propagated-inputs
4506 `(("r-waveslim" ,r-waveslim)))
4507 (home-page "https://bioconductor.org/packages/MassSpecWavelet/")
4508 (synopsis "Mass spectrum processing by wavelet-based algorithms")
4509 (description
4510 "The MassSpecWavelet package aims to process @dfn{Mass Spectrometry} (MS)
4511data mainly through the use of wavelet transforms. It supports peak detection
4512based on @dfn{Continuous Wavelet Transform} (CWT).")
4513 (license license:lgpl2.0+)))
ec12e537
RW
4514
4515(define-public r-xcms
4516 (package
4517 (name "r-xcms")
4fb52345 4518 (version "3.8.1")
ec12e537
RW
4519 (source
4520 (origin
4521 (method url-fetch)
4522 (uri (bioconductor-uri "xcms" version))
4523 (sha256
4524 (base32
4fb52345 4525 "18iglvlvlxrdwn2apdvihj9jxmx0kwm5z37rml67xcj9sfdi3bjb"))))
ec12e537
RW
4526 (build-system r-build-system)
4527 (propagated-inputs
4528 `(("r-biobase" ,r-biobase)
4529 ("r-biocgenerics" ,r-biocgenerics)
4530 ("r-biocparallel" ,r-biocparallel)
4fb52345 4531 ("r-iranges" ,r-iranges)
ec12e537
RW
4532 ("r-lattice" ,r-lattice)
4533 ("r-massspecwavelet" ,r-massspecwavelet)
4534 ("r-msnbase" ,r-msnbase)
4535 ("r-multtest" ,r-multtest)
4536 ("r-mzr" ,r-mzr)
4537 ("r-plyr" ,r-plyr)
4538 ("r-protgenerics" ,r-protgenerics)
4539 ("r-rann" ,r-rann)
4540 ("r-rcolorbrewer" ,r-rcolorbrewer)
4541 ("r-robustbase" ,r-robustbase)
4542 ("r-s4vectors" ,r-s4vectors)))
4543 (home-page "https://bioconductor.org/packages/xcms/")
4544 (synopsis "LC/MS and GC/MS mass spectrometry data analysis")
4545 (description
4546 "This package provides a framework for processing and visualization of
4547chromatographically separated and single-spectra mass spectral data. It
4548imports from AIA/ANDI NetCDF, mzXML, mzData and mzML files. It preprocesses
4549data for high-throughput, untargeted analyte profiling.")
4550 (license license:gpl2+)))
8830664d
RW
4551
4552(define-public r-wrench
4553 (package
4554 (name "r-wrench")
92f40538 4555 (version "1.4.0")
8830664d
RW
4556 (source
4557 (origin
4558 (method url-fetch)
4559 (uri (bioconductor-uri "Wrench" version))
4560 (sha256
4561 (base32
92f40538 4562 "1s8d7jn0dk5zk2fhvsd4sgicypz4c41nzf19nqzcwb9bd6asgrwm"))))
8830664d
RW
4563 (properties `((upstream-name . "Wrench")))
4564 (build-system r-build-system)
4565 (propagated-inputs
4566 `(("r-limma" ,r-limma)
4567 ("r-locfit" ,r-locfit)
4568 ("r-matrixstats" ,r-matrixstats)))
4569 (home-page "https://github.com/HCBravoLab/Wrench")
4570 (synopsis "Wrench normalization for sparse count data")
4571 (description
4572 "Wrench is a package for normalization sparse genomic count data, like
4573that arising from 16s metagenomic surveys.")
4574 (license license:artistic2.0)))
b9b8b447
RW
4575
4576(define-public r-wiggleplotr
4577 (package
4578 (name "r-wiggleplotr")
25db5611 4579 (version "1.10.1")
b9b8b447
RW
4580 (source
4581 (origin
4582 (method url-fetch)
4583 (uri (bioconductor-uri "wiggleplotr" version))
4584 (sha256
4585 (base32
25db5611 4586 "1pj2bsn5azs18mp5hr4g7c6rnds2y2rjjnak2785kaj7xi8jly4m"))))
b9b8b447
RW
4587 (build-system r-build-system)
4588 (propagated-inputs
4589 `(("r-assertthat" ,r-assertthat)
4590 ("r-cowplot" ,r-cowplot)
4591 ("r-dplyr" ,r-dplyr)
4592 ("r-genomeinfodb" ,r-genomeinfodb)
4593 ("r-genomicranges" ,r-genomicranges)
4594 ("r-ggplot2" ,r-ggplot2)
4595 ("r-iranges" ,r-iranges)
4596 ("r-purrr" ,r-purrr)
4597 ("r-rtracklayer" ,r-rtracklayer)
4598 ("r-s4vectors" ,r-s4vectors)))
4599 (home-page "https://bioconductor.org/packages/wiggleplotr/")
4600 (synopsis "Make read coverage plots from BigWig files")
4601 (description
4602 "This package provides tools to visualize read coverage from sequencing
4603experiments together with genomic annotations (genes, transcripts, peaks).
4604Introns of long transcripts can be rescaled to a fixed length for better
4605visualization of exonic read coverage.")
4606 (license license:asl2.0)))
7b5101c5
RW
4607
4608(define-public r-widgettools
4609 (package
4610 (name "r-widgettools")
1a2569e4 4611 (version "1.64.0")
7b5101c5
RW
4612 (source
4613 (origin
4614 (method url-fetch)
4615 (uri (bioconductor-uri "widgetTools" version))
4616 (sha256
4617 (base32
1a2569e4 4618 "1nqy3icayacv5mlv5s5xgfli0dqzancs6zpffrl5p237c994nyr5"))))
7b5101c5
RW
4619 (properties `((upstream-name . "widgetTools")))
4620 (build-system r-build-system)
4621 (home-page "https://bioconductor.org/packages/widgetTools/")
4622 (synopsis "Tools for creating interactive tcltk widgets")
4623 (description
337bdc17 4624 "This package contains tools to support the construction of tcltk
7b5101c5
RW
4625widgets in R.")
4626 ;; Any version of the LGPL.
4627 (license license:lgpl3+)))
6b12f213
RW
4628
4629(define-public r-webbioc
4630 (package
4631 (name "r-webbioc")
316bcd07 4632 (version "1.58.0")
6b12f213
RW
4633 (source
4634 (origin
4635 (method url-fetch)
4636 (uri (bioconductor-uri "webbioc" version))
4637 (sha256
4638 (base32
316bcd07 4639 "1cwrmvh1l603k6j1r425c4vrqp0zf0x7bgx7y1wnbq4r7yc5sp62"))))
6b12f213
RW
4640 (build-system r-build-system)
4641 (inputs
4642 `(("netpbm" ,netpbm)
4643 ("perl" ,perl)))
4644 (propagated-inputs
4645 `(("r-affy" ,r-affy)
4646 ("r-annaffy" ,r-annaffy)
4647 ("r-biobase" ,r-biobase)
4648 ("r-biocmanager" ,r-biocmanager)
4649 ("r-gcrma" ,r-gcrma)
4650 ("r-multtest" ,r-multtest)
4651 ("r-qvalue" ,r-qvalue)
4652 ("r-vsn" ,r-vsn)))
4653 (home-page "https://www.bioconductor.org/")
4654 (synopsis "Bioconductor web interface")
4655 (description
4656 "This package provides an integrated web interface for doing microarray
4657analysis using several of the Bioconductor packages. It is intended to be
4658deployed as a centralized bioinformatics resource for use by many users.
4659Currently only Affymetrix oligonucleotide analysis is supported.")
4660 (license license:gpl2+)))
9800d859
RW
4661
4662(define-public r-zfpkm
4663 (package
4664 (name "r-zfpkm")
18b93e03 4665 (version "1.8.0")
9800d859
RW
4666 (source
4667 (origin
4668 (method url-fetch)
4669 (uri (bioconductor-uri "zFPKM" version))
4670 (sha256
4671 (base32
18b93e03 4672 "1hg0vc0ns8d4jpddn1v5a5m13a033b0wf1al01pb1lvmx5mzzr2n"))))
9800d859
RW
4673 (properties `((upstream-name . "zFPKM")))
4674 (build-system r-build-system)
4675 (propagated-inputs
4676 `(("r-checkmate" ,r-checkmate)
4677 ("r-dplyr" ,r-dplyr)
4678 ("r-ggplot2" ,r-ggplot2)
4679 ("r-summarizedexperiment" ,r-summarizedexperiment)
4680 ("r-tidyr" ,r-tidyr)))
4681 (home-page "https://github.com/ronammar/zFPKM/")
4682 (synopsis "Functions to facilitate zFPKM transformations")
4683 (description
4684 "This is a package to perform the zFPKM transform on RNA-seq FPKM data.
4685This algorithm is based on the publication by Hart et al., 2013 (Pubmed ID
468624215113).")
4687 (license license:gpl3)))
2bdc88fc
RW
4688
4689(define-public r-rbowtie2
4690 (package
4691 (name "r-rbowtie2")
c5a4c5a1 4692 (version "1.8.0")
2bdc88fc
RW
4693 (source
4694 (origin
4695 (method url-fetch)
4696 (uri (bioconductor-uri "Rbowtie2" version))
4697 (sha256
4698 (base32
c5a4c5a1 4699 "1b7x42n9zisi2w2wwfc0c39j8s9868imyr0ysqgswf6l5mv9ivc5"))))
2bdc88fc
RW
4700 (properties `((upstream-name . "Rbowtie2")))
4701 (build-system r-build-system)
4702 (inputs
4703 `(("zlib" ,zlib)))
4704 (home-page "https://bioconductor.org/packages/Rbowtie2/")
4705 (synopsis "R wrapper for Bowtie2 and AdapterRemoval")
4706 (description
4707 "This package provides an R wrapper of the popular @code{bowtie2}
4708sequencing reads aligner and @code{AdapterRemoval}, a convenient tool for
4709rapid adapter trimming, identification, and read merging.")
4710 (license license:gpl3+)))
5622628f
RW
4711
4712(define-public r-progeny
4713 (package
4714 (name "r-progeny")
82d87ce0 4715 (version "1.8.0")
5622628f
RW
4716 (source
4717 (origin
4718 (method url-fetch)
4719 (uri (bioconductor-uri "progeny" version))
4720 (sha256
4721 (base32
82d87ce0 4722 "0j3kxjj7xmmwb29p87n3bw7bl38gcb94jrpw32126a578rf1pfrq"))))
5622628f
RW
4723 (build-system r-build-system)
4724 (propagated-inputs `(("r-biobase" ,r-biobase)))
4725 (home-page "https://github.com/saezlab/progeny")
4726 (synopsis "Pathway responsive gene activity inference")
4727 (description
4728 "This package provides a function to infer pathway activity from gene
4729expression. It contains the linear model inferred in the publication
4730\"Perturbation-response genes reveal signaling footprints in cancer gene
4731expression\".")
4732 (license license:asl2.0)))
307586c1
RW
4733
4734(define-public r-arrmnormalization
4735 (package
4736 (name "r-arrmnormalization")
4f0d8588 4737 (version "1.26.0")
307586c1
RW
4738 (source
4739 (origin
4740 (method url-fetch)
4741 (uri (bioconductor-uri "ARRmNormalization" version))
4742 (sha256
4743 (base32
4f0d8588 4744 "0jj81q454nyh4hr5c56q1hv7i4ynx3rwnvpv08w34a6m77122bi1"))))
307586c1
RW
4745 (properties
4746 `((upstream-name . "ARRmNormalization")))
4747 (build-system r-build-system)
4748 (propagated-inputs `(("r-arrmdata" ,r-arrmdata)))
4749 (home-page "https://bioconductor.org/packages/ARRmNormalization/")
4750 (synopsis "Adaptive robust regression normalization for methylation data")
4751 (description
4752 "This is a package to perform the @dfn{Adaptive Robust Regression
4753method} (ARRm) for the normalization of methylation data from the Illumina
4754Infinium HumanMethylation 450k assay.")
4755 (license license:artistic2.0)))
fbf34949
RW
4756
4757(define-public r-biocfilecache
4758 (package
4759 (name "r-biocfilecache")
97e31700 4760 (version "1.10.2")
fbf34949
RW
4761 (source
4762 (origin
4763 (method url-fetch)
4764 (uri (bioconductor-uri "BiocFileCache" version))
4765 (sha256
4766 (base32
97e31700 4767 "0jivhn95y6zv5ryamqk6nyd4l8nlskq64j362l9ml9qw746v0ja6"))))
fbf34949
RW
4768 (properties `((upstream-name . "BiocFileCache")))
4769 (build-system r-build-system)
4770 (propagated-inputs
4771 `(("r-curl" ,r-curl)
4772 ("r-dbi" ,r-dbi)
4773 ("r-dbplyr" ,r-dbplyr)
4774 ("r-dplyr" ,r-dplyr)
4775 ("r-httr" ,r-httr)
4776 ("r-rappdirs" ,r-rappdirs)
4777 ("r-rsqlite" ,r-rsqlite)))
4778 (home-page "https://bioconductor.org/packages/BiocFileCache/")
4779 (synopsis "Manage files across sessions")
4780 (description
4781 "This package creates a persistent on-disk cache of files that the user
4782can add, update, and retrieve. It is useful for managing resources (such as
4783custom Txdb objects) that are costly or difficult to create, web resources,
4784and data files used across sessions.")
4785 (license license:artistic2.0)))
8c42f8f6
RW
4786
4787(define-public r-iclusterplus
4788 (package
4789 (name "r-iclusterplus")
049de95d 4790 (version "1.22.0")
8c42f8f6
RW
4791 (source
4792 (origin
4793 (method url-fetch)
4794 (uri (bioconductor-uri "iClusterPlus" version))
4795 (sha256
4796 (base32
049de95d 4797 "1dzgfzf2x8m62hssvsn1zzag7m444kyxj2vpdxl9nk859dr5pf37"))))
8c42f8f6
RW
4798 (properties `((upstream-name . "iClusterPlus")))
4799 (build-system r-build-system)
4800 (native-inputs `(("gfortran" ,gfortran)))
4801 (home-page "https://bioconductor.org/packages/iClusterPlus/")
4802 (synopsis "Integrative clustering of multi-type genomic data")
4803 (description
4804 "iClusterPlus is developed for integrative clustering analysis of
4805multi-type genomic data and is an enhanced version of iCluster proposed and
4806developed by Shen, Olshen and Ladanyi (2009). Multi-type genomic data arise
4807from the experiments where biological samples (e.g. tumor samples) are
4808analyzed by multiple techniques, for instance, @dfn{array comparative genomic
4809hybridization} (aCGH), gene expression microarray, RNA-seq and DNA-seq, and so
4810on. In the iClusterPlus model, binary observations such as somatic mutation
4811are modeled as Binomial processes; categorical observations such as copy
4812number states are realizations of Multinomial random variables; counts are
4813modeled as Poisson random processes; and continuous measures are modeled by
4814Gaussian distributions.")
4815 (license license:gpl2+)))
4d06ef4b
RW
4816
4817(define-public r-rbowtie
4818 (package
4819 (name "r-rbowtie")
02684bec 4820 (version "1.26.0")
4d06ef4b
RW
4821 (source
4822 (origin
4823 (method url-fetch)
4824 (uri (bioconductor-uri "Rbowtie" version))
4825 (sha256
4826 (base32
02684bec 4827 "0yy31xhdmf6xb21wlhmxxwfqpm0nil39pb2cs3pq5ia758lb88z4"))))
4d06ef4b
RW
4828 (properties `((upstream-name . "Rbowtie")))
4829 (build-system r-build-system)
4830 (inputs
4831 `(("zlib" ,zlib)))
4832 (home-page "https://bioconductor.org/packages/Rbowtie/")
4833 (synopsis "R bowtie wrapper")
4834 (description
4835 "This package provides an R wrapper around the popular bowtie short read
4836aligner and around SpliceMap, a de novo splice junction discovery and
4837alignment tool.")
4838 (license license:artistic2.0)))
14441539
RW
4839
4840(define-public r-sgseq
4841 (package
4842 (name "r-sgseq")
2cebc5d1 4843 (version "1.20.0")
14441539
RW
4844 (source
4845 (origin
4846 (method url-fetch)
4847 (uri (bioconductor-uri "SGSeq" version))
4848 (sha256
4849 (base32
2cebc5d1 4850 "0950iv08wd0kjaw55rjn7m6syklvrabwr2zqq74wzyc5afyk2mrw"))))
14441539
RW
4851 (properties `((upstream-name . "SGSeq")))
4852 (build-system r-build-system)
4853 (propagated-inputs
4854 `(("r-annotationdbi" ,r-annotationdbi)
4855 ("r-biocgenerics" ,r-biocgenerics)
4856 ("r-biostrings" ,r-biostrings)
4857 ("r-genomeinfodb" ,r-genomeinfodb)
4858 ("r-genomicalignments" ,r-genomicalignments)
4859 ("r-genomicfeatures" ,r-genomicfeatures)
4860 ("r-genomicranges" ,r-genomicranges)
4861 ("r-igraph" ,r-igraph)
4862 ("r-iranges" ,r-iranges)
4863 ("r-rsamtools" ,r-rsamtools)
4864 ("r-rtracklayer" ,r-rtracklayer)
4865 ("r-runit" ,r-runit)
4866 ("r-s4vectors" ,r-s4vectors)
4867 ("r-summarizedexperiment" ,r-summarizedexperiment)))
4868 (home-page "https://bioconductor.org/packages/SGSeq/")
4869 (synopsis "Splice event prediction and quantification from RNA-seq data")
4870 (description
4871 "SGSeq is a package for analyzing splice events from RNA-seq data. Input
4872data are RNA-seq reads mapped to a reference genome in BAM format. Genes are
4873represented as a splice graph, which can be obtained from existing annotation
4874or predicted from the mapped sequence reads. Splice events are identified
4875from the graph and are quantified locally using structurally compatible reads
4876at the start or end of each splice variant. The software includes functions
4877for splice event prediction, quantification, visualization and
4878interpretation.")
4879 (license license:artistic2.0)))
58656064
RW
4880
4881(define-public r-rhisat2
4882 (package
4883 (name "r-rhisat2")
3dd2450e 4884 (version "1.2.0")
58656064
RW
4885 (source
4886 (origin
4887 (method url-fetch)
4888 (uri (bioconductor-uri "Rhisat2" version))
4889 (sha256
4890 (base32
3dd2450e 4891 "02fn5cm8sj2s9x00505y3iyipn1r3lpvpwpjy2pdxdbpmhb5hy49"))))
58656064
RW
4892 (properties `((upstream-name . "Rhisat2")))
4893 (build-system r-build-system)
3dd2450e
RW
4894 (arguments
4895 `(#:phases
4896 (modify-phases %standard-phases
4897 (add-after 'unpack 'make-reproducible
4898 (lambda _
4899 (substitute* "src/Makefile"
4900 (("`hostname`") "guix")
4901 (("`date`") "0")
4902 ;; Avoid shelling out to "which".
4903 (("^CC =.*") (which "gcc"))
4904 (("^CPP =.*") (which "g++")))
4905 #t)))))
58656064
RW
4906 (propagated-inputs
4907 `(("r-genomicfeatures" ,r-genomicfeatures)
4908 ("r-genomicranges" ,r-genomicranges)
4909 ("r-sgseq" ,r-sgseq)))
4910 (home-page "https://github.com/fmicompbio/Rhisat2")
4911 (synopsis "R Wrapper for HISAT2 sequence aligner")
4912 (description
4913 "This package provides an R interface to the HISAT2 spliced short-read
4914aligner by Kim et al. (2015). The package contains wrapper functions to
4915create a genome index and to perform the read alignment to the generated
4916index.")
4917 (license license:gpl3)))
5e0241db
RW
4918
4919(define-public r-quasr
4920 (package
4921 (name "r-quasr")
a15e52ec 4922 (version "1.26.0")
5e0241db
RW
4923 (source
4924 (origin
4925 (method url-fetch)
4926 (uri (bioconductor-uri "QuasR" version))
4927 (sha256
4928 (base32
a15e52ec 4929 "07m5q7wasapj2984kwy897510flbhvz7x0fgs7q2vm5wjhfzdrgv"))))
5e0241db
RW
4930 (properties `((upstream-name . "QuasR")))
4931 (build-system r-build-system)
4932 (inputs
4933 `(("zlib" ,zlib)))
4934 (propagated-inputs
4935 `(("r-annotationdbi" ,r-annotationdbi)
4936 ("r-biobase" ,r-biobase)
4937 ("r-biocgenerics" ,r-biocgenerics)
4938 ("r-biocmanager" ,r-biocmanager)
4939 ("r-biocparallel" ,r-biocparallel)
4940 ("r-biostrings" ,r-biostrings)
4941 ("r-bsgenome" ,r-bsgenome)
4942 ("r-genomeinfodb" ,r-genomeinfodb)
4943 ("r-genomicalignments" ,r-genomicalignments)
4944 ("r-genomicfeatures" ,r-genomicfeatures)
4945 ("r-genomicfiles" ,r-genomicfiles)
4946 ("r-genomicranges" ,r-genomicranges)
4947 ("r-iranges" ,r-iranges)
4948 ("r-rbowtie" ,r-rbowtie)
4949 ("r-rhisat2" ,r-rhisat2)
4950 ("r-rhtslib" ,r-rhtslib)
4951 ("r-rsamtools" ,r-rsamtools)
4952 ("r-rtracklayer" ,r-rtracklayer)
4953 ("r-s4vectors" ,r-s4vectors)
4954 ("r-shortread" ,r-shortread)))
4955 (home-page "https://bioconductor.org/packages/QuasR/")
4956 (synopsis "Quantify and annotate short reads in R")
4957 (description
4958 "This package provides a framework for the quantification and analysis of
4959short genomic reads. It covers a complete workflow starting from raw sequence
4960reads, over creation of alignments and quality control plots, to the
4961quantification of genomic regions of interest.")
4962 (license license:gpl2)))
496b024f
RW
4963
4964(define-public r-rqc
4965 (package
4966 (name "r-rqc")
11db82b0 4967 (version "1.20.0")
496b024f
RW
4968 (source
4969 (origin
4970 (method url-fetch)
4971 (uri (bioconductor-uri "Rqc" version))
4972 (sha256
4973 (base32
11db82b0 4974 "1nxkrb9kx41g050yz935yrl9pjkakhr8v6whxcvr72gg4r9m2x3m"))))
496b024f
RW
4975 (properties `((upstream-name . "Rqc")))
4976 (build-system r-build-system)
4977 (propagated-inputs
4978 `(("r-biocgenerics" ,r-biocgenerics)
4979 ("r-biocparallel" ,r-biocparallel)
4980 ("r-biocstyle" ,r-biocstyle)
4981 ("r-biostrings" ,r-biostrings)
4982 ("r-biovizbase" ,r-biovizbase)
4983 ("r-genomicalignments" ,r-genomicalignments)
4984 ("r-genomicfiles" ,r-genomicfiles)
4985 ("r-ggplot2" ,r-ggplot2)
4986 ("r-iranges" ,r-iranges)
4987 ("r-knitr" ,r-knitr)
4988 ("r-markdown" ,r-markdown)
4989 ("r-plyr" ,r-plyr)
4990 ("r-rcpp" ,r-rcpp)
4991 ("r-reshape2" ,r-reshape2)
4992 ("r-rsamtools" ,r-rsamtools)
4993 ("r-s4vectors" ,r-s4vectors)
4994 ("r-shiny" ,r-shiny)
4995 ("r-shortread" ,r-shortread)))
4996 (home-page "https://github.com/labbcb/Rqc")
4997 (synopsis "Quality control tool for high-throughput sequencing data")
4998 (description
4999 "Rqc is an optimized tool designed for quality control and assessment of
5000high-throughput sequencing data. It performs parallel processing of entire
5001files and produces a report which contains a set of high-resolution
5002graphics.")
5003 (license license:gpl2+)))
81e3de01
RW
5004
5005(define-public r-birewire
5006 (package
5007 (name "r-birewire")
a9e5145c 5008 (version "3.18.0")
81e3de01
RW
5009 (source
5010 (origin
5011 (method url-fetch)
5012 (uri (bioconductor-uri "BiRewire" version))
5013 (sha256
5014 (base32
a9e5145c 5015 "1074cp422ail72yajn8p0bg26h6zzz07nzypnwfyv86qrpvpdw9q"))))
81e3de01
RW
5016 (properties `((upstream-name . "BiRewire")))
5017 (build-system r-build-system)
5018 (propagated-inputs
5019 `(("r-igraph" ,r-igraph)
5020 ("r-matrix" ,r-matrix)
5021 ("r-slam" ,r-slam)
5022 ("r-tsne" ,r-tsne)))
5023 (home-page "https://bioconductor.org/packages/release/bioc/html/BiRewire.html")
5024 (synopsis "Tools for randomization of bipartite graphs")
5025 (description
5026 "This package provides functions for bipartite network rewiring through N
5027consecutive switching steps and for the computation of the minimal number of
5028switching steps to be performed in order to maximise the dissimilarity with
5029respect to the original network. It includes functions for the analysis of
5030the introduced randomness across the switching steps and several other
5031routines to analyse the resulting networks and their natural projections.")
5032 (license license:gpl3)))
1a24f855
RW
5033
5034(define-public r-birta
5035 (package
5036 (name "r-birta")
8d766270 5037 (version "1.30.0")
1a24f855
RW
5038 (source
5039 (origin
5040 (method url-fetch)
5041 (uri (bioconductor-uri "birta" version))
5042 (sha256
5043 (base32
8d766270 5044 "1zhlwapdgkz0fpv5bqfxh9aw6ymnmxnnm1r0n0kfzn5izyjavslg"))))
1a24f855
RW
5045 (build-system r-build-system)
5046 (propagated-inputs
5047 `(("r-biobase" ,r-biobase)
5048 ("r-limma" ,r-limma)
5049 ("r-mass" ,r-mass)))
5050 (home-page "https://bioconductor.org/packages/birta")
5051 (synopsis "Bayesian inference of regulation of transcriptional activity")
5052 (description
5053 "Expression levels of mRNA molecules are regulated by different
5054processes, comprising inhibition or activation by transcription factors and
5055post-transcriptional degradation by microRNAs. @dfn{birta} (Bayesian
5056Inference of Regulation of Transcriptional Activity) uses the regulatory
5057networks of transcription factors and miRNAs together with mRNA and miRNA
5058expression data to predict switches in regulatory activity between two
5059conditions. A Bayesian network is used to model the regulatory structure and
5060Markov-Chain-Monte-Carlo is applied to sample the activity states.")
5061 (license license:gpl2+)))
a9fac3f4 5062
b4a22cca
RW
5063(define-public r-multidataset
5064 (package
5065 (name "r-multidataset")
5066 (version "1.14.0")
5067 (source
5068 (origin
5069 (method url-fetch)
5070 (uri (bioconductor-uri "MultiDataSet" version))
5071 (sha256
5072 (base32
5073 "0iw99ymrv3ls023mpmgyagmb5simgsgadpj0k4bnssfaqnklywlj"))))
5074 (properties `((upstream-name . "MultiDataSet")))
5075 (build-system r-build-system)
5076 (propagated-inputs
5077 `(("r-biobase" ,r-biobase)
5078 ("r-biocgenerics" ,r-biocgenerics)
5079 ("r-genomicranges" ,r-genomicranges)
5080 ("r-ggplot2" ,r-ggplot2)
5081 ("r-ggrepel" ,r-ggrepel)
5082 ("r-iranges" ,r-iranges)
5083 ("r-limma" ,r-limma)
5084 ("r-qqman" ,r-qqman)
5085 ("r-s4vectors" ,r-s4vectors)
5086 ("r-summarizedexperiment" ,r-summarizedexperiment)))
5087 (home-page "https://bioconductor.org/packages/MultiDataSet/")
5088 (synopsis "Implementation of MultiDataSet and ResultSet")
5089 (description
5090 "This package provides an implementation of the BRGE's (Bioinformatic
5091Research Group in Epidemiology from Center for Research in Environmental
5092Epidemiology) MultiDataSet and ResultSet. MultiDataSet is designed for
5093integrating multi omics data sets and ResultSet is a container for omics
5094results. This package contains base classes for MEAL and rexposome
5095packages.")
5096 (license license:expat)))
5097
a9fac3f4
RW
5098(define-public r-ropls
5099 (package
5100 (name "r-ropls")
643aaf7e 5101 (version "1.18.0")
a9fac3f4
RW
5102 (source
5103 (origin
5104 (method url-fetch)
5105 (uri (bioconductor-uri "ropls" version))
5106 (sha256
5107 (base32
643aaf7e 5108 "05w1zrq92w3jfwq5sdyj27m5qjg4zv7acywia8vd6y5fbgcnyzlp"))))
a9fac3f4 5109 (build-system r-build-system)
643aaf7e
RW
5110 (propagated-inputs
5111 `(("r-biobase" ,r-biobase)
5112 ("r-multidataset" ,r-multidataset)))
a9fac3f4
RW
5113 (native-inputs
5114 `(("r-knitr" ,r-knitr))) ; for vignettes
5115 (home-page "https://dx.doi.org/10.1021/acs.jproteome.5b00354")
5116 (synopsis "Multivariate analysis and feature selection of omics data")
5117 (description
5118 "Latent variable modeling with @dfn{Principal Component Analysis} (PCA)
5119and @dfn{Partial Least Squares} (PLS) are powerful methods for visualization,
5120regression, classification, and feature selection of omics data where the
5121number of variables exceeds the number of samples and with multicollinearity
5122among variables. @dfn{Orthogonal Partial Least Squares} (OPLS) enables to
5123separately model the variation correlated (predictive) to the factor of
5124interest and the uncorrelated (orthogonal) variation. While performing
5125similarly to PLS, OPLS facilitates interpretation.
5126
5127This package provides imlementations of PCA, PLS, and OPLS for multivariate
5128analysis and feature selection of omics data. In addition to scores, loadings
5129and weights plots, the package provides metrics and graphics to determine the
5130optimal number of components (e.g. with the R2 and Q2 coefficients), check the
5131validity of the model by permutation testing, detect outliers, and perform
5132feature selection (e.g. with Variable Importance in Projection or regression
5133coefficients).")
5134 (license license:cecill)))
075a9094
RW
5135
5136(define-public r-biosigner
5137 (package
5138 (name "r-biosigner")
7d29dc9c 5139 (version "1.14.0")
075a9094
RW
5140 (source
5141 (origin
5142 (method url-fetch)
5143 (uri (bioconductor-uri "biosigner" version))
5144 (sha256
5145 (base32
7d29dc9c 5146 "1kdfhw629qczrfms0jmphqz0ksjzi8js00xj92h1lnv092npfk0j"))))
075a9094
RW
5147 (build-system r-build-system)
5148 (propagated-inputs
5149 `(("r-biobase" ,r-biobase)
5150 ("r-e1071" ,r-e1071)
7d29dc9c 5151 ("r-multidataset" ,r-multidataset)
075a9094
RW
5152 ("r-randomforest" ,r-randomforest)
5153 ("r-ropls" ,r-ropls)))
5154 (native-inputs
5155 `(("r-knitr" ,r-knitr)
5156 ("r-rmarkdown" ,r-rmarkdown)
5157 ("pandoc" ,ghc-pandoc)
5158 ("pandoc-citeproc" ,ghc-pandoc-citeproc))) ; all for vignettes
5159 (home-page "https://bioconductor.org/packages/biosigner/")
5160 (synopsis "Signature discovery from omics data")
5161 (description
5162 "Feature selection is critical in omics data analysis to extract
5163restricted and meaningful molecular signatures from complex and high-dimension
5164data, and to build robust classifiers. This package implements a method to
5165assess the relevance of the variables for the prediction performances of the
5166classifier. The approach can be run in parallel with the PLS-DA, Random
5167Forest, and SVM binary classifiers. The signatures and the corresponding
5168'restricted' models are returned, enabling future predictions on new
5169datasets.")
5170 (license license:cecill)))
ae6fa185
RW
5171
5172(define-public r-annotatr
5173 (package
5174 (name "r-annotatr")
70007256 5175 (version "1.12.1")
ae6fa185
RW
5176 (source
5177 (origin
5178 (method url-fetch)
5179 (uri (bioconductor-uri "annotatr" version))
5180 (sha256
5181 (base32
70007256 5182 "1bibk3p1q4cavqy11xs6rqqhqdjsq2dd7lf7blwcr27s5ajcd6dj"))))
ae6fa185
RW
5183 (build-system r-build-system)
5184 (propagated-inputs
5185 `(("r-annotationdbi" ,r-annotationdbi)
5186 ("r-annotationhub" ,r-annotationhub)
5187 ("r-dplyr" ,r-dplyr)
5188 ("r-genomeinfodb" ,r-genomeinfodb)
5189 ("r-genomicfeatures" ,r-genomicfeatures)
5190 ("r-genomicranges" ,r-genomicranges)
5191 ("r-ggplot2" ,r-ggplot2)
5192 ("r-iranges" ,r-iranges)
5193 ("r-readr" ,r-readr)
5194 ("r-regioner" ,r-regioner)
5195 ("r-reshape2" ,r-reshape2)
5196 ("r-rtracklayer" ,r-rtracklayer)
5197 ("r-s4vectors" ,r-s4vectors)))
5198 (home-page "https://bioconductor.org/packages/annotatr/")
5199 (synopsis "Annotation of genomic regions to genomic annotations")
5200 (description
5201 "Given a set of genomic sites/regions (e.g. ChIP-seq peaks, CpGs,
5202differentially methylated CpGs or regions, SNPs, etc.) it is often of interest
5203to investigate the intersecting genomic annotations. Such annotations include
5204those relating to gene models (promoters, 5'UTRs, exons, introns, and 3'UTRs),
5205CpGs (CpG islands, CpG shores, CpG shelves), or regulatory sequences such as
5206enhancers. The annotatr package provides an easy way to summarize and
5207visualize the intersection of genomic sites/regions with genomic
5208annotations.")
5209 (license license:gpl3)))
2cb738a6
RW
5210
5211(define-public r-rsubread
5212 (package
5213 (name "r-rsubread")
4390788e 5214 (version "2.0.0")
2cb738a6
RW
5215 (source
5216 (origin
5217 (method url-fetch)
5218 (uri (bioconductor-uri "Rsubread" version))
5219 (sha256
5220 (base32
4390788e 5221 "0l8q9y2a4m1di0w5nlxhq9jgliinhgr2fwjpm5ixnqx5j3iprlwd"))))
2cb738a6
RW
5222 (properties `((upstream-name . "Rsubread")))
5223 (build-system r-build-system)
5224 (inputs `(("zlib" ,zlib)))
5225 (home-page "https://bioconductor.org/packages/Rsubread/")
5226 (synopsis "Subread sequence alignment and counting for R")
5227 (description
5228 "This package provides tools for alignment, quantification and analysis
5229of second and third generation sequencing data. It includes functionality for
5230read mapping, read counting, SNP calling, structural variant detection and
5231gene fusion discovery. It can be applied to all major sequencing techologies
5232and to both short and long sequence reads.")
5233 (license license:gpl3)))
a6fedf1f 5234
a0422d18 5235(define-public r-flowutils
5236 (package
5237 (name "r-flowutils")
482ba0b3 5238 (version "1.50.0")
a0422d18 5239 (source
5240 (origin
5241 (method url-fetch)
5242 (uri (bioconductor-uri "flowUtils" version))
5243 (sha256
5244 (base32
482ba0b3 5245 "1xcs19j9p3izvksyy5wzsbicwby0dsa9g2w7gjzwynzgj5dpfr81"))))
a0422d18 5246 (properties `((upstream-name . "flowUtils")))
5247 (build-system r-build-system)
5248 (propagated-inputs
5249 `(("r-biobase" ,r-biobase)
5250 ("r-corpcor" ,r-corpcor)
5251 ("r-flowcore" ,r-flowcore)
5252 ("r-graph" ,r-graph)
5253 ("r-runit" ,r-runit)
5254 ("r-xml" ,r-xml)))
5255 (home-page "https://github.com/jspidlen/flowUtils")
5256 (synopsis "Utilities for flow cytometry")
5257 (description
5258 "This package provides utilities for flow cytometry data.")
5259 (license license:artistic2.0)))
5260
ed6f49fc 5261(define-public r-consensusclusterplus
5262 (package
5263 (name "r-consensusclusterplus")
8ad6b23f 5264 (version "1.50.0")
ed6f49fc 5265 (source
5266 (origin
5267 (method url-fetch)
5268 (uri (bioconductor-uri "ConsensusClusterPlus" version))
5269 (sha256
5270 (base32
8ad6b23f 5271 "0pnh5zy6d3c364xxjdn5zp3kf5afhsxv6yzkdn1qspny0pmqlrp4"))))
ed6f49fc 5272 (properties
5273 `((upstream-name . "ConsensusClusterPlus")))
5274 (build-system r-build-system)
5275 (propagated-inputs
5276 `(("r-all" ,r-all)
5277 ("r-biobase" ,r-biobase)
5278 ("r-cluster" ,r-cluster)))
5279 (home-page "https://bioconductor.org/packages/ConsensusClusterPlus")
5280 (synopsis "Clustering algorithm")
5281 (description
5282 "This package provides an implementation of an algorithm for determining
5283cluster count and membership by stability evidence in unsupervised analysis.")
5284 (license license:gpl2)))
5285
b4aee31d
RW
5286(define-public r-cytolib
5287 (package
5288 (name "r-cytolib")
5289 (version "1.8.0")
5290 (source
5291 (origin
5292 (method url-fetch)
5293 (uri (bioconductor-uri "cytolib" version))
5294 (sha256
5295 (base32
5296 "1zk5i09k782lw6297gl3rh0g4fxswr2ang8dgqj7p0814l7h15k9"))))
5297 (properties `((upstream-name . "cytolib")))
5298 (build-system r-build-system)
5299 (home-page "https://bioconductor.org/packages/cytolib/")
5300 (synopsis "C++ infrastructure for working with gated cytometry")
5301 (description
5302 "This package provides the core data structure and API to represent and
5303interact with gated cytometry data.")
5304 (license license:artistic2.0)))
5305
a6fedf1f 5306(define-public r-flowcore
5307 (package
5308 (name "r-flowcore")
b2a2f321 5309 (version "1.52.1")
a6fedf1f 5310 (source
5311 (origin
5312 (method url-fetch)
5313 (uri (bioconductor-uri "flowCore" version))
5314 (sha256
5315 (base32
b2a2f321 5316 "08kvxc187iwlixibx1860jcp5g9bsw8abkv06x2qv1w83fas4pp2"))))
a6fedf1f 5317 (properties `((upstream-name . "flowCore")))
5318 (build-system r-build-system)
5319 (propagated-inputs
5320 `(("r-bh" ,r-bh)
5321 ("r-biobase" ,r-biobase)
5322 ("r-biocgenerics" ,r-biocgenerics)
b2a2f321 5323 ("r-cytolib" ,r-cytolib)
a6fedf1f 5324 ("r-matrixstats" ,r-matrixstats)
b2a2f321 5325 ("r-rcpp" ,r-rcpp)))
a6fedf1f 5326 (home-page "https://bioconductor.org/packages/flowCore")
5327 (synopsis "Basic structures for flow cytometry data")
5328 (description
5329 "This package provides S4 data structures and basic functions to deal
5330with flow cytometry data.")
5331 (license license:artistic2.0)))
e0cb053e 5332
5333(define-public r-flowmeans
5334 (package
5335 (name "r-flowmeans")
80420878 5336 (version "1.46.0")
e0cb053e 5337 (source
5338 (origin
5339 (method url-fetch)
5340 (uri (bioconductor-uri "flowMeans" version))
5341 (sha256
5342 (base32
80420878 5343 "1yisrikaafmpb4sig2c5l0wcz4idrs4as7i9x90v6z2v94iq0m8h"))))
e0cb053e 5344 (properties `((upstream-name . "flowMeans")))
5345 (build-system r-build-system)
5346 (propagated-inputs
5347 `(("r-biobase" ,r-biobase)
5348 ("r-feature" ,r-feature)
5349 ("r-flowcore" ,r-flowcore)
5350 ("r-rrcov" ,r-rrcov)))
5351 (home-page "https://bioconductor.org/packages/flowMeans")
5352 (synopsis "Non-parametric flow cytometry data gating")
5353 (description
5354 "This package provides tools to identify cell populations in Flow
5355Cytometry data using non-parametric clustering and segmented-regression-based
5356change point detection.")
5357 (license license:artistic2.0)))
1502751b 5358
15ac0c19
RW
5359(define-public r-ncdfflow
5360 (package
5361 (name "r-ncdfflow")
5362 (version "2.32.0")
5363 (source
5364 (origin
5365 (method url-fetch)
5366 (uri (bioconductor-uri "ncdfFlow" version))
5367 (sha256
5368 (base32
5369 "06lscx6h4rg80ifi90rj7z2497b8w1fjipm3l8s3230rkizhh02i"))))
5370 (properties `((upstream-name . "ncdfFlow")))
5371 (build-system r-build-system)
5372 (inputs
5373 `(("zlib" ,zlib)))
5374 (propagated-inputs
5375 `(("r-bh" ,r-bh)
5376 ("r-biobase" ,r-biobase)
5377 ("r-biocgenerics" ,r-biocgenerics)
5378 ("r-flowcore" ,r-flowcore)
5379 ("r-rcpp" ,r-rcpp)
5380 ("r-rcpparmadillo" ,r-rcpparmadillo)
5381 ("r-rhdf5lib" ,r-rhdf5lib)
5382 ("r-zlibbioc" ,r-zlibbioc)))
5383 (home-page "https://bioconductor.org/packages/ncdfFlow/")
5384 (synopsis "HDF5 based storage for flow cytometry data")
5385 (description
5386 "This package provides HDF5 storage based methods and functions for
5387manipulation of flow cytometry data.")
5388 (license license:artistic2.0)))
5389
f5f44031
RW
5390(define-public r-ggcyto
5391 (package
5392 (name "r-ggcyto")
5393 (version "1.14.0")
5394 (source
5395 (origin
5396 (method url-fetch)
5397 (uri (bioconductor-uri "ggcyto" version))
5398 (sha256
5399 (base32
5400 "165qszvy5z176h1l3dnjb5dcm279b6bjl5n5gzz8wfn4xpn8anc8"))))
5401 (properties `((upstream-name . "ggcyto")))
5402 (build-system r-build-system)
5403 (propagated-inputs
5404 `(("r-data-table" ,r-data-table)
5405 ("r-flowcore" ,r-flowcore)
5406 ("r-flowworkspace" ,r-flowworkspace)
5407 ("r-ggplot2" ,r-ggplot2)
5408 ("r-gridextra" ,r-gridextra)
5409 ("r-ncdfflow" ,r-ncdfflow)
5410 ("r-plyr" ,r-plyr)
5411 ("r-rcolorbrewer" ,r-rcolorbrewer)
5412 ("r-rlang" ,r-rlang)
5413 ("r-scales" ,r-scales)))
5414 (home-page "https://github.com/RGLab/ggcyto/issues")
5415 (synopsis "Visualize Cytometry data with ggplot")
5416 (description
5417 "With the dedicated fortify method implemented for @code{flowSet},
5418@code{ncdfFlowSet} and @code{GatingSet} classes, both raw and gated flow
5419cytometry data can be plotted directly with ggplot. The @code{ggcyto} wrapper
5420and some custom layers also make it easy to add gates and population
5421statistics to the plot.")
5422 (license license:artistic2.0)))
5423
0dd4b7d7
RW
5424(define-public r-flowviz
5425 (package
5426 (name "r-flowviz")
5427 (version "1.50.0")
5428 (source
5429 (origin
5430 (method url-fetch)
5431 (uri (bioconductor-uri "flowViz" version))
5432 (sha256
5433 (base32
5434 "0ik16bxcfcg3q26ra3055718kskid64aaazcbqsxalca9ppdm4k7"))))
5435 (properties `((upstream-name . "flowViz")))
5436 (build-system r-build-system)
5437 (propagated-inputs
5438 `(("r-biobase" ,r-biobase)
5439 ("r-flowcore" ,r-flowcore)
5440 ("r-hexbin" ,r-hexbin)
5441 ("r-idpmisc" ,r-idpmisc)
5442 ("r-kernsmooth" ,r-kernsmooth)
5443 ("r-lattice" ,r-lattice)
5444 ("r-latticeextra" ,r-latticeextra)
5445 ("r-mass" ,r-mass)
5446 ("r-rcolorbrewer" ,r-rcolorbrewer)))
5447 (home-page "https://bioconductor.org/packages/flowViz/")
5448 (synopsis "Visualization for flow cytometry")
5449 (description
5450 "This package provides visualization tools for flow cytometry data.")
5451 (license license:artistic2.0)))
5452
c8ab9eb1
RW
5453(define-public r-flowclust
5454 (package
5455 (name "r-flowclust")
5456 (version "3.24.0")
5457 (source
5458 (origin
5459 (method url-fetch)
5460 (uri (bioconductor-uri "flowClust" version))
5461 (sha256
5462 (base32
5463 "0k4bgc4mf512njfdfg5ld9l7slgfxyfh766jab87j96zrrgcnj8s"))))
5464 (properties `((upstream-name . "flowClust")))
5465 (build-system r-build-system)
5466 (arguments
5467 `(#:configure-flags
5468 (list "--configure-args=--enable-bundled-gsl=no")))
5469 (propagated-inputs
5470 `(("r-biobase" ,r-biobase)
5471 ("r-biocgenerics" ,r-biocgenerics)
5472 ("r-clue" ,r-clue)
5473 ("r-corpcor" ,r-corpcor)
5474 ("r-ellipse" ,r-ellipse)
5475 ("r-flowcore" ,r-flowcore)
5476 ("r-flowviz" ,r-flowviz)
5477 ("r-graph" ,r-graph)
5478 ("r-mnormt" ,r-mnormt)))
5479 (inputs
5480 `(("gsl" ,gsl)))
5481 (native-inputs
5482 `(("pkg-config" ,pkg-config)))
5483 (home-page "https://bioconductor.org/packages/flowClust")
5484 (synopsis "Clustering for flow cytometry")
5485 (description
5486 "This package provides robust model-based clustering using a t-mixture
5487model with Box-Cox transformation.")
5488 (license license:artistic2.0)))
5489
f1964519
RW
5490;; TODO: this package bundles an old version of protobuf. It's not easy to
5491;; make it use our protobuf package instead.
5492(define-public r-rprotobuflib
5493 (package
5494 (name "r-rprotobuflib")
5495 (version "1.8.0")
5496 (source
5497 (origin
5498 (method url-fetch)
5499 (uri (bioconductor-uri "RProtoBufLib" version))
5500 (sha256
5501 (base32
5502 "0dlgki21a37bxqh3cf83vl5zqxm86472g8a9plvhrjzzsn3mwnrm"))))
5503 (properties `((upstream-name . "RProtoBufLib")))
5504 (build-system r-build-system)
5505 (arguments
5506 `(#:phases
5507 (modify-phases %standard-phases
5508 (add-after 'unpack 'unpack-bundled-sources
5509 (lambda _
5510 (with-directory-excursion "src"
5511 (invoke "tar" "xf" "protobuf-2.6.0.tgz"))
5512 #t)))))
5513 (home-page "https://bioconductor.org/packages/RProtoBufLib/")
5514 (synopsis "C++ headers and static libraries of Protocol buffers")
5515 (description
5516 "This package provides the headers and static library of Protocol buffers
5517for other R packages to compile and link against.")
5518 (license license:bsd-3)))
5519
82c11117
RW
5520(define-public r-flowworkspace
5521 (package
5522 (name "r-flowworkspace")
5523 (version "3.34.0")
5524 (source
5525 (origin
5526 (method url-fetch)
5527 (uri (bioconductor-uri "flowWorkspace" version))
5528 (sha256
5529 (base32
5530 "0hvbkxyylsygra31l1lxyvbsr5hc50lqy1y7gwrfgrfil4a2m762"))))
5531 (properties `((upstream-name . "flowWorkspace")))
5532 (build-system r-build-system)
5533 (propagated-inputs
5534 `(("r-bh" ,r-bh)
5535 ("r-biobase" ,r-biobase)
5536 ("r-biocgenerics" ,r-biocgenerics)
5537 ("r-cytolib" ,r-cytolib)
5538 ("r-data-table" ,r-data-table)
5539 ("r-digest" ,r-digest)
5540 ("r-dplyr" ,r-dplyr)
5541 ("r-flowcore" ,r-flowcore)
5542 ("r-flowviz" ,r-flowviz)
5543 ("r-graph" ,r-graph)
5544 ("r-gridextra" ,r-gridextra)
5545 ("r-lattice" ,r-lattice)
5546 ("r-latticeextra" ,r-latticeextra)
5547 ("r-matrixstats" ,r-matrixstats)
5548 ("r-ncdfflow" ,r-ncdfflow)
5549 ("r-rbgl" ,r-rbgl)
5550 ("r-rcolorbrewer" ,r-rcolorbrewer)
5551 ("r-rcpp" ,r-rcpp)
5552 ("r-rcppparallel" ,r-rcppparallel)
5553 ("r-rgraphviz" ,r-rgraphviz)
5554 ("r-rprotobuflib" ,r-rprotobuflib)
5555 ("r-scales" ,r-scales)
5556 ("r-stringr" ,r-stringr)))
5557 (home-page "https://bioconductor.org/packages/flowWorkspace/")
5558 (synopsis "Infrastructure for working with cytometry data")
5559 (description
5560 "This package is designed to facilitate comparison of automated gating
5561methods against manual gating done in flowJo. This package allows you to
5562import basic flowJo workspaces into BioConductor and replicate the gating from
5563flowJo using the @code{flowCore} functionality. Gating hierarchies, groups of
5564samples, compensation, and transformation are performed so that the output
5565matches the flowJo analysis.")
5566 (license license:artistic2.0)))
5567
b700b9ec
RW
5568(define-public r-flowstats
5569 (package
5570 (name "r-flowstats")
5571 (version "3.44.0")
5572 (source
5573 (origin
5574 (method url-fetch)
5575 (uri (bioconductor-uri "flowStats" version))
5576 (sha256
5577 (base32
5578 "0pql0lpf90nra7w6z6nd8l9cgjlsg2pxysfravnbzfhl3pjvd96w"))))
5579 (properties `((upstream-name . "flowStats")))
5580 (build-system r-build-system)
5581 (propagated-inputs
5582 `(("r-biobase" ,r-biobase)
5583 ("r-biocgenerics" ,r-biocgenerics)
5584 ("r-cluster" ,r-cluster)
5585 ("r-fda" ,r-fda)
5586 ("r-flowcore" ,r-flowcore)
5587 ("r-flowviz" ,r-flowviz)
5588 ("r-flowworkspace" ,r-flowworkspace)
5589 ("r-kernsmooth" ,r-kernsmooth)
5590 ("r-ks" ,r-ks)
5591 ("r-lattice" ,r-lattice)
5592 ("r-mass" ,r-mass)
5593 ("r-ncdfflow" ,r-ncdfflow)
5594 ("r-rcolorbrewer" ,r-rcolorbrewer)
5595 ("r-rrcov" ,r-rrcov)))
5596 (home-page "http://www.github.com/RGLab/flowStats")
5597 (synopsis "Statistical methods for the analysis of flow cytometry data")
5598 (description
5599 "This package provides methods and functionality to analyze flow data
5600that is beyond the basic infrastructure provided by the @code{flowCore}
5601package.")
5602 (license license:artistic2.0)))
5603
6aedc805
RW
5604(define-public r-opencyto
5605 (package
5606 (name "r-opencyto")
5607 (version "1.24.0")
5608 (source
5609 (origin
5610 (method url-fetch)
5611 (uri (bioconductor-uri "openCyto" version))
5612 (sha256
5613 (base32
5614 "0h25nhvq1zq624wsgb55wjcgri9rcd2fnqkb31h9jdakr01dw2sb"))))
5615 (properties `((upstream-name . "openCyto")))
5616 (build-system r-build-system)
5617 (propagated-inputs
5618 `(("r-biobase" ,r-biobase)
5619 ("r-biocgenerics" ,r-biocgenerics)
5620 ("r-clue" ,r-clue)
5621 ("r-data-table" ,r-data-table)
5622 ("r-flowclust" ,r-flowclust)
5623 ("r-flowcore" ,r-flowcore)
5624 ("r-flowstats" ,r-flowstats)
5625 ("r-flowviz" ,r-flowviz)
5626 ("r-flowworkspace" ,r-flowworkspace)
5627 ("r-graph" ,r-graph)
5628 ("r-gtools" ,r-gtools)
5629 ("r-ks" ,r-ks)
5630 ("r-lattice" ,r-lattice)
5631 ("r-mass" ,r-mass)
5632 ("r-ncdfflow" ,r-ncdfflow)
5633 ("r-plyr" ,r-plyr)
5634 ("r-r-utils" ,r-r-utils)
5635 ("r-rbgl" ,r-rbgl)
5636 ("r-rcolorbrewer" ,r-rcolorbrewer)
5637 ("r-rcpp" ,r-rcpp)
5638 ("r-rrcov" ,r-rrcov)))
5639 (home-page "https://bioconductor.org/packages/openCyto")
5640 (synopsis "Hierarchical gating pipeline for flow cytometry data")
5641 (description
5642 "This package is designed to facilitate the automated gating methods in a
5643sequential way to mimic the manual gating strategy.")
5644 (license license:artistic2.0)))
5645
7a62d5e0
RW
5646(define-public r-cytoml
5647 (package
5648 (name "r-cytoml")
5649 (version "1.12.0")
5650 (source
5651 (origin
5652 (method url-fetch)
5653 (uri (bioconductor-uri "CytoML" version))
5654 (sha256
5655 (base32
5656 "0m8x18wkvis85cawv7j07pk59w76wnzy93ia99gd24j82z4h97p1"))))
5657 (properties `((upstream-name . "CytoML")))
5658 (build-system r-build-system)
5659 (inputs
5660 `(("libxml2" ,libxml2)))
5661 (propagated-inputs
5662 `(("r-base64enc" ,r-base64enc)
5663 ("r-bh" ,r-bh)
5664 ("r-biobase" ,r-biobase)
5665 ("r-corpcor" ,r-corpcor)
5666 ("r-cytolib" ,r-cytolib)
5667 ("r-data-table" ,r-data-table)
5668 ("r-dplyr" ,r-dplyr)
5669 ("r-flowcore" ,r-flowcore)
5670 ("r-flowworkspace" ,r-flowworkspace)
5671 ("r-ggcyto" ,r-ggcyto)
5672 ("r-graph" ,r-graph)
5673 ("r-jsonlite" ,r-jsonlite)
5674 ("r-lattice" ,r-lattice)
5675 ("r-ncdfflow" ,r-ncdfflow)
5676 ("r-opencyto" ,r-opencyto)
5677 ("r-plyr" ,r-plyr)
5678 ("r-rbgl" ,r-rbgl)
5679 ("r-rcpp" ,r-rcpp)
5680 ("r-rcppparallel" ,r-rcppparallel)
5681 ("r-rgraphviz" ,r-rgraphviz)
5682 ("r-rprotobuflib" ,r-rprotobuflib)
5683 ("r-runit" ,r-runit)
5684 ("r-xml" ,r-xml)
5685 ("r-yaml" ,r-yaml)))
5686 (home-page "https://github.com/RGLab/CytoML")
5687 (synopsis "GatingML interface for cross platform cytometry data sharing")
5688 (description
5689 "This package provides an interface to implementations of the GatingML2.0
5690standard to exchange gated cytometry data with other software platforms.")
5691 (license license:artistic2.0)))
5692
1502751b 5693(define-public r-flowsom
5694 (package
5695 (name "r-flowsom")
ba71567a 5696 (version "1.18.0")
1502751b 5697 (source
5698 (origin
5699 (method url-fetch)
5700 (uri (bioconductor-uri "FlowSOM" version))
5701 (sha256
5702 (base32
ba71567a 5703 "0265sq4zvj6d6h5ghqj9xzm4b0z9v65kgyl88cgdcpdkzfnfcvd5"))))
1502751b 5704 (properties `((upstream-name . "FlowSOM")))
5705 (build-system r-build-system)
5706 (propagated-inputs
5707 `(("r-biocgenerics" ,r-biocgenerics)
5708 ("r-consensusclusterplus" ,r-consensusclusterplus)
ba71567a 5709 ("r-cytoml" ,r-cytoml)
1502751b 5710 ("r-flowcore" ,r-flowcore)
ba71567a 5711 ("r-flowworkspace" ,r-flowworkspace)
1502751b 5712 ("r-igraph" ,r-igraph)
ba71567a 5713 ("r-rcolorbrewer" ,r-rcolorbrewer)
1502751b 5714 ("r-tsne" ,r-tsne)
5715 ("r-xml" ,r-xml)))
5716 (home-page "https://bioconductor.org/packages/FlowSOM/")
5717 (synopsis "Visualize and interpret cytometry data")
5718 (description
5719 "FlowSOM offers visualization options for cytometry data, by using
5720self-organizing map clustering and minimal spanning trees.")
5721 (license license:gpl2+)))
1adb9cbc 5722
5723(define-public r-mixomics
5724 (package
5725 (name "r-mixomics")
4930a89a 5726 (version "6.10.6")
1adb9cbc 5727 (source
5728 (origin
5729 (method url-fetch)
5730 (uri (bioconductor-uri "mixOmics" version))
5731 (sha256
5732 (base32
4930a89a 5733 "18jwrdyc4pnx917y1kskxz3fqvlrkyy4ny0xqrfcidz0j7p0b7wr"))))
1adb9cbc 5734 (properties `((upstream-name . "mixOmics")))
5735 (build-system r-build-system)
5736 (propagated-inputs
5737 `(("r-corpcor" ,r-corpcor)
5738 ("r-dplyr" ,r-dplyr)
5739 ("r-ellipse" ,r-ellipse)
5740 ("r-ggplot2" ,r-ggplot2)
5741 ("r-gridextra" ,r-gridextra)
5742 ("r-igraph" ,r-igraph)
5743 ("r-lattice" ,r-lattice)
5744 ("r-mass" ,r-mass)
5745 ("r-matrixstats" ,r-matrixstats)
5746 ("r-rarpack" ,r-rarpack)
5747 ("r-rcolorbrewer" ,r-rcolorbrewer)
5748 ("r-reshape2" ,r-reshape2)
5749 ("r-tidyr" ,r-tidyr)))
5750 (home-page "http://www.mixOmics.org")
5751 (synopsis "Multivariate methods for exploration of biological datasets")
5752 (description
5753 "mixOmics offers a wide range of multivariate methods for the exploration
5754and integration of biological datasets with a particular focus on variable
5755selection. The package proposes several sparse multivariate models we have
5756developed to identify the key variables that are highly correlated, and/or
5757explain the biological outcome of interest. The data that can be analysed
5758with mixOmics may come from high throughput sequencing technologies, such as
5759omics data (transcriptomics, metabolomics, proteomics, metagenomics etc) but
5760also beyond the realm of omics (e.g. spectral imaging). The methods
5761implemented in mixOmics can also handle missing values without having to
5762delete entire rows with missing data.")
5763 (license license:gpl2+)))
a0efa069 5764
5765(define-public r-depecher
5766 (package
5767 (name "r-depecher")
2c8433ca 5768 (version "1.2.0")
a0efa069 5769 (source
5770 (origin
5771 (method url-fetch)
5772 (uri (bioconductor-uri "DepecheR" version))
5773 (sha256
5774 (base32
2c8433ca 5775 "1f6zbc0fq7xjflh3mkjx1n83mpppw663dj22rlpxzwp1kpmf6wm5"))))
a0efa069 5776 (properties `((upstream-name . "DepecheR")))
5777 (build-system r-build-system)
a0efa069 5778 (propagated-inputs
5779 `(("r-beanplot" ,r-beanplot)
a0efa069 5780 ("r-dosnow" ,r-dosnow)
5781 ("r-dplyr" ,r-dplyr)
2c8433ca 5782 ("r-fnn" ,r-fnn)
a0efa069 5783 ("r-foreach" ,r-foreach)
5784 ("r-ggplot2" ,r-ggplot2)
5785 ("r-gplots" ,r-gplots)
5786 ("r-mass" ,r-mass)
5787 ("r-matrixstats" ,r-matrixstats)
5788 ("r-mixomics" ,r-mixomics)
5789 ("r-moments" ,r-moments)
5790 ("r-rcpp" ,r-rcpp)
5791 ("r-rcppeigen" ,r-rcppeigen)
5792 ("r-reshape2" ,r-reshape2)
2c8433ca 5793 ("r-robustbase" ,r-robustbase)
a0efa069 5794 ("r-viridis" ,r-viridis)))
5795 (home-page "https://bioconductor.org/packages/DepecheR/")
5796 (synopsis "Identify traits of clusters in high-dimensional entities")
5797 (description
5798 "The purpose of this package is to identify traits in a dataset that can
5799separate groups. This is done on two levels. First, clustering is performed,
5800using an implementation of sparse K-means. Secondly, the generated clusters
5801are used to predict outcomes of groups of individuals based on their
5802distribution of observations in the different clusters. As certain clusters
5803with separating information will be identified, and these clusters are defined
5804by a sparse number of variables, this method can reduce the complexity of
5805data, to only emphasize the data that actually matters.")
5806 (license license:expat)))
b46a0ee7 5807
bb88417f
RW
5808(define-public r-rcistarget
5809 (package
5810 (name "r-rcistarget")
51ffac45 5811 (version "1.6.0")
bb88417f
RW
5812 (source
5813 (origin
5814 (method url-fetch)
5815 (uri (bioconductor-uri "RcisTarget" version))
5816 (sha256
5817 (base32
51ffac45 5818 "1nnah7s0jd24fpfyxsf76jas8dm23c3266aps124wdlqsp9q5qjw"))))
bb88417f
RW
5819 (properties `((upstream-name . "RcisTarget")))
5820 (build-system r-build-system)
5821 (propagated-inputs
5822 `(("r-aucell" ,r-aucell)
5823 ("r-biocgenerics" ,r-biocgenerics)
5824 ("r-data-table" ,r-data-table)
5825 ("r-feather" ,r-feather)
5826 ("r-gseabase" ,r-gseabase)
5827 ("r-r-utils" ,r-r-utils)
5828 ("r-summarizedexperiment" ,r-summarizedexperiment)))
5829 (home-page "https://aertslab.org/#scenic")
5830 (synopsis "Identify transcription factor binding motifs enriched on a gene list")
5831 (description
5832 "RcisTarget identifies @dfn{transcription factor binding motifs} (TFBS)
5833over-represented on a gene list. In a first step, RcisTarget selects DNA
5834motifs that are significantly over-represented in the surroundings of the
5835@dfn{transcription start site} (TSS) of the genes in the gene-set. This is
5836achieved by using a database that contains genome-wide cross-species rankings
5837for each motif. The motifs that are then annotated to TFs and those that have
5838a high @dfn{Normalized Enrichment Score} (NES) are retained. Finally, for
5839each motif and gene-set, RcisTarget predicts the candidate target genes (i.e.
5840genes in the gene-set that are ranked above the leading edge).")
5841 (license license:gpl3)))
5842
b46a0ee7
RW
5843(define-public r-cicero
5844 (package
5845 (name "r-cicero")
42b06298 5846 (version "1.4.0")
b46a0ee7
RW
5847 (source
5848 (origin
5849 (method url-fetch)
5850 (uri (bioconductor-uri "cicero" version))
5851 (sha256
5852 (base32
42b06298 5853 "0mmm7vvzq50b5fayid0bw82b5lar3xm9fwl2ya30q0p4db2y6wnz"))))
b46a0ee7
RW
5854 (build-system r-build-system)
5855 (propagated-inputs
5856 `(("r-assertthat" ,r-assertthat)
5857 ("r-biobase" ,r-biobase)
5858 ("r-biocgenerics" ,r-biocgenerics)
5859 ("r-data-table" ,r-data-table)
5860 ("r-dplyr" ,r-dplyr)
5861 ("r-fnn" ,r-fnn)
5862 ("r-genomicranges" ,r-genomicranges)
5863 ("r-ggplot2" ,r-ggplot2)
5864 ("r-glasso" ,r-glasso)
5865 ("r-gviz" ,r-gviz)
5866 ("r-igraph" ,r-igraph)
5867 ("r-iranges" ,r-iranges)
5868 ("r-matrix" ,r-matrix)
5869 ("r-monocle" ,r-monocle)
5870 ("r-plyr" ,r-plyr)
5871 ("r-reshape2" ,r-reshape2)
5872 ("r-s4vectors" ,r-s4vectors)
5873 ("r-stringr" ,r-stringr)
5874 ("r-tibble" ,r-tibble)
5875 ("r-vgam" ,r-vgam)))
5876 (home-page "https://bioconductor.org/packages/cicero/")
5877 (synopsis "Predict cis-co-accessibility from single-cell data")
5878 (description
5879 "Cicero computes putative cis-regulatory maps from single-cell chromatin
5880accessibility data. It also extends the monocle package for use in chromatin
5881accessibility data.")
5882 (license license:expat)))
14bb1c48
RW
5883
5884;; This is the latest commit on the "monocle3" branch.
5885(define-public r-cicero-monocle3
5886 (let ((commit "fa2fb6515857a8cfc88bc9af044f34de1bcd2b7b")
5887 (revision "1"))
5888 (package (inherit r-cicero)
5889 (name "r-cicero-monocle3")
5890 (version (git-version "1.3.2" revision commit))
5891 (source
5892 (origin
5893 (method git-fetch)
5894 (uri (git-reference
5895 (url "https://github.com/cole-trapnell-lab/cicero-release.git")
5896 (commit commit)))
5897 (file-name (git-file-name name version))
5898 (sha256
5899 (base32
5900 "077yza93wdhi08n40md20jwk55k9lw1f3y0063qkk90cpz60wi0c"))))
5901 (propagated-inputs
5902 `(("r-monocle3" ,r-monocle3)
5903 ,@(alist-delete "r-monocle"
5904 (package-propagated-inputs r-cicero)))))))
a9815a6c
RW
5905
5906(define-public r-cistopic
5907 (let ((commit "29abd8df9afb60ff27ac3f0a590930debe926950")
5908 (revision "0"))
5909 (package
5910 (name "r-cistopic")
5911 (version (git-version "0.2.1" revision commit))
5912 (source
5913 (origin
5914 (method git-fetch)
5915 (uri (git-reference
5916 (url "https://github.com/aertslab/cisTopic.git")
5917 (commit commit)))
5918 (file-name (git-file-name name version))
5919 (sha256
5920 (base32
5921 "0s8irpsv5d2zcv4ihanvsf1vrpignzliscxnvs4519af3jmx78h8"))))
5922 (build-system r-build-system)
5923 (propagated-inputs
5924 `(("r-aucell" ,r-aucell)
5925 ("r-data-table" ,r-data-table)
5926 ("r-dplyr" ,r-dplyr)
5927 ("r-dosnow" ,r-dosnow)
5928 ("r-dt" ,r-dt)
5929 ("r-feather" ,r-feather)
5930 ("r-fitdistrplus" ,r-fitdistrplus)
5931 ("r-genomicranges" ,r-genomicranges)
5932 ("r-ggplot2" ,r-ggplot2)
5933 ("r-lda" ,r-lda)
5934 ("r-matrix" ,r-matrix)
5935 ("r-plyr" ,r-plyr)
5936 ("r-rcistarget" ,r-rcistarget)
5937 ("r-rtracklayer" ,r-rtracklayer)
5938 ("r-s4vectors" ,r-s4vectors)))
5939 (home-page "https://github.com/aertslab/cisTopic")
5940 (synopsis "Modelling of cis-regulatory topics from single cell epigenomics data")
5941 (description
5942 "The sparse nature of single cell epigenomics data can be overruled using
5943probabilistic modelling methods such as @dfn{Latent Dirichlet
5944Allocation} (LDA). This package allows the probabilistic modelling of
5945cis-regulatory topics (cisTopics) from single cell epigenomics data, and
5946includes functionalities to identify cell states based on the contribution of
5947cisTopics and explore the nature and regulatory proteins driving them.")
5948 (license license:gpl3))))
d85c0f98
RW
5949
5950(define-public r-genie3
5951 (package
5952 (name "r-genie3")
33ce50e3 5953 (version "1.8.0")
d85c0f98
RW
5954 (source
5955 (origin
5956 (method url-fetch)
5957 (uri (bioconductor-uri "GENIE3" version))
5958 (sha256
5959 (base32
33ce50e3 5960 "0p67lhgy3lb4nc958s51hx7rvgwhzwfic9xhpsrask40k43spv7l"))))
d85c0f98
RW
5961 (properties `((upstream-name . "GENIE3")))
5962 (build-system r-build-system)
5963 (propagated-inputs `(("r-reshape2" ,r-reshape2)))
5964 (home-page "https://bioconductor.org/packages/GENIE3")
5965 (synopsis "Gene network inference with ensemble of trees")
5966 (description
5967 "This package implements the GENIE3 algorithm for inferring gene
5968regulatory networks from expression data.")
5969 (license license:gpl2+)))
db316d73
RW
5970
5971(define-public r-roc
5972 (package
5973 (name "r-roc")
3672b74f 5974 (version "1.62.0")
db316d73
RW
5975 (source
5976 (origin
5977 (method url-fetch)
5978 (uri (bioconductor-uri "ROC" version))
5979 (sha256
5980 (base32
3672b74f 5981 "1aqpyc28czagg3nbybh55vf152nbar61jjw79w04326d97mc3j3y"))))
db316d73
RW
5982 (properties `((upstream-name . "ROC")))
5983 (build-system r-build-system)
3672b74f
RW
5984 (propagated-inputs
5985 `(("r-knitr" ,r-knitr)))
db316d73
RW
5986 (home-page "https://www.bioconductor.org/packages/ROC/")
5987 (synopsis "Utilities for ROC curves")
5988 (description
5989 "This package provides utilities for @dfn{Receiver Operating
5990Characteristic} (ROC) curves, with a focus on micro arrays.")
5991 (license license:artistic2.0)))
46721dea
RW
5992
5993(define-public r-illuminahumanmethylation450kanno-ilmn12-hg19
5994 (package
5995 (name "r-illuminahumanmethylation450kanno-ilmn12-hg19")
5996 (version "0.6.0")
5997 (source
5998 (origin
5999 (method url-fetch)
6000 (uri (bioconductor-uri
6001 "IlluminaHumanMethylation450kanno.ilmn12.hg19"
6002 version 'annotation))
6003 (sha256
6004 (base32
6005 "059vlxsx3p3fcnywwirahsc6mlk813zpqnbv0jsrag6x5bb8z6r4"))))
6006 (properties
6007 `((upstream-name
6008 . "IlluminaHumanMethylation450kanno.ilmn12.hg19")))
6009 (build-system r-build-system)
6010 (propagated-inputs `(("r-minfi" ,r-minfi)))
6011 (home-page
6012 "https://bioconductor.org/packages/IlluminaHumanMethylation450kanno.ilmn12.hg19/")
6013 (synopsis "Annotation for Illumina's 450k methylation arrays")
6014 (description
6015 "This package provides manifests and annotation for Illumina's 450k array
6016data.")
6017 (license license:artistic2.0)))
38babeaa
RW
6018
6019(define-public r-watermelon
6020 (package
6021 (name "r-watermelon")
9eade229 6022 (version "1.30.0")
38babeaa
RW
6023 (source
6024 (origin
6025 (method url-fetch)
6026 (uri (bioconductor-uri "wateRmelon" version))
6027 (sha256
6028 (base32
9eade229 6029 "0a66fq04yph9dis91lzjk9kh134zy6fj98yklrwf24r1080qngx0"))))
38babeaa
RW
6030 (properties `((upstream-name . "wateRmelon")))
6031 (build-system r-build-system)
6032 (propagated-inputs
6033 `(("r-biobase" ,r-biobase)
6034 ("r-illuminahumanmethylation450kanno-ilmn12-hg19"
6035 ,r-illuminahumanmethylation450kanno-ilmn12-hg19)
6036 ("r-illuminaio" ,r-illuminaio)
6037 ("r-limma" ,r-limma)
6038 ("r-lumi" ,r-lumi)
6039 ("r-matrixstats" ,r-matrixstats)
6040 ("r-methylumi" ,r-methylumi)
6041 ("r-roc" ,r-roc)))
6042 (home-page "https://bioconductor.org/packages/wateRmelon/")
6043 (synopsis "Illumina 450 methylation array normalization and metrics")
6044 (description
6045 "The standard index of DNA methylation (beta) is computed from methylated
6046and unmethylated signal intensities. Betas calculated from raw signal
6047intensities perform well, but using 11 methylomic datasets we demonstrate that
6048quantile normalization methods produce marked improvement. The commonly used
6049procedure of normalizing betas is inferior to the separate normalization of M
6050and U, and it is also advantageous to normalize Type I and Type II assays
6051separately. This package provides 15 flavours of betas and three performance
6052metrics, with methods for objects produced by the @code{methylumi} and
6053@code{minfi} packages.")
6054 (license license:gpl3)))
7d2cb646
RW
6055
6056(define-public r-gdsfmt
6057 (package
6058 (name "r-gdsfmt")
f5ef7dd6 6059 (version "1.22.0")
7d2cb646
RW
6060 (source
6061 (origin
6062 (method url-fetch)
6063 (uri (bioconductor-uri "gdsfmt" version))
6064 (sha256
6065 (base32
f5ef7dd6 6066 "0zc9v62imd0ykz4h30pxa64q0y45qijmkwdk2pd4ncsg8fc2jlz9"))
7d2cb646
RW
6067 (modules '((guix build utils)))
6068 ;; Remove bundled sources of zlib, lz4, and xz. Don't attempt to build
6069 ;; them and link with system libraries instead.
6070 (snippet
6071 '(begin
6072 (for-each delete-file-recursively
6073 '("src/LZ4"
6074 "src/XZ"
6075 "src/ZLIB"))
6076 (substitute* "src/Makevars"
6077 (("all: \\$\\(SHLIB\\)") "all:")
6078 (("\\$\\(SHLIB\\): liblzma.a") "")
6079 (("(ZLIB|LZ4)/.*") "")
6080 (("CoreArray/dVLIntGDS.cpp.*")
6081 "CoreArray/dVLIntGDS.cpp")
6082 (("CoreArray/dVLIntGDS.o.*")
6083 "CoreArray/dVLIntGDS.o")
6084 (("PKG_LIBS = ./liblzma.a")
6085 "PKG_LIBS = -llz4"))
6086 (substitute* "src/CoreArray/dStream.h"
6087 (("include \"../(ZLIB|LZ4|XZ/api)/(.*)\"" _ _ header)
6088 (string-append "include <" header ">")))
6089 #t))))
6090 (properties `((upstream-name . "gdsfmt")))
6091 (build-system r-build-system)
6092 (inputs
6093 `(("lz4" ,lz4)
6094 ("xz" ,xz)
6095 ("zlib" ,zlib)))
6096 (home-page "http://corearray.sourceforge.net/")
6097 (synopsis
6098 "R Interface to CoreArray Genomic Data Structure (GDS) Files")
6099 (description
6100 "This package provides a high-level R interface to CoreArray @dfn{Genomic
6101Data Structure} (GDS) data files, which are portable across platforms with
6102hierarchical structure to store multiple scalable array-oriented data sets
6103with metadata information. It is suited for large-scale datasets, especially
6104for data which are much larger than the available random-access memory. The
6105@code{gdsfmt} package offers efficient operations specifically designed for
6106integers of less than 8 bits, since a diploid genotype, like
6107@dfn{single-nucleotide polymorphism} (SNP), usually occupies fewer bits than a
6108byte. Data compression and decompression are available with relatively
6109efficient random access. It is also allowed to read a GDS file in parallel
6110with multiple R processes supported by the package @code{parallel}.")
6111 (license license:lgpl3)))
6b5f59c7
RW
6112
6113(define-public r-bigmelon
6114 (package
6115 (name "r-bigmelon")
8b941a50 6116 (version "1.12.0")
6b5f59c7
RW
6117 (source
6118 (origin
6119 (method url-fetch)
6120 (uri (bioconductor-uri "bigmelon" version))
6121 (sha256
6122 (base32
8b941a50 6123 "0sw7rp4p03m1s72b4j06jfb7as3v1n2w2z4ppk8s4f80fb05bcls"))))
6b5f59c7
RW
6124 (properties `((upstream-name . "bigmelon")))
6125 (build-system r-build-system)
6126 (propagated-inputs
6127 `(("r-biobase" ,r-biobase)
6128 ("r-biocgenerics" ,r-biocgenerics)
6129 ("r-gdsfmt" ,r-gdsfmt)
6130 ("r-geoquery" ,r-geoquery)
6131 ("r-methylumi" ,r-methylumi)
6132 ("r-minfi" ,r-minfi)
6133 ("r-watermelon" ,r-watermelon)))
6134 (home-page "https://bioconductor.org/packages/bigmelon/")
6135 (synopsis "Illumina methylation array analysis for large experiments")
6136 (description
6137 "This package provides methods for working with Illumina arrays using the
6138@code{gdsfmt} package.")
6139 (license license:gpl3)))
739b2d10 6140
e5dfcd8e
RW
6141(define-public r-seqbias
6142 (package
6143 (name "r-seqbias")
2223bbc7 6144 (version "1.34.0")
e5dfcd8e
RW
6145 (source
6146 (origin
6147 (method url-fetch)
6148 (uri (bioconductor-uri "seqbias" version))
6149 (sha256
6150 (base32
2223bbc7 6151 "19vbdyjblij2533ibmrw1n0rkqfrbflma6cg5b79ghks0mg7z8hq"))))
e5dfcd8e
RW
6152 (properties `((upstream-name . "seqbias")))
6153 (build-system r-build-system)
6154 (propagated-inputs
6155 `(("r-biostrings" ,r-biostrings)
6156 ("r-genomicranges" ,r-genomicranges)
6157 ("r-rhtslib" ,r-rhtslib)))
6158 (inputs
6159 `(("zlib" ,zlib))) ; This comes from rhtslib.
6160 (home-page "https://bioconductor.org/packages/seqbias/")
6161 (synopsis "Estimation of per-position bias in high-throughput sequencing data")
6162 (description
6163 "This package implements a model of per-position sequencing bias in
6164high-throughput sequencing data using a simple Bayesian network, the structure
6165and parameters of which are trained on a set of aligned reads and a reference
6166genome sequence.")
6167 (license license:lgpl3)))
6168
bb0024dc
RW
6169(define-public r-reqon
6170 (package
6171 (name "r-reqon")
02c18abe 6172 (version "1.32.0")
bb0024dc
RW
6173 (source
6174 (origin
6175 (method url-fetch)
6176 (uri (bioconductor-uri "ReQON" version))
6177 (sha256
6178 (base32
02c18abe 6179 "10p6l2zxijqyypdm970jyfqyrnfhaq3nf7cg2q6mgd1srggfa0cx"))))
bb0024dc
RW
6180 (properties `((upstream-name . "ReQON")))
6181 (build-system r-build-system)
6182 (propagated-inputs
6183 `(("r-rjava" ,r-rjava)
6184 ("r-rsamtools" ,r-rsamtools)
6185 ("r-seqbias" ,r-seqbias)))
6186 (home-page "https://bioconductor.org/packages/ReQON/")
6187 (synopsis "Recalibrating quality of nucleotides")
6188 (description
6189 "This package provides an implementation of an algorithm for
6190recalibrating the base quality scores for aligned sequencing data in BAM
6191format.")
6192 (license license:gpl2)))
6193
739b2d10
RW
6194(define-public r-wavcluster
6195 (package
6196 (name "r-wavcluster")
c0cba4b5 6197 (version "2.20.0")
739b2d10
RW
6198 (source
6199 (origin
6200 (method url-fetch)
6201 (uri (bioconductor-uri "wavClusteR" version))
6202 (sha256
6203 (base32
c0cba4b5 6204 "0vq3xxsvwq86rlya7xc92sc4i6b48sib0pcina3xivg3ky2j3z7y"))))
739b2d10
RW
6205 (properties `((upstream-name . "wavClusteR")))
6206 (build-system r-build-system)
6207 (propagated-inputs
6208 `(("r-biocgenerics" ,r-biocgenerics)
6209 ("r-biostrings" ,r-biostrings)
6210 ("r-foreach" ,r-foreach)
6211 ("r-genomicfeatures" ,r-genomicfeatures)
6212 ("r-genomicranges" ,r-genomicranges)
6213 ("r-ggplot2" ,r-ggplot2)
6214 ("r-hmisc" ,r-hmisc)
6215 ("r-iranges" ,r-iranges)
6216 ("r-mclust" ,r-mclust)
6217 ("r-rsamtools" ,r-rsamtools)
6218 ("r-rtracklayer" ,r-rtracklayer)
6219 ("r-s4vectors" ,r-s4vectors)
6220 ("r-seqinr" ,r-seqinr)
6221 ("r-stringr" ,r-stringr)
6222 ("r-wmtsa" ,r-wmtsa)))
6223 (home-page "https://bioconductor.org/packages/wavClusteR/")
6224 (synopsis "Identification of RNA-protein interaction sites in PAR-CLIP data")
6225 (description
6226 "This package provides an integrated pipeline for the analysis of
6227PAR-CLIP data. PAR-CLIP-induced transitions are first discriminated from
6228sequencing errors, SNPs and additional non-experimental sources by a non-
6229parametric mixture model. The protein binding sites (clusters) are then
6230resolved at high resolution and cluster statistics are estimated using a
6231rigorous Bayesian framework. Post-processing of the results, data export for
6232UCSC genome browser visualization and motif search analysis are provided. In
6233addition, the package allows to integrate RNA-Seq data to estimate the False
6234Discovery Rate of cluster detection. Key functions support parallel multicore
6235computing. While wavClusteR was designed for PAR-CLIP data analysis, it can
6236be applied to the analysis of other NGS data obtained from experimental
6237procedures that induce nucleotide substitutions (e.g. BisSeq).")
6238 (license license:gpl2)))
853211a5
RW
6239
6240(define-public r-timeseriesexperiment
6241 (package
6242 (name "r-timeseriesexperiment")
cb734c60 6243 (version "1.4.0")
853211a5
RW
6244 (source
6245 (origin
6246 (method url-fetch)
6247 (uri (bioconductor-uri "TimeSeriesExperiment" version))
6248 (sha256
6249 (base32
cb734c60 6250 "0xqa6hzknnci20zx2f6mw5cpqx8pq0v6fzf053hh51p1l2ikvgqm"))))
853211a5
RW
6251 (properties
6252 `((upstream-name . "TimeSeriesExperiment")))
6253 (build-system r-build-system)
6254 (propagated-inputs
6255 `(("r-deseq2" ,r-deseq2)
6256 ("r-dplyr" ,r-dplyr)
6257 ("r-dynamictreecut" ,r-dynamictreecut)
6258 ("r-edger" ,r-edger)
6259 ("r-ggplot2" ,r-ggplot2)
6260 ("r-hmisc" ,r-hmisc)
6261 ("r-limma" ,r-limma)
6262 ("r-magrittr" ,r-magrittr)
6263 ("r-proxy" ,r-proxy)
6264 ("r-s4vectors" ,r-s4vectors)
6265 ("r-summarizedexperiment" ,r-summarizedexperiment)
6266 ("r-tibble" ,r-tibble)
6267 ("r-tidyr" ,r-tidyr)
6268 ("r-vegan" ,r-vegan)
6269 ("r-viridis" ,r-viridis)))
6270 (home-page "https://github.com/nlhuong/TimeSeriesExperiment/")
6271 (synopsis "Analysis for short time-series data")
6272 (description
6273 "This package is a visualization and analysis toolbox for short time
6274course data which includes dimensionality reduction, clustering, two-sample
6275differential expression testing and gene ranking techniques. The package also
6276provides methods for retrieving enriched pathways.")
6277 (license license:lgpl3+)))
df8576e5
RW
6278
6279(define-public r-variantfiltering
6280 (package
6281 (name "r-variantfiltering")
6f5415d5 6282 (version "1.22.0")
df8576e5
RW
6283 (source
6284 (origin
6285 (method url-fetch)
6286 (uri (bioconductor-uri "VariantFiltering" version))
6287 (sha256
6288 (base32
6f5415d5 6289 "13pgfk2mbffd9smmxnwz7g0jrwng78711053wfzadr107zbyn4r8"))))
df8576e5
RW
6290 (properties
6291 `((upstream-name . "VariantFiltering")))
6292 (build-system r-build-system)
6293 (propagated-inputs
6294 `(("r-annotationdbi" ,r-annotationdbi)
6295 ("r-biobase" ,r-biobase)
6296 ("r-biocgenerics" ,r-biocgenerics)
6297 ("r-biocparallel" ,r-biocparallel)
6298 ("r-biostrings" ,r-biostrings)
6299 ("r-bsgenome" ,r-bsgenome)
6300 ("r-dt" ,r-dt)
6301 ("r-genomeinfodb" ,r-genomeinfodb)
6302 ("r-genomicfeatures" ,r-genomicfeatures)
6303 ("r-genomicranges" ,r-genomicranges)
6304 ("r-genomicscores" ,r-genomicscores)
6305 ("r-graph" ,r-graph)
6306 ("r-gviz" ,r-gviz)
6307 ("r-iranges" ,r-iranges)
6308 ("r-rbgl" ,r-rbgl)
6309 ("r-rsamtools" ,r-rsamtools)
6310 ("r-s4vectors" ,r-s4vectors)
6311 ("r-shiny" ,r-shiny)
6312 ("r-shinyjs" ,r-shinyjs)
6313 ("r-shinythemes" ,r-shinythemes)
6314 ("r-shinytree" ,r-shinytree)
6315 ("r-summarizedexperiment" ,r-summarizedexperiment)
6316 ("r-variantannotation" ,r-variantannotation)
6317 ("r-xvector" ,r-xvector)))
6318 (home-page "https://github.com/rcastelo/VariantFiltering")
6319 (synopsis "Filtering of coding and non-coding genetic variants")
6320 (description
6321 "Filter genetic variants using different criteria such as inheritance
6322model, amino acid change consequence, minor allele frequencies across human
6323populations, splice site strength, conservation, etc.")
6324 (license license:artistic2.0)))
f5349b4d
RW
6325
6326(define-public r-genomegraphs
6327 (package
6328 (name "r-genomegraphs")
053a2127 6329 (version "1.46.0")
f5349b4d
RW
6330 (source
6331 (origin
6332 (method url-fetch)
6333 (uri (bioconductor-uri "GenomeGraphs" version))
6334 (sha256
6335 (base32
053a2127 6336 "05vavhz936v7cknig2f2mn3fd9fiy54r3swlvifpawramblp1ags"))))
f5349b4d
RW
6337 (properties `((upstream-name . "GenomeGraphs")))
6338 (build-system r-build-system)
6339 (propagated-inputs
6340 `(("r-biomart" ,r-biomart)))
6341 (home-page "https://bioconductor.org/packages/GenomeGraphs/")
6342 (synopsis "Plotting genomic information from Ensembl")
6343 (description
6344 "Genomic data analyses requires integrated visualization of known genomic
6345information and new experimental data. GenomeGraphs uses the biomaRt package
6346to perform live annotation queries to Ensembl and translates this to e.g.
6347gene/transcript structures in viewports of the grid graphics package. This
6348results in genomic information plotted together with your data. Another
6349strength of GenomeGraphs is to plot different data types such as array CGH,
6350gene expression, sequencing and other data, together in one plot using the
6351same genome coordinate system.")
6352 (license license:artistic2.0)))
2a360cf6
RW
6353
6354(define-public r-wavetiling
6355 (package
6356 (name "r-wavetiling")
e13f9773 6357 (version "1.28.0")
2a360cf6
RW
6358 (source
6359 (origin
6360 (method url-fetch)
6361 (uri (bioconductor-uri "waveTiling" version))
6362 (sha256
6363 (base32
e13f9773 6364 "0d7l559zlmly8mncmh1zhkqmsml0bwwfpm7ccp8l26y852vwf7hf"))))
2a360cf6
RW
6365 (properties `((upstream-name . "waveTiling")))
6366 (build-system r-build-system)
6367 (propagated-inputs
6368 `(("r-affy" ,r-affy)
6369 ("r-biobase" ,r-biobase)
6370 ("r-biostrings" ,r-biostrings)
6371 ("r-genomegraphs" ,r-genomegraphs)
6372 ("r-genomicranges" ,r-genomicranges)
6373 ("r-iranges" ,r-iranges)
6374 ("r-oligo" ,r-oligo)
6375 ("r-oligoclasses" ,r-oligoclasses)
6376 ("r-preprocesscore" ,r-preprocesscore)
6377 ("r-waveslim" ,r-waveslim)))
6378 (home-page "https://r-forge.r-project.org/projects/wavetiling/")
6379 (synopsis "Wavelet-based models for tiling array transcriptome analysis")
6380 (description
6381 "This package is designed to conduct transcriptome analysis for tiling
6382arrays based on fast wavelet-based functional models.")
6383 (license license:gpl2+)))
d80a1569
RW
6384
6385(define-public r-variancepartition
6386 (package
6387 (name "r-variancepartition")
e2f481da 6388 (version "1.16.0")
d80a1569
RW
6389 (source
6390 (origin
6391 (method url-fetch)
6392 (uri (bioconductor-uri "variancePartition" version))
6393 (sha256
6394 (base32
e2f481da 6395 "1ygx7f2sp4b7ilgspm6vqcbjxs7br9s6g3gwcdb978kx03ymp4i8"))))
d80a1569
RW
6396 (properties
6397 `((upstream-name . "variancePartition")))
6398 (build-system r-build-system)
6399 (propagated-inputs
6400 `(("r-biobase" ,r-biobase)
326746e1 6401 ("r-biocparallel" ,r-biocparallel)
d80a1569
RW
6402 ("r-colorramps" ,r-colorramps)
6403 ("r-doparallel" ,r-doparallel)
6404 ("r-foreach" ,r-foreach)
6405 ("r-ggplot2" ,r-ggplot2)
6406 ("r-gplots" ,r-gplots)
6407 ("r-iterators" ,r-iterators)
6408 ("r-limma" ,r-limma)
6409 ("r-lme4" ,r-lme4)
6410 ("r-lmertest" ,r-lmertest)
6411 ("r-mass" ,r-mass)
6412 ("r-pbkrtest" ,r-pbkrtest)
6413 ("r-progress" ,r-progress)
6414 ("r-reshape2" ,r-reshape2)
6415 ("r-scales" ,r-scales)))
6416 (home-page "https://bioconductor.org/packages/variancePartition/")
6417 (synopsis "Analyze variation in gene expression experiments")
6418 (description
6419 "This is a package providing tools to quantify and interpret multiple
6420sources of biological and technical variation in gene expression experiments.
6421It uses a linear mixed model to quantify variation in gene expression
6422attributable to individual, tissue, time point, or technical variables. The
6423package includes dream differential expression analysis for repeated
6424measures.")
6425 (license license:gpl2+)))
16e2e4f2 6426
6427(define-public r-htqpcr
6428 (package
6429 (name "r-htqpcr")
0b0906c8 6430 (version "1.40.0")
16e2e4f2 6431 (source
6432 (origin
6433 (method url-fetch)
6434 (uri (bioconductor-uri "HTqPCR" version))
6435 (sha256
6436 (base32
0b0906c8 6437 "008iczqaa0wn5nw144vfg3qylg7qa1q963nq9mqhgj3sxlg4rmjx"))))
16e2e4f2 6438 (properties `((upstream-name . "HTqPCR")))
6439 (build-system r-build-system)
6440 (propagated-inputs
6441 `(("r-affy" ,r-affy)
6442 ("r-biobase" ,r-biobase)
6443 ("r-gplots" ,r-gplots)
6444 ("r-limma" ,r-limma)
6445 ("r-rcolorbrewer" ,r-rcolorbrewer)))
6446 (home-page "http://www.ebi.ac.uk/bertone/software")
6447 (synopsis "Automated analysis of high-throughput qPCR data")
6448 (description
6449 "Analysis of Ct values from high throughput quantitative real-time
6450PCR (qPCR) assays across multiple conditions or replicates. The input data
6451can be from spatially-defined formats such ABI TaqMan Low Density Arrays or
6452OpenArray; LightCycler from Roche Applied Science; the CFX plates from Bio-Rad
6453Laboratories; conventional 96- or 384-well plates; or microfluidic devices
6454such as the Dynamic Arrays from Fluidigm Corporation. HTqPCR handles data
6455loading, quality assessment, normalization, visualization and parametric or
6456non-parametric testing for statistical significance in Ct values between
6457features (e.g. genes, microRNAs).")
6458 (license license:artistic2.0)))
86fb2c63 6459
6460(define-public r-unifiedwmwqpcr
6461 (package
6462 (name "r-unifiedwmwqpcr")
989be6df 6463 (version "1.22.0")
86fb2c63 6464 (source
6465 (origin
6466 (method url-fetch)
6467 (uri (bioconductor-uri "unifiedWMWqPCR" version))
6468 (sha256
6469 (base32
989be6df 6470 "1l6rf7scxxyz4x0m4li54y6905sqj4jrx481zb9h3vqhcfcmn8lj"))))
86fb2c63 6471 (properties
6472 `((upstream-name . "unifiedWMWqPCR")))
6473 (build-system r-build-system)
6474 (propagated-inputs
6475 `(("r-biocgenerics" ,r-biocgenerics)
6476 ("r-htqpcr" ,r-htqpcr)))
6477 (home-page "https://bioconductor.org/packages/unifiedWMWqPCR")
6478 (synopsis "Unified Wilcoxon-Mann Whitney Test for differential expression in qPCR data")
6479 (description
b5b0ee3b 6480 "This package implements the unified Wilcoxon-Mann-Whitney Test for qPCR
86fb2c63 6481data. This modified test allows for testing differential expression in qPCR
6482data.")
6483 (license license:gpl2+)))
72b67e0b
RW
6484
6485;; This is a CRAN package, but it depends on Bioconductor packages, so we put
6486;; it here.
6487(define-public r-activedriverwgs
6488 (package
6489 (name "r-activedriverwgs")
6490 (version "1.0.1")
6491 (source
6492 (origin
6493 (method url-fetch)
6494 (uri (cran-uri "ActiveDriverWGS" version))
6495 (sha256
6496 (base32
6497 "08l9dj8d3cd74z1dqn8n4yqykwvqjxsfa067wnxyh7xnfvvnm5v1"))))
6498 (properties
6499 `((upstream-name . "ActiveDriverWGS")))
6500 (build-system r-build-system)
6501 (propagated-inputs
6502 `(("r-biostrings" ,r-biostrings)
6503 ("r-bsgenome" ,r-bsgenome)
6504 ("r-bsgenome-hsapiens-ucsc-hg19" ,r-bsgenome-hsapiens-ucsc-hg19)
6505 ("r-genomeinfodb" ,r-genomeinfodb)
6506 ("r-genomicranges" ,r-genomicranges)
6507 ("r-iranges" ,r-iranges)
6508 ("r-plyr" ,r-plyr)
6509 ("r-s4vectors" ,r-s4vectors)))
6510 (home-page "https://cran.r-project.org/web/packages/ActiveDriverWGS/")
6511 (synopsis "Driver discovery tool for cancer whole genomes")
6512 (description
6513 "This package provides a method for finding an enrichment of cancer
6514simple somatic mutations (SNVs and Indels) in functional elements across the
6515human genome. ActiveDriverWGS detects coding and noncoding driver elements
6516using whole genome sequencing data.")
6517 (license license:gpl3)))
8e6f63dd
RW
6518
6519;; This is a CRAN package, but it depends on Bioconductor packages, so we put
6520;; it here.
6521(define-public r-activepathways
6522 (package
6523 (name "r-activepathways")
6524 (version "1.0.1")
6525 (source
6526 (origin
6527 (method url-fetch)
6528 (uri (cran-uri "ActivePathways" version))
6529 (sha256
6530 (base32
6531 "1xb0d1svmzw404pv8ja6wr4773k7x2lxkrzrayilvzqbfzj1wx20"))))
6532 (properties
6533 `((upstream-name . "ActivePathways")))
6534 (build-system r-build-system)
6535 (propagated-inputs
6536 `(("r-data-table" ,r-data-table)
6537 ("r-ggplot2" ,r-ggplot2)
6538 ("r-metap" ,r-metap)))
6539 (home-page "https://cran.r-project.org/web/packages/ActivePathways/")
6540 (synopsis "Multivariate pathway enrichment analysis")
6541 (description
6542 "This package represents an integrative method of analyzing multi omics
6543data that conducts enrichment analysis of annotated gene sets. ActivePathways
6544uses a statistical data fusion approach, rationalizes contributing evidence
6545and highlights associated genes, improving systems-level understanding of
6546cellular organization in health and disease.")
6547 (license license:gpl3)))