-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
120 lines (119 loc) · 3.24 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
S3method(addMethod,BenchDesign)
S3method(dropMethod,BenchDesign)
S3method(expandMethod,BenchDesign)
S3method(modifyMethod,BenchDesign)
export("BDData<-")
export("BDMethod<-")
export("BDMethodList<-")
export("groundTruths<-")
export("performanceMetrics<-")
export(BDData)
export(BDMethod)
export(BDMethodList)
export(BenchDesign)
export(SummarizedBenchmark)
export(addMethod)
export(addPerformanceMetric)
export(availableMetrics)
export(buildBench)
export(compareBDData)
export(compareBDMethod)
export(compareBenchDesigns)
export(dropMethod)
export(estimateMetricsForAssay)
export(estimatePerformanceMetrics)
export(expandMethod)
export(groundTruths)
export(hashBDData)
export(modifyMethod)
export(performanceMetrics)
export(plotMethodsOverlap)
export(plotROC)
export(printMethod)
export(printMethods)
export(tidyBDMethod)
export(tidyUpMetrics)
export(updateBench)
exportClasses(BDData)
exportClasses(BDMethod)
exportClasses(BDMethodList)
exportClasses(BenchDesign)
exportClasses(SummarizedBenchmark)
exportMethods("BDData<-")
exportMethods("BDMethod")
exportMethods("BDMethod<-")
exportMethods("BDMethodList")
exportMethods("BDMethodList<-")
exportMethods("BenchDesign")
exportMethods("assayNames<-")
exportMethods("groundTruths")
exportMethods("groundTruths<-")
exportMethods("mcols<-")
exportMethods("performanceMetrics")
exportMethods("performanceMetrics<-")
exportMethods(BDMethod)
exportMethods(compareBenchDesigns)
exportMethods(tidyBDMethod)
import(BiocParallel)
import(SummarizedExperiment)
import(dplyr)
importClassesFrom(S4Vectors,SimpleList)
importFrom(BiocGenerics,sd)
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,SimpleList)
importFrom(S4Vectors,cor)
importFrom(S4Vectors,elementMetadata)
importFrom(S4Vectors,metadata)
importFrom(S4Vectors,params)
importFrom(SummarizedExperiment,cbind)
importFrom(UpSetR,upset)
importFrom(crayon,bold)
importFrom(crayon,green)
importFrom(crayon,red)
importFrom(crayon,yellow)
importFrom(digest,digest)
importFrom(dplyr,as_tibble)
importFrom(dplyr,left_join)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,xlim)
importFrom(ggplot2,ylim)
importFrom(mclust,adjustedRandIndex)
importFrom(methods,.valueClassTest)
importFrom(methods,as)
importFrom(methods,formalArgs)
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,slot)
importFrom(methods,validObject)
importFrom(rlang,"!!!")
importFrom(rlang,"!!")
importFrom(rlang,":=")
importFrom(rlang,enquo)
importFrom(rlang,eval_tidy)
importFrom(rlang,flatten)
importFrom(rlang,get_expr)
importFrom(rlang,is_quosure)
importFrom(rlang,is_quosures)
importFrom(rlang,quo)
importFrom(rlang,quo_text)
importFrom(rlang,quos)
importFrom(sessioninfo,session_info)
importFrom(stringr,str_pad)
importFrom(stringr,str_trunc)
importFrom(tibble,is_tibble)
importFrom(tidyr,gather)
importFrom(tidyr,spread)
importFrom(tidyr,unnest)
importFrom(utils,head)
importFrom(utils,packageName)
importFrom(utils,packageVersion)
importMethodsFrom(S4Vectors,"elementMetadata<-")
importMethodsFrom(S4Vectors,"mcols<-")
importMethodsFrom(S4Vectors,elementMetadata)
importMethodsFrom(S4Vectors,mcols)
importMethodsFrom(SummarizedExperiment,"assayNames<-")
importMethodsFrom(SummarizedExperiment,assayNames)