useDynLib(DeMixT, .registration = TRUE)
export(DeMixT)
export(DeMixT_DE)
export(DeMixT_S2)
export(DeMixT_GS)
export(detect_suspicious_sample_by_hierarchical_clustering_2comp)
export(plot_sd)
export(subset_sd)
export(subset_sd_gene_remaining)
export(plot_dim)
export(scale_normalization_75th_percentile)
export(DeMixT_preprocessing)
export(batch_correction)
export(simulate_2comp)
export(simulate_3comp)
export(Optimum_KernelC)
import(KernSmooth) 
import(rmarkdown)
import(SummarizedExperiment) 
import(matrixcalc)
import(knitr)
import(parallel)
import(Rcpp)
import(ggplot2)
import(base64enc)
import(DSS)
import(dendextend)
import(psych)
import(sva)
importFrom("matrixStats", "rowSds")
importFrom("stats", "quantile")
importFrom(Rcpp, evalCpp)
importFrom("stats", "qnorm", "rnorm", "sd", 
           "runif", "rbinom", "IQR")