Diff of /DESCRIPTION [000000] .. [efa494]

Switch to unified view

a b/DESCRIPTION
1
Package: biotmle
2
Title: Targeted Learning with Moderated Statistics for Biomarker Discovery
3
Version: 1.17.1
4
Authors@R: c(
5
    person("Nima", "Hejazi", email = "nh@nimahejazi.org",
6
           role = c("aut", "cre", "cph"),
7
           comment = c(ORCID = "0000-0002-7127-2789")),
8
    person("Alan", "Hubbard", email = "hubbard@berkeley.edu",
9
           role = c("aut", "ths"),
10
           comment = c(ORCID = "0000-0002-3769-0127")),
11
    person("Mark", "van der Laan", email = "laan@stat.berkeley.edu",
12
           role = c("aut", "ths"),
13
           comment = c(ORCID = "0000-0003-1432-5511")),
14
    person("Weixin", "Cai", email = "wcai@berkeley.edu",
15
           role = "ctb",
16
           comment = c(ORCID = "0000-0003-2680-3066")),
17
    person("Philippe", "Boileau", email = "philippe_boileau@berkeley.edu",
18
           role = "ctb",
19
           comment = c(ORCID = "0000-0002-4850-2507"))
20
  )
21
Description: Tools for differential expression biomarker discovery based on
22
    microarray and next-generation sequencing data that leverage efficient
23
    semiparametric estimators of the average treatment effect for variable
24
    importance analysis. Estimation and inference of the (marginal) average
25
    treatment effects of potential biomarkers are computed by targeted minimum
26
    loss-based estimation, with joint, stable inference constructed across all
27
    biomarkers using a generalization of moderated statistics for use with the
28
    estimated efficient influence function. The procedure accommodates the use
29
    of ensemble machine learning for the estimation of nuisance functions.
30
Depends: R (>= 4.0)
31
License: MIT + file LICENSE
32
URL: https://code.nimahejazi.org/biotmle
33
BugReports: https://github.com/nhejazi/biotmle/issues
34
Encoding: UTF-8
35
LazyData: false
36
Imports:
37
    stats,
38
    methods,
39
    dplyr,
40
    tibble,
41
    ggplot2,
42
    ggsci,
43
    superheat,
44
    assertthat,
45
    drtmle (>= 1.0.4),
46
    S4Vectors,
47
    BiocGenerics,
48
    BiocParallel,
49
    SummarizedExperiment,
50
    limma
51
Suggests:
52
    testthat,
53
    knitr,
54
    rmarkdown,
55
    BiocStyle,
56
    arm,
57
    earth,
58
    ranger,
59
    SuperLearner,
60
    Matrix,
61
    DBI,
62
    biotmleData (>= 1.1.1)
63
VignetteBuilder: knitr
64
RoxygenNote: 7.1.2
65
biocViews:
66
    Regression,
67
    GeneExpression,
68
    DifferentialExpression,
69
    Sequencing,
70
    Microarray,
71
    RNASeq,
72
    ImmunoOncology