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