-
Notifications
You must be signed in to change notification settings - Fork 11
/
NAMESPACE
44 lines (43 loc) · 1.07 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
# Generated by roxygen2: do not edit by hand
S3method(summary,toxEval)
export(ToxCast_ACC)
export(as.toxEval)
export(clean_endPoint_info)
export(createLink)
export(create_toxEval)
export(end_point_info)
export(endpoint_hits)
export(endpoint_hits_DT)
export(explore_endpoints)
export(filter_groups)
export(flags)
export(get_ACC)
export(get_chemical_summary)
export(get_concentration_summary)
export(graph_chem_data)
export(hits_by_groupings)
export(hits_by_groupings_DT)
export(hits_summary)
export(hits_summary_DT)
export(make_tox_map)
export(map_tox_data)
export(plot_chemical_boxplots)
export(plot_tox_boxplots)
export(plot_tox_endpoints)
export(plot_tox_endpoints2)
export(plot_tox_heatmap)
export(plot_tox_stacks)
export(rank_sites)
export(rank_sites_DT)
export(remove_flags)
export(side_by_side_data)
export(tox_boxplot_data)
export(tox_chemicals)
import(ggplot2)
import(shinydashboard)
importFrom(grDevices,colorRampPalette)
importFrom(magrittr,"%>%")
importFrom(shinyAce,aceEditor)
importFrom(shinyAce,updateAceEditor)
importFrom(shinycssloaders,withSpinner)
importFrom(tools,file_ext)