Diff of /R/global.R [000000] .. [494cbf]

Switch to unified view

a b/R/global.R
1
utils::globalVariables(c("Method",
2
                         "value",
3
                         "other.subtype",
4
                         "Subtype",
5
                         "Subtype1",
6
                         "Subtype2",
7
                         "Subtype3",
8
                         "Subtype4",
9
                         "Subtype5",
10
                         "Freq",
11
                         "stratum",
12
                         "Est.IC50",
13
                         "se",
14
                         "x",
15
                         "y",
16
                         "tb",
17
                         "Hugo_Symbol",
18
                         "mutate",
19
                         ".",
20
                         "TMB",
21
                         "drugSensitivityDataCgp",
22
                         "drugToCellLineDataCgp",
23
                         "gdsc_brainarray_syms",
24
                         "drugData2016",
25
                         "cgp2016ExprRma",
26
                         "drugSensitivityDataCgp",
27
                         "treatment",
28
                         "control"))