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