# Generated by roxygen2: do not edit by hand

export(apply_quantile_scale)
export(apply_uniform_scale)
export(correlation_distance)
export(draw_trajectory_heatmap)
export(draw_trajectory_plot)
export(euclidean_distance)
export(evaluate_dim_red)
export(evaluate_trajectory)
export(extract_modules)
export(gene_importances)
export(generate_dataset)
export(infer_initial_trajectory)
export(infer_trajectory)
export(knn)
export(knn_distances)
export(reduce_dimensionality)
export(reverse_trajectory)
export(scale_quantile)
export(scale_uniform)
import(dplyr)
import(ggplot2)
importFrom(MASS,kde2d)
importFrom(RColorBrewer,brewer.pal)
importFrom(TSP,TSP)
importFrom(TSP,insert_dummy)
importFrom(TSP,solve_TSP)
importFrom(dynutils,correlation_distance)
importFrom(dynutils,euclidean_distance)
importFrom(grDevices,hcl)
importFrom(magrittr,"%$%")
importFrom(magrittr,"%<>%")
importFrom(mclust,Mclust)
importFrom(pbapply,pblapply)
importFrom(pheatmap,pheatmap)
importFrom(princurve,principal_curve)
importFrom(purrr,"%>%")
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_df)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(ranger,ranger)
importFrom(reshape2,melt)
importFrom(splines,ns)
importFrom(stats,as.dist)
importFrom(stats,cmdscale)
importFrom(stats,cor)
importFrom(stats,dist)
importFrom(stats,kmeans)
importFrom(stats,poly)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(tidyr,gather)
importFrom(tidyr,spread)
importFrom(utils,head)
