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