-
Notifications
You must be signed in to change notification settings - Fork 52
/
NAMESPACE
171 lines (170 loc) · 4.48 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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
# Generated by roxygen2: do not edit by hand
export("%>%")
export("covariates_names<-")
export("factors_names<-")
export("features_metadata<-")
export("features_names<-")
export("groups_names<-")
export("samples_metadata<-")
export("samples_names<-")
export("views_names<-")
export(add_mofa_factors_to_seurat)
export(calculate_contribution_scores)
export(calculate_variance_explained)
export(calculate_variance_explained_per_sample)
export(cluster_samples)
export(compare_elbo)
export(compare_factors)
export(correlate_factors_with_covariates)
export(covariates_names)
export(create_mofa)
export(create_mofa_from_MultiAssayExperiment)
export(create_mofa_from_Seurat)
export(create_mofa_from_SingleCellExperiment)
export(create_mofa_from_df)
export(create_mofa_from_matrix)
export(factors_names)
export(features_metadata)
export(features_names)
export(get_covariates)
export(get_data)
export(get_default_data_options)
export(get_default_mefisto_options)
export(get_default_model_options)
export(get_default_stochastic_options)
export(get_default_training_options)
export(get_dimensions)
export(get_elbo)
export(get_expectations)
export(get_factors)
export(get_group_kernel)
export(get_imputed_data)
export(get_interpolated_factors)
export(get_lengthscales)
export(get_scales)
export(get_variance_explained)
export(get_weights)
export(groups_names)
export(impute)
export(interpolate_factors)
export(load_model)
export(make_example_data)
export(plot_alignment)
export(plot_ascii_data)
export(plot_data_heatmap)
export(plot_data_overview)
export(plot_data_scatter)
export(plot_data_vs_cov)
export(plot_dimred)
export(plot_enrichment)
export(plot_enrichment_detailed)
export(plot_enrichment_heatmap)
export(plot_factor)
export(plot_factor_cor)
export(plot_factors)
export(plot_factors_vs_cov)
export(plot_group_kernel)
export(plot_interpolation_vs_covariate)
export(plot_sharedness)
export(plot_smoothness)
export(plot_top_weights)
export(plot_variance_explained)
export(plot_variance_explained_by_covariates)
export(plot_variance_explained_per_feature)
export(plot_weights)
export(plot_weights_heatmap)
export(plot_weights_scatter)
export(predict)
export(prepare_mofa)
export(run_enrichment)
export(run_mofa)
export(run_tsne)
export(run_umap)
export(samples_metadata)
export(samples_names)
export(select_model)
export(set_covariates)
export(subset_factors)
export(subset_features)
export(subset_groups)
export(subset_samples)
export(subset_views)
export(summarise_factors)
export(views_names)
exportClasses(MOFA)
exportMethods("covariates_names<-")
exportMethods("factors_names<-")
exportMethods("features_metadata<-")
exportMethods("features_names<-")
exportMethods("groups_names<-")
exportMethods("samples_metadata<-")
exportMethods("samples_names<-")
exportMethods("views_names<-")
exportMethods(covariates_names)
exportMethods(factors_names)
exportMethods(features_metadata)
exportMethods(features_names)
exportMethods(groups_names)
exportMethods(samples_metadata)
exportMethods(samples_names)
exportMethods(views_names)
import(basilisk)
import(cowplot)
import(dplyr)
import(ggplot2)
import(grDevices)
import(methods)
import(pheatmap)
import(reshape2)
import(reticulate)
import(tidyr)
importFrom(DelayedArray,DelayedArray)
importFrom(HDF5Array,HDF5ArraySeed)
importFrom(RColorBrewer,brewer.pal)
importFrom(Rtsne,Rtsne)
importFrom(basilisk,BasiliskEnvironment)
importFrom(corrplot,corrplot)
importFrom(cowplot,plot_grid)
importFrom(dplyr,bind_rows)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,summarise)
importFrom(dplyr,top_n)
importFrom(forcats,fct_na_value_to_level)
importFrom(ggrepel,geom_text_repel)
importFrom(grDevices,colorRampPalette)
importFrom(magrittr,"%>%")
importFrom(magrittr,set_colnames)
importFrom(pheatmap,pheatmap)
importFrom(reshape2,melt)
importFrom(rhdf5,h5ls)
importFrom(rhdf5,h5read)
importFrom(stats,as.formula)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,dist)
importFrom(stats,kmeans)
importFrom(stats,median)
importFrom(stats,p.adjust)
importFrom(stats,p.adjust.methods)
importFrom(stats,pnorm)
importFrom(stats,pt)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(stats,wilcox.test)
importFrom(stringi,stri_enc_mark)
importFrom(tidyr,gather)
importFrom(tidyr,spread)
importFrom(utils,as.relistable)
importFrom(utils,head)
importFrom(utils,modifyList)
importFrom(utils,relist)
importFrom(utils,tail)
importFrom(uwot,umap)