-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
32 lines (31 loc) · 980 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(is,DrugAUCQuantile)
export(fisherCategoricalVariable)
export(getClassOneDrug)
export(plotDrugAUCDensityCurve)
export(plotDrugAUCViolinPlot)
export(selectNoReplicateOrganoids)
importFrom(S4Vectors,isSingleNumber)
importFrom(ggplot2,.data)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_density)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_rug)
importFrom(ggplot2,geom_violin)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,position_jitter)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(ggplot2,ylim)
importFrom(ggridges,geom_density_ridges)
importFrom(ggridges,position_points_jitter)
importFrom(methods,is)
importFrom(stats,fisher.test)
importFrom(stats,quantile)