importFrom("made4", "plotgenes")
importFrom("made4", "s.var")
importFrom("Biobase", "exprs")
import("ade4")

importFrom("graphics", "axis", "barplot", "box", "layout", "legend",
           "lines", "mtext", "par", "plot", "points", "segments",
           "text")
importFrom("stats", "na.omit")
importFrom("utils", "combn")


S3method("plot", "mcia")
S3method("plotVar", "mcia")
S3method("plotVar", "cia")
S3method("selectVar", "mcia")
S3method("selectVar", "cia")
S3method("topVar", "cia")
S3method("topVar", "mcia")

export("mcia", "plot.mcia", "plotVar", "selectVar", "topVar")

