# Generated by roxygen2: do not edit by hand

S3method(format,scregclust)
S3method(format,scregclust_output)
S3method(format,scregclust_result)
S3method(plot,scregclust)
S3method(print,scregclust)
S3method(print,scregclust_output)
S3method(print,scregclust_result)
export(available_results)
export(cluster_overlap)
export(fast_cor)
export(find_module_sizes)
export(get_avg_num_regulators)
export(get_num_final_configs)
export(get_rand_indices)
export(get_regulator_list)
export(get_target_gene_modules)
export(kmeanspp)
export(plot_module_count_helper)
export(plot_regulator_network)
export(plot_silhouettes)
export(scregclust)
export(scregclust_format)
import(Rcpp)
import(cli)
import(ggplot2)
importFrom(Matrix,Diagonal)
importFrom(Matrix,Matrix)
importFrom(Matrix,colSums)
importFrom(Matrix,rowSums)
importFrom(Matrix,sparseMatrix)
importFrom(Matrix,summary)
importFrom(Matrix,t)
importFrom(graphics,legend)
importFrom(grid,arrow)
importFrom(grid,unit)
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,degree)
importFrom(igraph,delete_edges)
importFrom(igraph,delete_vertices)
importFrom(igraph,graph_from_data_frame)
importFrom(igraph,layout_with_fr)
importFrom(methods,as)
importFrom(methods,is)
importFrom(prettyunits,pretty_dt)
importFrom(reshape,melt)
importFrom(rlang,.data)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,dist)
importFrom(stats,kmeans)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(utils,globalVariables)
importFrom(utils,head)
importFrom(utils,read.table)
importFrom(utils,tail)
useDynLib(scregclust, .registration = TRUE)
