
export("fit_vae")
export("plot_vae")
export("gen_exprs")
export("plot_aug")
import("keras")
import("mclust", except = c("map"))
importFrom("SingleCellExperiment", "SingleCellExperiment")
importFrom("SummarizedExperiment", "assay", "colData")
importFrom("scater", "logNormCounts", "runPCA", "runMDS", "runTSNE", "runUMAP", "runNMF", "runDiffusionMap", "plotPCA", "plotMDS", "plotTSNE", "plotUMAP", "plotNMF", "plotDiffusionMap")
importFrom("CatEncoders", "LabelEncoder.fit", "transform", "inverse.transform")
importFrom("DeepPINCS", "multiple_sampling_generator")
importFrom("purrr", "map", "map_chr", "pluck", "imap_dfr", "%||%")
importFrom("DiagrammeR", "grViz")
importFrom("stats", "embed", "predict")

