import(ROC)
import(DESeq)
import(baySeq)
import(edgeR)

# Export TCC class.
exportClasses(
    "TCC" 
)

# Export the public methods in TCC package.
export(
  calcAUCValue,
  calcNormFactors,
  do_TbT,
  estimateDE,
  exactTestafterTbT,
  filterLowCountGenes,
  getNormalizedData,
  getResult,
  MAplot,
  NBsample,
  plotFCPseudocolor,
  plot.TCC,
  simulateReadCounts,
  subset,
  subset.TCC
)
