importFrom("Biobase", "pData",
           "pData<-",
           "phenoData",
           "phenoData<-",
           "sampleNames",
           "sampleNames<-",
           "read.AnnotatedDataFrame",
           "varLabels",
           "exprs",
           "assayDataNew",
           "featureData",
           "featureData<-",
           "featureNames",
           "assayData")
importFrom("limma", "read.maimages")
importFrom("httr", "GET", "status_code", "content")
importFrom("oligo", "read.celfiles")
importFrom("utils","URLencode", "download.file", "read.delim", "read.table",
            "unzip", "write.table")
importFrom("jsonlite", "fromJSON" )
importFrom("rlang", "is_empty" )
importFrom("tools", "file_ext" )
importFrom("methods", "new")
export("ArrayExpress", "getAE", "queryAE", "ae2bioc", "getcolproc", "getcolraw", "procset", "extract.zip")

