-
Notifications
You must be signed in to change notification settings - Fork 60
/
NAMESPACE
150 lines (149 loc) · 3.57 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
# Generated by roxygen2: do not edit by hand
export("DataOptions<-")
export("Dimensions<-")
export("Expectations<-")
export("FeatureIntercepts<-")
export("ImputedData<-")
export("InputData<-")
export("ModelOptions<-")
export("Status<-")
export("TrainData<-")
export("TrainOptions<-")
export("TrainStats<-")
export("factorNames<-")
export("featureNames<-")
export("sampleNames<-")
export("viewNames<-")
export(DataOptions)
export(Dimensions)
export(Expectations)
export(FeatureIntercepts)
export(ImputedData)
export(InputData)
export(ModelOptions)
export(Status)
export(TrainData)
export(TrainOptions)
export(TrainStats)
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(plotEnrichmentDetailed)
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(regressCovariates)
export(runEnrichmentAnalysis)
export(runMOFA)
export(sampleNames)
export(selectModel)
export(subsetFactors)
export(subsetSamples)
export(subsetViews)
export(trainCurveELBO)
export(trainCurveFactors)
export(viewNames)
exportClasses(MOFAmodel)
exportMethods("DataOptions<-")
exportMethods("Dimensions<-")
exportMethods("Expectations<-")
exportMethods("FeatureIntercepts<-")
exportMethods("ImputedData<-")
exportMethods("InputData<-")
exportMethods("ModelOptions<-")
exportMethods("Status<-")
exportMethods("TrainData<-")
exportMethods("TrainOptions<-")
exportMethods("TrainStats<-")
exportMethods("factorNames<-")
exportMethods("featureNames<-")
exportMethods("sampleNames<-")
exportMethods("viewNames<-")
exportMethods(DataOptions)
exportMethods(Dimensions)
exportMethods(Expectations)
exportMethods(FeatureIntercepts)
exportMethods(ImputedData)
exportMethods(InputData)
exportMethods(ModelOptions)
exportMethods(Status)
exportMethods(TrainData)
exportMethods(TrainOptions)
exportMethods(TrainStats)
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(dplyr,top_n)
importFrom(ggrepel,geom_text_repel)
importFrom(grDevices,colorRampPalette)
importFrom(pheatmap,pheatmap)
importFrom(reshape2,melt)
importFrom(rhdf5,h5read)
importFrom(stats,cor)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,kmeans)
importFrom(stats,lm)
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)