# Generated by roxygen2: do not edit by hand

export(circ_dist)
export(cycle_npreg_insample)
export(cycle_npreg_outsample)
export(data_transform_quantile)
export(fit_bspline)
export(fit_cyclical_many)
export(fit_loess)
export(fit_trendfilter)
export(intensity2circle)
export(rotation)
export(shift_origin)
import(SingleCellExperiment)
import(foreach)
import(methods)
import(parallel)
importFrom(SingleCellExperiment,SingleCellExperiment)
importFrom(SingleCellExperiment,cpm)
importFrom(SummarizedExperiment,"assayNames<-")
importFrom(SummarizedExperiment,"assays<-")
importFrom(SummarizedExperiment,"colData<-")
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,assayNames)
importFrom(SummarizedExperiment,assays)
importFrom(SummarizedExperiment,colData)
importFrom(assertthat,has_name)
importFrom(circular,coord2rad)
importFrom(conicfit,AtoG)
importFrom(conicfit,EllipseDirectFit)
importFrom(conicfit,Residuals.ellipse)
importFrom(conicfit,calculateEllipse)
importFrom(doParallel,registerDoParallel)
importFrom(foreach,foreach)
importFrom(genlasso,cv.trendfilter)
importFrom(genlasso,trendfilter)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(scater,calculateCPM)
importFrom(stats,approxfun)
importFrom(stats,dnorm)
importFrom(stats,loess)
importFrom(stats,prcomp)
importFrom(stats,predict)
importFrom(stats,qqnorm)
importFrom(stats,smooth.spline)
importFrom(stats,var)
importFrom(utils,globalVariables)