import(data.table, except=shift) # added manually

export(AUCell_buildRankings)
export(AUCell_calcAUC)
export(AUCell_exploreThresholds)
export(AUCell_plot)
export(aucellResults)
export(getAUC)
export(getRanking)
export(nGenes)
export(plotGeneCount)
export(setGeneSetNames)
export(subsetGeneSets)
export(updateAucellResults)
import(GSEABase)
import(SummarizedExperiment)

importFrom(R.utils,capitalize)
importFrom(graphics,abline)
importFrom(graphics,boxplot)
importFrom(graphics,hist)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot.new)
importFrom(graphics,points)
importFrom(graphics,rect)
importFrom(graphics,text)
importFrom(methods,new)
importFrom(stats,density)
importFrom(stats,dnorm)
importFrom(stats,ks.test)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(utils,capture.output)
importFrom(utils,head)
importFrom(utils,installed.packages)
