gnu: r-diffbind: Update to 2.14.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")
0968a448 1357 (version "1.24.0")
6d94bf6b
RJ
1358 (source
1359 (origin
1360 (method url-fetch)
1361 (uri (bioconductor-uri "RIPSeeker" version))
1362 (sha256
1363 (base32
0968a448 1364 "0rfff4wal51iji0m74mgnrlcq6i41nq5b79mv5brv7mab3g0cv43"))))
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")
588b63c2 1390 (version "2.40.0")
a6ae9ffd
RJ
1391 (source
1392 (origin
1393 (method url-fetch)
1394 (uri (bioconductor-uri "multtest" version))
1395 (sha256
1396 (base32
588b63c2 1397 "0vy9wk1111qm69xy4r4n01b9rw60dsrcj2169jd45yiq63cdq7bv"))))
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")
a61bcb28 1428 (version "1.62.0")
5dfe4912
RW
1429 (source (origin
1430 (method url-fetch)
1431 (uri (bioconductor-uri "graph" version))
1432 (sha256
1433 (base32
a61bcb28 1434 "0rs81a8kp7nfzsfy2d11mlrjf4z156075p52wvz9nvi3vc6l348w"))))
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")
109b8ad5 1475 (version "3.18.2")
793f83ef
RJ
1476 (source
1477 (origin
1478 (method url-fetch)
1479 (uri (bioconductor-uri "ChIPpeakAnno" version))
1480 (sha256
1481 (base32
109b8ad5 1482 "0wzwdxvvr7wknz5jnan0wsp81c1gv4d2qx0mrb1yybqf4z068779"))))
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")
bcb95b7a 1531 (version "1.62.0")
164502d8
RJ
1532 (source (origin
1533 (method url-fetch)
1534 (uri (bioconductor-uri "marray" version))
1535 (sha256
bcb95b7a 1536 (base32 "000745d7gxka8cx4jwxf0p128jk90dw6wi3y8dkrkyz2arkl29yz"))))
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")
8efb842f 1550 (version "1.44.0")
0416a0d4
RJ
1551 (source (origin
1552 (method url-fetch)
1553 (uri (bioconductor-uri "CGHbase" version))
1554 (sha256
8efb842f 1555 (base32 "0z9lvn5dxym6kc8ak5fsqkipv2p4z49va3cyz1ch8rw477k2iwvm"))))
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")
23177309 1570 (version "2.46.0")
67ee83d6
RJ
1571 (source (origin
1572 (method url-fetch)
1573 (uri (bioconductor-uri "CGHcall" version))
1574 (sha256
23177309 1575 (base32 "13vzk4myizs94hyak4iyxdrqyxyq1g85hwsmd13892g8pww6ga93"))))
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")
4f4bed7d 1593 (version "1.20.0")
0ef8cc9c
RJ
1594 (source (origin
1595 (method url-fetch)
1596 (uri (bioconductor-uri "QDNAseq" version))
1597 (sha256
4f4bed7d 1598 (base32 "02afy5bpj35981q1qm59jx399hksk6a9v1jfwy7x888rn86gfcfz"))))
0ef8cc9c
RJ
1599 (properties `((upstream-name . "QDNAseq")))
1600 (build-system r-build-system)
1601 (propagated-inputs
1602 `(("r-biobase" ,r-biobase)
81b0181b 1603 ("r-biocparallel" ,r-biocparallel)
0ef8cc9c
RJ
1604 ("r-cghbase" ,r-cghbase)
1605 ("r-cghcall" ,r-cghcall)
1606 ("r-dnacopy" ,r-dnacopy)
1607 ("r-genomicranges" ,r-genomicranges)
1608 ("r-iranges" ,r-iranges)
1609 ("r-matrixstats" ,r-matrixstats)
1610 ("r-r-utils" ,r-r-utils)
1611 ("r-rsamtools" ,r-rsamtools)))
1612 (home-page "http://bioconductor.org/packages/QDNAseq")
1613 (synopsis "Quantitative DNA sequencing for chromosomal aberrations")
1614 (description "The genome is divided into non-overlapping fixed-sized bins,
1615number of sequence reads in each counted, adjusted with a simultaneous
1616two-dimensional loess correction for sequence mappability and GC content, and
1617filtered to remove spurious regions in the genome. Downstream steps of
1618segmentation and calling are also implemented via packages DNAcopy and CGHcall,
1619respectively.")
1620 (license license:gpl2+)))
bb15b581
RW
1621
1622(define-public r-bayseq
1623 (package
1624 (name "r-bayseq")
c38de815 1625 (version "2.18.0")
bb15b581
RW
1626 (source
1627 (origin
1628 (method url-fetch)
1629 (uri (bioconductor-uri "baySeq" version))
1630 (sha256
1631 (base32
c38de815 1632 "13lm7n5zqw8yg5sqb92h6ppcnr0l32qdgmv7i16pn32fb6z41p0w"))))
bb15b581
RW
1633 (properties `((upstream-name . "baySeq")))
1634 (build-system r-build-system)
1635 (propagated-inputs
1636 `(("r-abind" ,r-abind)
1637 ("r-edger" ,r-edger)
1638 ("r-genomicranges" ,r-genomicranges)))
1639 (home-page "https://bioconductor.org/packages/baySeq/")
1640 (synopsis "Bayesian analysis of differential expression patterns in count data")
1641 (description
1642 "This package identifies differential expression in high-throughput count
1643data, such as that derived from next-generation sequencing machines,
1644calculating estimated posterior likelihoods of differential expression (or
1645more complex hypotheses) via empirical Bayesian methods.")
1646 (license license:gpl3)))
609f4ad1
RW
1647
1648(define-public r-chipcomp
1649 (package
1650 (name "r-chipcomp")
1ddd4af5 1651 (version "1.14.0")
609f4ad1
RW
1652 (source
1653 (origin
1654 (method url-fetch)
1655 (uri (bioconductor-uri "ChIPComp" version))
1656 (sha256
1657 (base32
1ddd4af5 1658 "0ragyl9dhg0ymgkh4z9d1cbwhbpcwh6x4985laaw6wmq2sjm732y"))))
609f4ad1
RW
1659 (properties `((upstream-name . "ChIPComp")))
1660 (build-system r-build-system)
1661 (propagated-inputs
1662 `(("r-biocgenerics" ,r-biocgenerics)
1663 ("r-bsgenome-hsapiens-ucsc-hg19" ,r-bsgenome-hsapiens-ucsc-hg19)
1664 ("r-bsgenome-mmusculus-ucsc-mm9" ,r-bsgenome-mmusculus-ucsc-mm9)
1665 ("r-genomeinfodb" ,r-genomeinfodb)
1666 ("r-genomicranges" ,r-genomicranges)
1667 ("r-iranges" ,r-iranges)
1668 ("r-limma" ,r-limma)
1669 ("r-rsamtools" ,r-rsamtools)
1670 ("r-rtracklayer" ,r-rtracklayer)
1671 ("r-s4vectors" ,r-s4vectors)))
1672 (home-page "https://bioconductor.org/packages/ChIPComp")
1673 (synopsis "Quantitative comparison of multiple ChIP-seq datasets")
1674 (description
1675 "ChIPComp implements a statistical method for quantitative comparison of
1676multiple ChIP-seq datasets. It detects differentially bound sharp binding
1677sites across multiple conditions considering matching control in ChIP-seq
1678datasets.")
1679 ;; Any version of the GPL.
1680 (license license:gpl3+)))
0490f9de
RW
1681
1682(define-public r-riboprofiling
1683 (package
1684 (name "r-riboprofiling")
7d5acf7a 1685 (version "1.14.0")
0490f9de
RW
1686 (source
1687 (origin
1688 (method url-fetch)
1689 (uri (bioconductor-uri "RiboProfiling" version))
1690 (sha256
1691 (base32
7d5acf7a 1692 "1si8zkznm0slvghk786qsp0wd6sns6hggrnz88ww9fcfvsqvzsy9"))))
0490f9de
RW
1693 (properties `((upstream-name . "RiboProfiling")))
1694 (build-system r-build-system)
1695 (propagated-inputs
1696 `(("r-biocgenerics" ,r-biocgenerics)
1697 ("r-biostrings" ,r-biostrings)
1698 ("r-data-table" ,r-data-table)
1699 ("r-genomeinfodb" ,r-genomeinfodb)
1700 ("r-genomicalignments" ,r-genomicalignments)
1701 ("r-genomicfeatures" ,r-genomicfeatures)
1702 ("r-genomicranges" ,r-genomicranges)
1703 ("r-ggbio" ,r-ggbio)
1704 ("r-ggplot2" ,r-ggplot2)
1705 ("r-iranges" ,r-iranges)
1706 ("r-plyr" ,r-plyr)
1707 ("r-reshape2" ,r-reshape2)
1708 ("r-rsamtools" ,r-rsamtools)
1709 ("r-rtracklayer" ,r-rtracklayer)
1710 ("r-s4vectors" ,r-s4vectors)
1711 ("r-sqldf" ,r-sqldf)))
1712 (home-page "https://bioconductor.org/packages/RiboProfiling/")
1713 (synopsis "Ribosome profiling data analysis")
1714 (description "Starting with a BAM file, this package provides the
1715necessary functions for quality assessment, read start position recalibration,
1716the counting of genomic sequence reads on CDS, 3'UTR, and 5'UTR, and plotting
1717of count data: pairs, log fold-change, codon frequency and coverage
1718assessment, principal component analysis on codon coverage.")
1719 (license license:gpl3)))
6ffdfe6a
RW
1720
1721(define-public r-riboseqr
1722 (package
1723 (name "r-riboseqr")
eff6b2eb 1724 (version "1.18.0")
6ffdfe6a
RW
1725 (source
1726 (origin
1727 (method url-fetch)
1728 (uri (bioconductor-uri "riboSeqR" version))
1729 (sha256
1730 (base32
eff6b2eb 1731 "1d1v098w7fmnsmxfg3l7yndyyr7ajig00axiwg413lyg255is1ga"))))
6ffdfe6a
RW
1732 (properties `((upstream-name . "riboSeqR")))
1733 (build-system r-build-system)
1734 (propagated-inputs
1735 `(("r-abind" ,r-abind)
1736 ("r-bayseq" ,r-bayseq)
1737 ("r-genomeinfodb" ,r-genomeinfodb)
1738 ("r-genomicranges" ,r-genomicranges)
1739 ("r-iranges" ,r-iranges)
1740 ("r-rsamtools" ,r-rsamtools)
1741 ("r-seqlogo" ,r-seqlogo)))
1742 (home-page "https://bioconductor.org/packages/riboSeqR/")
1743 (synopsis "Analysis of sequencing data from ribosome profiling experiments")
1744 (description
1745 "This package provides plotting functions, frameshift detection and
1746parsing of genetic sequencing data from ribosome profiling experiments.")
1747 (license license:gpl3)))
a32279ff
RW
1748
1749(define-public r-interactionset
1750 (package
1751 (name "r-interactionset")
176a264c 1752 (version "1.12.0")
a32279ff
RW
1753 (source
1754 (origin
1755 (method url-fetch)
1756 (uri (bioconductor-uri "InteractionSet" version))
1757 (sha256
1758 (base32
176a264c 1759 "0djgfpp34l6w8mk5b8s4wh0l12s4nn0f9ifvc3dq4970f6hb55z6"))))
a32279ff
RW
1760 (properties
1761 `((upstream-name . "InteractionSet")))
1762 (build-system r-build-system)
1763 (propagated-inputs
1764 `(("r-biocgenerics" ,r-biocgenerics)
1765 ("r-genomeinfodb" ,r-genomeinfodb)
1766 ("r-genomicranges" ,r-genomicranges)
1767 ("r-iranges" ,r-iranges)
1768 ("r-matrix" ,r-matrix)
1769 ("r-rcpp" ,r-rcpp)
1770 ("r-s4vectors" ,r-s4vectors)
1771 ("r-summarizedexperiment" ,r-summarizedexperiment)))
1772 (home-page "https://bioconductor.org/packages/InteractionSet")
1773 (synopsis "Base classes for storing genomic interaction data")
1774 (description
02fe0976 1775 "This package provides the @code{GInteractions},
a32279ff
RW
1776@code{InteractionSet} and @code{ContactMatrix} objects and associated methods
1777for storing and manipulating genomic interaction data from Hi-C and ChIA-PET
1778experiments.")
1779 (license license:gpl3)))
cf9a29b2
RW
1780
1781(define-public r-genomicinteractions
1782 (package
1783 (name "r-genomicinteractions")
fcbd8960 1784 (version "1.18.1")
cf9a29b2
RW
1785 (source
1786 (origin
1787 (method url-fetch)
1788 (uri (bioconductor-uri "GenomicInteractions" version))
1789 (sha256
1790 (base32
fcbd8960 1791 "0hq2n5yfr9h2ayn10dy9lz08gd2q0awrm5cy2kqdmz4d8ss4r94p"))))
cf9a29b2
RW
1792 (properties
1793 `((upstream-name . "GenomicInteractions")))
1794 (build-system r-build-system)
1795 (propagated-inputs
1796 `(("r-biobase" ,r-biobase)
1797 ("r-biocgenerics" ,r-biocgenerics)
1798 ("r-data-table" ,r-data-table)
1799 ("r-dplyr" ,r-dplyr)
1800 ("r-genomeinfodb" ,r-genomeinfodb)
1801 ("r-genomicranges" ,r-genomicranges)
1802 ("r-ggplot2" ,r-ggplot2)
1803 ("r-gridextra" ,r-gridextra)
1804 ("r-gviz" ,r-gviz)
1805 ("r-igraph" ,r-igraph)
1806 ("r-interactionset" ,r-interactionset)
1807 ("r-iranges" ,r-iranges)
1808 ("r-rsamtools" ,r-rsamtools)
1809 ("r-rtracklayer" ,r-rtracklayer)
1810 ("r-s4vectors" ,r-s4vectors)
1811 ("r-stringr" ,r-stringr)))
1812 (home-page "https://github.com/ComputationalRegulatoryGenomicsICL/GenomicInteractions/")
1813 (synopsis "R package for handling genomic interaction data")
1814 (description
1815 "This R package provides tools for handling genomic interaction data,
1816such as ChIA-PET/Hi-C, annotating genomic features with interaction
1817information and producing various plots and statistics.")
1818 (license license:gpl3)))
27c51606
RW
1819
1820(define-public r-ctc
1821 (package
1822 (name "r-ctc")
7a5d729a 1823 (version "1.58.0")
27c51606
RW
1824 (source
1825 (origin
1826 (method url-fetch)
1827 (uri (bioconductor-uri "ctc" version))
1828 (sha256
1829 (base32
7a5d729a 1830 "15n5b6i18x14km5rdqiydxcak5cr5dr3adwwwc5kcqf5gkwmi3am"))))
27c51606
RW
1831 (build-system r-build-system)
1832 (propagated-inputs `(("r-amap" ,r-amap)))
1833 (home-page "https://bioconductor.org/packages/ctc/")
1834 (synopsis "Cluster and tree conversion")
1835 (description
1836 "This package provides tools for exporting and importing classification
1837trees and clusters to other programs.")
1838 (license license:gpl2)))
5da0e142
RW
1839
1840(define-public r-goseq
1841 (package
1842 (name "r-goseq")
40f0ee43 1843 (version "1.36.0")
5da0e142
RW
1844 (source
1845 (origin
1846 (method url-fetch)
1847 (uri (bioconductor-uri "goseq" version))
1848 (sha256
1849 (base32
40f0ee43 1850 "0h8kd3d7yfdq8padfb0k92crwxi5h9gvgv4l3pa8k8wn4kczvciw"))))
5da0e142
RW
1851 (build-system r-build-system)
1852 (propagated-inputs
1853 `(("r-annotationdbi" ,r-annotationdbi)
1854 ("r-biasedurn" ,r-biasedurn)
1855 ("r-biocgenerics" ,r-biocgenerics)
1856 ("r-genelendatabase" ,r-genelendatabase)
1857 ("r-go-db" ,r-go-db)
1858 ("r-mgcv" ,r-mgcv)))
1859 (home-page "https://bioconductor.org/packages/goseq/")
1860 (synopsis "Gene Ontology analyser for RNA-seq and other length biased data")
1861 (description
1862 "This package provides tools to detect Gene Ontology and/or other user
1863defined categories which are over/under represented in RNA-seq data.")
1864 (license license:lgpl2.0+)))
f4235c0e
RW
1865
1866(define-public r-glimma
1867 (package
1868 (name "r-glimma")
07252952 1869 (version "1.12.0")
f4235c0e
RW
1870 (source
1871 (origin
1872 (method url-fetch)
1873 (uri (bioconductor-uri "Glimma" version))
1874 (sha256
1875 (base32
07252952 1876 "11qg5khqspxldfgg6p3xsxys472ab8wwi2snwc6bdxczv1f2p56x"))))
f4235c0e
RW
1877 (properties `((upstream-name . "Glimma")))
1878 (build-system r-build-system)
1879 (propagated-inputs
1880 `(("r-edger" ,r-edger)
1881 ("r-jsonlite" ,r-jsonlite)
1882 ("r-s4vectors" ,r-s4vectors)))
1883 (home-page "https://github.com/Shians/Glimma")
1884 (synopsis "Interactive HTML graphics")
1885 (description
1886 "This package generates interactive visualisations for analysis of
1887RNA-sequencing data using output from limma, edgeR or DESeq2 packages in an
1888HTML page. The interactions are built on top of the popular static
1889representations of analysis results in order to provide additional
1890information.")
1891 (license license:lgpl3)))
aa388dc7
RW
1892
1893(define-public r-rots
1894 (package
1895 (name "r-rots")
5bf7eb49 1896 (version "1.12.0")
aa388dc7
RW
1897 (source
1898 (origin
1899 (method url-fetch)
1900 (uri (bioconductor-uri "ROTS" version))
1901 (sha256
1902 (base32
5bf7eb49 1903 "1j29pfyv2pn0wp544m5a568b3yd31kzavwwiwqylcjwvq5lfzy77"))))
aa388dc7
RW
1904 (properties `((upstream-name . "ROTS")))
1905 (build-system r-build-system)
1906 (propagated-inputs
1907 `(("r-biobase" ,r-biobase)
1908 ("r-rcpp" ,r-rcpp)))
1909 (home-page "https://bioconductor.org/packages/ROTS/")
1910 (synopsis "Reproducibility-Optimized Test Statistic")
1911 (description
1912 "This package provides tools for calculating the
1913@dfn{Reproducibility-Optimized Test Statistic} (ROTS) for differential testing
1914in omics data.")
1915 (license license:gpl2+)))
b64ce4b7 1916
cad6fb2d
RW
1917(define-public r-plgem
1918 (package
1919 (name "r-plgem")
5dce7153 1920 (version "1.56.0")
cad6fb2d
RW
1921 (source
1922 (origin
1923 (method url-fetch)
1924 (uri (bioconductor-uri "plgem" version))
1925 (sha256
1926 (base32
5dce7153 1927 "0y6gp5rlkvlv435qps7zhih84g5wrdvg6myj74ywnpl5a773nfqp"))))
cad6fb2d
RW
1928 (build-system r-build-system)
1929 (propagated-inputs
1930 `(("r-biobase" ,r-biobase)
1931 ("r-mass" ,r-mass)))
1932 (home-page "http://www.genopolis.it")
1933 (synopsis "Detect differential expression in microarray and proteomics datasets")
1934 (description
1935 "The Power Law Global Error Model (PLGEM) has been shown to faithfully
1936model the variance-versus-mean dependence that exists in a variety of
1937genome-wide datasets, including microarray and proteomics data. The use of
1938PLGEM has been shown to improve the detection of differentially expressed
1939genes or proteins in these datasets.")
1940 (license license:gpl2)))
1941
b64ce4b7
RW
1942(define-public r-inspect
1943 (package
1944 (name "r-inspect")
3649d046 1945 (version "1.14.0")
b64ce4b7
RW
1946 (source
1947 (origin
1948 (method url-fetch)
1949 (uri (bioconductor-uri "INSPEcT" version))
1950 (sha256
1951 (base32
3649d046 1952 "1a7smljndiyahgpj6vl079pvi3n0rfk1vkdkp799y4nm2wnhn93r"))))
b64ce4b7
RW
1953 (properties `((upstream-name . "INSPEcT")))
1954 (build-system r-build-system)
1955 (propagated-inputs
1956 `(("r-biobase" ,r-biobase)
1957 ("r-biocgenerics" ,r-biocgenerics)
1958 ("r-biocparallel" ,r-biocparallel)
c86fc969 1959 ("r-deseq2" ,r-deseq2)
b64ce4b7
RW
1960 ("r-desolve" ,r-desolve)
1961 ("r-genomicalignments" ,r-genomicalignments)
1962 ("r-genomicfeatures" ,r-genomicfeatures)
1963 ("r-genomicranges" ,r-genomicranges)
1964 ("r-iranges" ,r-iranges)
c86fc969 1965 ("r-plgem" ,r-plgem)
b64ce4b7
RW
1966 ("r-preprocesscore" ,r-preprocesscore)
1967 ("r-proc" ,r-proc)
1968 ("r-rootsolve" ,r-rootsolve)
1969 ("r-rsamtools" ,r-rsamtools)
c86fc969
RW
1970 ("r-s4vectors" ,r-s4vectors)
1971 ("r-shiny" ,r-shiny)
1972 ("r-summarizedexperiment" ,r-summarizedexperiment)
1973 ("r-txdb-mmusculus-ucsc-mm9-knowngene"
1974 ,r-txdb-mmusculus-ucsc-mm9-knowngene)))
b64ce4b7
RW
1975 (home-page "https://bioconductor.org/packages/INSPEcT")
1976 (synopsis "Analysis of 4sU-seq and RNA-seq time-course data")
1977 (description
1978 "INSPEcT (INference of Synthesis, Processing and dEgradation rates in
1979Time-Course experiments) analyses 4sU-seq and RNA-seq time-course data in
1980order to evaluate synthesis, processing and degradation rates and assess via
1981modeling the rates that determines changes in mature mRNA levels.")
1982 (license license:gpl2)))
f6e99763
RW
1983
1984(define-public r-dnabarcodes
1985 (package
1986 (name "r-dnabarcodes")
774e499c 1987 (version "1.14.0")
f6e99763
RW
1988 (source
1989 (origin
1990 (method url-fetch)
1991 (uri (bioconductor-uri "DNABarcodes" version))
1992 (sha256
1993 (base32
774e499c 1994 "1a0c9ag9n41cs0da9lfvpkxf7n5vbrfypaygdv66mw73aibix6v0"))))
f6e99763
RW
1995 (properties `((upstream-name . "DNABarcodes")))
1996 (build-system r-build-system)
1997 (propagated-inputs
1998 `(("r-bh" ,r-bh)
1999 ("r-matrix" ,r-matrix)
2000 ("r-rcpp" ,r-rcpp)))
2001 (home-page "https://bioconductor.org/packages/DNABarcodes")
2002 (synopsis "Create and analyze DNA barcodes")
2003 (description
2004 "This package offers tools to create DNA barcode sets capable of
2005correcting insertion, deletion, and substitution errors. Existing barcodes
2006can be analyzed regarding their minimal, maximal and average distances between
2007barcodes. Finally, reads that start with a (possibly mutated) barcode can be
2008demultiplexed, i.e. assigned to their original reference barcode.")
2009 (license license:gpl2)))
09aa3d06
RW
2010
2011(define-public r-ruvseq
2012 (package
2013 (name "r-ruvseq")
d8771f5f 2014 (version "1.18.0")
09aa3d06
RW
2015 (source
2016 (origin
2017 (method url-fetch)
2018 (uri (bioconductor-uri "RUVSeq" version))
2019 (sha256
2020 (base32
d8771f5f 2021 "0ln4qc9d5r15zlhazx6annx97c0wrx3jqpcvk7yj1jnwh349lw33"))))
09aa3d06
RW
2022 (properties `((upstream-name . "RUVSeq")))
2023 (build-system r-build-system)
2024 (propagated-inputs
2025 `(("r-biobase" ,r-biobase)
2026 ("r-edaseq" ,r-edaseq)
2027 ("r-edger" ,r-edger)
2028 ("r-mass" ,r-mass)))
2029 (home-page "https://github.com/drisso/RUVSeq")
2030 (synopsis "Remove unwanted variation from RNA-Seq data")
2031 (description
2032 "This package implements methods to @dfn{remove unwanted variation} (RUV)
2033of Risso et al. (2014) for the normalization of RNA-Seq read counts between
2034samples.")
2035 (license license:artistic2.0)))
286157dc
RW
2036
2037(define-public r-biocneighbors
2038 (package
2039 (name "r-biocneighbors")
6fc161fc 2040 (version "1.2.0")
286157dc
RW
2041 (source
2042 (origin
2043 (method url-fetch)
2044 (uri (bioconductor-uri "BiocNeighbors" version))
2045 (sha256
2046 (base32
6fc161fc 2047 "08ak72y6mafzkhzfkx6b7waljpa0f1nxcrvyspd88sgzxgxjnkmg"))))
286157dc
RW
2048 (properties `((upstream-name . "BiocNeighbors")))
2049 (build-system r-build-system)
2050 (propagated-inputs
6fc161fc
RW
2051 `(("r-biocgenerics" ,r-biocgenerics)
2052 ("r-biocparallel" ,r-biocparallel)
286157dc
RW
2053 ("r-rcpp" ,r-rcpp)
2054 ("r-rcppannoy" ,r-rcppannoy)
6fc161fc 2055 ("r-rcpphnsw" ,r-rcpphnsw)
286157dc
RW
2056 ("r-s4vectors" ,r-s4vectors)))
2057 (home-page "https://bioconductor.org/packages/BiocNeighbors")
2058 (synopsis "Nearest Neighbor Detection for Bioconductor packages")
2059 (description
2060 "This package implements exact and approximate methods for nearest
2061neighbor detection, in a framework that allows them to be easily switched
2062within Bioconductor packages or workflows. The exact algorithm is implemented
2063using pre-clustering with the k-means algorithm. Functions are also provided
2064to search for all neighbors within a given distance. Parallelization is
2065achieved for all methods using the BiocParallel framework.")
2066 (license license:gpl3)))
8a587c89 2067
99391290
RW
2068(define-public r-biocsingular
2069 (package
2070 (name "r-biocsingular")
2071 (version "1.0.0")
2072 (source
2073 (origin
2074 (method url-fetch)
2075 (uri (bioconductor-uri "BiocSingular" version))
2076 (sha256
2077 (base32
2078 "129z6bkdhm5wlvrjiwrr8yl2jj9chh4i6dm6firlj4c4ql3jp4f5"))))
2079 (properties `((upstream-name . "BiocSingular")))
2080 (build-system r-build-system)
2081 (propagated-inputs
2082 `(("r-beachmat" ,r-beachmat)
2083 ("r-biocgenerics" ,r-biocgenerics)
2084 ("r-biocparallel" ,r-biocparallel)
2085 ("r-delayedarray" ,r-delayedarray)
2086 ("r-irlba" ,r-irlba)
2087 ("r-matrix" ,r-matrix)
2088 ("r-rcpp" ,r-rcpp)
2089 ("r-rsvd" ,r-rsvd)
2090 ("r-s4vectors" ,r-s4vectors)))
2091 (home-page "https://github.com/LTLA/BiocSingular")
2092 (synopsis "Singular value decomposition for Bioconductor packages")
2093 (description
2094 "This package implements exact and approximate methods for singular value
2095decomposition and principal components analysis, in a framework that allows
2096them to be easily switched within Bioconductor packages or workflows. Where
2097possible, parallelization is achieved using the BiocParallel framework.")
2098 (license license:gpl3)))
2099
a961ae46
RW
2100(define-public r-destiny
2101 (package
2102 (name "r-destiny")
0aa72f2d 2103 (version "2.14.0")
a961ae46
RW
2104 (source
2105 (origin
2106 (method url-fetch)
2107 (uri (bioconductor-uri "destiny" version))
2108 (sha256
2109 (base32
0aa72f2d 2110 "1bpa114fgrknn6415g4d1jrvb924nkwi18jzfqribpvcf1vlgrf3"))))
a961ae46
RW
2111 (build-system r-build-system)
2112 (propagated-inputs
2113 `(("r-biobase" ,r-biobase)
2114 ("r-biocgenerics" ,r-biocgenerics)
0aa72f2d 2115 ("r-ggplot2" ,r-ggplot2)
a961ae46 2116 ("r-ggthemes" ,r-ggthemes)
a961ae46
RW
2117 ("r-igraph" ,r-igraph)
2118 ("r-matrix" ,r-matrix)
2119 ("r-proxy" ,r-proxy)
2120 ("r-rcpp" ,r-rcpp)
2121 ("r-rcppeigen" ,r-rcppeigen)
2122 ("r-scales" ,r-scales)
2123 ("r-scatterplot3d" ,r-scatterplot3d)
2124 ("r-smoother" ,r-smoother)
2125 ("r-summarizedexperiment" ,r-summarizedexperiment)
2126 ("r-vim" ,r-vim)))
2127 (home-page "https://bioconductor.org/packages/destiny/")
2128 (synopsis "Create and plot diffusion maps")
2129 (description "This package provides tools to create and plot diffusion
2130maps.")
2131 ;; Any version of the GPL
2132 (license license:gpl3+)))
2133
8a587c89
RW
2134(define-public r-savr
2135 (package
2136 (name "r-savr")
8d3d0c3a 2137 (version "1.22.0")
8a587c89
RW
2138 (source
2139 (origin
2140 (method url-fetch)
2141 (uri (bioconductor-uri "savR" version))
2142 (sha256
2143 (base32
8d3d0c3a 2144 "101p0c07p49c50lfnbfanyyikdypmqkvwclqifq32js9phqwhf6h"))))
8a587c89
RW
2145 (properties `((upstream-name . "savR")))
2146 (build-system r-build-system)
2147 (propagated-inputs
2148 `(("r-ggplot2" ,r-ggplot2)
2149 ("r-gridextra" ,r-gridextra)
2150 ("r-reshape2" ,r-reshape2)
2151 ("r-scales" ,r-scales)
2152 ("r-xml" ,r-xml)))
2153 (home-page "https://github.com/bcalder/savR")
2154 (synopsis "Parse and analyze Illumina SAV files")
2155 (description
2156 "This package provides tools to parse Illumina Sequence Analysis
2157Viewer (SAV) files, access data, and generate QC plots.")
2158 (license license:agpl3+)))
41ffc214
RW
2159
2160(define-public r-chipexoqual
2161 (package
2162 (name "r-chipexoqual")
58a43fc2 2163 (version "1.8.0")
41ffc214
RW
2164 (source
2165 (origin
2166 (method url-fetch)
2167 (uri (bioconductor-uri "ChIPexoQual" version))
2168 (sha256
2169 (base32
58a43fc2 2170 "02341i3lg74czgapf5qc6zvi2321af3rp85qavbg209fyc219acj"))))
41ffc214
RW
2171 (properties `((upstream-name . "ChIPexoQual")))
2172 (build-system r-build-system)
2173 (propagated-inputs
2174 `(("r-biocparallel" ,r-biocparallel)
2175 ("r-biovizbase" ,r-biovizbase)
2176 ("r-broom" ,r-broom)
2177 ("r-data-table" ,r-data-table)
2178 ("r-dplyr" ,r-dplyr)
2179 ("r-genomeinfodb" ,r-genomeinfodb)
2180 ("r-genomicalignments" ,r-genomicalignments)
2181 ("r-genomicranges" ,r-genomicranges)
2182 ("r-ggplot2" ,r-ggplot2)
2183 ("r-hexbin" ,r-hexbin)
2184 ("r-iranges" ,r-iranges)
2185 ("r-rcolorbrewer" ,r-rcolorbrewer)
2186 ("r-rmarkdown" ,r-rmarkdown)
2187 ("r-rsamtools" ,r-rsamtools)
2188 ("r-s4vectors" ,r-s4vectors)
2189 ("r-scales" ,r-scales)
2190 ("r-viridis" ,r-viridis)))
2191 (home-page "https://github.com/keleslab/ChIPexoQual")
2192 (synopsis "Quality control pipeline for ChIP-exo/nexus data")
2193 (description
2194 "This package provides a quality control pipeline for ChIP-exo/nexus
2195sequencing data.")
2196 (license license:gpl2+)))
c18dccff 2197
3d13b448
RW
2198(define-public r-copynumber
2199 (package
2200 (name "r-copynumber")
d9419185 2201 (version "1.24.0")
3d13b448
RW
2202 (source (origin
2203 (method url-fetch)
2204 (uri (bioconductor-uri "copynumber" version))
2205 (sha256
2206 (base32
d9419185 2207 "0gmxi7w776pjqv3v0pkdihb167zzrnr9hw64yfvzgjhkhrc6a4rp"))))
3d13b448
RW
2208 (build-system r-build-system)
2209 (propagated-inputs
2210 `(("r-s4vectors" ,r-s4vectors)
2211 ("r-iranges" ,r-iranges)
2212 ("r-genomicranges" ,r-genomicranges)
2213 ("r-biocgenerics" ,r-biocgenerics)))
2214 (home-page "https://bioconductor.org/packages/copynumber")
2215 (synopsis "Segmentation of single- and multi-track copy number data")
2216 (description
2217 "This package segments single- and multi-track copy number data by a
2218penalized least squares regression method.")
2219 (license license:artistic2.0)))
2220
c18dccff
RW
2221(define-public r-dnacopy
2222 (package
2223 (name "r-dnacopy")
d5f3c0d0 2224 (version "1.58.0")
c18dccff
RW
2225 (source
2226 (origin
2227 (method url-fetch)
2228 (uri (bioconductor-uri "DNAcopy" version))
2229 (sha256
2230 (base32
d5f3c0d0 2231 "1gybr3cbsrqjgz00n4l5kb2nrmh302xpvzk5zk957ijj5qbfwmxa"))))
c18dccff
RW
2232 (properties `((upstream-name . "DNAcopy")))
2233 (build-system r-build-system)
2234 (native-inputs `(("gfortran" ,gfortran)))
2235 (home-page "https://bioconductor.org/packages/DNAcopy")
2236 (synopsis "DNA copy number data analysis")
2237 (description
2238 "This package implements the @dfn{circular binary segmentation} (CBS)
2239algorithm to segment DNA copy number data and identify genomic regions with
2240abnormal copy number.")
2241 (license license:gpl2+)))
3a0babac
RW
2242
2243;; This is a CRAN package, but it uncharacteristically depends on a
2244;; Bioconductor package.
2245(define-public r-htscluster
2246 (package
2247 (name "r-htscluster")
2248 (version "2.0.8")
2249 (source
2250 (origin
2251 (method url-fetch)
2252 (uri (cran-uri "HTSCluster" version))
2253 (sha256
2254 (base32
2255 "0wnbfh6hdx8692jilgmv8sys1zm6fqc6mim7vvjhyqlmpm8gm0kg"))))
2256 (properties `((upstream-name . "HTSCluster")))
2257 (build-system r-build-system)
2258 (propagated-inputs
2259 `(("r-capushe" ,r-capushe)
2260 ("r-edger" ,r-edger)
2261 ("r-plotrix" ,r-plotrix)))
2262 (home-page "https://cran.r-project.org/web/packages/HTSCluster")
2263 (synopsis "Clustering high-throughput transcriptome sequencing (HTS) data")
2264 (description
2265 "This package provides a Poisson mixture model is implemented to cluster
2266genes from high-throughput transcriptome sequencing (RNA-seq) data. Parameter
2267estimation is performed using either the EM or CEM algorithm, and the slope
2268heuristics are used for model selection (i.e., to choose the number of
2269clusters).")
2270 (license license:gpl3+)))
173c9960
RW
2271
2272(define-public r-deds
2273 (package
2274 (name "r-deds")
301c4ff1 2275 (version "1.58.0")
173c9960
RW
2276 (source
2277 (origin
2278 (method url-fetch)
2279 (uri (bioconductor-uri "DEDS" version))
2280 (sha256
2281 (base32
301c4ff1 2282 "029g7wgxc7yp1cdyalbi8gipkskrgp7nyl1s2whhjy5dqpfcpigs"))))
173c9960
RW
2283 (properties `((upstream-name . "DEDS")))
2284 (build-system r-build-system)
2285 (home-page "https://bioconductor.org/packages/DEDS/")
2286 (synopsis "Differential expression via distance summary for microarray data")
2287 (description
2288 "This library contains functions that calculate various statistics of
2289differential expression for microarray data, including t statistics, fold
2290change, F statistics, SAM, moderated t and F statistics and B statistics. It
2291also implements a new methodology called DEDS (Differential Expression via
2292Distance Summary), which selects differentially expressed genes by integrating
2293and summarizing a set of statistics using a weighted distance approach.")
2294 ;; Any version of the LGPL.
2295 (license license:lgpl3+)))
7ed869f7
RW
2296
2297;; This is a CRAN package, but since it depends on a Bioconductor package we
2298;; put it here.
2299(define-public r-nbpseq
2300 (package
2301 (name "r-nbpseq")
2302 (version "0.3.0")
2303 (source
2304 (origin
2305 (method url-fetch)
2306 (uri (cran-uri "NBPSeq" version))
2307 (sha256
2308 (base32
2309 "0l4ylxhs2k9ww21jjqs67fygk92avdchhx2y1ixzl7yr2yh1y9by"))))
2310 (properties `((upstream-name . "NBPSeq")))
2311 (build-system r-build-system)
2312 (propagated-inputs
2313 `(("r-qvalue" ,r-qvalue)))
2314 (home-page "https://cran.r-project.org/web/packages/NBPSeq")
2315 (synopsis "Negative binomial models for RNA-Seq data")
2316 (description
2317 "This package provides negative binomial models for two-group comparisons
2318and regression inferences from RNA-sequencing data.")
2319 (license license:gpl2)))
3087a2f3
RW
2320
2321(define-public r-ebseq
2322 (package
2323 (name "r-ebseq")
4a3c47e9 2324 (version "1.24.0")
3087a2f3
RW
2325 (source
2326 (origin
2327 (method url-fetch)
2328 (uri (bioconductor-uri "EBSeq" version))
2329 (sha256
2330 (base32
4a3c47e9 2331 "13rf85gffqn86r5gqibla3gqrnnag2zinrfawpcsgn3fk7hl3v83"))))
3087a2f3
RW
2332 (properties `((upstream-name . "EBSeq")))
2333 (build-system r-build-system)
2334 (propagated-inputs
2335 `(("r-blockmodeling" ,r-blockmodeling)
2336 ("r-gplots" ,r-gplots)
2337 ("r-testthat" ,r-testthat)))
2338 (home-page "https://bioconductor.org/packages/EBSeq")
2339 (synopsis "Differential expression analysis of RNA-seq data")
2340 (description
2341 "This package provides tools for differential expression analysis at both
2342gene and isoform level using RNA-seq data")
2343 (license license:artistic2.0)))
2cb71d81
RW
2344
2345(define-public r-lpsymphony
2346 (package
2347 (name "r-lpsymphony")
61c79d55 2348 (version "1.12.0")
2cb71d81
RW
2349 (source
2350 (origin
2351 (method url-fetch)
2352 (uri (bioconductor-uri "lpsymphony" version))
2353 (sha256
2354 (base32
61c79d55 2355 "13wvq4ip8nkyxmpncs6fzcf3vphra1n0fd5vz9kspbch0k1z6bsv"))))
2cb71d81
RW
2356 (build-system r-build-system)
2357 (inputs
2358 `(("gfortran" ,gfortran)
2359 ("zlib" ,zlib)))
2360 (native-inputs
2361 `(("pkg-config" ,pkg-config)))
2362 (home-page "http://r-forge.r-project.org/projects/rsymphony")
2363 (synopsis "Symphony integer linear programming solver in R")
2364 (description
2365 "This package was derived from Rsymphony. The package provides an R
2366interface to SYMPHONY, a linear programming solver written in C++. The main
2367difference between this package and Rsymphony is that it includes the solver
2368source code, while Rsymphony expects to find header and library files on the
2369users' system. Thus the intention of @code{lpsymphony} is to provide an easy
2370to install interface to SYMPHONY.")
2371 ;; Symphony 5.4 or later is distributed under the terms of the EPL 1.0.
2372 ;; lpsimphony is released under the same terms.
2373 (license license:epl1.0)))
704de8f5
RW
2374
2375(define-public r-ihw
2376 (package
2377 (name "r-ihw")
bcd8b7a9 2378 (version "1.12.0")
704de8f5
RW
2379 (source
2380 (origin
2381 (method url-fetch)
2382 (uri (bioconductor-uri "IHW" version))
2383 (sha256
2384 (base32
bcd8b7a9 2385 "05hs6w1albkbyqzkid0bchb5zs41f31a7vhfbcswryhc86cxwzkz"))))
704de8f5
RW
2386 (properties `((upstream-name . "IHW")))
2387 (build-system r-build-system)
2388 (propagated-inputs
2389 `(("r-biocgenerics" ,r-biocgenerics)
2390 ("r-fdrtool" ,r-fdrtool)
2391 ("r-lpsymphony" ,r-lpsymphony)
2392 ("r-slam" ,r-slam)))
2393 (home-page "https://bioconductor.org/packages/IHW")
2394 (synopsis "Independent hypothesis weighting")
2395 (description
2396 "@dfn{Independent hypothesis weighting} (IHW) is a multiple testing
2397procedure that increases power compared to the method of Benjamini and
2398Hochberg by assigning data-driven weights to each hypothesis. The input to
2399IHW is a two-column table of p-values and covariates. The covariate can be
2400any continuous-valued or categorical variable that is thought to be
2401informative on the statistical properties of each hypothesis test, while it is
2402independent of the p-value under the null hypothesis.")
2403 (license license:artistic2.0)))
251e0830
RW
2404
2405(define-public r-icobra
2406 (package
2407 (name "r-icobra")
13b49976 2408 (version "1.12.1")
251e0830
RW
2409 (source
2410 (origin
2411 (method url-fetch)
2412 (uri (bioconductor-uri "iCOBRA" version))
2413 (sha256
2414 (base32
13b49976 2415 "1wj0vqyb6h4rddmn4va3182yap9bv4m1r1jlzyjfyrqxhl2sqb1q"))))
251e0830
RW
2416 (properties `((upstream-name . "iCOBRA")))
2417 (build-system r-build-system)
2418 (propagated-inputs
2419 `(("r-dplyr" ,r-dplyr)
2420 ("r-dt" ,r-dt)
2421 ("r-ggplot2" ,r-ggplot2)
2422 ("r-limma" ,r-limma)
2423 ("r-reshape2" ,r-reshape2)
2424 ("r-rocr" ,r-rocr)
2425 ("r-scales" ,r-scales)
2426 ("r-shiny" ,r-shiny)
2427 ("r-shinybs" ,r-shinybs)
2428 ("r-shinydashboard" ,r-shinydashboard)
2429 ("r-upsetr" ,r-upsetr)))
2430 (home-page "https://bioconductor.org/packages/iCOBRA")
2431 (synopsis "Comparison and visualization of ranking and assignment methods")
2432 (description
2433 "This package provides functions for calculation and visualization of
2434performance metrics for evaluation of ranking and binary
2435classification (assignment) methods. It also contains a Shiny application for
2436interactive exploration of results.")
2437 (license license:gpl2+)))
925fcdbb
RW
2438
2439(define-public r-mast
2440 (package
2441 (name "r-mast")
a0ff725d 2442 (version "1.10.0")
925fcdbb
RW
2443 (source
2444 (origin
2445 (method url-fetch)
2446 (uri (bioconductor-uri "MAST" version))
2447 (sha256
2448 (base32
a0ff725d 2449 "0f2qkp346095k9m45frpd3bivrvaps9wlm0m3n0z8j0aj7w1kqlx"))))
925fcdbb
RW
2450 (properties `((upstream-name . "MAST")))
2451 (build-system r-build-system)
2452 (propagated-inputs
2453 `(("r-abind" ,r-abind)
a0ff725d 2454 ("r-blme" ,r-blme)
925fcdbb
RW
2455 ("r-biobase" ,r-biobase)
2456 ("r-biocgenerics" ,r-biocgenerics)
2457 ("r-data-table" ,r-data-table)
2458 ("r-ggplot2" ,r-ggplot2)
2459 ("r-plyr" ,r-plyr)
2460 ("r-progress" ,r-progress)
2461 ("r-reshape2" ,r-reshape2)
2462 ("r-s4vectors" ,r-s4vectors)
2463 ("r-singlecellexperiment" ,r-singlecellexperiment)
2464 ("r-stringr" ,r-stringr)
2465 ("r-summarizedexperiment" ,r-summarizedexperiment)))
2466 (home-page "https://github.com/RGLab/MAST/")
2467 (synopsis "Model-based analysis of single cell transcriptomics")
2468 (description
2469 "This package provides methods and models for handling zero-inflated
2470single cell assay data.")
2471 (license license:gpl2+)))
2d7627cf
RW
2472
2473(define-public r-monocle
2474 (package
2475 (name "r-monocle")
78b63267 2476 (version "2.12.0")
2d7627cf
RW
2477 (source
2478 (origin
2479 (method url-fetch)
2480 (uri (bioconductor-uri "monocle" version))
2481 (sha256
2482 (base32
78b63267 2483 "1rnr3k0wc61a806w9flapni91wz5xm0l66jabjzx0vbiwgczs32z"))))
2d7627cf
RW
2484 (build-system r-build-system)
2485 (propagated-inputs
2486 `(("r-biobase" ,r-biobase)
2487 ("r-biocgenerics" ,r-biocgenerics)
2488 ("r-biocviews" ,r-biocviews)
2489 ("r-cluster" ,r-cluster)
2490 ("r-combinat" ,r-combinat)
2491 ("r-ddrtree" ,r-ddrtree)
2492 ("r-densityclust" ,r-densityclust)
2493 ("r-dplyr" ,r-dplyr)
2494 ("r-fastica" ,r-fastica)
2495 ("r-ggplot2" ,r-ggplot2)
2496 ("r-hsmmsinglecell" ,r-hsmmsinglecell)
2497 ("r-igraph" ,r-igraph)
2498 ("r-irlba" ,r-irlba)
2499 ("r-limma" ,r-limma)
2500 ("r-mass" ,r-mass)
2501 ("r-matrix" ,r-matrix)
2502 ("r-matrixstats" ,r-matrixstats)
2503 ("r-pheatmap" ,r-pheatmap)
2504 ("r-plyr" ,r-plyr)
2505 ("r-proxy" ,r-proxy)
2506 ("r-qlcmatrix" ,r-qlcmatrix)
2507 ("r-rann" ,r-rann)
2508 ("r-rcpp" ,r-rcpp)
2509 ("r-reshape2" ,r-reshape2)
2510 ("r-rtsne" ,r-rtsne)
2511 ("r-slam" ,r-slam)
2512 ("r-stringr" ,r-stringr)
2513 ("r-tibble" ,r-tibble)
2514 ("r-vgam" ,r-vgam)
2515 ("r-viridis" ,r-viridis)))
2516 (home-page "https://bioconductor.org/packages/monocle")
2517 (synopsis "Clustering, differential expression, and trajectory analysis for single-cell RNA-Seq")
2518 (description
2519 "Monocle performs differential expression and time-series analysis for
2520single-cell expression experiments. It orders individual cells according to
2521progress through a biological process, without knowing ahead of time which
2522genes define progress through that process. Monocle also performs
2523differential expression analysis, clustering, visualization, and other useful
2524tasks on single cell expression data. It is designed to work with RNA-Seq and
2525qPCR data, but could be used with other types as well.")
2526 (license license:artistic2.0)))
6213e441 2527
b2dce6b5
RW
2528(define-public r-monocle3
2529 (package
2530 (name "r-monocle3")
2531 (version "0.1.2")
2532 (source
2533 (origin
2534 (method git-fetch)
2535 (uri (git-reference
2536 (url "https://github.com/cole-trapnell-lab/monocle3.git")
2537 (commit version)))
2538 (file-name (git-file-name name version))
2539 (sha256
2540 (base32
2541 "1cjxqfw3qvy269hsf5v80d4kshl932wrl949iayas02saj6f70ls"))))
2542 (build-system r-build-system)
2543 (propagated-inputs
2544 `(("r-biobase" ,r-biobase)
2545 ("r-biocgenerics" ,r-biocgenerics)
2546 ("r-delayedmatrixstats" ,r-delayedmatrixstats)
2547 ("r-dplyr" ,r-dplyr)
2548 ("r-ggplot2" ,r-ggplot2)
2549 ("r-ggrepel" ,r-ggrepel)
2550 ("r-grr" ,r-grr)
2551 ("r-htmlwidgets" ,r-htmlwidgets)
2552 ("r-igraph" ,r-igraph)
2553 ("r-irlba" ,r-irlba)
2554 ("r-limma" ,r-limma)
2555 ("r-lmtest" ,r-lmtest)
2556 ("r-mass" ,r-mass)
2557 ("r-matrix" ,r-matrix)
2558 ("r-matrix-utils" ,r-matrix-utils)
2559 ("r-pbapply" ,r-pbapply)
2560 ("r-pbmcapply" ,r-pbmcapply)
2561 ("r-pheatmap" ,r-pheatmap)
2562 ("r-plotly" ,r-plotly)
2563 ("r-pryr" ,r-pryr)
2564 ("r-proxy" ,r-proxy)
2565 ("r-pscl" ,r-pscl)
2566 ("r-purrr" ,r-purrr)
2567 ("r-rann" ,r-rann)
2568 ("r-rcpp" ,r-rcpp)
2569 ("r-rcppparallel" ,r-rcppparallel)
2570 ("r-reshape2" ,r-reshape2)
2571 ("r-reticulate" ,r-reticulate)
2572 ("r-rhpcblasctl" ,r-rhpcblasctl)
2573 ("r-rtsne" ,r-rtsne)
2574 ("r-shiny" ,r-shiny)
2575 ("r-slam" ,r-slam)
2576 ("r-spdep" ,r-spdep)
2577 ("r-speedglm" ,r-speedglm)
2578 ("r-stringr" ,r-stringr)
2579 ("r-singlecellexperiment" ,r-singlecellexperiment)
2580 ("r-tibble" ,r-tibble)
2581 ("r-tidyr" ,r-tidyr)
2582 ("r-uwot" ,r-uwot)
2583 ("r-viridis" ,r-viridis)))
2584 (home-page "https://github.com/cole-trapnell-lab/monocle3")
2585 (synopsis "Analysis toolkit for single-cell RNA-Seq data")
2586 (description
2587 "Monocle 3 is an analysis toolkit for single-cell RNA-Seq experiments.")
2588 (license license:expat)))
2589
6213e441
RW
2590(define-public r-noiseq
2591 (package
2592 (name "r-noiseq")
6a2c58b7 2593 (version "2.28.0")
6213e441
RW
2594 (source
2595 (origin
2596 (method url-fetch)
2597 (uri (bioconductor-uri "NOISeq" version))
2598 (sha256
2599 (base32
6a2c58b7 2600 "1k7k0xqa0lxj6mfsvbmd6x6glv9wynbwl87w5d3bilbq4dpc139j"))))
6213e441
RW
2601 (properties `((upstream-name . "NOISeq")))
2602 (build-system r-build-system)
2603 (propagated-inputs
2604 `(("r-biobase" ,r-biobase)
2605 ("r-matrix" ,r-matrix)))
2606 (home-page "https://bioconductor.org/packages/NOISeq")
2607 (synopsis "Exploratory analysis and differential expression for RNA-seq data")
2608 (description
2609 "This package provides tools to support the analysis of RNA-seq
2610expression data or other similar kind of data. It provides exploratory plots
2611to evaluate saturation, count distribution, expression per chromosome, type of
2612detected features, features length, etc. It also supports the analysis of
2613differential expression between two experimental conditions with no parametric
2614assumptions.")
2615 (license license:artistic2.0)))
b409c357
RW
2616
2617(define-public r-scdd
2618 (package
2619 (name "r-scdd")
7baa59ed 2620 (version "1.8.0")
b409c357
RW
2621 (source
2622 (origin
2623 (method url-fetch)
2624 (uri (bioconductor-uri "scDD" version))
2625 (sha256
2626 (base32
7baa59ed 2627 "01hp6xxxap7541yi5dv596xvamqyyihvgkdy224ixa0n2cxyrhyf"))))
b409c357
RW
2628 (properties `((upstream-name . "scDD")))
2629 (build-system r-build-system)
2630 (propagated-inputs
2631 `(("r-arm" ,r-arm)
2632 ("r-biocparallel" ,r-biocparallel)
2633 ("r-ebseq" ,r-ebseq)
2634 ("r-fields" ,r-fields)
2635 ("r-ggplot2" ,r-ggplot2)
2636 ("r-mclust" ,r-mclust)
2637 ("r-outliers" ,r-outliers)
2638 ("r-s4vectors" ,r-s4vectors)
2639 ("r-scran" ,r-scran)
2640 ("r-singlecellexperiment" ,r-singlecellexperiment)
2641 ("r-summarizedexperiment" ,r-summarizedexperiment)))
2642 (home-page "https://github.com/kdkorthauer/scDD")
2643 (synopsis "Mixture modeling of single-cell RNA-seq data")
2644 (description
2645 "This package implements a method to analyze single-cell RNA-seq data
2646utilizing flexible Dirichlet Process mixture models. Genes with differential
2647distributions of expression are classified into several interesting patterns
2648of differences between two conditions. The package also includes functions
2649for simulating data with these patterns from negative binomial
2650distributions.")
2651 (license license:gpl2)))
f0887757
RW
2652
2653(define-public r-scone
2654 (package
2655 (name "r-scone")
26c72fff 2656 (version "1.8.0")
f0887757
RW
2657 (source
2658 (origin
2659 (method url-fetch)
2660 (uri (bioconductor-uri "scone" version))
2661 (sha256
2662 (base32
26c72fff 2663 "00cr0jp1ywxygf2pryw7mmcmn7cp1500fvifkbwgg2qxbkq5zqck"))))
f0887757
RW
2664 (build-system r-build-system)
2665 (propagated-inputs
2666 `(("r-aroma-light" ,r-aroma-light)
2667 ("r-biocparallel" ,r-biocparallel)
2668 ("r-boot" ,r-boot)
2669 ("r-class" ,r-class)
2670 ("r-cluster" ,r-cluster)
2671 ("r-compositions" ,r-compositions)
2672 ("r-diptest" ,r-diptest)
2673 ("r-edger" ,r-edger)
2674 ("r-fpc" ,r-fpc)
2675 ("r-gplots" ,r-gplots)
2676 ("r-hexbin" ,r-hexbin)
2677 ("r-limma" ,r-limma)
2678 ("r-matrixstats" ,r-matrixstats)
2679 ("r-mixtools" ,r-mixtools)
2680 ("r-rarpack" ,r-rarpack)
2681 ("r-rcolorbrewer" ,r-rcolorbrewer)
2682 ("r-rhdf5" ,r-rhdf5)
2683 ("r-ruvseq" ,r-ruvseq)
2684 ("r-summarizedexperiment" ,r-summarizedexperiment)))
2685 (home-page "https://bioconductor.org/packages/scone")
2686 (synopsis "Single cell overview of normalized expression data")
2687 (description
2688 "SCONE is an R package for comparing and ranking the performance of
2689different normalization schemes for single-cell RNA-seq and other
2690high-throughput analyses.")
2691 (license license:artistic2.0)))
f9201d67
RW
2692
2693(define-public r-geoquery
2694 (package
2695 (name "r-geoquery")
2d443087 2696 (version "2.52.0")
f9201d67
RW
2697 (source
2698 (origin
2699 (method url-fetch)
2700 (uri (bioconductor-uri "GEOquery" version))
2701 (sha256
2702 (base32
2d443087 2703 "1r8x4jsl1mr9j7wyyqlj0zgwd80vkqhxxqrcgbb78ksryzq45jkr"))))
f9201d67
RW
2704 (properties `((upstream-name . "GEOquery")))
2705 (build-system r-build-system)
2706 (propagated-inputs
2707 `(("r-biobase" ,r-biobase)
2708 ("r-dplyr" ,r-dplyr)
2709 ("r-httr" ,r-httr)
2710 ("r-limma" ,r-limma)
2711 ("r-magrittr" ,r-magrittr)
2712 ("r-readr" ,r-readr)
2713 ("r-tidyr" ,r-tidyr)
2714 ("r-xml2" ,r-xml2)))
2715 (home-page "https://github.com/seandavi/GEOquery/")
2716 (synopsis "Get data from NCBI Gene Expression Omnibus (GEO)")
2717 (description
2718 "The NCBI Gene Expression Omnibus (GEO) is a public repository of
2719microarray data. Given the rich and varied nature of this resource, it is
2720only natural to want to apply BioConductor tools to these data. GEOquery is
2721the bridge between GEO and BioConductor.")
2722 (license license:gpl2)))
eed6ff03
RW
2723
2724(define-public r-illuminaio
2725 (package
2726 (name "r-illuminaio")
fadc6db8 2727 (version "0.26.0")
eed6ff03
RW
2728 (source
2729 (origin
2730 (method url-fetch)
2731 (uri (bioconductor-uri "illuminaio" version))
2732 (sha256
2733 (base32
fadc6db8 2734 "18plm8p40gfzfmqflxssrdj8az3xvmnmh9i9dafl3af3bxwv03l8"))))
eed6ff03
RW
2735 (build-system r-build-system)
2736 (propagated-inputs
2737 `(("r-base64" ,r-base64)))
2738 (home-page "https://github.com/HenrikBengtsson/illuminaio/")
2739 (synopsis "Parse Illumina microarray output files")
2740 (description
2741 "This package provides tools for parsing Illumina's microarray output
2742files, including IDAT.")
2743 (license license:gpl2)))
f4eac096
RW
2744
2745(define-public r-siggenes
2746 (package
2747 (name "r-siggenes")
409f4dd6 2748 (version "1.58.0")
f4eac096
RW
2749 (source
2750 (origin
2751 (method url-fetch)
2752 (uri (bioconductor-uri "siggenes" version))
2753 (sha256
2754 (base32
409f4dd6 2755 "178jmmdxsv3rd71a9w5yrvg5aplak40hb42vna15g1d55c2yv1ib"))))
f4eac096
RW
2756 (build-system r-build-system)
2757 (propagated-inputs
2758 `(("r-biobase" ,r-biobase)
409f4dd6
RW
2759 ("r-multtest" ,r-multtest)
2760 ("r-scrime" ,r-scrime)))
f4eac096
RW
2761 (home-page "https://bioconductor.org/packages/siggenes/")
2762 (synopsis
2763 "Multiple testing using SAM and Efron's empirical Bayes approaches")
2764 (description
2765 "This package provides tools for the identification of differentially
2766expressed genes and estimation of the @dfn{False Discovery Rate} (FDR) using
2767both the Significance Analysis of Microarrays (SAM) and the @dfn{Empirical
2768Bayes Analyses of Microarrays} (EBAM).")
2769 (license license:lgpl2.0+)))
34a24f95
RW
2770
2771(define-public r-bumphunter
2772 (package
2773 (name "r-bumphunter")
693a9805 2774 (version "1.26.0")
34a24f95
RW
2775 (source
2776 (origin
2777 (method url-fetch)
2778 (uri (bioconductor-uri "bumphunter" version))
2779 (sha256
2780 (base32
693a9805 2781 "1dkyicwqdaahnxcxj6kmivkqb47yccx51lb1q0yar3xpw91vwlfx"))))
34a24f95
RW
2782 (build-system r-build-system)
2783 (propagated-inputs
2784 `(("r-annotationdbi" ,r-annotationdbi)
2785 ("r-biocgenerics" ,r-biocgenerics)
2786 ("r-dorng" ,r-dorng)
2787 ("r-foreach" ,r-foreach)
2788 ("r-genomeinfodb" ,r-genomeinfodb)
2789 ("r-genomicfeatures" ,r-genomicfeatures)
2790 ("r-genomicranges" ,r-genomicranges)
2791 ("r-iranges" ,r-iranges)
2792 ("r-iterators" ,r-iterators)
2793 ("r-limma" ,r-limma)
2794 ("r-locfit" ,r-locfit)
2795 ("r-matrixstats" ,r-matrixstats)
2796 ("r-s4vectors" ,r-s4vectors)))
2797 (home-page "https://github.com/ririzarr/bumphunter")
2798 (synopsis "Find bumps in genomic data")
2799 (description
2800 "This package provides tools for finding bumps in genomic data in order
2801to identify differentially methylated regions in epigenetic epidemiology
2802studies.")
2803 (license license:artistic2.0)))
0fbaf195
RW
2804
2805(define-public r-minfi
2806 (package
2807 (name "r-minfi")
8c0fae3c 2808 (version "1.30.0")
0fbaf195
RW
2809 (source
2810 (origin
2811 (method url-fetch)
2812 (uri (bioconductor-uri "minfi" version))
2813 (sha256
2814 (base32
8c0fae3c 2815 "0qir0zd0qa97fzm33v10nyrsjp8nmzhn7mn20dnlpsg7rwlf60pd"))))
0fbaf195
RW
2816 (build-system r-build-system)
2817 (propagated-inputs
2818 `(("r-beanplot" ,r-beanplot)
2819 ("r-biobase" ,r-biobase)
2820 ("r-biocgenerics" ,r-biocgenerics)
2821 ("r-biocparallel" ,r-biocparallel)
2822 ("r-biostrings" ,r-biostrings)
2823 ("r-bumphunter" ,r-bumphunter)
2824 ("r-data-table" ,r-data-table)
2825 ("r-delayedarray" ,r-delayedarray)
2826 ("r-delayedmatrixstats" ,r-delayedmatrixstats)
2827 ("r-genefilter" ,r-genefilter)
2828 ("r-genomeinfodb" ,r-genomeinfodb)
2829 ("r-genomicranges" ,r-genomicranges)
2830 ("r-geoquery" ,r-geoquery)
2831 ("r-hdf5array" ,r-hdf5array)
2832 ("r-illuminaio" ,r-illuminaio)
2833 ("r-iranges" ,r-iranges)
2834 ("r-lattice" ,r-lattice)
2835 ("r-limma" ,r-limma)
2836 ("r-mass" ,r-mass)
2837 ("r-mclust" ,r-mclust)
2838 ("r-nlme" ,r-nlme)
2839 ("r-nor1mix" ,r-nor1mix)
2840 ("r-preprocesscore" ,r-preprocesscore)
2841 ("r-quadprog" ,r-quadprog)
2842 ("r-rcolorbrewer" ,r-rcolorbrewer)
2843 ("r-reshape" ,r-reshape)
2844 ("r-s4vectors" ,r-s4vectors)
2845 ("r-siggenes" ,r-siggenes)
2846 ("r-summarizedexperiment" ,r-summarizedexperiment)))
2847 (home-page "https://github.com/hansenlab/minfi")
2848 (synopsis "Analyze Illumina Infinium DNA methylation arrays")
2849 (description
2850 "This package provides tools to analyze and visualize Illumina Infinium
2851methylation arrays.")
2852 (license license:artistic2.0)))
5ec5ba02
RW
2853
2854(define-public r-methylumi
2855 (package
2856 (name "r-methylumi")
2986b51f 2857 (version "2.30.0")
5ec5ba02
RW
2858 (source
2859 (origin
2860 (method url-fetch)
2861 (uri (bioconductor-uri "methylumi" version))
2862 (sha256
2863 (base32
2986b51f 2864 "13acn771ybi10v50x123bq5yqd62b8sr4gz77lpgaj192sxq9d9f"))))
5ec5ba02
RW
2865 (build-system r-build-system)
2866 (propagated-inputs
2867 `(("r-annotate" ,r-annotate)
2868 ("r-annotationdbi" ,r-annotationdbi)
2869 ("r-biobase" ,r-biobase)
2870 ("r-biocgenerics" ,r-biocgenerics)
2871 ("r-fdb-infiniummethylation-hg19" ,r-fdb-infiniummethylation-hg19)
2872 ("r-genefilter" ,r-genefilter)
2873 ("r-genomeinfodb" ,r-genomeinfodb)
2874 ("r-genomicranges" ,r-genomicranges)
2875 ("r-ggplot2" ,r-ggplot2)
2876 ("r-illuminaio" ,r-illuminaio)
2877 ("r-iranges" ,r-iranges)
2878 ("r-lattice" ,r-lattice)
2879 ("r-matrixstats" ,r-matrixstats)
2880 ("r-minfi" ,r-minfi)
2881 ("r-reshape2" ,r-reshape2)
2882 ("r-s4vectors" ,r-s4vectors)
2883 ("r-scales" ,r-scales)
2884 ("r-summarizedexperiment" ,r-summarizedexperiment)))
2885 (home-page "https://bioconductor.org/packages/methylumi")
2886 (synopsis "Handle Illumina methylation data")
2887 (description
2888 "This package provides classes for holding and manipulating Illumina
2889methylation data. Based on eSet, it can contain MIAME information, sample
2890information, feature information, and multiple matrices of data. An
2891\"intelligent\" import function, methylumiR can read the Illumina text files
2892and create a MethyLumiSet. methylumIDAT can directly read raw IDAT files from
2893HumanMethylation27 and HumanMethylation450 microarrays. Normalization,
2894background correction, and quality control features for GoldenGate, Infinium,
2895and Infinium HD arrays are also included.")
2896 (license license:gpl2)))
09605cb2
RW
2897
2898(define-public r-lumi
2899 (package
2900 (name "r-lumi")
5551b07c 2901 (version "2.36.0")
09605cb2
RW
2902 (source
2903 (origin
2904 (method url-fetch)
2905 (uri (bioconductor-uri "lumi" version))
2906 (sha256
2907 (base32
5551b07c 2908 "1rf6xmd2wnajjvnl50q63agakzjf4hrzn2chdsnhapi7fh7bcjba"))))
09605cb2
RW
2909 (build-system r-build-system)
2910 (propagated-inputs
2911 `(("r-affy" ,r-affy)
2912 ("r-annotate" ,r-annotate)
2913 ("r-annotationdbi" ,r-annotationdbi)
2914 ("r-biobase" ,r-biobase)
2915 ("r-dbi" ,r-dbi)
2916 ("r-genomicfeatures" ,r-genomicfeatures)
2917 ("r-genomicranges" ,r-genomicranges)
2918 ("r-kernsmooth" ,r-kernsmooth)
2919 ("r-lattice" ,r-lattice)
2920 ("r-mass" ,r-mass)
2921 ("r-methylumi" ,r-methylumi)
2922 ("r-mgcv" ,r-mgcv)
2923 ("r-nleqslv" ,r-nleqslv)
2924 ("r-preprocesscore" ,r-preprocesscore)
2925 ("r-rsqlite" ,r-rsqlite)))
2926 (home-page "https://bioconductor.org/packages/lumi")
2927 (synopsis "BeadArray-specific methods for Illumina methylation and expression microarrays")
2928 (description
2929 "The lumi package provides an integrated solution for the Illumina
2930microarray data analysis. It includes functions of Illumina
2931BeadStudio (GenomeStudio) data input, quality control, BeadArray-specific
2932variance stabilization, normalization and gene annotation at the probe level.
2933It also includes the functions of processing Illumina methylation microarrays,
2934especially Illumina Infinium methylation microarrays.")
2935 (license license:lgpl2.0+)))
4291f36a
RW
2936
2937(define-public r-linnorm
2938 (package
2939 (name "r-linnorm")
48c2a7eb 2940 (version "2.8.0")
4291f36a
RW
2941 (source
2942 (origin
2943 (method url-fetch)
2944 (uri (bioconductor-uri "Linnorm" version))
2945 (sha256
2946 (base32
48c2a7eb 2947 "1rv3ljdwb71364qd2p8za3jpk08agvzwas6f63s5d8wjlapzm3i5"))))
4291f36a
RW
2948 (properties `((upstream-name . "Linnorm")))
2949 (build-system r-build-system)
2950 (propagated-inputs
2951 `(("r-amap" ,r-amap)
2952 ("r-apcluster" ,r-apcluster)
2953 ("r-ellipse" ,r-ellipse)
2954 ("r-fastcluster" ,r-fastcluster)
2955 ("r-fpc" ,r-fpc)
2956 ("r-ggdendro" ,r-ggdendro)
2957 ("r-ggplot2" ,r-ggplot2)
2958 ("r-gmodels" ,r-gmodels)
2959 ("r-igraph" ,r-igraph)
2960 ("r-limma" ,r-limma)
2961 ("r-mass" ,r-mass)
2962 ("r-mclust" ,r-mclust)
2963 ("r-rcpp" ,r-rcpp)
2964 ("r-rcpparmadillo" ,r-rcpparmadillo)
2965 ("r-rtsne" ,r-rtsne)
2966 ("r-statmod" ,r-statmod)
2967 ("r-vegan" ,r-vegan)
2968 ("r-zoo" ,r-zoo)))
2969 (home-page "http://www.jjwanglab.org/Linnorm/")
2970 (synopsis "Linear model and normality based transformation method")
2971 (description
2972 "Linnorm is an R package for the analysis of RNA-seq, scRNA-seq, ChIP-seq
2973count data or any large scale count data. It transforms such datasets for
2974parametric tests. In addition to the transformtion function (@code{Linnorm}),
2975the following pipelines are implemented:
2976
2977@enumerate
2978@item Library size/batch effect normalization (@code{Linnorm.Norm})
2979@item Cell subpopluation analysis and visualization using t-SNE or PCA K-means
2980 clustering or hierarchical clustering (@code{Linnorm.tSNE},
2981 @code{Linnorm.PCA}, @code{Linnorm.HClust})
2982@item Differential expression analysis or differential peak detection using
2983 limma (@code{Linnorm.limma})
2984@item Highly variable gene discovery and visualization (@code{Linnorm.HVar})
2985@item Gene correlation network analysis and visualization (@code{Linnorm.Cor})
2986@item Stable gene selection for scRNA-seq data; for users without or who do
2987 not want to rely on spike-in genes (@code{Linnorm.SGenes})
2988@item Data imputation (@code{Linnorm.DataImput}).
2989@end enumerate
2990
2991Linnorm can work with raw count, CPM, RPKM, FPKM and TPM. Additionally, the
2992@code{RnaXSim} function is included for simulating RNA-seq data for the
2993evaluation of DEG analysis methods.")
2994 (license license:expat)))
e4a17532
RW
2995
2996(define-public r-ioniser
2997 (package
2998 (name "r-ioniser")
2ee91179 2999 (version "2.8.0")
e4a17532
RW
3000 (source
3001 (origin
3002 (method url-fetch)
3003 (uri (bioconductor-uri "IONiseR" version))
3004 (sha256
3005 (base32
2ee91179 3006 "0kznyqqpm0zbah537p197z1cgrgh9w82whmq0aydfxzgs2vxdw2y"))))
e4a17532
RW
3007 (properties `((upstream-name . "IONiseR")))
3008 (build-system r-build-system)
3009 (propagated-inputs
3010 `(("r-biocgenerics" ,r-biocgenerics)
3011 ("r-biocparallel" ,r-biocparallel)
3012 ("r-biostrings" ,r-biostrings)
3013 ("r-bit64" ,r-bit64)
3014 ("r-dplyr" ,r-dplyr)
3015 ("r-ggplot2" ,r-ggplot2)
3016 ("r-magrittr" ,r-magrittr)
3017 ("r-rhdf5" ,r-rhdf5)
3018 ("r-shortread" ,r-shortread)
3019 ("r-stringr" ,r-stringr)
3020 ("r-tibble" ,r-tibble)
3021 ("r-tidyr" ,r-tidyr)
3022 ("r-xvector" ,r-xvector)))
3023 (home-page "https://bioconductor.org/packages/IONiseR/")
3024 (synopsis "Quality assessment tools for Oxford Nanopore MinION data")
3025 (description
3026 "IONiseR provides tools for the quality assessment of Oxford Nanopore
3027MinION data. It extracts summary statistics from a set of fast5 files and can
3028be used either before or after base calling. In addition to standard
3029summaries of the read-types produced, it provides a number of plots for
3030visualising metrics relative to experiment run time or spatially over the
3031surface of a flowcell.")
3032 (license license:expat)))
80eb01c7
RW
3033
3034;; This is a CRAN package, but it depends on packages from Bioconductor.
3035(define-public r-gkmsvm
3036 (package
3037 (name "r-gkmsvm")
3038 (version "0.79.0")
3039 (source
3040 (origin
3041 (method url-fetch)
3042 (uri (cran-uri "gkmSVM" version))
3043 (sha256
3044 (base32
3045 "04dakbgfvfalz4rm4fvvybp506dn5fbj5g86ybfhrc6wywjllsz3"))))
3046 (properties `((upstream-name . "gkmSVM")))
3047 (build-system r-build-system)
3048 (propagated-inputs
3049 `(("r-biocgenerics" ,r-biocgenerics)
3050 ("r-biostrings" ,r-biostrings)
3051 ("r-genomeinfodb" ,r-genomeinfodb)
3052 ("r-genomicranges" ,r-genomicranges)
3053 ("r-iranges" ,r-iranges)
3054 ("r-kernlab" ,r-kernlab)
3055 ("r-rcpp" ,r-rcpp)
3056 ("r-rocr" ,r-rocr)
3057 ("r-rtracklayer" ,r-rtracklayer)
3058 ("r-s4vectors" ,r-s4vectors)
3059 ("r-seqinr" ,r-seqinr)))
3060 (home-page "https://cran.r-project.org/web/packages/gkmSVM")
3061 (synopsis "Gapped-kmer support vector machine")
3062 (description
3063 "This R package provides tools for training gapped-kmer SVM classifiers
3064for DNA and protein sequences. This package supports several sequence
3065kernels, including: gkmSVM, kmer-SVM, mismatch kernel and wildcard kernel.")
3066 (license license:gpl2+)))
8a5460b4 3067
f2114762
RW
3068;; This is a CRAN package, but it depends on multtest from Bioconductor.
3069(define-public r-mutoss
3070 (package
3071 (name "r-mutoss")
3072 (version "0.1-12")
3073 (source
3074 (origin
3075 (method url-fetch)
3076 (uri (cran-uri "mutoss" version))
3077 (sha256
3078 (base32
3079 "1yk7p7pb2xm38d3j19ysgwmix48lvimbhkhjjwk5jmr1a0ysx298"))))
3080 (properties `((upstream-name . "mutoss")))
3081 (build-system r-build-system)
3082 (propagated-inputs
3083 `(("r-multcomp" ,r-multcomp)
3084 ("r-multtest" ,r-multtest)
3085 ("r-mvtnorm" ,r-mvtnorm)
3086 ("r-plotrix" ,r-plotrix)))
3087 (home-page "https://github.com/kornl/mutoss/")
3088 (synopsis "Unified multiple testing procedures")
3089 (description
3090 "This package is designed to ease the application and comparison of
3091multiple hypothesis testing procedures for FWER, gFWER, FDR and FDX. Methods
3092are standardized and usable by the accompanying mutossGUI package.")
3093 ;; Any version of the GPL.
3094 (license (list license:gpl2+ license:gpl3+))))
3095
bf770d92
RW
3096;; This is a CRAN package, but it depends on mutoss, which depends on multtest
3097;; from Bioconductor, so we put it here.
3098(define-public r-metap
3099 (package
3100 (name "r-metap")
3101 (version "1.2")
3102 (source
3103 (origin
3104 (method url-fetch)
3105 (uri (cran-uri "metap" version))
3106 (sha256
3107 (base32
3108 "0pfbcixjrzx81l9wqhlp55khg9k63zf8pvg2n39c19akr4ppzhvf"))))
3109 (build-system r-build-system)
3110 (propagated-inputs
3111 `(("r-lattice" ,r-lattice)
3112 ("r-mutoss" ,r-mutoss)
3113 ("r-rdpack" ,r-rdpack)
3114 ("r-tfisher" ,r-tfisher)))
3115 (home-page "http://www.dewey.myzen.co.uk/meta/meta.html")
3116 (synopsis "Meta-analysis of significance values")
3117 (description
3118 "The canonical way to perform meta-analysis involves using effect sizes.
3119When they are not available this package provides a number of methods for
3120meta-analysis of significance values including the methods of Edgington,
3121Fisher, Stouffer, Tippett, and Wilkinson; a number of data-sets to replicate
3122published results; and a routine for graphical display.")
3123 (license license:gpl2)))
3124
8a5460b4
RW
3125(define-public r-triform
3126 (package
3127 (name "r-triform")
bc083eca 3128 (version "1.26.0")
8a5460b4
RW
3129 (source
3130 (origin
3131 (method url-fetch)
3132 (uri (bioconductor-uri "triform" version))
3133 (sha256
3134 (base32
bc083eca 3135 "0bsxkn386kfx4gg19p6smy5fi3k7xdw89r5hvfsks8hsdpdz3hya"))))
8a5460b4
RW
3136 (build-system r-build-system)
3137 (propagated-inputs
3138 `(("r-biocgenerics" ,r-biocgenerics)
3139 ("r-iranges" ,r-iranges)
3140 ("r-yaml" ,r-yaml)))
3141 (home-page "https://bioconductor.org/packages/triform/")
3142 (synopsis "Find enriched regions in transcription factor ChIP-sequencing data")
3143 (description
3144 "The Triform algorithm uses model-free statistics to identify peak-like
3145distributions of TF ChIP sequencing reads, taking advantage of an improved
3146peak definition in combination with known profile characteristics.")
3147 (license license:gpl2)))
c538bcdd
RW
3148
3149(define-public r-varianttools
3150 (package
3151 (name "r-varianttools")
c2effded 3152 (version "1.26.0")
c538bcdd
RW
3153 (source
3154 (origin
3155 (method url-fetch)
3156 (uri (bioconductor-uri "VariantTools" version))
3157 (sha256
3158 (base32
c2effded 3159 "0y37nziipwikg47x4jhhsx0dyv15rrih4a4z43jbzv4jgq4krzql"))))
c538bcdd
RW
3160 (properties `((upstream-name . "VariantTools")))
3161 (build-system r-build-system)
3162 (propagated-inputs
3163 `(("r-biobase" ,r-biobase)
3164 ("r-biocgenerics" ,r-biocgenerics)
3165 ("r-biocparallel" ,r-biocparallel)
3166 ("r-biostrings" ,r-biostrings)
3167 ("r-bsgenome" ,r-bsgenome)
3168 ("r-genomeinfodb" ,r-genomeinfodb)
3169 ("r-genomicfeatures" ,r-genomicfeatures)
3170 ("r-genomicranges" ,r-genomicranges)
3171 ("r-iranges" ,r-iranges)
3172 ("r-matrix" ,r-matrix)
3173 ("r-rsamtools" ,r-rsamtools)
3174 ("r-rtracklayer" ,r-rtracklayer)
3175 ("r-s4vectors" ,r-s4vectors)
3176 ("r-variantannotation" ,r-variantannotation)))
3177 (home-page "https://bioconductor.org/packages/VariantTools/")
3178 (synopsis "Tools for exploratory analysis of variant calls")
3179 (description
3180 "Explore, diagnose, and compare variant calls using filters. The
3181VariantTools package supports a workflow for loading data, calling single
3182sample variants and tumor-specific somatic mutations or other sample-specific
3183variant types (e.g., RNA editing). Most of the functions operate on
3184alignments (BAM files) or datasets of called variants. The user is expected
3185to have already aligned the reads with a separate tool, e.g., GSNAP via
3186gmapR.")
3187 (license license:artistic2.0)))
3e41919d
RW
3188
3189(define-public r-heatplus
3190 (package
3191 (name "r-heatplus")
376d1fe7 3192 (version "2.30.0")
3e41919d
RW
3193 (source
3194 (origin
3195 (method url-fetch)
3196 (uri (bioconductor-uri "Heatplus" version))
3197 (sha256
3198 (base32
376d1fe7 3199 "18b0zy12przp88sj1smvfdd39m17nhhnqzk656bs5pjls2ifmcm6"))))
3e41919d
RW
3200 (properties `((upstream-name . "Heatplus")))
3201 (build-system r-build-system)
3202 (propagated-inputs
3203 `(("r-rcolorbrewer" ,r-rcolorbrewer)))
3204 (home-page "https://github.com/alexploner/Heatplus")
3205 (synopsis "Heatmaps with row and/or column covariates and colored clusters")
3206 (description
3207 "This package provides tools to display a rectangular heatmap (intensity
3208plot) of a data matrix. By default, both samples (columns) and features (row)
3209of the matrix are sorted according to a hierarchical clustering, and the
3210corresponding dendrogram is plotted. Optionally, panels with additional
3211information about samples and features can be added to the plot.")
3212 (license license:gpl2+)))
c04f230e
RW
3213
3214(define-public r-gosemsim
3215 (package
3216 (name "r-gosemsim")
24cf7bad 3217 (version "2.10.0")
c04f230e
RW
3218 (source
3219 (origin
3220 (method url-fetch)
3221 (uri (bioconductor-uri "GOSemSim" version))
3222 (sha256
3223 (base32
24cf7bad 3224 "035jbm14rb1rjp2n00dp5bm88ad8a9afv4lvzpkv39nil98nzbdg"))))
c04f230e
RW
3225 (properties `((upstream-name . "GOSemSim")))
3226 (build-system r-build-system)
3227 (propagated-inputs
3228 `(("r-annotationdbi" ,r-annotationdbi)
3229 ("r-go-db" ,r-go-db)
3230 ("r-rcpp" ,r-rcpp)))
3231 (home-page "https://guangchuangyu.github.io/software/GOSemSim")
3232 (synopsis "GO-terms semantic similarity measures")
3233 (description
3234 "The semantic comparisons of @dfn{Gene Ontology} (GO) annotations provide
3235quantitative ways to compute similarities between genes and gene groups, and
3236have became important basis for many bioinformatics analysis approaches.
3237GOSemSim is an R package for semantic similarity computation among GO terms,
3238sets of GO terms, gene products and gene clusters.")
3239 (license license:artistic2.0)))
9d0f7942
RW
3240
3241(define-public r-anota
3242 (package
3243 (name "r-anota")
0a41b5db 3244 (version "1.32.0")
9d0f7942
RW
3245 (source
3246 (origin
3247 (method url-fetch)
3248 (uri (bioconductor-uri "anota" version))
3249 (sha256
3250 (base32
0a41b5db 3251 "0jchhyf9gqyj0k0fn5zp319griy32cckqpldq9x58z69l2ix2s2c"))))
9d0f7942
RW
3252 (build-system r-build-system)
3253 (propagated-inputs
3254 `(("r-multtest" ,r-multtest)
3255 ("r-qvalue" ,r-qvalue)))
3256 (home-page "https://bioconductor.org/packages/anota/")
3257 (synopsis "Analysis of translational activity")
3258 (description
3259 "Genome wide studies of translational control is emerging as a tool to
0cea26bd 3260study various biological conditions. The output from such analysis is both
9d0f7942
RW
3261the mRNA level (e.g. cytosolic mRNA level) and the levl of mRNA actively
3262involved in translation (the actively translating mRNA level) for each mRNA.
3263The standard analysis of such data strives towards identifying differential
3264translational between two or more sample classes - i.e. differences in
3265actively translated mRNA levels that are independent of underlying differences
3266in cytosolic mRNA levels. This package allows for such analysis using partial
3267variances and the random variance model. As 10s of thousands of mRNAs are
4f664004 3268analyzed in parallel the library performs a number of tests to assure that
9d0f7942
RW
3269the data set is suitable for such analysis.")
3270 (license license:gpl3)))
a6d867fe
RW
3271
3272(define-public r-sigpathway
3273 (package
3274 (name "r-sigpathway")
3e5ee6f6 3275 (version "1.52.0")
a6d867fe
RW
3276 (source
3277 (origin
3278 (method url-fetch)
3279 (uri (bioconductor-uri "sigPathway" version))
3280 (sha256
3281 (base32
3e5ee6f6 3282 "1mc4lb78rcmpihzjiy4w738cbalw5zxms30z8kyy12s6vbxi6hx7"))))
a6d867fe
RW
3283 (properties `((upstream-name . "sigPathway")))
3284 (build-system r-build-system)
3285 (home-page "https://www.pnas.org/cgi/doi/10.1073/pnas.0506577102")
3286 (synopsis "Pathway analysis")
3287 (description
3288 "This package is used to conduct pathway analysis by calculating the NT_k
3289and NE_k statistics in a statistical framework for determining whether a
3290specified group of genes for a pathway has a coordinated association with a
3291phenotype of interest.")
3292 (license license:gpl2)))
af26c7ae
RW
3293
3294(define-public r-fgsea
3295 (package
3296 (name "r-fgsea")
9b275285 3297 (version "1.10.1")
af26c7ae
RW
3298 (source
3299 (origin
3300 (method url-fetch)
3301 (uri (bioconductor-uri "fgsea" version))
3302 (sha256
3303 (base32
9b275285 3304 "1k2f9hkp1mvc9fpqzhbf08jd0yg4xaa312v9vy37fxd9pyrwp5a6"))))
af26c7ae
RW
3305 (build-system r-build-system)
3306 (propagated-inputs
ebffd24c
RW
3307 `(("r-bh" ,r-bh)
3308 ("r-biocparallel" ,r-biocparallel)
af26c7ae
RW
3309 ("r-data-table" ,r-data-table)
3310 ("r-fastmatch" ,r-fastmatch)
3311 ("r-ggplot2" ,r-ggplot2)
3312 ("r-gridextra" ,r-gridextra)
3313 ("r-matrix" ,r-matrix)
3314 ("r-rcpp" ,r-rcpp)))
3315 (home-page "https://github.com/ctlab/fgsea/")
3316 (synopsis "Fast gene set enrichment analysis")
3317 (description
3318 "The package implements an algorithm for fast gene set enrichment
3319analysis. Using the fast algorithm allows to make more permutations and get
3320more fine grained p-values, which allows to use accurate stantard approaches
3321to multiple hypothesis correction.")
3322 (license license:expat)))
305050b5
RW
3323
3324(define-public r-dose
3325 (package
3326 (name "r-dose")
aff3ecbf 3327 (version "3.10.2")
305050b5
RW
3328 (source
3329 (origin
3330 (method url-fetch)
3331 (uri (bioconductor-uri "DOSE" version))
3332 (sha256
3333 (base32
aff3ecbf 3334 "06jm1mnfd92s84f21562vsmj6jfkravfqf4lcxx2lk7s4ll66znj"))))
305050b5
RW
3335 (properties `((upstream-name . "DOSE")))
3336 (build-system r-build-system)
3337 (propagated-inputs
3338 `(("r-annotationdbi" ,r-annotationdbi)
3339 ("r-biocparallel" ,r-biocparallel)
3340 ("r-do-db" ,r-do-db)
3341 ("r-fgsea" ,r-fgsea)
3342 ("r-ggplot2" ,r-ggplot2)
3343 ("r-gosemsim" ,r-gosemsim)
3344 ("r-qvalue" ,r-qvalue)
3345 ("r-reshape2" ,r-reshape2)
3346 ("r-s4vectors" ,r-s4vectors)))
3347 (home-page "https://guangchuangyu.github.io/software/DOSE/")
3348 (synopsis "Disease ontology semantic and enrichment analysis")
3349 (description
3350 "This package implements five methods proposed by Resnik, Schlicker,
3351Jiang, Lin and Wang, respectively, for measuring semantic similarities among
3352@dfn{Disease ontology} (DO) terms and gene products. Enrichment analyses
3353including hypergeometric model and gene set enrichment analysis are also
3354implemented for discovering disease associations of high-throughput biological
3355data.")
3356 (license license:artistic2.0)))
9c30cf65
RW
3357
3358(define-public r-enrichplot
3359 (package
3360 (name "r-enrichplot")
77d28d66 3361 (version "1.4.0")
9c30cf65
RW
3362 (source
3363 (origin
3364 (method url-fetch)
3365 (uri (bioconductor-uri "enrichplot" version))
3366 (sha256
3367 (base32
77d28d66 3368 "1i9psakvvdc6jn7k7zwpbdhwvf9r8s7649w05mwh1hy978x4rh6h"))))
9c30cf65
RW
3369 (build-system r-build-system)
3370 (propagated-inputs
3371 `(("r-annotationdbi" ,r-annotationdbi)
3372 ("r-cowplot" ,r-cowplot)
3373 ("r-dose" ,r-dose)
3374 ("r-europepmc" ,r-europepmc)
3375 ("r-ggplot2" ,r-ggplot2)
3376 ("r-ggplotify" ,r-ggplotify)
3377 ("r-ggraph" ,r-ggraph)
3378 ("r-ggridges" ,r-ggridges)
3379 ("r-gosemsim" ,r-gosemsim)
3380 ("r-gridextra" ,r-gridextra)
3381 ("r-igraph" ,r-igraph)
3382 ("r-purrr" ,r-purrr)
3383 ("r-rcolorbrewer" ,r-rcolorbrewer)
3384 ("r-reshape2" ,r-reshape2)
3385 ("r-upsetr" ,r-upsetr)))
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")
1a3e33be 3397 (version "3.12.0")
f8295ee6
RW
3398 (source
3399 (origin
3400 (method url-fetch)
3401 (uri (bioconductor-uri "clusterProfiler" version))
3402 (sha256
3403 (base32
1a3e33be 3404 "1jw8h6nlcgd86qhqlcgi3icylb7amcqimlvzg29gay3bf3grwfhq"))))
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")
b9f39ac9 3430 (version "1.64.1")
ce77562a
RW
3431 (source
3432 (origin
3433 (method url-fetch)
3434 (uri (bioconductor-uri "MLInterfaces" version))
3435 (sha256
3436 (base32
b9f39ac9 3437 "1c1hciwy37zpr5bzdjj2xxx2r4jdfmr5w0zmg010lm2985z41gqh"))))
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")
8bef9df4 3471 (version "1.56.0")
a793e88c
RW
3472 (source
3473 (origin
3474 (method url-fetch)
3475 (uri (bioconductor-uri "annaffy" version))
3476 (sha256
3477 (base32
8bef9df4 3478 "0sz96lcw0xc4bw1h3x0j40yh5ragmybsq6zwd0adlwzkhvriqjn9"))))
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")
b077e3db 3507 (version "1.32.0")
0ec0a5ec
RW
3508 (source
3509 (origin
3510 (method url-fetch)
3511 (uri (bioconductor-uri "a4Core" version))
3512 (sha256
3513 (base32
b077e3db 3514 "1cr0d1w81iygil3pygqzigfb1a0hc248qd9vqvs0n537cxrxq7i7"))))
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")
82de77da 3530 (version "1.32.0")
9ae37581
RW
3531 (source
3532 (origin
3533 (method url-fetch)
3534 (uri (bioconductor-uri "a4Classif" version))
3535 (sha256
3536 (base32
82de77da 3537 "1jif0w3hx020zzwkaza1a26mf34343y7a3v80ic93in6n53yjhj0"))))
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")
0b609162 3558 (version "1.32.0")
b8d13e2c
RW
3559 (source
3560 (origin
3561 (method url-fetch)
3562 (uri (bioconductor-uri "a4Preproc" version))
3563 (sha256
3564 (base32
0b609162 3565 "13sj4zriq1mian2xcjwkbmmpdjh3h6dgjslar2hc8nmd34cb9xjr"))))
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")
e5a36543 3580 (version "1.32.0")
8e15f861
RW
3581 (source
3582 (origin
3583 (method url-fetch)
3584 (uri (bioconductor-uri "a4Reporting" version))
3585 (sha256
3586 (base32
e5a36543 3587 "1lail2iw8jmvfdq9brv7i41k6vmbhx2kp21jxq2cj1zva5rcqssj"))))
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")
ae1730ae 3603 (version "1.32.0")
dbfe3375
RW
3604 (source
3605 (origin
3606 (method url-fetch)
3607 (uri (bioconductor-uri "a4Base" version))
3608 (sha256
3609 (base32
ae1730ae 3610 "0yd8gkg3dlkijnms88bxkqsghhc9i32pgd9yaq6hzr67wk879wa1"))))
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")
1aadddea 3635 (version "1.32.0")
84ad024e
RW
3636 (source
3637 (origin
3638 (method url-fetch)
3639 (uri (bioconductor-uri "a4" version))
3640 (sha256
3641 (base32
1aadddea 3642 "08146qzsr6mjblmh08g83063nnyrfl35z6p65v71isprkydgxyhy"))))
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")
b7ddf0f0 3660 (version "1.2.0")
59d331f1
RW
3661 (source
3662 (origin
3663 (method url-fetch)
3664 (uri (bioconductor-uri "abseqR" version))
3665 (sha256
3666 (base32
b7ddf0f0 3667 "0cbjm7cxjfrkwqhcrrh93w0zf3skmi2p9hyx7acg0ym5fz0ic51r"))))
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")
e33c25ff 3706 (version "1.12.0")
41aab7d1
RW
3707 (source
3708 (origin
3709 (method url-fetch)
3710 (uri (bioconductor-uri "bacon" version))
3711 (sha256
3712 (base32
e33c25ff 3713 "1p6h348kwbsan6dwviclwxx02jcdmf580g5f95w2sgn4jnfv7q1q"))))
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")
93f8a009 3731 (version "2.32.0")
051e8e1a
RW
3732 (source
3733 (origin
3734 (method url-fetch)
3735 (uri (bioconductor-uri "rGADEM" version))
3736 (sha256
3737 (base32
93f8a009 3738 "1zf8ayllf1i79wc39vyln2hii1bgg88sw6h1hngkqx4phyvl9q18"))))
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")
f7a495b1 3756 (version "1.40.0")
229f97c3
RW
3757 (source
3758 (origin
3759 (method url-fetch)
3760 (uri (bioconductor-uri "MotIV" version))
3761 (sha256
3762 (base32
f7a495b1 3763 "088z3vyx5h2c4ll4sway01cd4h0x2ayhbv55f6l2kss71v6k6byf"))))
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)
3771 ("r-iranges" ,r-iranges)
3772 ("r-lattice" ,r-lattice)
3773 ("r-rgadem" ,r-rgadem)
3774 ("r-s4vectors" ,r-s4vectors)))
3775 (home-page "https://bioconductor.org/packages/MotIV/")
3776 (synopsis "Motif identification and validation")
3777 (description
3778 "This package is used for the identification and validation of sequence
3779motifs. It makes use of STAMP for comparing a set of motifs to a given
3780database (e.g. JASPAR). It can also be used to visualize motifs, motif
3781distributions, modules and filter motifs.")
3782 (license license:gpl2)))
2a72ef56
RW
3783
3784(define-public r-motifstack
3785 (package
3786 (name "r-motifstack")
aa0ebfd2 3787 (version "1.28.0")
2a72ef56
RW
3788 (source
3789 (origin
3790 (method url-fetch)
3791 (uri (bioconductor-uri "motifStack" version))
3792 (sha256
3793 (base32
aa0ebfd2 3794 "0qbv5pvn1g9xfn221vqjmp9vfxpkda1wxkn0kyn2nqyb80d4jf9f"))))
2a72ef56
RW
3795 (properties `((upstream-name . "motifStack")))
3796 (build-system r-build-system)
3797 (propagated-inputs
3798 `(("r-ade4" ,r-ade4)
3799 ("r-biostrings" ,r-biostrings)
aa0ebfd2 3800 ("r-grimport2" ,r-grimport2)
2a72ef56
RW
3801 ("r-htmlwidgets" ,r-htmlwidgets)
3802 ("r-motiv" ,r-motiv)
3803 ("r-scales" ,r-scales)
3804 ("r-xml" ,r-xml)))
3805 (home-page "https://bioconductor.org/packages/motifStack/")
3806 (synopsis "Plot stacked logos for DNA, RNA and amino acid sequences")
3807 (description
3808 "The motifStack package is designed for graphic representation of
3809multiple motifs with different similarity scores. It works with both DNA/RNA
3810sequence motifs and amino acid sequence motifs. In addition, it provides the
3811flexibility for users to customize the graphic parameters such as the font
3812type and symbol colors.")
3813 (license license:gpl2+)))
e5bff307
RW
3814
3815(define-public r-genomicscores
3816 (package
3817 (name "r-genomicscores")
3c944fda 3818 (version "1.8.1")
e5bff307
RW
3819 (source
3820 (origin
3821 (method url-fetch)
3822 (uri (bioconductor-uri "GenomicScores" version))
3823 (sha256
3824 (base32
3c944fda 3825 "0xgv5h6hwr4p2p05z8vzhivy97gfirm4rj1ihb5c8fhgc5vp85dy"))))
e5bff307
RW
3826 (properties `((upstream-name . "GenomicScores")))
3827 (build-system r-build-system)
3828 (propagated-inputs
3829 `(("r-annotationhub" ,r-annotationhub)
3830 ("r-biobase" ,r-biobase)
3831 ("r-biocgenerics" ,r-biocgenerics)
3832 ("r-biostrings" ,r-biostrings)
3833 ("r-bsgenome" ,r-bsgenome)
3834 ("r-genomeinfodb" ,r-genomeinfodb)
3835 ("r-genomicranges" ,r-genomicranges)
3836 ("r-iranges" ,r-iranges)
3837 ("r-s4vectors" ,r-s4vectors)
3838 ("r-xml" ,r-xml)))
3839 (home-page "https://github.com/rcastelo/GenomicScores/")
3840 (synopsis "Work with genome-wide position-specific scores")
3841 (description
3842 "This package provides infrastructure to store and access genome-wide
3843position-specific scores within R and Bioconductor.")
3844 (license license:artistic2.0)))
32e0f906
RW
3845
3846(define-public r-atacseqqc
3847 (package
3848 (name "r-atacseqqc")
fbe5a087 3849 (version "1.8.5")
32e0f906
RW
3850 (source
3851 (origin
3852 (method url-fetch)
3853 (uri (bioconductor-uri "ATACseqQC" version))
3854 (sha256
3855 (base32
fbe5a087 3856 "1i8f0vs0z4jbc2yvj1diay7jhcmb1a82zv96xllk771f25nvmmxp"))))
32e0f906
RW
3857 (properties `((upstream-name . "ATACseqQC")))
3858 (build-system r-build-system)
3859 (propagated-inputs
3860 `(("r-biocgenerics" ,r-biocgenerics)
3861 ("r-biostrings" ,r-biostrings)
3862 ("r-bsgenome" ,r-bsgenome)
3863 ("r-chippeakanno" ,r-chippeakanno)
bcc233c1 3864 ("r-edger" ,r-edger)
32e0f906
RW
3865 ("r-genomeinfodb" ,r-genomeinfodb)
3866 ("r-genomicalignments" ,r-genomicalignments)
3867 ("r-genomicranges" ,r-genomicranges)
3868 ("r-genomicscores" ,r-genomicscores)
3869 ("r-iranges" ,r-iranges)
3870 ("r-kernsmooth" ,r-kernsmooth)
3871 ("r-limma" ,r-limma)
3872 ("r-motifstack" ,r-motifstack)
3873 ("r-preseqr" ,r-preseqr)
3874 ("r-randomforest" ,r-randomforest)
3875 ("r-rsamtools" ,r-rsamtools)
3876 ("r-rtracklayer" ,r-rtracklayer)
3877 ("r-s4vectors" ,r-s4vectors)))
3878 (home-page "https://bioconductor.org/packages/ATACseqQC/")
3879 (synopsis "ATAC-seq quality control")
3880 (description
3881 "ATAC-seq, an assay for Transposase-Accessible Chromatin using
3882sequencing, is a rapid and sensitive method for chromatin accessibility
3883analysis. It was developed as an alternative method to MNase-seq, FAIRE-seq
3884and DNAse-seq. The ATACseqQC package was developed to help users to quickly
3885assess whether their ATAC-seq experiment is successful. It includes
3886diagnostic plots of fragment size distribution, proportion of mitochondria
3887reads, nucleosome positioning pattern, and CTCF or other Transcript Factor
3888footprints.")
3889 (license license:gpl2+)))
3972cfce
RW
3890
3891(define-public r-gofuncr
3892 (package
3893 (name "r-gofuncr")
bab06a6f 3894 (version "1.4.0")
3972cfce
RW
3895 (source
3896 (origin
3897 (method url-fetch)
3898 (uri (bioconductor-uri "GOfuncR" version))
3899 (sha256
3900 (base32
bab06a6f 3901 "1znnkh96yyv6rkbjxx2942nixw4ixdll1f72v92wzsxdcbwkgqdm"))))
3972cfce
RW
3902 (properties `((upstream-name . "GOfuncR")))
3903 (build-system r-build-system)
3904 (propagated-inputs
3905 `(("r-annotationdbi" ,r-annotationdbi)
3906 ("r-genomicranges" ,r-genomicranges)
3907 ("r-gtools" ,r-gtools)
3908 ("r-iranges" ,r-iranges)
3909 ("r-mapplots" ,r-mapplots)
3910 ("r-rcpp" ,r-rcpp)
3911 ("r-vioplot" ,r-vioplot)))
3912 (home-page "https://bioconductor.org/packages/GOfuncR/")
3913 (synopsis "Gene ontology enrichment using FUNC")
3914 (description
3915 "GOfuncR performs a gene ontology enrichment analysis based on the
3916ontology enrichment software FUNC. GO-annotations are obtained from
3917OrganismDb or OrgDb packages (@code{Homo.sapiens} by default); the GO-graph is
3918included in the package and updated regularly. GOfuncR provides the standard
3919candidate vs background enrichment analysis using the hypergeometric test, as
3920well as three additional tests:
3921
3922@enumerate
3923@item the Wilcoxon rank-sum test that is used when genes are ranked,
3924@item a binomial test that is used when genes are associated with two counts,
3925 and
3926@item a Chi-square or Fisher's exact test that is used in cases when genes are
3927associated with four counts.
3928@end enumerate
3929
3930To correct for multiple testing and interdependency of the tests, family-wise
3931error rates are computed based on random permutations of the gene-associated
3932variables. GOfuncR also provides tools for exploring the ontology graph and
3933the annotations, and options to take gene-length or spatial clustering of
3934genes into account. It is also possible to provide custom gene coordinates,
3935annotations and ontologies.")
3936 (license license:gpl2+)))
9bf4bb19
RW
3937
3938(define-public r-abaenrichment
3939 (package
3940 (name "r-abaenrichment")
d6158ecb 3941 (version "1.14.1")
9bf4bb19
RW
3942 (source
3943 (origin
3944 (method url-fetch)
3945 (uri (bioconductor-uri "ABAEnrichment" version))
3946 (sha256
3947 (base32
d6158ecb 3948 "1w322wsp6bd3gyfwzgdf088cvfmpq774knr57d0dj420ljf4xn48"))))
9bf4bb19
RW
3949 (properties `((upstream-name . "ABAEnrichment")))
3950 (build-system r-build-system)
3951 (propagated-inputs
3952 `(("r-abadata" ,r-abadata)
3953 ("r-data-table" ,r-data-table)
3954 ("r-gofuncr" ,r-gofuncr)
3955 ("r-gplots" ,r-gplots)
3956 ("r-gtools" ,r-gtools)
3957 ("r-rcpp" ,r-rcpp)))
3958 (home-page "https://bioconductor.org/packages/ABAEnrichment/")
3959 (synopsis "Gene expression enrichment in human brain regions")
3960 (description
3961 "The package ABAEnrichment is designed to test for enrichment of user
3962defined candidate genes in the set of expressed genes in different human brain
3963regions. The core function @code{aba_enrich} integrates the expression of the
3964candidate gene set (averaged across donors) and the structural information of
3965the brain using an ontology, both provided by the Allen Brain Atlas project.")
3966 (license license:gpl2+)))
0b91b7b9
RW
3967
3968(define-public r-annotationfuncs
3969 (package
3970 (name "r-annotationfuncs")
69a2ec54 3971 (version "1.34.0")
0b91b7b9
RW
3972 (source
3973 (origin
3974 (method url-fetch)
3975 (uri (bioconductor-uri "AnnotationFuncs" version))
3976 (sha256
3977 (base32
69a2ec54 3978 "12vh07x8s9y74h65q1pnjlma752pz29bmyyhlnqaiy83gsg26hm3"))))
0b91b7b9
RW
3979 (properties
3980 `((upstream-name . "AnnotationFuncs")))
3981 (build-system r-build-system)
3982 (propagated-inputs
3983 `(("r-annotationdbi" ,r-annotationdbi)
3984 ("r-dbi" ,r-dbi)))
3985 (home-page "https://www.iysik.com/r/annotationfuncs")
3986 (synopsis "Annotation translation functions")
3987 (description
3988 "This package provides functions for handling translating between
3989different identifieres using the Biocore Data Team data-packages (e.g.
3990@code{org.Bt.eg.db}).")
3991 (license license:gpl2)))
adf7d813
RW
3992
3993(define-public r-annotationtools
3994 (package
3995 (name "r-annotationtools")
ee1a45d7 3996 (version "1.58.0")
adf7d813
RW
3997 (source
3998 (origin
3999 (method url-fetch)
4000 (uri (bioconductor-uri "annotationTools" version))
4001 (sha256
4002 (base32
ee1a45d7 4003 "148fi8bv1m0y81psm0jv1nqvjhvr461drnl0krqd7skcf0mb0fc1"))))
adf7d813
RW
4004 (properties
4005 `((upstream-name . "annotationTools")))
4006 (build-system r-build-system)
4007 (propagated-inputs `(("r-biobase" ,r-biobase)))
4008 (home-page "https://bioconductor.org/packages/annotationTools/")
4009 (synopsis "Annotate microarrays and perform gene expression analyses")
4010 (description
4011 "This package provides functions to annotate microarrays, find orthologs,
4012and integrate heterogeneous gene expression profiles using annotation and
4013other molecular biology information available as flat file database (plain
4014text files).")
4015 ;; Any version of the GPL.
4016 (license (list license:gpl2+))))
f31e10f8
RW
4017
4018(define-public r-allelicimbalance
4019 (package
4020 (name "r-allelicimbalance")
9da2021f 4021 (version "1.22.0")
f31e10f8
RW
4022 (source
4023 (origin
4024 (method url-fetch)
4025 (uri (bioconductor-uri "AllelicImbalance" version))
4026 (sha256
4027 (base32
9da2021f 4028 "1f51y8zjgz0wdd33qbs1gpnadbprixr4wcfvff6v3s09rmnr8fng"))))
f31e10f8
RW
4029 (properties
4030 `((upstream-name . "AllelicImbalance")))
4031 (build-system r-build-system)
4032 (propagated-inputs
4033 `(("r-annotationdbi" ,r-annotationdbi)
4034 ("r-biocgenerics" ,r-biocgenerics)
4035 ("r-biostrings" ,r-biostrings)
4036 ("r-bsgenome" ,r-bsgenome)
4037 ("r-genomeinfodb" ,r-genomeinfodb)
4038 ("r-genomicalignments" ,r-genomicalignments)
4039 ("r-genomicfeatures" ,r-genomicfeatures)
4040 ("r-genomicranges" ,r-genomicranges)
4041 ("r-gridextra" ,r-gridextra)
4042 ("r-gviz" ,r-gviz)
4043 ("r-iranges" ,r-iranges)
4044 ("r-lattice" ,r-lattice)
4045 ("r-latticeextra" ,r-latticeextra)
4046 ("r-nlme" ,r-nlme)
4047 ("r-rsamtools" ,r-rsamtools)
4048 ("r-s4vectors" ,r-s4vectors)
4049 ("r-seqinr" ,r-seqinr)
4050 ("r-summarizedexperiment" ,r-summarizedexperiment)
4051 ("r-variantannotation" ,r-variantannotation)))
4052 (home-page "https://github.com/pappewaio/AllelicImbalance")
4053 (synopsis "Investigate allele-specific expression")
4054 (description
4055 "This package provides a framework for allele-specific expression
4056investigation using RNA-seq data.")
4057 (license license:gpl3)))
ffe7029b
RW
4058
4059(define-public r-aucell
4060 (package
4061 (name "r-aucell")
61730c3d 4062 (version "1.6.1")
ffe7029b
RW
4063 (source
4064 (origin
4065 (method url-fetch)
4066 (uri (bioconductor-uri "AUCell" version))
4067 (sha256
4068 (base32
61730c3d 4069 "1vd8w6dygn1b5bwlha09mm6fbwyj07pmawpv53agcg1y7jlxs31b"))))
ffe7029b
RW
4070 (properties `((upstream-name . "AUCell")))
4071 (build-system r-build-system)
4072 (propagated-inputs
4073 `(("r-data-table" ,r-data-table)
4074 ("r-gseabase" ,r-gseabase)
4075 ("r-mixtools" ,r-mixtools)
4076 ("r-r-utils" ,r-r-utils)
4077 ("r-shiny" ,r-shiny)
4078 ("r-summarizedexperiment" ,r-summarizedexperiment)))
4079 (home-page "https://bioconductor.org/packages/AUCell/")
4080 (synopsis "Analysis of gene set activity in single-cell RNA-seq data")
4081 (description
4082 "AUCell allows to identify cells with active gene sets (e.g. signatures,
4083gene modules, etc) in single-cell RNA-seq data. AUCell uses the @dfn{Area
4084Under the Curve} (AUC) to calculate whether a critical subset of the input
4085gene set is enriched within the expressed genes for each cell. The
4086distribution of AUC scores across all the cells allows exploring the relative
4087expression of the signature. Since the scoring method is ranking-based,
4088AUCell is independent of the gene expression units and the normalization
4089procedure. In addition, since the cells are evaluated individually, it can
4090easily be applied to bigger datasets, subsetting the expression matrix if
4091needed.")
4092 (license license:gpl3)))
5cfa4bff
RW
4093
4094(define-public r-ebimage
4095 (package
4096 (name "r-ebimage")
2a6d8383 4097 (version "4.26.0")
5cfa4bff
RW
4098 (source
4099 (origin
4100 (method url-fetch)
4101 (uri (bioconductor-uri "EBImage" version))
4102 (sha256
4103 (base32
2a6d8383 4104 "0c8rfi40959rbpbizpiizkq21az3lfwf2azlj55yz5m61qp7mgsq"))))
5cfa4bff
RW
4105 (properties `((upstream-name . "EBImage")))
4106 (build-system r-build-system)
4107 (propagated-inputs
4108 `(("r-abind" ,r-abind)
4109 ("r-biocgenerics" ,r-biocgenerics)
4110 ("r-fftwtools" ,r-fftwtools)
4111 ("r-htmltools" ,r-htmltools)
4112 ("r-htmlwidgets" ,r-htmlwidgets)
4113 ("r-jpeg" ,r-jpeg)
4114 ("r-locfit" ,r-locfit)
4115 ("r-png" ,r-png)
4116 ("r-rcurl" ,r-rcurl)
4117 ("r-tiff" ,r-tiff)))
4118 (native-inputs
4119 `(("r-knitr" ,r-knitr))) ; for vignettes
4120 (home-page "https://github.com/aoles/EBImage")
4121 (synopsis "Image processing and analysis toolbox for R")
4122 (description
4123 "EBImage provides general purpose functionality for image processing and
4124analysis. In the context of (high-throughput) microscopy-based cellular
4125assays, EBImage offers tools to segment cells and extract quantitative
4126cellular descriptors. This allows the automation of such tasks using the R
4127programming language and facilitates the use of other tools in the R
4128environment for signal processing, statistical modeling, machine learning and
4129visualization with image data.")
4130 ;; Any version of the LGPL.
4131 (license license:lgpl2.1+)))
51e98f7e
RW
4132
4133(define-public r-yamss
4134 (package
4135 (name "r-yamss")
1269a926 4136 (version "1.10.0")
51e98f7e
RW
4137 (source
4138 (origin
4139 (method url-fetch)
4140 (uri (bioconductor-uri "yamss" version))
4141 (sha256
4142 (base32
1269a926 4143 "00756szrmfm1jdayl90jgblydn6sick9nagdf77pn7wzh6wlaj23"))))
51e98f7e
RW
4144 (build-system r-build-system)
4145 (propagated-inputs
4146 `(("r-biocgenerics" ,r-biocgenerics)
4147 ("r-data-table" ,r-data-table)
4148 ("r-ebimage" ,r-ebimage)
4149 ("r-iranges" ,r-iranges)
4150 ("r-limma" ,r-limma)
4151 ("r-matrix" ,r-matrix)
4152 ("r-mzr" ,r-mzr)
4153 ("r-s4vectors" ,r-s4vectors)
4154 ("r-summarizedexperiment"
4155 ,r-summarizedexperiment)))
4156 (home-page "https://github.com/hansenlab/yamss")
4157 (synopsis "Tools for high-throughput metabolomics")
4158 (description
4159 "This package provides tools to analyze and visualize high-throughput
9b19734c 4160metabolomics data acquired using chromatography-mass spectrometry. These tools
51e98f7e
RW
4161preprocess data in a way that enables reliable and powerful differential
4162analysis.")
4163 (license license:artistic2.0)))
398c4a93
RW
4164
4165(define-public r-gtrellis
4166 (package
4167 (name "r-gtrellis")
f8fb5b75 4168 (version "1.16.1")
398c4a93
RW
4169 (source
4170 (origin
4171 (method url-fetch)
4172 (uri (bioconductor-uri "gtrellis" version))
4173 (sha256
4174 (base32
f8fb5b75 4175 "069hln9vflyxic24bxrlmdmz9h3jdd2qaqy898rgk5bn0gqwcjix"))))
398c4a93
RW
4176 (build-system r-build-system)
4177 (propagated-inputs
4178 `(("r-circlize" ,r-circlize)
4179 ("r-genomicranges" ,r-genomicranges)
4180 ("r-getoptlong" ,r-getoptlong)
4181 ("r-iranges" ,r-iranges)))
4182 (home-page "https://github.com/jokergoo/gtrellis")
4183 (synopsis "Genome level Trellis layout")
4184 (description
4185 "Genome level Trellis graph visualizes genomic data conditioned by
4186genomic categories (e.g. chromosomes). For each genomic category, multiple
4187dimensional data which are represented as tracks describe different features
4188from different aspects. This package provides high flexibility to arrange
4189genomic categories and to add self-defined graphics in the plot.")
4190 (license license:expat)))
28098414
RW
4191
4192(define-public r-somaticsignatures
4193 (package
4194 (name "r-somaticsignatures")
3cdc5d1a 4195 (version "2.20.0")
28098414
RW
4196 (source
4197 (origin
4198 (method url-fetch)
4199 (uri (bioconductor-uri "SomaticSignatures" version))
4200 (sha256
4201 (base32
3cdc5d1a 4202 "0wc4ddwngvkc9jhihzaxx8yazqncl1kbgkx8vqn5gd4w2hx0h5bx"))))
28098414
RW
4203 (properties
4204 `((upstream-name . "SomaticSignatures")))
4205 (build-system r-build-system)
4206 (propagated-inputs
4207 `(("r-biobase" ,r-biobase)
4208 ("r-biostrings" ,r-biostrings)
4209 ("r-genomeinfodb" ,r-genomeinfodb)
4210 ("r-genomicranges" ,r-genomicranges)
4211 ("r-ggbio" ,r-ggbio)
4212 ("r-ggplot2" ,r-ggplot2)
4213 ("r-iranges" ,r-iranges)
4214 ("r-nmf" ,r-nmf)
4215 ("r-pcamethods" ,r-pcamethods)
4216 ("r-proxy" ,r-proxy)
4217 ("r-reshape2" ,r-reshape2)
4218 ("r-s4vectors" ,r-s4vectors)
4219 ("r-variantannotation" ,r-variantannotation)))
4220 (home-page "https://github.com/juliangehring/SomaticSignatures")
4221 (synopsis "Somatic signatures")
4222 (description
4223 "This package identifies mutational signatures of @dfn{single nucleotide
4224variants} (SNVs). It provides a infrastructure related to the methodology
4225described in Nik-Zainal (2012, Cell), with flexibility in the matrix
4226decomposition algorithms.")
4227 (license license:expat)))
303f2ed1
RW
4228
4229(define-public r-yapsa
4230 (package
4231 (name "r-yapsa")
edba69b2 4232 (version "1.10.0")
303f2ed1
RW
4233 (source
4234 (origin
4235 (method url-fetch)
4236 (uri (bioconductor-uri "YAPSA" version))
4237 (sha256
4238 (base32
edba69b2 4239 "0rfjn2x6hsqiigd53bnl7z5ix5s2mbpr9glsyihsa7i6iazh3n1q"))))
303f2ed1
RW
4240 (properties `((upstream-name . "YAPSA")))
4241 (build-system r-build-system)
4242 (propagated-inputs
4243 `(("r-circlize" ,r-circlize)
4244 ("r-complexheatmap" ,r-complexheatmap)
4245 ("r-corrplot" ,r-corrplot)
4246 ("r-dendextend" ,r-dendextend)
4247 ("r-genomeinfodb" ,r-genomeinfodb)
4248 ("r-genomicranges" ,r-genomicranges)
4249 ("r-getoptlong" ,r-getoptlong)
4250 ("r-ggplot2" ,r-ggplot2)
4251 ("r-gridextra" ,r-gridextra)
4252 ("r-gtrellis" ,r-gtrellis)
4253 ("r-keggrest" ,r-keggrest)
4254 ("r-lsei" ,r-lsei)
4255 ("r-pmcmr" ,r-pmcmr)
4256 ("r-reshape2" ,r-reshape2)
4257 ("r-somaticsignatures" ,r-somaticsignatures)
4258 ("r-variantannotation" ,r-variantannotation)))
4259 (home-page "https://bioconductor.org/packages/YAPSA/")
4260 (synopsis "Yet another package for signature analysis")
4261 (description
4262 "This package provides functions and routines useful in the analysis of
4263somatic signatures (cf. L. Alexandrov et al., Nature 2013). In particular,
4264functions to perform a signature analysis with known signatures and a
4265signature analysis on @dfn{stratified mutational catalogue} (SMC) are
4266provided.")
4267 (license license:gpl3)))
e99380d6
RW
4268
4269(define-public r-gcrma
4270 (package
4271 (name "r-gcrma")
56576bea 4272 (version "2.56.0")
e99380d6
RW
4273 (source
4274 (origin
4275 (method url-fetch)
4276 (uri (bioconductor-uri "gcrma" version))
4277 (sha256
4278 (base32
56576bea 4279 "1wazr3f4hwzpd0cjs2nlnzifr2g1r8a692pxap9xnmrw66zq94s4"))))
e99380d6
RW
4280 (build-system r-build-system)
4281 (propagated-inputs
4282 `(("r-affy" ,r-affy)
4283 ("r-affyio" ,r-affyio)
4284 ("r-biobase" ,r-biobase)
4285 ("r-biocmanager" ,r-biocmanager)
4286 ("r-biostrings" ,r-biostrings)
4287 ("r-xvector" ,r-xvector)))
4288 (home-page "https://bioconductor.org/packages/gcrma/")
4289 (synopsis "Background adjustment using sequence information")
4290 (description
4291 "Gcrma adjusts for background intensities in Affymetrix array data which
4292include optical noise and @dfn{non-specific binding} (NSB). The main function
4293@code{gcrma} converts background adjusted probe intensities to expression
4294measures using the same normalization and summarization methods as a
4295@dfn{Robust Multiarray Average} (RMA). Gcrma uses probe sequence information
4296to estimate probe affinity to NSB. The sequence information is summarized in
4297a more complex way than the simple GC content. Instead, the base types (A, T,
4298G or C) at each position along the probe determine the affinity of each probe.
4299The parameters of the position-specific base contributions to the probe
4300affinity is estimated in an NSB experiment in which only NSB but no
4301gene-specific bidning is expected.")
4302 ;; Any version of the LGPL
4303 (license license:lgpl2.1+)))
4675b3cf
RW
4304
4305(define-public r-simpleaffy
4306 (package
4307 (name "r-simpleaffy")
38c5d13a 4308 (version "2.60.0")
4675b3cf
RW
4309 (source
4310 (origin
4311 (method url-fetch)
4312 (uri (bioconductor-uri "simpleaffy" version))
4313 (sha256
4314 (base32
38c5d13a 4315 "0zjpbjkk27w56mrxsxynkqc298xxsarsnzbd7injg6zakhlmhy6a"))))
4675b3cf
RW
4316 (build-system r-build-system)
4317 (propagated-inputs
4318 `(("r-affy" ,r-affy)
4319 ("r-biobase" ,r-biobase)
4320 ("r-biocgenerics" ,r-biocgenerics)
4321 ("r-gcrma" ,r-gcrma)
4322 ("r-genefilter" ,r-genefilter)))
4323 (home-page "https://bioconductor.org/packages/simpleaffy/")
4324 (synopsis "Very simple high level analysis of Affymetrix data")
4325 (description
4326 "This package provides high level functions for reading Affy @file{.CEL}
4327files, phenotypic data, and then computing simple things with it, such as
4328t-tests, fold changes and the like. It makes heavy use of the @code{affy}
4329library. It also has some basic scatter plot functions and mechanisms for
4330generating high resolution journal figures.")
4331 (license license:gpl2+)))
f562c90a
RW
4332
4333(define-public r-yaqcaffy
4334 (package
4335 (name "r-yaqcaffy")
f48e29da 4336 (version "1.44.0")
f562c90a
RW
4337 (source
4338 (origin
4339 (method url-fetch)
4340 (uri (bioconductor-uri "yaqcaffy" version))
4341 (sha256
4342 (base32
f48e29da 4343 "1v12mbai6gf7wpxbyz4clvr7w1mlbv3scjf4kydfin8wwrrzq670"))))
f562c90a
RW
4344 (build-system r-build-system)
4345 (propagated-inputs
4346 `(("r-simpleaffy" ,r-simpleaffy)))
4347 (home-page "https://bioconductor.org/packages/yaqcaffy/")
4348 (synopsis "Affymetrix quality control and reproducibility analysis")
4349 (description
4350 "This is a package that can be used for quality control of Affymetrix
4351GeneChip expression data and reproducibility analysis of human whole genome
4352chips with the MAQC reference datasets.")
4353 (license license:artistic2.0)))
59cf2629
RW
4354
4355(define-public r-quantro
4356 (package
4357 (name "r-quantro")
2feea2d2 4358 (version "1.18.0")
59cf2629
RW
4359 (source
4360 (origin
4361 (method url-fetch)
4362 (uri (bioconductor-uri "quantro" version))
4363 (sha256
4364 (base32
2feea2d2 4365 "0zfb2s410ijp0didapnq7q4gn2d26wy785cygxyvg8sq6mlw2cab"))))
59cf2629
RW
4366 (build-system r-build-system)
4367 (propagated-inputs
4368 `(("r-biobase" ,r-biobase)
4369 ("r-doparallel" ,r-doparallel)
4370 ("r-foreach" ,r-foreach)
4371 ("r-ggplot2" ,r-ggplot2)
4372 ("r-iterators" ,r-iterators)
4373 ("r-minfi" ,r-minfi)
4374 ("r-rcolorbrewer" ,r-rcolorbrewer)))
4375 (home-page "https://bioconductor.org/packages/quantro/")
4376 (synopsis "Test for when to use quantile normalization")
4377 (description
4378 "This package provides a data-driven test for the assumptions of quantile
4379normalization using raw data such as objects that inherit eSets (e.g.
4380ExpressionSet, MethylSet). Group level information about each sample (such as
4381Tumor / Normal status) must also be provided because the test assesses if
4382there are global differences in the distributions between the user-defined
4383groups.")
4384 (license license:gpl3+)))
98a2af31
RW
4385
4386(define-public r-yarn
4387 (package
4388 (name "r-yarn")
7f4957b2 4389 (version "1.10.0")
98a2af31
RW
4390 (source
4391 (origin
4392 (method url-fetch)
4393 (uri (bioconductor-uri "yarn" version))
4394 (sha256
4395 (base32
7f4957b2 4396 "00gmwylpdmssz8xpd91d8fsiyglr7f9vc9bdalpa7w5vg4c6d2f6"))))
98a2af31
RW
4397 (build-system r-build-system)
4398 (propagated-inputs
4399 `(("r-biobase" ,r-biobase)
4400 ("r-biomart" ,r-biomart)
4401 ("r-downloader" ,r-downloader)
4402 ("r-edger" ,r-edger)
4403 ("r-gplots" ,r-gplots)
4404 ("r-limma" ,r-limma)
4405 ("r-matrixstats" ,r-matrixstats)
4406 ("r-preprocesscore" ,r-preprocesscore)
4407 ("r-quantro" ,r-quantro)
4408 ("r-rcolorbrewer" ,r-rcolorbrewer)
4409 ("r-readr" ,r-readr)))
4410 (home-page "https://bioconductor.org/packages/yarn/")
4411 (synopsis "Robust multi-condition RNA-Seq preprocessing and normalization")
4412 (description
4413 "Expedite large RNA-Seq analyses using a combination of previously
4414developed tools. YARN is meant to make it easier for the user in performing
4415basic mis-annotation quality control, filtering, and condition-aware
4416normalization. YARN leverages many Bioconductor tools and statistical
4417techniques to account for the large heterogeneity and sparsity found in very
4418large RNA-seq experiments.")
4419 (license license:artistic2.0)))
a6e1eb1a
RW
4420
4421(define-public r-roar
4422 (package
4423 (name "r-roar")
0334b203 4424 (version "1.20.0")
a6e1eb1a
RW
4425 (source
4426 (origin
4427 (method url-fetch)
4428 (uri (bioconductor-uri "roar" version))
4429 (sha256
4430 (base32
0334b203 4431 "11ib5vr2vrrqsqcikph528c56bp52myyfdlwkklp8m0r15kwpxr7"))))
a6e1eb1a
RW
4432 (build-system r-build-system)
4433 (propagated-inputs
4434 `(("r-biocgenerics" ,r-biocgenerics)
4435 ("r-genomeinfodb" ,r-genomeinfodb)
4436 ("r-genomicalignments" ,r-genomicalignments)
4437 ("r-genomicranges" ,r-genomicranges)
4438 ("r-iranges" ,r-iranges)
4439 ("r-rtracklayer" ,r-rtracklayer)
4440 ("r-s4vectors" ,r-s4vectors)
4441 ("r-summarizedexperiment" ,r-summarizedexperiment)))
4442 (home-page "https://github.com/vodkatad/roar/")
4443 (synopsis "Identify differential APA usage from RNA-seq alignments")
4444 (description
4445 "This package provides tools for identifying preferential usage of APA
4446sites, comparing two biological conditions, starting from known alternative
4447sites and alignments obtained from standard RNA-seq experiments.")
4448 (license license:gpl3)))
50d91770
RW
4449
4450(define-public r-xbseq
4451 (package
4452 (name "r-xbseq")
88469def 4453 (version "1.16.0")
50d91770
RW
4454 (source
4455 (origin
4456 (method url-fetch)
4457 (uri (bioconductor-uri "XBSeq" version))
4458 (sha256
4459 (base32
88469def 4460 "12l5qnkg6iahwyfmcsf18hys2i9cjn486sacvsqqfcjj3m88w1gy"))))
50d91770
RW
4461 (properties `((upstream-name . "XBSeq")))
4462 (build-system r-build-system)
4463 (propagated-inputs
4464 `(("r-biobase" ,r-biobase)
4465 ("r-deseq2" ,r-deseq2)
4466 ("r-dplyr" ,r-dplyr)
4467 ("r-ggplot2" ,r-ggplot2)
4468 ("r-locfit" ,r-locfit)
4469 ("r-magrittr" ,r-magrittr)
4470 ("r-matrixstats" ,r-matrixstats)
4471 ("r-pracma" ,r-pracma)
4472 ("r-roar" ,r-roar)))
4473 (home-page "https://github.com/Liuy12/XBSeq")
4474 (synopsis "Test for differential expression for RNA-seq data")
4475 (description
4476 "XBSeq is a novel algorithm for testing RNA-seq @dfn{differential
4477expression} (DE), where a statistical model was established based on the
4478assumption that observed signals are the convolution of true expression
4479signals and sequencing noises. The mapped reads in non-exonic regions are
4480considered as sequencing noises, which follows a Poisson distribution. Given
4481measurable observed signal and background noise from RNA-seq data, true
4482expression signals, assuming governed by the negative binomial distribution,
4483can be delineated and thus the accurate detection of differential expressed
4484genes.")
4485 (license license:gpl3+)))
c8310056
RW
4486
4487(define-public r-massspecwavelet
4488 (package
4489 (name "r-massspecwavelet")
7c888138 4490 (version "1.50.0")
c8310056
RW
4491 (source
4492 (origin
4493 (method url-fetch)
4494 (uri (bioconductor-uri "MassSpecWavelet" version))
4495 (sha256
4496 (base32
7c888138 4497 "1qg73qv69fvf2al7znkh9lmyx5qmkqv2mpl33lahdwzkm0lh6n72"))))
c8310056
RW
4498 (properties
4499 `((upstream-name . "MassSpecWavelet")))
4500 (build-system r-build-system)
4501 (propagated-inputs
4502 `(("r-waveslim" ,r-waveslim)))
4503 (home-page "https://bioconductor.org/packages/MassSpecWavelet/")
4504 (synopsis "Mass spectrum processing by wavelet-based algorithms")
4505 (description
4506 "The MassSpecWavelet package aims to process @dfn{Mass Spectrometry} (MS)
4507data mainly through the use of wavelet transforms. It supports peak detection
4508based on @dfn{Continuous Wavelet Transform} (CWT).")
4509 (license license:lgpl2.0+)))
ec12e537
RW
4510
4511(define-public r-xcms
4512 (package
4513 (name "r-xcms")
ca2b1dcf 4514 (version "3.6.2")
ec12e537
RW
4515 (source
4516 (origin
4517 (method url-fetch)
4518 (uri (bioconductor-uri "xcms" version))
4519 (sha256
4520 (base32
ca2b1dcf 4521 "0icww3f1kahyk96mc07yhsbyiranzm2614n509as09jf8bdhq23v"))))
ec12e537
RW
4522 (build-system r-build-system)
4523 (propagated-inputs
4524 `(("r-biobase" ,r-biobase)
4525 ("r-biocgenerics" ,r-biocgenerics)
4526 ("r-biocparallel" ,r-biocparallel)
4527 ("r-lattice" ,r-lattice)
4528 ("r-massspecwavelet" ,r-massspecwavelet)
4529 ("r-msnbase" ,r-msnbase)
4530 ("r-multtest" ,r-multtest)
4531 ("r-mzr" ,r-mzr)
4532 ("r-plyr" ,r-plyr)
4533 ("r-protgenerics" ,r-protgenerics)
4534 ("r-rann" ,r-rann)
4535 ("r-rcolorbrewer" ,r-rcolorbrewer)
4536 ("r-robustbase" ,r-robustbase)
4537 ("r-s4vectors" ,r-s4vectors)))
4538 (home-page "https://bioconductor.org/packages/xcms/")
4539 (synopsis "LC/MS and GC/MS mass spectrometry data analysis")
4540 (description
4541 "This package provides a framework for processing and visualization of
4542chromatographically separated and single-spectra mass spectral data. It
4543imports from AIA/ANDI NetCDF, mzXML, mzData and mzML files. It preprocesses
4544data for high-throughput, untargeted analyte profiling.")
4545 (license license:gpl2+)))
8830664d
RW
4546
4547(define-public r-wrench
4548 (package
4549 (name "r-wrench")
07597c85 4550 (version "1.2.0")
8830664d
RW
4551 (source
4552 (origin
4553 (method url-fetch)
4554 (uri (bioconductor-uri "Wrench" version))
4555 (sha256
4556 (base32
07597c85 4557 "1js4dsgpgwq552r4ay78awd5vhzlmva0v8xvn3dy9v18y4j9k94i"))))
8830664d
RW
4558 (properties `((upstream-name . "Wrench")))
4559 (build-system r-build-system)
4560 (propagated-inputs
4561 `(("r-limma" ,r-limma)
4562 ("r-locfit" ,r-locfit)
4563 ("r-matrixstats" ,r-matrixstats)))
4564 (home-page "https://github.com/HCBravoLab/Wrench")
4565 (synopsis "Wrench normalization for sparse count data")
4566 (description
4567 "Wrench is a package for normalization sparse genomic count data, like
4568that arising from 16s metagenomic surveys.")
4569 (license license:artistic2.0)))
b9b8b447
RW
4570
4571(define-public r-wiggleplotr
4572 (package
4573 (name "r-wiggleplotr")
a6edf335 4574 (version "1.8.0")
b9b8b447
RW
4575 (source
4576 (origin
4577 (method url-fetch)
4578 (uri (bioconductor-uri "wiggleplotr" version))
4579 (sha256
4580 (base32
a6edf335 4581 "0yl3ymsk5iijbypjg7lf6mkjgb54893vml2v5aqp2q4l8q0ld7l0"))))
b9b8b447
RW
4582 (build-system r-build-system)
4583 (propagated-inputs
4584 `(("r-assertthat" ,r-assertthat)
4585 ("r-cowplot" ,r-cowplot)
4586 ("r-dplyr" ,r-dplyr)
4587 ("r-genomeinfodb" ,r-genomeinfodb)
4588 ("r-genomicranges" ,r-genomicranges)
4589 ("r-ggplot2" ,r-ggplot2)
4590 ("r-iranges" ,r-iranges)
4591 ("r-purrr" ,r-purrr)
4592 ("r-rtracklayer" ,r-rtracklayer)
4593 ("r-s4vectors" ,r-s4vectors)))
4594 (home-page "https://bioconductor.org/packages/wiggleplotr/")
4595 (synopsis "Make read coverage plots from BigWig files")
4596 (description
4597 "This package provides tools to visualize read coverage from sequencing
4598experiments together with genomic annotations (genes, transcripts, peaks).
4599Introns of long transcripts can be rescaled to a fixed length for better
4600visualization of exonic read coverage.")
4601 (license license:asl2.0)))
7b5101c5
RW
4602
4603(define-public r-widgettools
4604 (package
4605 (name "r-widgettools")
c881b9ef 4606 (version "1.62.0")
7b5101c5
RW
4607 (source
4608 (origin
4609 (method url-fetch)
4610 (uri (bioconductor-uri "widgetTools" version))
4611 (sha256
4612 (base32
c881b9ef 4613 "021b4s5vcy68p95p8rrcz8a8b1gyk4k8zq06snn32k2dqr91xi1a"))))
7b5101c5
RW
4614 (properties `((upstream-name . "widgetTools")))
4615 (build-system r-build-system)
4616 (home-page "https://bioconductor.org/packages/widgetTools/")
4617 (synopsis "Tools for creating interactive tcltk widgets")
4618 (description
337bdc17 4619 "This package contains tools to support the construction of tcltk
7b5101c5
RW
4620widgets in R.")
4621 ;; Any version of the LGPL.
4622 (license license:lgpl3+)))
6b12f213
RW
4623
4624(define-public r-webbioc
4625 (package
4626 (name "r-webbioc")
67bc9255 4627 (version "1.56.0")
6b12f213
RW
4628 (source
4629 (origin
4630 (method url-fetch)
4631 (uri (bioconductor-uri "webbioc" version))
4632 (sha256
4633 (base32
67bc9255 4634 "0ilrwzbk0v41p6hwng7jmr3hwwb4skdcjqml1mc3xmh99lcvw8hz"))))
6b12f213
RW
4635 (build-system r-build-system)
4636 (inputs
4637 `(("netpbm" ,netpbm)
4638 ("perl" ,perl)))
4639 (propagated-inputs
4640 `(("r-affy" ,r-affy)
4641 ("r-annaffy" ,r-annaffy)
4642 ("r-biobase" ,r-biobase)
4643 ("r-biocmanager" ,r-biocmanager)
4644 ("r-gcrma" ,r-gcrma)
4645 ("r-multtest" ,r-multtest)
4646 ("r-qvalue" ,r-qvalue)
4647 ("r-vsn" ,r-vsn)))
4648 (home-page "https://www.bioconductor.org/")
4649 (synopsis "Bioconductor web interface")
4650 (description
4651 "This package provides an integrated web interface for doing microarray
4652analysis using several of the Bioconductor packages. It is intended to be
4653deployed as a centralized bioinformatics resource for use by many users.
4654Currently only Affymetrix oligonucleotide analysis is supported.")
4655 (license license:gpl2+)))
9800d859
RW
4656
4657(define-public r-zfpkm
4658 (package
4659 (name "r-zfpkm")
02530c28 4660 (version "1.6.0")
9800d859
RW
4661 (source
4662 (origin
4663 (method url-fetch)
4664 (uri (bioconductor-uri "zFPKM" version))
4665 (sha256
4666 (base32
02530c28 4667 "14knxp8cjjp9fhc6py66c7hrckf112jamz3gl1v60l1f2l1hmfvz"))))
9800d859
RW
4668 (properties `((upstream-name . "zFPKM")))
4669 (build-system r-build-system)
4670 (propagated-inputs
4671 `(("r-checkmate" ,r-checkmate)
4672 ("r-dplyr" ,r-dplyr)
4673 ("r-ggplot2" ,r-ggplot2)
4674 ("r-summarizedexperiment" ,r-summarizedexperiment)
4675 ("r-tidyr" ,r-tidyr)))
4676 (home-page "https://github.com/ronammar/zFPKM/")
4677 (synopsis "Functions to facilitate zFPKM transformations")
4678 (description
4679 "This is a package to perform the zFPKM transform on RNA-seq FPKM data.
4680This algorithm is based on the publication by Hart et al., 2013 (Pubmed ID
468124215113).")
4682 (license license:gpl3)))
2bdc88fc
RW
4683
4684(define-public r-rbowtie2
4685 (package
4686 (name "r-rbowtie2")
7d33d36c 4687 (version "1.6.0")
2bdc88fc
RW
4688 (source
4689 (origin
4690 (method url-fetch)
4691 (uri (bioconductor-uri "Rbowtie2" version))
4692 (sha256
4693 (base32
7d33d36c 4694 "1yphnrk5j52gzvy9g6mw05dzh9sm8xxvhyja59ak68nrs1bh3lq4"))))
2bdc88fc
RW
4695 (properties `((upstream-name . "Rbowtie2")))
4696 (build-system r-build-system)
4697 (inputs
4698 `(("zlib" ,zlib)))
4699 (home-page "https://bioconductor.org/packages/Rbowtie2/")
4700 (synopsis "R wrapper for Bowtie2 and AdapterRemoval")
4701 (description
4702 "This package provides an R wrapper of the popular @code{bowtie2}
4703sequencing reads aligner and @code{AdapterRemoval}, a convenient tool for
4704rapid adapter trimming, identification, and read merging.")
4705 (license license:gpl3+)))
5622628f
RW
4706
4707(define-public r-progeny
4708 (package
4709 (name "r-progeny")
c2bfb978 4710 (version "1.6.0")
5622628f
RW
4711 (source
4712 (origin
4713 (method url-fetch)
4714 (uri (bioconductor-uri "progeny" version))
4715 (sha256
4716 (base32
c2bfb978 4717 "03rm90vfb9ivxhapvs3h5yggfazf8bf5vh1krknvb3xyw27br9dw"))))
5622628f
RW
4718 (build-system r-build-system)
4719 (propagated-inputs `(("r-biobase" ,r-biobase)))
4720 (home-page "https://github.com/saezlab/progeny")
4721 (synopsis "Pathway responsive gene activity inference")
4722 (description
4723 "This package provides a function to infer pathway activity from gene
4724expression. It contains the linear model inferred in the publication
4725\"Perturbation-response genes reveal signaling footprints in cancer gene
4726expression\".")
4727 (license license:asl2.0)))
307586c1
RW
4728
4729(define-public r-arrmnormalization
4730 (package
4731 (name "r-arrmnormalization")
c24adbbf 4732 (version "1.24.0")
307586c1
RW
4733 (source
4734 (origin
4735 (method url-fetch)
4736 (uri (bioconductor-uri "ARRmNormalization" version))
4737 (sha256
4738 (base32
c24adbbf 4739 "05m7hy1qd4lr1ylb0ld30dirdl9jfp1zhvifl6wvj40x74b6h2d1"))))
307586c1
RW
4740 (properties
4741 `((upstream-name . "ARRmNormalization")))
4742 (build-system r-build-system)
4743 (propagated-inputs `(("r-arrmdata" ,r-arrmdata)))
4744 (home-page "https://bioconductor.org/packages/ARRmNormalization/")
4745 (synopsis "Adaptive robust regression normalization for methylation data")
4746 (description
4747 "This is a package to perform the @dfn{Adaptive Robust Regression
4748method} (ARRm) for the normalization of methylation data from the Illumina
4749Infinium HumanMethylation 450k assay.")
4750 (license license:artistic2.0)))
fbf34949
RW
4751
4752(define-public r-biocfilecache
4753 (package
4754 (name "r-biocfilecache")
4755 (version "1.8.0")
4756 (source
4757 (origin
4758 (method url-fetch)
4759 (uri (bioconductor-uri "BiocFileCache" version))
4760 (sha256
4761 (base32
4762 "1mi8p8hvrdxim8lqsid2cb7284imyjf9rlzsrdlzdjac7dp9bpdb"))))
4763 (properties `((upstream-name . "BiocFileCache")))
4764 (build-system r-build-system)
4765 (propagated-inputs
4766 `(("r-curl" ,r-curl)
4767 ("r-dbi" ,r-dbi)
4768 ("r-dbplyr" ,r-dbplyr)
4769 ("r-dplyr" ,r-dplyr)
4770 ("r-httr" ,r-httr)
4771 ("r-rappdirs" ,r-rappdirs)
4772 ("r-rsqlite" ,r-rsqlite)))
4773 (home-page "https://bioconductor.org/packages/BiocFileCache/")
4774 (synopsis "Manage files across sessions")
4775 (description
4776 "This package creates a persistent on-disk cache of files that the user
4777can add, update, and retrieve. It is useful for managing resources (such as
4778custom Txdb objects) that are costly or difficult to create, web resources,
4779and data files used across sessions.")
4780 (license license:artistic2.0)))
8c42f8f6
RW
4781
4782(define-public r-iclusterplus
4783 (package
4784 (name "r-iclusterplus")
4785 (version "1.20.0")
4786 (source
4787 (origin
4788 (method url-fetch)
4789 (uri (bioconductor-uri "iClusterPlus" version))
4790 (sha256
4791 (base32
4792 "14x43jjhbp4zwb4dv9rwrm5l5p7h76bc1zkdbiikqip9bzph0viq"))))
4793 (properties `((upstream-name . "iClusterPlus")))
4794 (build-system r-build-system)
4795 (native-inputs `(("gfortran" ,gfortran)))
4796 (home-page "https://bioconductor.org/packages/iClusterPlus/")
4797 (synopsis "Integrative clustering of multi-type genomic data")
4798 (description
4799 "iClusterPlus is developed for integrative clustering analysis of
4800multi-type genomic data and is an enhanced version of iCluster proposed and
4801developed by Shen, Olshen and Ladanyi (2009). Multi-type genomic data arise
4802from the experiments where biological samples (e.g. tumor samples) are
4803analyzed by multiple techniques, for instance, @dfn{array comparative genomic
4804hybridization} (aCGH), gene expression microarray, RNA-seq and DNA-seq, and so
4805on. In the iClusterPlus model, binary observations such as somatic mutation
4806are modeled as Binomial processes; categorical observations such as copy
4807number states are realizations of Multinomial random variables; counts are
4808modeled as Poisson random processes; and continuous measures are modeled by
4809Gaussian distributions.")
4810 (license license:gpl2+)))
4d06ef4b
RW
4811
4812(define-public r-rbowtie
4813 (package
4814 (name "r-rbowtie")
4815 (version "1.24.0")
4816 (source
4817 (origin
4818 (method url-fetch)
4819 (uri (bioconductor-uri "Rbowtie" version))
4820 (sha256
4821 (base32
4822 "1p8gbd2zn677lq8d009p2cplg1jm2jhn81lppipj638i9ynjh44f"))))
4823 (properties `((upstream-name . "Rbowtie")))
4824 (build-system r-build-system)
4825 (inputs
4826 `(("zlib" ,zlib)))
4827 (home-page "https://bioconductor.org/packages/Rbowtie/")
4828 (synopsis "R bowtie wrapper")
4829 (description
4830 "This package provides an R wrapper around the popular bowtie short read
4831aligner and around SpliceMap, a de novo splice junction discovery and
4832alignment tool.")
4833 (license license:artistic2.0)))
14441539
RW
4834
4835(define-public r-sgseq
4836 (package
4837 (name "r-sgseq")
4838 (version "1.18.0")
4839 (source
4840 (origin
4841 (method url-fetch)
4842 (uri (bioconductor-uri "SGSeq" version))
4843 (sha256
4844 (base32
4845 "09c0hv74pl310wahyyp4x50g6sz30bvrg24p2j9h7glla5dh2z4s"))))
4846 (properties `((upstream-name . "SGSeq")))
4847 (build-system r-build-system)
4848 (propagated-inputs
4849 `(("r-annotationdbi" ,r-annotationdbi)
4850 ("r-biocgenerics" ,r-biocgenerics)
4851 ("r-biostrings" ,r-biostrings)
4852 ("r-genomeinfodb" ,r-genomeinfodb)
4853 ("r-genomicalignments" ,r-genomicalignments)
4854 ("r-genomicfeatures" ,r-genomicfeatures)
4855 ("r-genomicranges" ,r-genomicranges)
4856 ("r-igraph" ,r-igraph)
4857 ("r-iranges" ,r-iranges)
4858 ("r-rsamtools" ,r-rsamtools)
4859 ("r-rtracklayer" ,r-rtracklayer)
4860 ("r-runit" ,r-runit)
4861 ("r-s4vectors" ,r-s4vectors)
4862 ("r-summarizedexperiment" ,r-summarizedexperiment)))
4863 (home-page "https://bioconductor.org/packages/SGSeq/")
4864 (synopsis "Splice event prediction and quantification from RNA-seq data")
4865 (description
4866 "SGSeq is a package for analyzing splice events from RNA-seq data. Input
4867data are RNA-seq reads mapped to a reference genome in BAM format. Genes are
4868represented as a splice graph, which can be obtained from existing annotation
4869or predicted from the mapped sequence reads. Splice events are identified
4870from the graph and are quantified locally using structurally compatible reads
4871at the start or end of each splice variant. The software includes functions
4872for splice event prediction, quantification, visualization and
4873interpretation.")
4874 (license license:artistic2.0)))
58656064
RW
4875
4876(define-public r-rhisat2
4877 (package
4878 (name "r-rhisat2")
932a6c42 4879 (version "1.0.3")
58656064
RW
4880 (source
4881 (origin
4882 (method url-fetch)
4883 (uri (bioconductor-uri "Rhisat2" version))
4884 (sha256
4885 (base32
932a6c42 4886 "02ig9qci18n93vmya7q6bijrqsbfh69fyg8iqysf89ym2vd3x3c5"))))
58656064
RW
4887 (properties `((upstream-name . "Rhisat2")))
4888 (build-system r-build-system)
4889 (native-inputs
4890 `(("which" ,which)))
4891 (propagated-inputs
4892 `(("r-genomicfeatures" ,r-genomicfeatures)
4893 ("r-genomicranges" ,r-genomicranges)
4894 ("r-sgseq" ,r-sgseq)))
4895 (home-page "https://github.com/fmicompbio/Rhisat2")
4896 (synopsis "R Wrapper for HISAT2 sequence aligner")
4897 (description
4898 "This package provides an R interface to the HISAT2 spliced short-read
4899aligner by Kim et al. (2015). The package contains wrapper functions to
4900create a genome index and to perform the read alignment to the generated
4901index.")
4902 (license license:gpl3)))
5e0241db
RW
4903
4904(define-public r-quasr
4905 (package
4906 (name "r-quasr")
b3319f4c 4907 (version "1.24.2")
5e0241db
RW
4908 (source
4909 (origin
4910 (method url-fetch)
4911 (uri (bioconductor-uri "QuasR" version))
4912 (sha256
4913 (base32
b3319f4c 4914 "1pshm41iba9nfq2pigk4dyldn5434w83rhgj99cdjnd0rszj7ajx"))))
5e0241db
RW
4915 (properties `((upstream-name . "QuasR")))
4916 (build-system r-build-system)
4917 (inputs
4918 `(("zlib" ,zlib)))
4919 (propagated-inputs
4920 `(("r-annotationdbi" ,r-annotationdbi)
4921 ("r-biobase" ,r-biobase)
4922 ("r-biocgenerics" ,r-biocgenerics)
4923 ("r-biocmanager" ,r-biocmanager)
4924 ("r-biocparallel" ,r-biocparallel)
4925 ("r-biostrings" ,r-biostrings)
4926 ("r-bsgenome" ,r-bsgenome)
4927 ("r-genomeinfodb" ,r-genomeinfodb)
4928 ("r-genomicalignments" ,r-genomicalignments)
4929 ("r-genomicfeatures" ,r-genomicfeatures)
4930 ("r-genomicfiles" ,r-genomicfiles)
4931 ("r-genomicranges" ,r-genomicranges)
4932 ("r-iranges" ,r-iranges)
4933 ("r-rbowtie" ,r-rbowtie)
4934 ("r-rhisat2" ,r-rhisat2)
4935 ("r-rhtslib" ,r-rhtslib)
4936 ("r-rsamtools" ,r-rsamtools)
4937 ("r-rtracklayer" ,r-rtracklayer)
4938 ("r-s4vectors" ,r-s4vectors)
4939 ("r-shortread" ,r-shortread)))
4940 (home-page "https://bioconductor.org/packages/QuasR/")
4941 (synopsis "Quantify and annotate short reads in R")
4942 (description
4943 "This package provides a framework for the quantification and analysis of
4944short genomic reads. It covers a complete workflow starting from raw sequence
4945reads, over creation of alignments and quality control plots, to the
4946quantification of genomic regions of interest.")
4947 (license license:gpl2)))
496b024f
RW
4948
4949(define-public r-rqc
4950 (package
4951 (name "r-rqc")
4952 (version "1.18.0")
4953 (source
4954 (origin
4955 (method url-fetch)
4956 (uri (bioconductor-uri "Rqc" version))
4957 (sha256
4958 (base32
4959 "09kyn5nc2fqfdm3q07h0x2jyh24vsq5sxxm63ir1lvv250lmal4g"))))
4960 (properties `((upstream-name . "Rqc")))
4961 (build-system r-build-system)
4962 (propagated-inputs
4963 `(("r-biocgenerics" ,r-biocgenerics)
4964 ("r-biocparallel" ,r-biocparallel)
4965 ("r-biocstyle" ,r-biocstyle)
4966 ("r-biostrings" ,r-biostrings)
4967 ("r-biovizbase" ,r-biovizbase)
4968 ("r-genomicalignments" ,r-genomicalignments)
4969 ("r-genomicfiles" ,r-genomicfiles)
4970 ("r-ggplot2" ,r-ggplot2)
4971 ("r-iranges" ,r-iranges)
4972 ("r-knitr" ,r-knitr)
4973 ("r-markdown" ,r-markdown)
4974 ("r-plyr" ,r-plyr)
4975 ("r-rcpp" ,r-rcpp)
4976 ("r-reshape2" ,r-reshape2)
4977 ("r-rsamtools" ,r-rsamtools)
4978 ("r-s4vectors" ,r-s4vectors)
4979 ("r-shiny" ,r-shiny)
4980 ("r-shortread" ,r-shortread)))
4981 (home-page "https://github.com/labbcb/Rqc")
4982 (synopsis "Quality control tool for high-throughput sequencing data")
4983 (description
4984 "Rqc is an optimized tool designed for quality control and assessment of
4985high-throughput sequencing data. It performs parallel processing of entire
4986files and produces a report which contains a set of high-resolution
4987graphics.")
4988 (license license:gpl2+)))
81e3de01
RW
4989
4990(define-public r-birewire
4991 (package
4992 (name "r-birewire")
4993 (version "3.16.0")
4994 (source
4995 (origin
4996 (method url-fetch)
4997 (uri (bioconductor-uri "BiRewire" version))
4998 (sha256
4999 (base32
5000 "1gjb18l3gq3w8zl6r5d49hw0r1kfh9f7ghv9hz6y86aniprvb518"))))
5001 (properties `((upstream-name . "BiRewire")))
5002 (build-system r-build-system)
5003 (propagated-inputs
5004 `(("r-igraph" ,r-igraph)
5005 ("r-matrix" ,r-matrix)
5006 ("r-slam" ,r-slam)
5007 ("r-tsne" ,r-tsne)))
5008 (home-page "https://bioconductor.org/packages/release/bioc/html/BiRewire.html")
5009 (synopsis "Tools for randomization of bipartite graphs")
5010 (description
5011 "This package provides functions for bipartite network rewiring through N
5012consecutive switching steps and for the computation of the minimal number of
5013switching steps to be performed in order to maximise the dissimilarity with
5014respect to the original network. It includes functions for the analysis of
5015the introduced randomness across the switching steps and several other
5016routines to analyse the resulting networks and their natural projections.")
5017 (license license:gpl3)))
1a24f855
RW
5018
5019(define-public r-birta
5020 (package
5021 (name "r-birta")
5022 (version "1.28.0")
5023 (source
5024 (origin
5025 (method url-fetch)
5026 (uri (bioconductor-uri "birta" version))
5027 (sha256
5028 (base32
5029 "12xjyvgmh4h0b7hi4qg50kcpb9003gnh2xyfgncb8l9mzvsbkxc2"))))
5030 (build-system r-build-system)
5031 (propagated-inputs
5032 `(("r-biobase" ,r-biobase)
5033 ("r-limma" ,r-limma)
5034 ("r-mass" ,r-mass)))
5035 (home-page "https://bioconductor.org/packages/birta")
5036 (synopsis "Bayesian inference of regulation of transcriptional activity")
5037 (description
5038 "Expression levels of mRNA molecules are regulated by different
5039processes, comprising inhibition or activation by transcription factors and
5040post-transcriptional degradation by microRNAs. @dfn{birta} (Bayesian
5041Inference of Regulation of Transcriptional Activity) uses the regulatory
5042networks of transcription factors and miRNAs together with mRNA and miRNA
5043expression data to predict switches in regulatory activity between two
5044conditions. A Bayesian network is used to model the regulatory structure and
5045Markov-Chain-Monte-Carlo is applied to sample the activity states.")
5046 (license license:gpl2+)))
a9fac3f4 5047
b4a22cca
RW
5048(define-public r-multidataset
5049 (package
5050 (name "r-multidataset")
5051 (version "1.14.0")
5052 (source
5053 (origin
5054 (method url-fetch)
5055 (uri (bioconductor-uri "MultiDataSet" version))
5056 (sha256
5057 (base32
5058 "0iw99ymrv3ls023mpmgyagmb5simgsgadpj0k4bnssfaqnklywlj"))))
5059 (properties `((upstream-name . "MultiDataSet")))
5060 (build-system r-build-system)
5061 (propagated-inputs
5062 `(("r-biobase" ,r-biobase)
5063 ("r-biocgenerics" ,r-biocgenerics)
5064 ("r-genomicranges" ,r-genomicranges)
5065 ("r-ggplot2" ,r-ggplot2)
5066 ("r-ggrepel" ,r-ggrepel)
5067 ("r-iranges" ,r-iranges)
5068 ("r-limma" ,r-limma)
5069 ("r-qqman" ,r-qqman)
5070 ("r-s4vectors" ,r-s4vectors)
5071 ("r-summarizedexperiment" ,r-summarizedexperiment)))
5072 (home-page "https://bioconductor.org/packages/MultiDataSet/")
5073 (synopsis "Implementation of MultiDataSet and ResultSet")
5074 (description
5075 "This package provides an implementation of the BRGE's (Bioinformatic
5076Research Group in Epidemiology from Center for Research in Environmental
5077Epidemiology) MultiDataSet and ResultSet. MultiDataSet is designed for
5078integrating multi omics data sets and ResultSet is a container for omics
5079results. This package contains base classes for MEAL and rexposome
5080packages.")
5081 (license license:expat)))
5082
a9fac3f4
RW
5083(define-public r-ropls
5084 (package
5085 (name "r-ropls")
5086 (version "1.16.0")
5087 (source
5088 (origin
5089 (method url-fetch)
5090 (uri (bioconductor-uri "ropls" version))
5091 (sha256
5092 (base32
5093 "099nv9dgmw3avkxv7cd27r16yj56svjlp5q4i389yp1n0r5zhyl2"))))
5094 (build-system r-build-system)
5095 (propagated-inputs `(("r-biobase" ,r-biobase)))
5096 (native-inputs
5097 `(("r-knitr" ,r-knitr))) ; for vignettes
5098 (home-page "https://dx.doi.org/10.1021/acs.jproteome.5b00354")
5099 (synopsis "Multivariate analysis and feature selection of omics data")
5100 (description
5101 "Latent variable modeling with @dfn{Principal Component Analysis} (PCA)
5102and @dfn{Partial Least Squares} (PLS) are powerful methods for visualization,
5103regression, classification, and feature selection of omics data where the
5104number of variables exceeds the number of samples and with multicollinearity
5105among variables. @dfn{Orthogonal Partial Least Squares} (OPLS) enables to
5106separately model the variation correlated (predictive) to the factor of
5107interest and the uncorrelated (orthogonal) variation. While performing
5108similarly to PLS, OPLS facilitates interpretation.
5109
5110This package provides imlementations of PCA, PLS, and OPLS for multivariate
5111analysis and feature selection of omics data. In addition to scores, loadings
5112and weights plots, the package provides metrics and graphics to determine the
5113optimal number of components (e.g. with the R2 and Q2 coefficients), check the
5114validity of the model by permutation testing, detect outliers, and perform
5115feature selection (e.g. with Variable Importance in Projection or regression
5116coefficients).")
5117 (license license:cecill)))
075a9094
RW
5118
5119(define-public r-biosigner
5120 (package
5121 (name "r-biosigner")
5122 (version "1.12.0")
5123 (source
5124 (origin
5125 (method url-fetch)
5126 (uri (bioconductor-uri "biosigner" version))
5127 (sha256
5128 (base32
5129 "1643iya40v6whb7lw7y34w5sanbasvj4yhvcygbip667yhphyv5b"))))
5130 (build-system r-build-system)
5131 (propagated-inputs
5132 `(("r-biobase" ,r-biobase)
5133 ("r-e1071" ,r-e1071)
5134 ("r-randomforest" ,r-randomforest)
5135 ("r-ropls" ,r-ropls)))
5136 (native-inputs
5137 `(("r-knitr" ,r-knitr)
5138 ("r-rmarkdown" ,r-rmarkdown)
5139 ("pandoc" ,ghc-pandoc)
5140 ("pandoc-citeproc" ,ghc-pandoc-citeproc))) ; all for vignettes
5141 (home-page "https://bioconductor.org/packages/biosigner/")
5142 (synopsis "Signature discovery from omics data")
5143 (description
5144 "Feature selection is critical in omics data analysis to extract
5145restricted and meaningful molecular signatures from complex and high-dimension
5146data, and to build robust classifiers. This package implements a method to
5147assess the relevance of the variables for the prediction performances of the
5148classifier. The approach can be run in parallel with the PLS-DA, Random
5149Forest, and SVM binary classifiers. The signatures and the corresponding
5150'restricted' models are returned, enabling future predictions on new
5151datasets.")
5152 (license license:cecill)))
ae6fa185
RW
5153
5154(define-public r-annotatr
5155 (package
5156 (name "r-annotatr")
5157 (version "1.10.0")
5158 (source
5159 (origin
5160 (method url-fetch)
5161 (uri (bioconductor-uri "annotatr" version))
5162 (sha256
5163 (base32
5164 "1zlhy6swfgqjhhcqn8c6akxd4c4z8p85swfh095imji7hxnlhh1f"))))
5165 (build-system r-build-system)
5166 (propagated-inputs
5167 `(("r-annotationdbi" ,r-annotationdbi)
5168 ("r-annotationhub" ,r-annotationhub)
5169 ("r-dplyr" ,r-dplyr)
5170 ("r-genomeinfodb" ,r-genomeinfodb)
5171 ("r-genomicfeatures" ,r-genomicfeatures)
5172 ("r-genomicranges" ,r-genomicranges)
5173 ("r-ggplot2" ,r-ggplot2)
5174 ("r-iranges" ,r-iranges)
5175 ("r-readr" ,r-readr)
5176 ("r-regioner" ,r-regioner)
5177 ("r-reshape2" ,r-reshape2)
5178 ("r-rtracklayer" ,r-rtracklayer)
5179 ("r-s4vectors" ,r-s4vectors)))
5180 (home-page "https://bioconductor.org/packages/annotatr/")
5181 (synopsis "Annotation of genomic regions to genomic annotations")
5182 (description
5183 "Given a set of genomic sites/regions (e.g. ChIP-seq peaks, CpGs,
5184differentially methylated CpGs or regions, SNPs, etc.) it is often of interest
5185to investigate the intersecting genomic annotations. Such annotations include
5186those relating to gene models (promoters, 5'UTRs, exons, introns, and 3'UTRs),
5187CpGs (CpG islands, CpG shores, CpG shelves), or regulatory sequences such as
5188enhancers. The annotatr package provides an easy way to summarize and
5189visualize the intersection of genomic sites/regions with genomic
5190annotations.")
5191 (license license:gpl3)))
2cb738a6
RW
5192
5193(define-public r-rsubread
5194 (package
5195 (name "r-rsubread")
f791b1ee 5196 (version "1.34.7")
2cb738a6
RW
5197 (source
5198 (origin
5199 (method url-fetch)
5200 (uri (bioconductor-uri "Rsubread" version))
5201 (sha256
5202 (base32
f791b1ee 5203 "0z4ydk9296bp76ah5y6a7za5jyn4h238xngb789zragly902x83y"))))
2cb738a6
RW
5204 (properties `((upstream-name . "Rsubread")))
5205 (build-system r-build-system)
5206 (inputs `(("zlib" ,zlib)))
5207 (home-page "https://bioconductor.org/packages/Rsubread/")
5208 (synopsis "Subread sequence alignment and counting for R")
5209 (description
5210 "This package provides tools for alignment, quantification and analysis
5211of second and third generation sequencing data. It includes functionality for
5212read mapping, read counting, SNP calling, structural variant detection and
5213gene fusion discovery. It can be applied to all major sequencing techologies
5214and to both short and long sequence reads.")
5215 (license license:gpl3)))
a6fedf1f 5216
a0422d18 5217(define-public r-flowutils
5218 (package
5219 (name "r-flowutils")
5220 (version "1.48.0")
5221 (source
5222 (origin
5223 (method url-fetch)
5224 (uri (bioconductor-uri "flowUtils" version))
5225 (sha256
5226 (base32
5227 "1r7b0rszdzjq7jphh65p5m4x5ps0zbbagxl26gn2mapbjdyb47rm"))))
5228 (properties `((upstream-name . "flowUtils")))
5229 (build-system r-build-system)
5230 (propagated-inputs
5231 `(("r-biobase" ,r-biobase)
5232 ("r-corpcor" ,r-corpcor)
5233 ("r-flowcore" ,r-flowcore)
5234 ("r-graph" ,r-graph)
5235 ("r-runit" ,r-runit)
5236 ("r-xml" ,r-xml)))
5237 (home-page "https://github.com/jspidlen/flowUtils")
5238 (synopsis "Utilities for flow cytometry")
5239 (description
5240 "This package provides utilities for flow cytometry data.")
5241 (license license:artistic2.0)))
5242
ed6f49fc 5243(define-public r-consensusclusterplus
5244 (package
5245 (name "r-consensusclusterplus")
5246 (version "1.48.0")
5247 (source
5248 (origin
5249 (method url-fetch)
5250 (uri (bioconductor-uri "ConsensusClusterPlus" version))
5251 (sha256
5252 (base32
5253 "1mlcm3wq5n8s0gxs35j0ph9576fhbrbrrsj2xy84fy20prcfs4w8"))))
5254 (properties
5255 `((upstream-name . "ConsensusClusterPlus")))
5256 (build-system r-build-system)
5257 (propagated-inputs
5258 `(("r-all" ,r-all)
5259 ("r-biobase" ,r-biobase)
5260 ("r-cluster" ,r-cluster)))
5261 (home-page "https://bioconductor.org/packages/ConsensusClusterPlus")
5262 (synopsis "Clustering algorithm")
5263 (description
5264 "This package provides an implementation of an algorithm for determining
5265cluster count and membership by stability evidence in unsupervised analysis.")
5266 (license license:gpl2)))
5267
b4aee31d
RW
5268(define-public r-cytolib
5269 (package
5270 (name "r-cytolib")
5271 (version "1.8.0")
5272 (source
5273 (origin
5274 (method url-fetch)
5275 (uri (bioconductor-uri "cytolib" version))
5276 (sha256
5277 (base32
5278 "1zk5i09k782lw6297gl3rh0g4fxswr2ang8dgqj7p0814l7h15k9"))))
5279 (properties `((upstream-name . "cytolib")))
5280 (build-system r-build-system)
5281 (home-page "https://bioconductor.org/packages/cytolib/")
5282 (synopsis "C++ infrastructure for working with gated cytometry")
5283 (description
5284 "This package provides the core data structure and API to represent and
5285interact with gated cytometry data.")
5286 (license license:artistic2.0)))
5287
a6fedf1f 5288(define-public r-flowcore
5289 (package
5290 (name "r-flowcore")
5291 (version "1.50.0")
5292 (source
5293 (origin
5294 (method url-fetch)
5295 (uri (bioconductor-uri "flowCore" version))
5296 (sha256
5297 (base32
5298 "0pvcyzycsmgc8iw60q9xnhllfan6ihwpz3gvk8h1n9jmhpxzylan"))))
5299 (properties `((upstream-name . "flowCore")))
5300 (build-system r-build-system)
5301 (propagated-inputs
5302 `(("r-bh" ,r-bh)
5303 ("r-biobase" ,r-biobase)
5304 ("r-biocgenerics" ,r-biocgenerics)
5305 ("r-corpcor" ,r-corpcor)
5306 ("r-graph" ,r-graph)
5307 ("r-mass" ,r-mass)
5308 ("r-matrixstats" ,r-matrixstats)
5309 ("r-rcpp" ,r-rcpp)
5310 ("r-rrcov" ,r-rrcov)))
5311 (home-page "https://bioconductor.org/packages/flowCore")
5312 (synopsis "Basic structures for flow cytometry data")
5313 (description
5314 "This package provides S4 data structures and basic functions to deal
5315with flow cytometry data.")
5316 (license license:artistic2.0)))
e0cb053e 5317
5318(define-public r-flowmeans
5319 (package
5320 (name "r-flowmeans")
5321 (version "1.44.0")
5322 (source
5323 (origin
5324 (method url-fetch)
5325 (uri (bioconductor-uri "flowMeans" version))
5326 (sha256
5327 (base32
5328 "0yp6y3mq5h4nf1d7ybqnriigwfmwanrqavpj3ry482sgiaip1hp2"))))
5329 (properties `((upstream-name . "flowMeans")))
5330 (build-system r-build-system)
5331 (propagated-inputs
5332 `(("r-biobase" ,r-biobase)
5333 ("r-feature" ,r-feature)
5334 ("r-flowcore" ,r-flowcore)
5335 ("r-rrcov" ,r-rrcov)))
5336 (home-page "https://bioconductor.org/packages/flowMeans")
5337 (synopsis "Non-parametric flow cytometry data gating")
5338 (description
5339 "This package provides tools to identify cell populations in Flow
5340Cytometry data using non-parametric clustering and segmented-regression-based
5341change point detection.")
5342 (license license:artistic2.0)))
1502751b 5343
15ac0c19
RW
5344(define-public r-ncdfflow
5345 (package
5346 (name "r-ncdfflow")
5347 (version "2.32.0")
5348 (source
5349 (origin
5350 (method url-fetch)
5351 (uri (bioconductor-uri "ncdfFlow" version))
5352 (sha256
5353 (base32
5354 "06lscx6h4rg80ifi90rj7z2497b8w1fjipm3l8s3230rkizhh02i"))))
5355 (properties `((upstream-name . "ncdfFlow")))
5356 (build-system r-build-system)
5357 (inputs
5358 `(("zlib" ,zlib)))
5359 (propagated-inputs
5360 `(("r-bh" ,r-bh)
5361 ("r-biobase" ,r-biobase)
5362 ("r-biocgenerics" ,r-biocgenerics)
5363 ("r-flowcore" ,r-flowcore)
5364 ("r-rcpp" ,r-rcpp)
5365 ("r-rcpparmadillo" ,r-rcpparmadillo)
5366 ("r-rhdf5lib" ,r-rhdf5lib)
5367 ("r-zlibbioc" ,r-zlibbioc)))
5368 (home-page "https://bioconductor.org/packages/ncdfFlow/")
5369 (synopsis "HDF5 based storage for flow cytometry data")
5370 (description
5371 "This package provides HDF5 storage based methods and functions for
5372manipulation of flow cytometry data.")
5373 (license license:artistic2.0)))
5374
f5f44031
RW
5375(define-public r-ggcyto
5376 (package
5377 (name "r-ggcyto")
5378 (version "1.14.0")
5379 (source
5380 (origin
5381 (method url-fetch)
5382 (uri (bioconductor-uri "ggcyto" version))
5383 (sha256
5384 (base32
5385 "165qszvy5z176h1l3dnjb5dcm279b6bjl5n5gzz8wfn4xpn8anc8"))))
5386 (properties `((upstream-name . "ggcyto")))
5387 (build-system r-build-system)
5388 (propagated-inputs
5389 `(("r-data-table" ,r-data-table)
5390 ("r-flowcore" ,r-flowcore)
5391 ("r-flowworkspace" ,r-flowworkspace)
5392 ("r-ggplot2" ,r-ggplot2)
5393 ("r-gridextra" ,r-gridextra)
5394 ("r-ncdfflow" ,r-ncdfflow)
5395 ("r-plyr" ,r-plyr)
5396 ("r-rcolorbrewer" ,r-rcolorbrewer)
5397 ("r-rlang" ,r-rlang)
5398 ("r-scales" ,r-scales)))
5399 (home-page "https://github.com/RGLab/ggcyto/issues")
5400 (synopsis "Visualize Cytometry data with ggplot")
5401 (description
5402 "With the dedicated fortify method implemented for @code{flowSet},
5403@code{ncdfFlowSet} and @code{GatingSet} classes, both raw and gated flow
5404cytometry data can be plotted directly with ggplot. The @code{ggcyto} wrapper
5405and some custom layers also make it easy to add gates and population
5406statistics to the plot.")
5407 (license license:artistic2.0)))
5408
0dd4b7d7
RW
5409(define-public r-flowviz
5410 (package
5411 (name "r-flowviz")
5412 (version "1.50.0")
5413 (source
5414 (origin
5415 (method url-fetch)
5416 (uri (bioconductor-uri "flowViz" version))
5417 (sha256
5418 (base32
5419 "0ik16bxcfcg3q26ra3055718kskid64aaazcbqsxalca9ppdm4k7"))))
5420 (properties `((upstream-name . "flowViz")))
5421 (build-system r-build-system)
5422 (propagated-inputs
5423 `(("r-biobase" ,r-biobase)
5424 ("r-flowcore" ,r-flowcore)
5425 ("r-hexbin" ,r-hexbin)
5426 ("r-idpmisc" ,r-idpmisc)
5427 ("r-kernsmooth" ,r-kernsmooth)
5428 ("r-lattice" ,r-lattice)
5429 ("r-latticeextra" ,r-latticeextra)
5430 ("r-mass" ,r-mass)
5431 ("r-rcolorbrewer" ,r-rcolorbrewer)))
5432 (home-page "https://bioconductor.org/packages/flowViz/")
5433 (synopsis "Visualization for flow cytometry")
5434 (description
5435 "This package provides visualization tools for flow cytometry data.")
5436 (license license:artistic2.0)))
5437
c8ab9eb1
RW
5438(define-public r-flowclust
5439 (package
5440 (name "r-flowclust")
5441 (version "3.24.0")
5442 (source
5443 (origin
5444 (method url-fetch)
5445 (uri (bioconductor-uri "flowClust" version))
5446 (sha256
5447 (base32
5448 "0k4bgc4mf512njfdfg5ld9l7slgfxyfh766jab87j96zrrgcnj8s"))))
5449 (properties `((upstream-name . "flowClust")))
5450 (build-system r-build-system)
5451 (arguments
5452 `(#:configure-flags
5453 (list "--configure-args=--enable-bundled-gsl=no")))
5454 (propagated-inputs
5455 `(("r-biobase" ,r-biobase)
5456 ("r-biocgenerics" ,r-biocgenerics)
5457 ("r-clue" ,r-clue)
5458 ("r-corpcor" ,r-corpcor)
5459 ("r-ellipse" ,r-ellipse)
5460 ("r-flowcore" ,r-flowcore)
5461 ("r-flowviz" ,r-flowviz)
5462 ("r-graph" ,r-graph)
5463 ("r-mnormt" ,r-mnormt)))
5464 (inputs
5465 `(("gsl" ,gsl)))
5466 (native-inputs
5467 `(("pkg-config" ,pkg-config)))
5468 (home-page "https://bioconductor.org/packages/flowClust")
5469 (synopsis "Clustering for flow cytometry")
5470 (description
5471 "This package provides robust model-based clustering using a t-mixture
5472model with Box-Cox transformation.")
5473 (license license:artistic2.0)))
5474
f1964519
RW
5475;; TODO: this package bundles an old version of protobuf. It's not easy to
5476;; make it use our protobuf package instead.
5477(define-public r-rprotobuflib
5478 (package
5479 (name "r-rprotobuflib")
5480 (version "1.8.0")
5481 (source
5482 (origin
5483 (method url-fetch)
5484 (uri (bioconductor-uri "RProtoBufLib" version))
5485 (sha256
5486 (base32
5487 "0dlgki21a37bxqh3cf83vl5zqxm86472g8a9plvhrjzzsn3mwnrm"))))
5488 (properties `((upstream-name . "RProtoBufLib")))
5489 (build-system r-build-system)
5490 (arguments
5491 `(#:phases
5492 (modify-phases %standard-phases
5493 (add-after 'unpack 'unpack-bundled-sources
5494 (lambda _
5495 (with-directory-excursion "src"
5496 (invoke "tar" "xf" "protobuf-2.6.0.tgz"))
5497 #t)))))
5498 (home-page "https://bioconductor.org/packages/RProtoBufLib/")
5499 (synopsis "C++ headers and static libraries of Protocol buffers")
5500 (description
5501 "This package provides the headers and static library of Protocol buffers
5502for other R packages to compile and link against.")
5503 (license license:bsd-3)))
5504
82c11117
RW
5505(define-public r-flowworkspace
5506 (package
5507 (name "r-flowworkspace")
5508 (version "3.34.0")
5509 (source
5510 (origin
5511 (method url-fetch)
5512 (uri (bioconductor-uri "flowWorkspace" version))
5513 (sha256
5514 (base32
5515 "0hvbkxyylsygra31l1lxyvbsr5hc50lqy1y7gwrfgrfil4a2m762"))))
5516 (properties `((upstream-name . "flowWorkspace")))
5517 (build-system r-build-system)
5518 (propagated-inputs
5519 `(("r-bh" ,r-bh)
5520 ("r-biobase" ,r-biobase)
5521 ("r-biocgenerics" ,r-biocgenerics)
5522 ("r-cytolib" ,r-cytolib)
5523 ("r-data-table" ,r-data-table)
5524 ("r-digest" ,r-digest)
5525 ("r-dplyr" ,r-dplyr)
5526 ("r-flowcore" ,r-flowcore)
5527 ("r-flowviz" ,r-flowviz)
5528 ("r-graph" ,r-graph)
5529 ("r-gridextra" ,r-gridextra)
5530 ("r-lattice" ,r-lattice)
5531 ("r-latticeextra" ,r-latticeextra)
5532 ("r-matrixstats" ,r-matrixstats)
5533 ("r-ncdfflow" ,r-ncdfflow)
5534 ("r-rbgl" ,r-rbgl)
5535 ("r-rcolorbrewer" ,r-rcolorbrewer)
5536 ("r-rcpp" ,r-rcpp)
5537 ("r-rcppparallel" ,r-rcppparallel)
5538 ("r-rgraphviz" ,r-rgraphviz)
5539 ("r-rprotobuflib" ,r-rprotobuflib)
5540 ("r-scales" ,r-scales)
5541 ("r-stringr" ,r-stringr)))
5542 (home-page "https://bioconductor.org/packages/flowWorkspace/")
5543 (synopsis "Infrastructure for working with cytometry data")
5544 (description
5545 "This package is designed to facilitate comparison of automated gating
5546methods against manual gating done in flowJo. This package allows you to
5547import basic flowJo workspaces into BioConductor and replicate the gating from
5548flowJo using the @code{flowCore} functionality. Gating hierarchies, groups of
5549samples, compensation, and transformation are performed so that the output
5550matches the flowJo analysis.")
5551 (license license:artistic2.0)))
5552
b700b9ec
RW
5553(define-public r-flowstats
5554 (package
5555 (name "r-flowstats")
5556 (version "3.44.0")
5557 (source
5558 (origin
5559 (method url-fetch)
5560 (uri (bioconductor-uri "flowStats" version))
5561 (sha256
5562 (base32
5563 "0pql0lpf90nra7w6z6nd8l9cgjlsg2pxysfravnbzfhl3pjvd96w"))))
5564 (properties `((upstream-name . "flowStats")))
5565 (build-system r-build-system)
5566 (propagated-inputs
5567 `(("r-biobase" ,r-biobase)
5568 ("r-biocgenerics" ,r-biocgenerics)
5569 ("r-cluster" ,r-cluster)
5570 ("r-fda" ,r-fda)
5571 ("r-flowcore" ,r-flowcore)
5572 ("r-flowviz" ,r-flowviz)
5573 ("r-flowworkspace" ,r-flowworkspace)
5574 ("r-kernsmooth" ,r-kernsmooth)
5575 ("r-ks" ,r-ks)
5576 ("r-lattice" ,r-lattice)
5577 ("r-mass" ,r-mass)
5578 ("r-ncdfflow" ,r-ncdfflow)
5579 ("r-rcolorbrewer" ,r-rcolorbrewer)
5580 ("r-rrcov" ,r-rrcov)))
5581 (home-page "http://www.github.com/RGLab/flowStats")
5582 (synopsis "Statistical methods for the analysis of flow cytometry data")
5583 (description
5584 "This package provides methods and functionality to analyze flow data
5585that is beyond the basic infrastructure provided by the @code{flowCore}
5586package.")
5587 (license license:artistic2.0)))
5588
6aedc805
RW
5589(define-public r-opencyto
5590 (package
5591 (name "r-opencyto")
5592 (version "1.24.0")
5593 (source
5594 (origin
5595 (method url-fetch)
5596 (uri (bioconductor-uri "openCyto" version))
5597 (sha256
5598 (base32
5599 "0h25nhvq1zq624wsgb55wjcgri9rcd2fnqkb31h9jdakr01dw2sb"))))
5600 (properties `((upstream-name . "openCyto")))
5601 (build-system r-build-system)
5602 (propagated-inputs
5603 `(("r-biobase" ,r-biobase)
5604 ("r-biocgenerics" ,r-biocgenerics)
5605 ("r-clue" ,r-clue)
5606 ("r-data-table" ,r-data-table)
5607 ("r-flowclust" ,r-flowclust)
5608 ("r-flowcore" ,r-flowcore)
5609 ("r-flowstats" ,r-flowstats)
5610 ("r-flowviz" ,r-flowviz)
5611 ("r-flowworkspace" ,r-flowworkspace)
5612 ("r-graph" ,r-graph)
5613 ("r-gtools" ,r-gtools)
5614 ("r-ks" ,r-ks)
5615 ("r-lattice" ,r-lattice)
5616 ("r-mass" ,r-mass)
5617 ("r-ncdfflow" ,r-ncdfflow)
5618 ("r-plyr" ,r-plyr)
5619 ("r-r-utils" ,r-r-utils)
5620 ("r-rbgl" ,r-rbgl)
5621 ("r-rcolorbrewer" ,r-rcolorbrewer)
5622 ("r-rcpp" ,r-rcpp)
5623 ("r-rrcov" ,r-rrcov)))
5624 (home-page "https://bioconductor.org/packages/openCyto")
5625 (synopsis "Hierarchical gating pipeline for flow cytometry data")
5626 (description
5627 "This package is designed to facilitate the automated gating methods in a
5628sequential way to mimic the manual gating strategy.")
5629 (license license:artistic2.0)))
5630
7a62d5e0
RW
5631(define-public r-cytoml
5632 (package
5633 (name "r-cytoml")
5634 (version "1.12.0")
5635 (source
5636 (origin
5637 (method url-fetch)
5638 (uri (bioconductor-uri "CytoML" version))
5639 (sha256
5640 (base32
5641 "0m8x18wkvis85cawv7j07pk59w76wnzy93ia99gd24j82z4h97p1"))))
5642 (properties `((upstream-name . "CytoML")))
5643 (build-system r-build-system)
5644 (inputs
5645 `(("libxml2" ,libxml2)))
5646 (propagated-inputs
5647 `(("r-base64enc" ,r-base64enc)
5648 ("r-bh" ,r-bh)
5649 ("r-biobase" ,r-biobase)
5650 ("r-corpcor" ,r-corpcor)
5651 ("r-cytolib" ,r-cytolib)
5652 ("r-data-table" ,r-data-table)
5653 ("r-dplyr" ,r-dplyr)
5654 ("r-flowcore" ,r-flowcore)
5655 ("r-flowworkspace" ,r-flowworkspace)
5656 ("r-ggcyto" ,r-ggcyto)
5657 ("r-graph" ,r-graph)
5658 ("r-jsonlite" ,r-jsonlite)
5659 ("r-lattice" ,r-lattice)
5660 ("r-ncdfflow" ,r-ncdfflow)
5661 ("r-opencyto" ,r-opencyto)
5662 ("r-plyr" ,r-plyr)
5663 ("r-rbgl" ,r-rbgl)
5664 ("r-rcpp" ,r-rcpp)
5665 ("r-rcppparallel" ,r-rcppparallel)
5666 ("r-rgraphviz" ,r-rgraphviz)
5667 ("r-rprotobuflib" ,r-rprotobuflib)
5668 ("r-runit" ,r-runit)
5669 ("r-xml" ,r-xml)
5670 ("r-yaml" ,r-yaml)))
5671 (home-page "https://github.com/RGLab/CytoML")
5672 (synopsis "GatingML interface for cross platform cytometry data sharing")
5673 (description
5674 "This package provides an interface to implementations of the GatingML2.0
5675standard to exchange gated cytometry data with other software platforms.")
5676 (license license:artistic2.0)))
5677
1502751b 5678(define-public r-flowsom
5679 (package
5680 (name "r-flowsom")
5681 (version "1.16.0")
5682 (source
5683 (origin
5684 (method url-fetch)
5685 (uri (bioconductor-uri "FlowSOM" version))
5686 (sha256
5687 (base32
5688 "03wl3xk7g7vajc4kkrqa0gsbjfxlqr918qi849h5nir31963398l"))))
5689 (properties `((upstream-name . "FlowSOM")))
5690 (build-system r-build-system)
5691 (propagated-inputs
5692 `(("r-biocgenerics" ,r-biocgenerics)
5693 ("r-consensusclusterplus" ,r-consensusclusterplus)
5694 ("r-flowcore" ,r-flowcore)
5695 ("r-flowutils" ,r-flowutils)
5696 ("r-igraph" ,r-igraph)
5697 ("r-tsne" ,r-tsne)
5698 ("r-xml" ,r-xml)))
5699 (home-page "https://bioconductor.org/packages/FlowSOM/")
5700 (synopsis "Visualize and interpret cytometry data")
5701 (description
5702 "FlowSOM offers visualization options for cytometry data, by using
5703self-organizing map clustering and minimal spanning trees.")
5704 (license license:gpl2+)))
1adb9cbc 5705
5706(define-public r-mixomics
5707 (package
5708 (name "r-mixomics")
eb796f53 5709 (version "6.8.5")
1adb9cbc 5710 (source
5711 (origin
5712 (method url-fetch)
5713 (uri (bioconductor-uri "mixOmics" version))
5714 (sha256
5715 (base32
eb796f53 5716 "0s93ai5d7li8pnxd87n12j9gypvac5zfahsk68j7zjv68dglj8s7"))))
1adb9cbc 5717 (properties `((upstream-name . "mixOmics")))
5718 (build-system r-build-system)
5719 (propagated-inputs
5720 `(("r-corpcor" ,r-corpcor)
5721 ("r-dplyr" ,r-dplyr)
5722 ("r-ellipse" ,r-ellipse)
5723 ("r-ggplot2" ,r-ggplot2)
5724 ("r-gridextra" ,r-gridextra)
5725 ("r-igraph" ,r-igraph)
5726 ("r-lattice" ,r-lattice)
5727 ("r-mass" ,r-mass)
5728 ("r-matrixstats" ,r-matrixstats)
5729 ("r-rarpack" ,r-rarpack)
5730 ("r-rcolorbrewer" ,r-rcolorbrewer)
5731 ("r-reshape2" ,r-reshape2)
5732 ("r-tidyr" ,r-tidyr)))
5733 (home-page "http://www.mixOmics.org")
5734 (synopsis "Multivariate methods for exploration of biological datasets")
5735 (description
5736 "mixOmics offers a wide range of multivariate methods for the exploration
5737and integration of biological datasets with a particular focus on variable
5738selection. The package proposes several sparse multivariate models we have
5739developed to identify the key variables that are highly correlated, and/or
5740explain the biological outcome of interest. The data that can be analysed
5741with mixOmics may come from high throughput sequencing technologies, such as
5742omics data (transcriptomics, metabolomics, proteomics, metagenomics etc) but
5743also beyond the realm of omics (e.g. spectral imaging). The methods
5744implemented in mixOmics can also handle missing values without having to
5745delete entire rows with missing data.")
5746 (license license:gpl2+)))
a0efa069 5747
5748(define-public r-depecher
5749 (package
5750 (name "r-depecher")
2c8433ca 5751 (version "1.2.0")
a0efa069 5752 (source
5753 (origin
5754 (method url-fetch)
5755 (uri (bioconductor-uri "DepecheR" version))
5756 (sha256
5757 (base32
2c8433ca 5758 "1f6zbc0fq7xjflh3mkjx1n83mpppw663dj22rlpxzwp1kpmf6wm5"))))
a0efa069 5759 (properties `((upstream-name . "DepecheR")))
5760 (build-system r-build-system)
a0efa069 5761 (propagated-inputs
5762 `(("r-beanplot" ,r-beanplot)
a0efa069 5763 ("r-dosnow" ,r-dosnow)
5764 ("r-dplyr" ,r-dplyr)
2c8433ca 5765 ("r-fnn" ,r-fnn)
a0efa069 5766 ("r-foreach" ,r-foreach)
5767 ("r-ggplot2" ,r-ggplot2)
5768 ("r-gplots" ,r-gplots)
5769 ("r-mass" ,r-mass)
5770 ("r-matrixstats" ,r-matrixstats)
5771 ("r-mixomics" ,r-mixomics)
5772 ("r-moments" ,r-moments)
5773 ("r-rcpp" ,r-rcpp)
5774 ("r-rcppeigen" ,r-rcppeigen)
5775 ("r-reshape2" ,r-reshape2)
2c8433ca 5776 ("r-robustbase" ,r-robustbase)
a0efa069 5777 ("r-viridis" ,r-viridis)))
5778 (home-page "https://bioconductor.org/packages/DepecheR/")
5779 (synopsis "Identify traits of clusters in high-dimensional entities")
5780 (description
5781 "The purpose of this package is to identify traits in a dataset that can
5782separate groups. This is done on two levels. First, clustering is performed,
5783using an implementation of sparse K-means. Secondly, the generated clusters
5784are used to predict outcomes of groups of individuals based on their
5785distribution of observations in the different clusters. As certain clusters
5786with separating information will be identified, and these clusters are defined
5787by a sparse number of variables, this method can reduce the complexity of
5788data, to only emphasize the data that actually matters.")
5789 (license license:expat)))
b46a0ee7 5790
bb88417f
RW
5791(define-public r-rcistarget
5792 (package
5793 (name "r-rcistarget")
5794 (version "1.4.0")
5795 (source
5796 (origin
5797 (method url-fetch)
5798 (uri (bioconductor-uri "RcisTarget" version))
5799 (sha256
5800 (base32
5801 "133x2vr86ifbk82q08x1c8q19zsk5za7b6qrzz77dhsyf4bhcvpd"))))
5802 (properties `((upstream-name . "RcisTarget")))
5803 (build-system r-build-system)
5804 (propagated-inputs
5805 `(("r-aucell" ,r-aucell)
5806 ("r-biocgenerics" ,r-biocgenerics)
5807 ("r-data-table" ,r-data-table)
5808 ("r-feather" ,r-feather)
5809 ("r-gseabase" ,r-gseabase)
5810 ("r-r-utils" ,r-r-utils)
5811 ("r-summarizedexperiment" ,r-summarizedexperiment)))
5812 (home-page "https://aertslab.org/#scenic")
5813 (synopsis "Identify transcription factor binding motifs enriched on a gene list")
5814 (description
5815 "RcisTarget identifies @dfn{transcription factor binding motifs} (TFBS)
5816over-represented on a gene list. In a first step, RcisTarget selects DNA
5817motifs that are significantly over-represented in the surroundings of the
5818@dfn{transcription start site} (TSS) of the genes in the gene-set. This is
5819achieved by using a database that contains genome-wide cross-species rankings
5820for each motif. The motifs that are then annotated to TFs and those that have
5821a high @dfn{Normalized Enrichment Score} (NES) are retained. Finally, for
5822each motif and gene-set, RcisTarget predicts the candidate target genes (i.e.
5823genes in the gene-set that are ranked above the leading edge).")
5824 (license license:gpl3)))
5825
b46a0ee7
RW
5826(define-public r-cicero
5827 (package
5828 (name "r-cicero")
5829 (version "1.2.0")
5830 (source
5831 (origin
5832 (method url-fetch)
5833 (uri (bioconductor-uri "cicero" version))
5834 (sha256
5835 (base32
5836 "0f15l8zrh7l7nnvznb66116hvfk15djb9q240vbscm2w0y5fvkcr"))))
5837 (build-system r-build-system)
5838 (propagated-inputs
5839 `(("r-assertthat" ,r-assertthat)
5840 ("r-biobase" ,r-biobase)
5841 ("r-biocgenerics" ,r-biocgenerics)
5842 ("r-data-table" ,r-data-table)
5843 ("r-dplyr" ,r-dplyr)
5844 ("r-fnn" ,r-fnn)
5845 ("r-genomicranges" ,r-genomicranges)
5846 ("r-ggplot2" ,r-ggplot2)
5847 ("r-glasso" ,r-glasso)
5848 ("r-gviz" ,r-gviz)
5849 ("r-igraph" ,r-igraph)
5850 ("r-iranges" ,r-iranges)
5851 ("r-matrix" ,r-matrix)
5852 ("r-monocle" ,r-monocle)
5853 ("r-plyr" ,r-plyr)
5854 ("r-reshape2" ,r-reshape2)
5855 ("r-s4vectors" ,r-s4vectors)
5856 ("r-stringr" ,r-stringr)
5857 ("r-tibble" ,r-tibble)
5858 ("r-vgam" ,r-vgam)))
5859 (home-page "https://bioconductor.org/packages/cicero/")
5860 (synopsis "Predict cis-co-accessibility from single-cell data")
5861 (description
5862 "Cicero computes putative cis-regulatory maps from single-cell chromatin
5863accessibility data. It also extends the monocle package for use in chromatin
5864accessibility data.")
5865 (license license:expat)))
14bb1c48
RW
5866
5867;; This is the latest commit on the "monocle3" branch.
5868(define-public r-cicero-monocle3
5869 (let ((commit "fa2fb6515857a8cfc88bc9af044f34de1bcd2b7b")
5870 (revision "1"))
5871 (package (inherit r-cicero)
5872 (name "r-cicero-monocle3")
5873 (version (git-version "1.3.2" revision commit))
5874 (source
5875 (origin
5876 (method git-fetch)
5877 (uri (git-reference
5878 (url "https://github.com/cole-trapnell-lab/cicero-release.git")
5879 (commit commit)))
5880 (file-name (git-file-name name version))
5881 (sha256
5882 (base32
5883 "077yza93wdhi08n40md20jwk55k9lw1f3y0063qkk90cpz60wi0c"))))
5884 (propagated-inputs
5885 `(("r-monocle3" ,r-monocle3)
5886 ,@(alist-delete "r-monocle"
5887 (package-propagated-inputs r-cicero)))))))
a9815a6c
RW
5888
5889(define-public r-cistopic
5890 (let ((commit "29abd8df9afb60ff27ac3f0a590930debe926950")
5891 (revision "0"))
5892 (package
5893 (name "r-cistopic")
5894 (version (git-version "0.2.1" revision commit))
5895 (source
5896 (origin
5897 (method git-fetch)
5898 (uri (git-reference
5899 (url "https://github.com/aertslab/cisTopic.git")
5900 (commit commit)))
5901 (file-name (git-file-name name version))
5902 (sha256
5903 (base32
5904 "0s8irpsv5d2zcv4ihanvsf1vrpignzliscxnvs4519af3jmx78h8"))))
5905 (build-system r-build-system)
5906 (propagated-inputs
5907 `(("r-aucell" ,r-aucell)
5908 ("r-data-table" ,r-data-table)
5909 ("r-dplyr" ,r-dplyr)
5910 ("r-dosnow" ,r-dosnow)
5911 ("r-dt" ,r-dt)
5912 ("r-feather" ,r-feather)
5913 ("r-fitdistrplus" ,r-fitdistrplus)
5914 ("r-genomicranges" ,r-genomicranges)
5915 ("r-ggplot2" ,r-ggplot2)
5916 ("r-lda" ,r-lda)
5917 ("r-matrix" ,r-matrix)
5918 ("r-plyr" ,r-plyr)
5919 ("r-rcistarget" ,r-rcistarget)
5920 ("r-rtracklayer" ,r-rtracklayer)
5921 ("r-s4vectors" ,r-s4vectors)))
5922 (home-page "https://github.com/aertslab/cisTopic")
5923 (synopsis "Modelling of cis-regulatory topics from single cell epigenomics data")
5924 (description
5925 "The sparse nature of single cell epigenomics data can be overruled using
5926probabilistic modelling methods such as @dfn{Latent Dirichlet
5927Allocation} (LDA). This package allows the probabilistic modelling of
5928cis-regulatory topics (cisTopics) from single cell epigenomics data, and
5929includes functionalities to identify cell states based on the contribution of
5930cisTopics and explore the nature and regulatory proteins driving them.")
5931 (license license:gpl3))))
d85c0f98
RW
5932
5933(define-public r-genie3
5934 (package
5935 (name "r-genie3")
5936 (version "1.6.0")
5937 (source
5938 (origin
5939 (method url-fetch)
5940 (uri (bioconductor-uri "GENIE3" version))
5941 (sha256
5942 (base32
5943 "0lvrpw4xn7xyinmn13f65i0vkzfzwdj5y8gsa8vyy8kcn83d28fx"))))
5944 (properties `((upstream-name . "GENIE3")))
5945 (build-system r-build-system)
5946 (propagated-inputs `(("r-reshape2" ,r-reshape2)))
5947 (home-page "https://bioconductor.org/packages/GENIE3")
5948 (synopsis "Gene network inference with ensemble of trees")
5949 (description
5950 "This package implements the GENIE3 algorithm for inferring gene
5951regulatory networks from expression data.")
5952 (license license:gpl2+)))
db316d73
RW
5953
5954(define-public r-roc
5955 (package
5956 (name "r-roc")
5957 (version "1.60.0")
5958 (source
5959 (origin
5960 (method url-fetch)
5961 (uri (bioconductor-uri "ROC" version))
5962 (sha256
5963 (base32
5964 "1sapnl8kyaldgvdc657wqcmyjb24nvrnaw7v94bbs8yf5pmfm71c"))))
5965 (properties `((upstream-name . "ROC")))
5966 (build-system r-build-system)
5967 (home-page "https://www.bioconductor.org/packages/ROC/")
5968 (synopsis "Utilities for ROC curves")
5969 (description
5970 "This package provides utilities for @dfn{Receiver Operating
5971Characteristic} (ROC) curves, with a focus on micro arrays.")
5972 (license license:artistic2.0)))
46721dea
RW
5973
5974(define-public r-illuminahumanmethylation450kanno-ilmn12-hg19
5975 (package
5976 (name "r-illuminahumanmethylation450kanno-ilmn12-hg19")
5977 (version "0.6.0")
5978 (source
5979 (origin
5980 (method url-fetch)
5981 (uri (bioconductor-uri
5982 "IlluminaHumanMethylation450kanno.ilmn12.hg19"
5983 version 'annotation))
5984 (sha256
5985 (base32
5986 "059vlxsx3p3fcnywwirahsc6mlk813zpqnbv0jsrag6x5bb8z6r4"))))
5987 (properties
5988 `((upstream-name
5989 . "IlluminaHumanMethylation450kanno.ilmn12.hg19")))
5990 (build-system r-build-system)
5991 (propagated-inputs `(("r-minfi" ,r-minfi)))
5992 (home-page
5993 "https://bioconductor.org/packages/IlluminaHumanMethylation450kanno.ilmn12.hg19/")
5994 (synopsis "Annotation for Illumina's 450k methylation arrays")
5995 (description
5996 "This package provides manifests and annotation for Illumina's 450k array
5997data.")
5998 (license license:artistic2.0)))
38babeaa
RW
5999
6000(define-public r-watermelon
6001 (package
6002 (name "r-watermelon")
6003 (version "1.28.0")
6004 (source
6005 (origin
6006 (method url-fetch)
6007 (uri (bioconductor-uri "wateRmelon" version))
6008 (sha256
6009 (base32
6010 "0354ahmfvhqw3yfp17rmz35vlgjp262n4q3hr8qyccyrnk2dz17z"))))
6011 (properties `((upstream-name . "wateRmelon")))
6012 (build-system r-build-system)
6013 (propagated-inputs
6014 `(("r-biobase" ,r-biobase)
6015 ("r-illuminahumanmethylation450kanno-ilmn12-hg19"
6016 ,r-illuminahumanmethylation450kanno-ilmn12-hg19)
6017 ("r-illuminaio" ,r-illuminaio)
6018 ("r-limma" ,r-limma)
6019 ("r-lumi" ,r-lumi)
6020 ("r-matrixstats" ,r-matrixstats)
6021 ("r-methylumi" ,r-methylumi)
6022 ("r-roc" ,r-roc)))
6023 (home-page "https://bioconductor.org/packages/wateRmelon/")
6024 (synopsis "Illumina 450 methylation array normalization and metrics")
6025 (description
6026 "The standard index of DNA methylation (beta) is computed from methylated
6027and unmethylated signal intensities. Betas calculated from raw signal
6028intensities perform well, but using 11 methylomic datasets we demonstrate that
6029quantile normalization methods produce marked improvement. The commonly used
6030procedure of normalizing betas is inferior to the separate normalization of M
6031and U, and it is also advantageous to normalize Type I and Type II assays
6032separately. This package provides 15 flavours of betas and three performance
6033metrics, with methods for objects produced by the @code{methylumi} and
6034@code{minfi} packages.")
6035 (license license:gpl3)))
7d2cb646
RW
6036
6037(define-public r-gdsfmt
6038 (package
6039 (name "r-gdsfmt")
6040 (version "1.20.0")
6041 (source
6042 (origin
6043 (method url-fetch)
6044 (uri (bioconductor-uri "gdsfmt" version))
6045 (sha256
6046 (base32
6047 "0h3hgwxq26dg09fyxqg545v9dg1dizsj58cf05rncr3jj4f8g0xy"))
6048 (modules '((guix build utils)))
6049 ;; Remove bundled sources of zlib, lz4, and xz. Don't attempt to build
6050 ;; them and link with system libraries instead.
6051 (snippet
6052 '(begin
6053 (for-each delete-file-recursively
6054 '("src/LZ4"
6055 "src/XZ"
6056 "src/ZLIB"))
6057 (substitute* "src/Makevars"
6058 (("all: \\$\\(SHLIB\\)") "all:")
6059 (("\\$\\(SHLIB\\): liblzma.a") "")
6060 (("(ZLIB|LZ4)/.*") "")
6061 (("CoreArray/dVLIntGDS.cpp.*")
6062 "CoreArray/dVLIntGDS.cpp")
6063 (("CoreArray/dVLIntGDS.o.*")
6064 "CoreArray/dVLIntGDS.o")
6065 (("PKG_LIBS = ./liblzma.a")
6066 "PKG_LIBS = -llz4"))
6067 (substitute* "src/CoreArray/dStream.h"
6068 (("include \"../(ZLIB|LZ4|XZ/api)/(.*)\"" _ _ header)
6069 (string-append "include <" header ">")))
6070 #t))))
6071 (properties `((upstream-name . "gdsfmt")))
6072 (build-system r-build-system)
6073 (inputs
6074 `(("lz4" ,lz4)
6075 ("xz" ,xz)
6076 ("zlib" ,zlib)))
6077 (home-page "http://corearray.sourceforge.net/")
6078 (synopsis
6079 "R Interface to CoreArray Genomic Data Structure (GDS) Files")
6080 (description
6081 "This package provides a high-level R interface to CoreArray @dfn{Genomic
6082Data Structure} (GDS) data files, which are portable across platforms with
6083hierarchical structure to store multiple scalable array-oriented data sets
6084with metadata information. It is suited for large-scale datasets, especially
6085for data which are much larger than the available random-access memory. The
6086@code{gdsfmt} package offers efficient operations specifically designed for
6087integers of less than 8 bits, since a diploid genotype, like
6088@dfn{single-nucleotide polymorphism} (SNP), usually occupies fewer bits than a
6089byte. Data compression and decompression are available with relatively
6090efficient random access. It is also allowed to read a GDS file in parallel
6091with multiple R processes supported by the package @code{parallel}.")
6092 (license license:lgpl3)))
6b5f59c7
RW
6093
6094(define-public r-bigmelon
6095 (package
6096 (name "r-bigmelon")
6097 (version "1.10.0")
6098 (source
6099 (origin
6100 (method url-fetch)
6101 (uri (bioconductor-uri "bigmelon" version))
6102 (sha256
6103 (base32
6104 "0269kf3d34dbng3swk7pclpk02vy4k3askygmzi5my3fqyfzdkj9"))))
6105 (properties `((upstream-name . "bigmelon")))
6106 (build-system r-build-system)
6107 (propagated-inputs
6108 `(("r-biobase" ,r-biobase)
6109 ("r-biocgenerics" ,r-biocgenerics)
6110 ("r-gdsfmt" ,r-gdsfmt)
6111 ("r-geoquery" ,r-geoquery)
6112 ("r-methylumi" ,r-methylumi)
6113 ("r-minfi" ,r-minfi)
6114 ("r-watermelon" ,r-watermelon)))
6115 (home-page "https://bioconductor.org/packages/bigmelon/")
6116 (synopsis "Illumina methylation array analysis for large experiments")
6117 (description
6118 "This package provides methods for working with Illumina arrays using the
6119@code{gdsfmt} package.")
6120 (license license:gpl3)))
739b2d10 6121
e5dfcd8e
RW
6122(define-public r-seqbias
6123 (package
6124 (name "r-seqbias")
6125 (version "1.32.0")
6126 (source
6127 (origin
6128 (method url-fetch)
6129 (uri (bioconductor-uri "seqbias" version))
6130 (sha256
6131 (base32
6132 "1pk97jsq0rxijsdm5wnmlw79mhy19skdq1h3mmfbdjh560md47lw"))))
6133 (properties `((upstream-name . "seqbias")))
6134 (build-system r-build-system)
6135 (propagated-inputs
6136 `(("r-biostrings" ,r-biostrings)
6137 ("r-genomicranges" ,r-genomicranges)
6138 ("r-rhtslib" ,r-rhtslib)))
6139 (inputs
6140 `(("zlib" ,zlib))) ; This comes from rhtslib.
6141 (home-page "https://bioconductor.org/packages/seqbias/")
6142 (synopsis "Estimation of per-position bias in high-throughput sequencing data")
6143 (description
6144 "This package implements a model of per-position sequencing bias in
6145high-throughput sequencing data using a simple Bayesian network, the structure
6146and parameters of which are trained on a set of aligned reads and a reference
6147genome sequence.")
6148 (license license:lgpl3)))
6149
bb0024dc
RW
6150(define-public r-reqon
6151 (package
6152 (name "r-reqon")
6153 (version "1.30.0")
6154 (source
6155 (origin
6156 (method url-fetch)
6157 (uri (bioconductor-uri "ReQON" version))
6158 (sha256
6159 (base32
6160 "04bljr8vgb9z9800d9v8w7a4rvjkwq48zd8n5divq30zj9k2na7a"))))
6161 (properties `((upstream-name . "ReQON")))
6162 (build-system r-build-system)
6163 (propagated-inputs
6164 `(("r-rjava" ,r-rjava)
6165 ("r-rsamtools" ,r-rsamtools)
6166 ("r-seqbias" ,r-seqbias)))
6167 (home-page "https://bioconductor.org/packages/ReQON/")
6168 (synopsis "Recalibrating quality of nucleotides")
6169 (description
6170 "This package provides an implementation of an algorithm for
6171recalibrating the base quality scores for aligned sequencing data in BAM
6172format.")
6173 (license license:gpl2)))
6174
739b2d10
RW
6175(define-public r-wavcluster
6176 (package
6177 (name "r-wavcluster")
6178 (version "2.18.0")
6179 (source
6180 (origin
6181 (method url-fetch)
6182 (uri (bioconductor-uri "wavClusteR" version))
6183 (sha256
6184 (base32
6185 "02i53dskirzr9nls3dsmv7dqhvy3vikkpx7247zpy2qd9r5yvhy2"))))
6186 (properties `((upstream-name . "wavClusteR")))
6187 (build-system r-build-system)
6188 (propagated-inputs
6189 `(("r-biocgenerics" ,r-biocgenerics)
6190 ("r-biostrings" ,r-biostrings)
6191 ("r-foreach" ,r-foreach)
6192 ("r-genomicfeatures" ,r-genomicfeatures)
6193 ("r-genomicranges" ,r-genomicranges)
6194 ("r-ggplot2" ,r-ggplot2)
6195 ("r-hmisc" ,r-hmisc)
6196 ("r-iranges" ,r-iranges)
6197 ("r-mclust" ,r-mclust)
6198 ("r-rsamtools" ,r-rsamtools)
6199 ("r-rtracklayer" ,r-rtracklayer)
6200 ("r-s4vectors" ,r-s4vectors)
6201 ("r-seqinr" ,r-seqinr)
6202 ("r-stringr" ,r-stringr)
6203 ("r-wmtsa" ,r-wmtsa)))
6204 (home-page "https://bioconductor.org/packages/wavClusteR/")
6205 (synopsis "Identification of RNA-protein interaction sites in PAR-CLIP data")
6206 (description
6207 "This package provides an integrated pipeline for the analysis of
6208PAR-CLIP data. PAR-CLIP-induced transitions are first discriminated from
6209sequencing errors, SNPs and additional non-experimental sources by a non-
6210parametric mixture model. The protein binding sites (clusters) are then
6211resolved at high resolution and cluster statistics are estimated using a
6212rigorous Bayesian framework. Post-processing of the results, data export for
6213UCSC genome browser visualization and motif search analysis are provided. In
6214addition, the package allows to integrate RNA-Seq data to estimate the False
6215Discovery Rate of cluster detection. Key functions support parallel multicore
6216computing. While wavClusteR was designed for PAR-CLIP data analysis, it can
6217be applied to the analysis of other NGS data obtained from experimental
6218procedures that induce nucleotide substitutions (e.g. BisSeq).")
6219 (license license:gpl2)))
853211a5
RW
6220
6221(define-public r-timeseriesexperiment
6222 (package
6223 (name "r-timeseriesexperiment")
6224 (version "1.2.0")
6225 (source
6226 (origin
6227 (method url-fetch)
6228 (uri (bioconductor-uri "TimeSeriesExperiment" version))
6229 (sha256
6230 (base32
6231 "1j11g7a2p0yk38fx6wd6152l1xynghj01pfxihalw601jwf1bl0y"))))
6232 (properties
6233 `((upstream-name . "TimeSeriesExperiment")))
6234 (build-system r-build-system)
6235 (propagated-inputs
6236 `(("r-deseq2" ,r-deseq2)
6237 ("r-dplyr" ,r-dplyr)
6238 ("r-dynamictreecut" ,r-dynamictreecut)
6239 ("r-edger" ,r-edger)
6240 ("r-ggplot2" ,r-ggplot2)
6241 ("r-hmisc" ,r-hmisc)
6242 ("r-limma" ,r-limma)
6243 ("r-magrittr" ,r-magrittr)
6244 ("r-proxy" ,r-proxy)
6245 ("r-s4vectors" ,r-s4vectors)
6246 ("r-summarizedexperiment" ,r-summarizedexperiment)
6247 ("r-tibble" ,r-tibble)
6248 ("r-tidyr" ,r-tidyr)
6249 ("r-vegan" ,r-vegan)
6250 ("r-viridis" ,r-viridis)))
6251 (home-page "https://github.com/nlhuong/TimeSeriesExperiment/")
6252 (synopsis "Analysis for short time-series data")
6253 (description
6254 "This package is a visualization and analysis toolbox for short time
6255course data which includes dimensionality reduction, clustering, two-sample
6256differential expression testing and gene ranking techniques. The package also
6257provides methods for retrieving enriched pathways.")
6258 (license license:lgpl3+)))
df8576e5
RW
6259
6260(define-public r-variantfiltering
6261 (package
6262 (name "r-variantfiltering")
6263 (version "1.20.0")
6264 (source
6265 (origin
6266 (method url-fetch)
6267 (uri (bioconductor-uri "VariantFiltering" version))
6268 (sha256
6269 (base32
6270 "0vpghxacqcbaxx2scb5gfhcmfpw1lkls7h6qnbwbnmjwy01q2p17"))))
6271 (properties
6272 `((upstream-name . "VariantFiltering")))
6273 (build-system r-build-system)
6274 (propagated-inputs
6275 `(("r-annotationdbi" ,r-annotationdbi)
6276 ("r-biobase" ,r-biobase)
6277 ("r-biocgenerics" ,r-biocgenerics)
6278 ("r-biocparallel" ,r-biocparallel)
6279 ("r-biostrings" ,r-biostrings)
6280 ("r-bsgenome" ,r-bsgenome)
6281 ("r-dt" ,r-dt)
6282 ("r-genomeinfodb" ,r-genomeinfodb)
6283 ("r-genomicfeatures" ,r-genomicfeatures)
6284 ("r-genomicranges" ,r-genomicranges)
6285 ("r-genomicscores" ,r-genomicscores)
6286 ("r-graph" ,r-graph)
6287 ("r-gviz" ,r-gviz)
6288 ("r-iranges" ,r-iranges)
6289 ("r-rbgl" ,r-rbgl)
6290 ("r-rsamtools" ,r-rsamtools)
6291 ("r-s4vectors" ,r-s4vectors)
6292 ("r-shiny" ,r-shiny)
6293 ("r-shinyjs" ,r-shinyjs)
6294 ("r-shinythemes" ,r-shinythemes)
6295 ("r-shinytree" ,r-shinytree)
6296 ("r-summarizedexperiment" ,r-summarizedexperiment)
6297 ("r-variantannotation" ,r-variantannotation)
6298 ("r-xvector" ,r-xvector)))
6299 (home-page "https://github.com/rcastelo/VariantFiltering")
6300 (synopsis "Filtering of coding and non-coding genetic variants")
6301 (description
6302 "Filter genetic variants using different criteria such as inheritance
6303model, amino acid change consequence, minor allele frequencies across human
6304populations, splice site strength, conservation, etc.")
6305 (license license:artistic2.0)))
f5349b4d
RW
6306
6307(define-public r-genomegraphs
6308 (package
6309 (name "r-genomegraphs")
6310 (version "1.44.0")
6311 (source
6312 (origin
6313 (method url-fetch)
6314 (uri (bioconductor-uri "GenomeGraphs" version))
6315 (sha256
6316 (base32
6317 "026skcn2cqchlzaqsnk11gb8d8aq1rz7lrnx4mmsba234mh4j7kd"))))
6318 (properties `((upstream-name . "GenomeGraphs")))
6319 (build-system r-build-system)
6320 (propagated-inputs
6321 `(("r-biomart" ,r-biomart)))
6322 (home-page "https://bioconductor.org/packages/GenomeGraphs/")
6323 (synopsis "Plotting genomic information from Ensembl")
6324 (description
6325 "Genomic data analyses requires integrated visualization of known genomic
6326information and new experimental data. GenomeGraphs uses the biomaRt package
6327to perform live annotation queries to Ensembl and translates this to e.g.
6328gene/transcript structures in viewports of the grid graphics package. This
6329results in genomic information plotted together with your data. Another
6330strength of GenomeGraphs is to plot different data types such as array CGH,
6331gene expression, sequencing and other data, together in one plot using the
6332same genome coordinate system.")
6333 (license license:artistic2.0)))
2a360cf6
RW
6334
6335(define-public r-wavetiling
6336 (package
6337 (name "r-wavetiling")
6338 (version "1.26.0")
6339 (source
6340 (origin
6341 (method url-fetch)
6342 (uri (bioconductor-uri "waveTiling" version))
6343 (sha256
6344 (base32
6345 "0l0saa0myabpq2rl9dq70zff8jpxr3mkanxlj65hc41f0m5xllir"))))
6346 (properties `((upstream-name . "waveTiling")))
6347 (build-system r-build-system)
6348 (propagated-inputs
6349 `(("r-affy" ,r-affy)
6350 ("r-biobase" ,r-biobase)
6351 ("r-biostrings" ,r-biostrings)
6352 ("r-genomegraphs" ,r-genomegraphs)
6353 ("r-genomicranges" ,r-genomicranges)
6354 ("r-iranges" ,r-iranges)
6355 ("r-oligo" ,r-oligo)
6356 ("r-oligoclasses" ,r-oligoclasses)
6357 ("r-preprocesscore" ,r-preprocesscore)
6358 ("r-waveslim" ,r-waveslim)))
6359 (home-page "https://r-forge.r-project.org/projects/wavetiling/")
6360 (synopsis "Wavelet-based models for tiling array transcriptome analysis")
6361 (description
6362 "This package is designed to conduct transcriptome analysis for tiling
6363arrays based on fast wavelet-based functional models.")
6364 (license license:gpl2+)))
d80a1569
RW
6365
6366(define-public r-variancepartition
6367 (package
6368 (name "r-variancepartition")
326746e1 6369 (version "1.14.1")
d80a1569
RW
6370 (source
6371 (origin
6372 (method url-fetch)
6373 (uri (bioconductor-uri "variancePartition" version))
6374 (sha256
6375 (base32
326746e1 6376 "0w4kri2389x1082xppx7l6xl1a5g74fyp02iwb4938x3gzwqwbjd"))))
d80a1569
RW
6377 (properties
6378 `((upstream-name . "variancePartition")))
6379 (build-system r-build-system)
6380 (propagated-inputs
6381 `(("r-biobase" ,r-biobase)
326746e1 6382 ("r-biocparallel" ,r-biocparallel)
d80a1569
RW
6383 ("r-colorramps" ,r-colorramps)
6384 ("r-doparallel" ,r-doparallel)
6385 ("r-foreach" ,r-foreach)
6386 ("r-ggplot2" ,r-ggplot2)
6387 ("r-gplots" ,r-gplots)
6388 ("r-iterators" ,r-iterators)
6389 ("r-limma" ,r-limma)
6390 ("r-lme4" ,r-lme4)
6391 ("r-lmertest" ,r-lmertest)
6392 ("r-mass" ,r-mass)
6393 ("r-pbkrtest" ,r-pbkrtest)
6394 ("r-progress" ,r-progress)
6395 ("r-reshape2" ,r-reshape2)
6396 ("r-scales" ,r-scales)))
6397 (home-page "https://bioconductor.org/packages/variancePartition/")
6398 (synopsis "Analyze variation in gene expression experiments")
6399 (description
6400 "This is a package providing tools to quantify and interpret multiple
6401sources of biological and technical variation in gene expression experiments.
6402It uses a linear mixed model to quantify variation in gene expression
6403attributable to individual, tissue, time point, or technical variables. The
6404package includes dream differential expression analysis for repeated
6405measures.")
6406 (license license:gpl2+)))
16e2e4f2 6407
6408(define-public r-htqpcr
6409 (package
6410 (name "r-htqpcr")
6411 (version "1.38.0")
6412 (source
6413 (origin
6414 (method url-fetch)
6415 (uri (bioconductor-uri "HTqPCR" version))
6416 (sha256
6417 (base32
6418 "09xgj797f0qsbm4jswxw7ijjwa4jxg06bfkq66xfhbvascyyrhg7"))))
6419 (properties `((upstream-name . "HTqPCR")))
6420 (build-system r-build-system)
6421 (propagated-inputs
6422 `(("r-affy" ,r-affy)
6423 ("r-biobase" ,r-biobase)
6424 ("r-gplots" ,r-gplots)
6425 ("r-limma" ,r-limma)
6426 ("r-rcolorbrewer" ,r-rcolorbrewer)))
6427 (home-page "http://www.ebi.ac.uk/bertone/software")
6428 (synopsis "Automated analysis of high-throughput qPCR data")
6429 (description
6430 "Analysis of Ct values from high throughput quantitative real-time
6431PCR (qPCR) assays across multiple conditions or replicates. The input data
6432can be from spatially-defined formats such ABI TaqMan Low Density Arrays or
6433OpenArray; LightCycler from Roche Applied Science; the CFX plates from Bio-Rad
6434Laboratories; conventional 96- or 384-well plates; or microfluidic devices
6435such as the Dynamic Arrays from Fluidigm Corporation. HTqPCR handles data
6436loading, quality assessment, normalization, visualization and parametric or
6437non-parametric testing for statistical significance in Ct values between
6438features (e.g. genes, microRNAs).")
6439 (license license:artistic2.0)))
86fb2c63 6440
6441(define-public r-unifiedwmwqpcr
6442 (package
6443 (name "r-unifiedwmwqpcr")
6444 (version "1.20.0")
6445 (source
6446 (origin
6447 (method url-fetch)
6448 (uri (bioconductor-uri "unifiedWMWqPCR" version))
6449 (sha256
6450 (base32
6451 "10j70bp5y1x2prz2iagqmwf04y79yqinq08wz4ilh8wggb9f7l8a"))))
6452 (properties
6453 `((upstream-name . "unifiedWMWqPCR")))
6454 (build-system r-build-system)
6455 (propagated-inputs
6456 `(("r-biocgenerics" ,r-biocgenerics)
6457 ("r-htqpcr" ,r-htqpcr)))
6458 (home-page "https://bioconductor.org/packages/unifiedWMWqPCR")
6459 (synopsis "Unified Wilcoxon-Mann Whitney Test for differential expression in qPCR data")
6460 (description
b5b0ee3b 6461 "This package implements the unified Wilcoxon-Mann-Whitney Test for qPCR
86fb2c63 6462data. This modified test allows for testing differential expression in qPCR
6463data.")
6464 (license license:gpl2+)))
72b67e0b
RW
6465
6466;; This is a CRAN package, but it depends on Bioconductor packages, so we put
6467;; it here.
6468(define-public r-activedriverwgs
6469 (package
6470 (name "r-activedriverwgs")
6471 (version "1.0.1")
6472 (source
6473 (origin
6474 (method url-fetch)
6475 (uri (cran-uri "ActiveDriverWGS" version))
6476 (sha256
6477 (base32
6478 "08l9dj8d3cd74z1dqn8n4yqykwvqjxsfa067wnxyh7xnfvvnm5v1"))))
6479 (properties
6480 `((upstream-name . "ActiveDriverWGS")))
6481 (build-system r-build-system)
6482 (propagated-inputs
6483 `(("r-biostrings" ,r-biostrings)
6484 ("r-bsgenome" ,r-bsgenome)
6485 ("r-bsgenome-hsapiens-ucsc-hg19" ,r-bsgenome-hsapiens-ucsc-hg19)
6486 ("r-genomeinfodb" ,r-genomeinfodb)
6487 ("r-genomicranges" ,r-genomicranges)
6488 ("r-iranges" ,r-iranges)
6489 ("r-plyr" ,r-plyr)
6490 ("r-s4vectors" ,r-s4vectors)))
6491 (home-page "https://cran.r-project.org/web/packages/ActiveDriverWGS/")
6492 (synopsis "Driver discovery tool for cancer whole genomes")
6493 (description
6494 "This package provides a method for finding an enrichment of cancer
6495simple somatic mutations (SNVs and Indels) in functional elements across the
6496human genome. ActiveDriverWGS detects coding and noncoding driver elements
6497using whole genome sequencing data.")
6498 (license license:gpl3)))
8e6f63dd
RW
6499
6500;; This is a CRAN package, but it depends on Bioconductor packages, so we put
6501;; it here.
6502(define-public r-activepathways
6503 (package
6504 (name "r-activepathways")
6505 (version "1.0.1")
6506 (source
6507 (origin
6508 (method url-fetch)
6509 (uri (cran-uri "ActivePathways" version))
6510 (sha256
6511 (base32
6512 "1xb0d1svmzw404pv8ja6wr4773k7x2lxkrzrayilvzqbfzj1wx20"))))
6513 (properties
6514 `((upstream-name . "ActivePathways")))
6515 (build-system r-build-system)
6516 (propagated-inputs
6517 `(("r-data-table" ,r-data-table)
6518 ("r-ggplot2" ,r-ggplot2)
6519 ("r-metap" ,r-metap)))
6520 (home-page "https://cran.r-project.org/web/packages/ActivePathways/")
6521 (synopsis "Multivariate pathway enrichment analysis")
6522 (description
6523 "This package represents an integrative method of analyzing multi omics
6524data that conducts enrichment analysis of annotated gene sets. ActivePathways
6525uses a statistical data fusion approach, rationalizes contributing evidence
6526and highlights associated genes, improving systems-level understanding of
6527cellular organization in health and disease.")
6528 (license license:gpl3)))