-
Notifications
You must be signed in to change notification settings - Fork 0
/
deltaVinaRF20.out-ci.results
136 lines (130 loc) · 5.1 KB
/
deltaVinaRF20.out-ci.results
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
[1mindexing[0m [34mdeltaVinaRF20.out_processed_score[0m [==================================] [32m708.67MB/s[0m, eta: [36m 0s[0m [1mindexing[0m [34mdeltaVinaRF20.out_processed_score[0m [==================================] [32m478.83MB/s[0m, eta: [36m 0s[0m # A tibble: 285 × 3
number_code log_ka score
<chr> <dbl> <dbl>
1 4llx 2.89 4.44
2 5c28 5.66 5.05
3 3uuo 7.96 7.38
4 3ui7 9 7.84
5 5c2h 11.1 7.87
6 2v00 3.66 5.67
7 3wz8 5.82 7.27
8 3pww 7.32 8.75
9 3prs 7.82 7.75
10 3uri 9 6.66
# … with 275 more rows
# ℹ Use `print(n = ...)` to see more rows
# A tibble: 285 × 3
number_code log_ka score
<chr> <dbl> <dbl>
1 4llx 2.89 4.44
2 5c28 5.66 5.05
3 3uuo 7.96 7.38
4 3ui7 9 7.84
5 5c2h 11.1 7.87
6 2v00 3.66 5.67
7 3wz8 5.82 7.27
8 3pww 7.32 8.75
9 3prs 7.82 7.75
10 3uri 9 6.66
# … with 275 more rows
# ℹ Use `print(n = ...)` to see more rows
[1mindexing[0m [34mdeltaVinaRF20.out_processed_score[0m [==================================] [32m478.83MB/s[0m, eta: [36m 0s[0m # A tibble: 285 × 3
number_code log_ka score
<chr> <dbl> <dbl>
1 4llx 2.89 4.44
2 5c28 5.66 5.05
3 3uuo 7.96 7.38
4 3ui7 9 7.84
5 5c2h 11.1 7.87
6 2v00 3.66 5.67
7 3wz8 5.82 7.27
8 3pww 7.32 8.75
9 3prs 7.82 7.75
10 3uri 9 6.66
# … with 275 more rows
# ℹ Use `print(n = ...)` to see more rows
# A tibble: 6 × 3
number_code log_ka score
<chr> <dbl> <dbl>
1 4llx 2.89 4.44
2 5c28 5.66 5.05
3 3uuo 7.96 7.38
4 3ui7 9 7.84
5 5c2h 11.1 7.87
6 2v00 3.66 5.67
# A tibble: 6 × 3
number_code log_ka score
<chr> <dbl> <dbl>
1 4llx 2.89 4.44
2 5c28 5.66 5.05
3 3uuo 7.96 7.38
4 3ui7 9 7.84
5 5c2h 11.1 7.87
6 2v00 3.66 5.67
# A tibble: 285 × 3
number_code log_ka score
<chr> <dbl> <dbl>
1 4llx 2.89 4.44
2 5c28 5.66 5.05
3 3uuo 7.96 7.38
4 3ui7 9 7.84
5 5c2h 11.1 7.87
6 2v00 3.66 5.67
7 3wz8 5.82 7.27
8 3pww 7.32 8.75
9 3prs 7.82 7.75
10 3uri 9 6.66
# … with 275 more rows
# ℹ Use `print(n = ...)` to see more rows
[1] 1
[1] 1
[1] "./casf-2016-eval.Rproj" "./data"
[3] "./deltaVinaRF20.out_processed_score" "./deltaVinaRF20.out-ci.results"
[5] "./Dockerfile" "./README"
[7] "./src"
[1] "./casf-2016-eval.Rproj" "./data"
[3] "./deltaVinaRF20.out_processed_score" "./deltaVinaRF20.out-ci.results"
[5] "./Dockerfile" "./README"
[7] "./src"
[1] "./casf-2016-eval.Rproj" "./data"
[3] "./deltaVinaRF20.out_processed_score" "./deltaVinaRF20.out-ci.results"
[5] "./Dockerfile" "./notebooks"
[7] "./README" "./src"
[1] "./explore_results.nb.html" "./explore_results.Rmd"
function (name, pos = -1L, envir = as.environment(pos), all.names = FALSE,
pattern, sorted = TRUE)
{
if (!missing(name)) {
pos <- tryCatch(name, error = function(e) e)
if (inherits(pos, "error")) {
name <- substitute(name)
if (!is.character(name))
name <- deparse(name)
warning(gettextf("%s converted to character string",
sQuote(name)), domain = NA)
pos <- name
}
}
all.names <- .Internal(ls(envir, all.names, sorted))
if (!missing(pattern)) {
if ((ll <- length(grep("[", pattern, fixed = TRUE))) &&
ll != length(grep("]", pattern, fixed = TRUE))) {
if (pattern == "[") {
pattern <- "\\["
warning("replaced regular expression pattern '[' by '\\\\['")
}
else if (length(grep("[^\\\\]\\[<-", pattern))) {
pattern <- sub("\\[<-", "\\\\\\[<-", pattern)
warning("replaced '[<-' by '\\\\[<-' in regular expression pattern")
}
}
grep(pattern, all.names, value = TRUE)
}
else all.names
}
<bytecode: 0x15ac82e10>
<environment: namespace:base>
[1] "/Users/rindtorff/github/labdao/casf-2016-eval"