S3method("print","CAvariants")
S3method("plot","CAvariants")
S3method("summary","CAvariants")
import(methods, tools)
importFrom("ggplot2", "ggplot", "aes", "geom_point", "geom_vline", "geom_abline")
importFrom("ggplot2", "geom_hline", "labs", "scale_x_continuous",
"scale_y_continuous", "theme", "element_rect", "scale_colour_manual",
"coord_fixed", "geom_segment", "ggtitle", "geom_line",
"scale_linetype_manual", "scale_color_manual", "scale_shape_manual", "stat_ellipse")
importFrom("ggrepel", "geom_text_repel")
importFrom("gridExtra", "grid.arrange")
importFrom("plotly", "layout", "config")
importFrom("grDevices", "dev.new")
importFrom("utils", "globalVariables")
importFrom("graphics", "abline", "arrows", "legend", "lines", "par",
     "plot", "plot.new", "points", "text", "title", "axis")
importFrom("stats", "pchisq", "qchisq")
importFrom("ggforce","geom_ellipse")
importFrom("plotly","plot_ly", "add_trace")
#exportPattern("^[[:alpha:]]+")
export("CAvariants")
export("cabasic")
export("nscabasic")
export("socabasic")
export("sonscabasic")
export("docabasic")
export("donscabasic")
#exportClasses("plot.CAvariants")
#exportClasses("print.CAvariants")


