-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
39 lines (39 loc) · 1.36 KB
/
DESCRIPTION
File metadata and controls
39 lines (39 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Package: derfinderHelper
Type: Package
Title: derfinder helper package
Version: 1.41.0
Date: 2021-08-05
Authors@R: c(person("Leonardo", "Collado-Torres", role = c("aut", "cre"), email
= "lcolladotor@gmail.com", comment = c(ORCID = "0000-0003-2140-308X")),
person(c("Andrew", "E."), "Jaffe", role = "aut",
email = "andrew.jaffe@libd.org", comment = c(ORCID = "0000-0001-6886-1454")),
person(c("Jeffrey", "T."), "Leek", role = c("aut", "ths"),
email = "jtleek@gmail.com", comment = c(ORCID = "0000-0002-2873-2671")))
Depends:
R(>= 3.2.2)
Imports:
IRanges (>= 1.99.27),
Matrix,
methods,
S4Vectors (>= 0.2.2)
Suggests:
sessioninfo,
knitr (>= 1.6),
BiocStyle (>= 2.5.19),
RefManageR,
rmarkdown (>= 0.3.3),
testthat,
covr
VignetteBuilder: knitr
Description: Helper package for speeding up the derfinder package when using
multiple cores. This package is particularly useful when using
BiocParallel and it helps reduce the time spent loading the full
derfinder package when running the F-statistics calculation in parallel.
License: Artistic-2.0
LazyData: false
URL: https://github.com/leekgroup/derfinderHelper
BugReports: https://support.bioconductor.org/t/derfinderHelper
biocViews: DifferentialExpression, Sequencing, RNASeq, Software, ImmunoOncology
RoxygenNote: 7.2.3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)