NAMESPACE
3c2a6b97
 import(igraph, RSQLite)
 
 importMethodsFrom(AnnotationDbi,
a103e73c
                   "select")
889fd3fe
 
9eed97a9
 importMethodsFrom(DBI,
                   "dbDriver",
a103e73c
                   "fetch")
 
 importFrom("grDevices", "col2rgb", "colors", "grey.colors")
e679065b
 importFrom("methods", "is")
a103e73c
 importFrom(
   "graphics",
   "abline",
   "legend",
   "lines",
   "par",
   "plot",
   "points",
   "polygon",
   "symbols",
   "text"
9eed97a9
 )
a103e73c
 importFrom("stats", "as.dist", "cor", "lm", "na.omit")
 importFrom("utils",
            "data",
            "download.file",
            "read.delim",
            "unzip",
            "write.table")
9eed97a9
 
e69ebc9f
 exportPattern("^[[:alpha:]]+")