forked from weikanggong/MOFA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
100 lines (99 loc) · 2.32 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
# Generated by roxygen2: do not edit by hand
export("factorNames<-")
export("featureNames<-")
export("sampleNames<-")
export("viewNames<-")
export(calculateVarianceExplained)
export(clusterSamples)
export(compareFactors)
export(compareModels)
export(createMOFAobject)
export(factorNames)
export(featureNames)
export(getCovariates)
export(getDefaultDataOptions)
export(getDefaultModelOptions)
export(getDefaultTrainOptions)
export(getDimensions)
export(getELBO)
export(getExpectations)
export(getFactors)
export(getImputedData)
export(getTrainData)
export(getWeights)
export(impute)
export(loadModel)
export(makeExampleData)
export(plotDataHeatmap)
export(plotDataOverview)
export(plotDataScatter)
export(plotEnrichment)
export(plotEnrichmentBars)
export(plotEnrichmentHeatmap)
export(plotFactorBeeswarm)
export(plotFactorCor)
export(plotFactorHist)
export(plotFactorScatter)
export(plotFactorScatters)
export(plotTopWeights)
export(plotVarianceExplained)
export(plotWeights)
export(plotWeightsHeatmap)
export(predict)
export(prepareMOFA)
export(qualityControl)
export(runEnrichmentAnalysis)
export(runMOFA)
export(sampleNames)
export(selectModel)
export(subsetFactors)
export(subsetSamples)
export(subsetViews)
export(trainCurveELBO)
export(trainCurveFactors)
export(viewNames)
exportClasses(MOFAmodel)
exportMethods("factorNames<-")
exportMethods("featureNames<-")
exportMethods("sampleNames<-")
exportMethods("viewNames<-")
exportMethods(factorNames)
exportMethods(featureNames)
exportMethods(sampleNames)
exportMethods(viewNames)
import(MultiAssayExperiment)
import(RColorBrewer)
import(doParallel)
import(dplyr)
import(foreach)
import(ggbeeswarm)
import(ggplot2)
import(ggrepel)
import(grDevices)
import(methods)
import(pheatmap)
import(reshape2)
import(reticulate)
import(scales)
importFrom(Biobase,ExpressionSet)
importFrom(Biobase,phenoData)
importFrom(corrplot,corrplot)
importFrom(cowplot,plot_grid)
importFrom(grDevices,colorRampPalette)
importFrom(pheatmap,pheatmap)
importFrom(rhdf5,h5read)
importFrom(stats,cor)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,kmeans)
importFrom(stats,p.adjust)
importFrom(stats,p.adjust.methods)
importFrom(stats,pnorm)
importFrom(stats,pt)
importFrom(stats,rbinom)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,var)
importFrom(stats,wilcox.test)
importFrom(utils,head)
importFrom(utils,tail)