# Generated by roxygen2: do not edit by hand

export(calcBatchEffects)
export(calcScore)
export(calcSummary)
export(clearBEgenes)
export(correctBatchEffect)
export(countValuesToPredict)
export(findOutsideValues)
export(imputeMissingData)
export(localLoss)
export(loss)
export(makeBoxplot)
export(preprocessBEclear)
export(replaceOutsideValues)
import(BiocParallel)
import(Matrix)
import(Rcpp)
import(Rdpack)
import(data.table)
import(logger)
importFrom(Matrix,norm)
importFrom(Rdpack,reprompt)
importFrom(abind,abind)
importFrom(dixonTest,dixonTest)
importFrom(graphics,
  boxplot,
  mtext,
  par
)
importFrom(ids,random_id)
importFrom(logger,log_info)
importFrom(methods,
  as,
  is
)
importFrom(stats,
  ks.test,
  median,
  p.adjust,
  rnorm
)
importFrom(utils,write.table)
useDynLib(BEclear)
