# Generated by roxygen2: do not edit by hand

export(calculateDistMatOneModel)
export(downsampling)
export(estimateProb)
export(finalClustering)
export(gatherInitialClusters)
export(getDistMat)
export(getIDEr)
export(hdbscan.seurat)
export(initialClustering)
export(mergeInitialClusters)
export(plotDistMat)
export(plotHeatmap)
export(plotNetwork)
export(scatterPlot)
import(Seurat)
import(doParallel)
import(edgeR)
import(foreach)
import(ggplot2)
import(limma)
import(pheatmap)
import(utils)
import(viridis)
importFrom(Seurat,Reductions)
importFrom(dbscan,hdbscan)
importFrom(edgeR,cpm)
importFrom(graphics,legend)
importFrom(graphics,plot)
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,graph_from_data_frame)
importFrom(kernlab,specc)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,mclapply)
importFrom(parallel,stopCluster)
importFrom(stats,.lm.fit)
importFrom(stats,as.dist)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,cutree)
importFrom(stats,hclust)
importFrom(stats,model.matrix)
importFrom(viridis,scale_fill_viridis)
