# Exported variables
export("protcomp", "check_IDs", "get_comptab", "CLES", "xsummary",
"pdat_colorectal", "diffplot",
"pdat_pancreatic", "pdat_hypoxia",
"human", "cleanup",
# metrics added 20191005 - 20191027
"ZCAA", "H2OAA", "GRAVY", "pI",
# 20191127, #20191205
"PS", #"O2AA",
# 20191226-20191230
".pdat_multi", "pdat_secreted", "pdat_breast", "pdat_lung", "pdat_prostate", "pdat_3D",
# 20200101
"xsummary2",
# 20200204 used in JMDplots package
"cplab",
# 20200402, 20200411
"pdat_liver", "pdat_glucose",
# 20200414
"mkvig",
# 20200418
".pdat_osmotic", "pdat_osmotic_bact", "pdat_osmotic_euk", "pdat_osmotic_halo", "xsummary3",
# 20200501, 20200505
"MWAA", "qdist",
# 20200817
"basis.text",
# 20201016
"O2AA"
)

## Imports from default packages
importFrom("graphics", "abline", "lines", "mtext", "par", "points",
           "rect", "text", "title")
importFrom("stats", "approx", "ecdf", "knots", "median", "na.omit",
           "pnorm", "sd")
importFrom("utils", "browseURL", "capture.output", "read.csv",
           "relist", "write.table")

## Imports from MASS
importFrom("MASS", "kde2d")
