# Generated by roxygen2: do not edit by hand

export("%>%")
export(TGL_kmeans)
export(TGL_kmeans_tidy)
export(downsample_matrix)
export(simulate_data)
export(tglkmeans.set_parallel)
import(dplyr)
import(ggplot2)
importFrom(Rcpp,sourceCpp)
importFrom(RcppParallel,RcppParallelLibs)
importFrom(cli,cli_abort)
importFrom(cli,cli_alert)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_alert_success)
importFrom(cli,cli_warn)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(magrittr,"%>%")
importFrom(purrr,set_names)
importFrom(stats,cor)
importFrom(stats,cutree)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,var)
importFrom(tgstat,tgs_cor)
importFrom(tgstat,tgs_dist)
importFrom(tibble,as_tibble)
importFrom(tibble,column_to_rownames)
importFrom(tibble,has_rownames)
importFrom(tibble,remove_rownames)
importFrom(tibble,rowid_to_column)
importFrom(tibble,rownames_to_column)
importFrom(tibble,tibble)
importFrom(utils,capture.output)
useDynLib(tglkmeans)
