export(
  barPlot,
  BiAxisErrBar,
  Box,
  BoxROC,
  cv_glmnet_plot,
  Den,
  Dendro,
  ErrBar,
  Heat,
  Hist,
  ImpPlot,
  iprcomp,
  LinePlot,
  PCA_score,
  PVCA,
  stackedBarPlot,
  statVisual,
  Volcano,
  XYscatter
)

importFrom(grDevices,
           hcl,
           colorRampPalette)

importFrom(magrittr,
           set_colnames)



importFrom(dplyr,
           "%>%",
           mutate,full_join,
           group_by_,
           summarise_,
           arrange,
           desc,
           select,
           filter_,
           summarise_at,
           funs
           )

importFrom(reshape2,
           melt,
           dcast)

importFrom(ggdendro,
           label,
           segment,
           dendro_data
           )

importFrom(gridExtra,
           arrangeGrob,
           tableGrob
           )

importFrom(GGally,
           ggcorr,
           ggpairs
           )

importFrom(gridExtra,
           grid.arrange)
importFrom(pROC,
           roc)

importFrom("methods", "new")

importFrom(ggrepel,
           geom_label_repel,
           geom_text_repel
           )

importFrom(factoextra,
           fviz_eig,
           get_eig
          )

importFrom(pvca,
           pvcaBatchAssess
          )


importFrom(rpart.plot,
           rpart.plot)


importFrom(forestplot,
           forestplot)

importFrom(randomForest,
           MDSplot)

importFrom(limma, 
           lmFit, 
           eBayes, 
           topTable, 
           normalizeQuantiles, 
           normalizeBetweenArrays)

importFrom(glmnet, 
           cv.glmnet)

importFrom(pheatmap,
           pheatmap)

importFrom(RColorBrewer,
           brewer.pal)

importFrom("graphics", "arrows", "axis", "box", "mtext", "par", "plot")
importFrom("graphics", "legend")



import(ggplot2)
import(stats)
import(Biobase)
import(knitr)
import(rmarkdown)
