-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
executable file
·48 lines (47 loc) · 1.17 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Generated by roxygen2: do not edit by hand
export(AIC3Function)
export(AICFunction)
export(BICFunction)
export(ICLFunction)
export(mplnDataGenerator)
export(mplnMCMCNonParallel)
export(mplnMCMCParallel)
export(mplnVarClassification)
export(mplnVariational)
export(mplnVisualizeAlluvial)
export(mplnVisualizeBar)
export(mplnVisualizeHeatmap)
export(mplnVisualizeLine)
export(runMPLNClust)
import(MASS)
import(Rcpp)
import(alluvial)
import(cluster)
import(clusterGeneration)
import(coda)
import(ggplot2)
import(graphics)
import(parallel)
import(stats)
importFrom(RColorBrewer,brewer.pal)
importFrom(RColorBrewer,brewer.pal.info)
importFrom(capushe,capushe)
importFrom(dplyr,case_when)
importFrom(edgeR,calcNormFactors)
importFrom(gplots,heatmap.2)
importFrom(gplots,redgreen)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(grDevices,png)
importFrom(graphics,pairs)
importFrom(mclust,map)
importFrom(mclust,unmap)
importFrom(mvtnorm,rmvnorm)
importFrom(pheatmap,pheatmap)
importFrom(randomcoloR,distinctColorPalette)
importFrom(reshape,melt)
importFrom(rstan,sampling)
importFrom(rstan,stan_model)
importFrom(shiny,runApp)
importFrom(utils,tail)
importFrom(utils,write.csv)