export(
  boxPlots,
  densityPlots,
  genExprSet,
  genSimData.BayesNormal,
  getPCAFunc,
  glmWrapper,
  lkhrWrapper,
  lmFitPaired,
  lmFitWrapper,
  LumiBatch2Table,
  pca2DPlot,
  pca3DPlot,
  plotCurves,
  plotQCCurves,
  plotSamplep95p05,
  quantilePlot,
  R2PlotFunc,
  scatterPlots,
  sortExpressionSet
)

import(Biobase)

import(lumi)
import(gplots)


importMethodsFrom(Biobase,
    exprs, fData,  pData, featureNames,
    protocolData, combine, sampleNames, phenoData)


importFrom(graphics,
          legend,
          lines,
          title,
          par,
          points,
          box,
          axis,
          abline,
          stripchart
          )



importFrom(MASS,
          ginv,
          mvrnorm)

importFrom(preprocessCore,
          normalize.quantiles)


importFrom(limma,
                 lmFit, eBayes, trimWhiteSpace)

importFrom(lmtest,
                 lrtest)

importFrom(grDevices,
           rainbow, 
           pdf, 
           dev.off, 
           postscript, 
           jpeg,
           png)


importFrom(GeneSelectMMD,
                 obtainResi)

importFrom(randomForest,
            randomForest)

importFrom(scatterplot3d,
          scatterplot3d)

importFrom(affy,
           bg.adjust)

importFrom(parallel,
          mclapply)

importFrom(rgl,
          rgl.useNULL)


importFrom(stats,
          cor,
          dendrapply,
          dnorm,
          gaussian,
          glm,
          lm,
          mad,
          model.matrix,
          na.omit,
          p.adjust,
          prcomp,
          qqnorm,
          quantile,
          rchisq,
          rnorm,
          sd,
          t.test,
          var,
          wilcox.test
          )

importFrom(utils,
       write.table,
       capture.output,
       packageDescription,
       read.delim)
