-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathNAMESPACE
34 lines (34 loc) · 824 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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")