forked from angy89/TinderMIX
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
29 lines (28 loc) · 765 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
# Generated by roxygen2: do not edit by hand
export(build_items_list)
export(compute_BMD_IC50)
export(compute_anova_dose_time)
export(compute_fc)
export(create_contour)
export(create_gene_table)
export(label2DMap)
export(plot3d)
export(plot_cake_diagrams_time_dose_effect)
export(plot_dynamic_dose_responsive_map)
export(plot_kegg_radar_chart)
export(plot_number_genes_labels)
export(read_excel_allsheets)
export(run_all_BMD_IC50)
import(readxl)
importFrom(gplots,venn)
importFrom(pracma,gradient)
importFrom(pracma,meshgrid)
importFrom(raster,contour)
importFrom(reshape,melt)
importFrom(stats,aov)
importFrom(stats,lm)
importFrom(stats,p.adjust)
importFrom(stats,pf)
importFrom(stats,predict)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)