-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
130 lines (129 loc) · 2.82 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
# Generated by roxygen2: do not edit by hand
export(ANOVA)
export(AUC)
export(DFA)
export(DatasetExperiment_boxplot)
export(DatasetExperiment_dist)
export(DatasetExperiment_factor_boxplot)
export(DatasetExperiment_heatmap)
export(HCA)
export(HSD)
export(HSDEM)
export(MTBLS79_DatasetExperiment)
export(OPLSDA)
export(OPLSR)
export(PCA)
export(PLSDA)
export(PLSR)
export(SVM)
export(autoscale)
export(balanced_accuracy)
export(blank_filter)
export(blank_filter_hist)
export(bootstrap)
export(classical_lsq)
export(compare_dist)
export(confounders_clsq)
export(confounders_lsq_barchart)
export(confounders_lsq_boxplot)
export(constant_sum_norm)
export(corr_coef)
export(dfa_scores_plot)
export(dratio_filter)
export(equal_split)
export(feature_boxplot)
export(feature_profile)
export(feature_profile_array)
export(filter_by_name)
export(filter_na_count)
export(filter_smeta)
export(fisher_exact)
export(fold_change)
export(fold_change_int)
export(fold_change_plot)
export(forward_selection_by_rank)
export(fs_line)
export(glog_opt_plot)
export(glog_transform)
export(grid_search_1d)
export(gs_line)
export(hca_dendrogram)
export(kfold_xval)
export(kfoldxcv_grid)
export(kfoldxcv_metric)
export(knn_impute)
export(kw_p_hist)
export(kw_rank_sum)
export(linear_model)
export(log_transform)
export(mean_centre)
export(mean_of_medians)
export(mixed_effect)
export(mv_boxplot)
export(mv_feature_filter)
export(mv_feature_filter_hist)
export(mv_histogram)
export(mv_sample_filter)
export(mv_sample_filter_hist)
export(nroot_transform)
export(ontology_cache)
export(pairs_filter)
export(pareto_scale)
export(pca_biplot)
export(pca_correlation_plot)
export(pca_dstat_plot)
export(pca_loadings_plot)
export(pca_scores_plot)
export(pca_scree_plot)
export(permutation_test)
export(permutation_test_plot)
export(permute_sample_order)
export(pls_regcoeff_plot)
export(pls_scores_plot)
export(pls_vip_plot)
export(plsda_feature_importance_plot)
export(plsda_predicted_plot)
export(plsda_roc_plot)
export(plsda_scores_plot)
export(plsr_cook_dist)
export(plsr_prediction_plot)
export(plsr_qq_plot)
export(plsr_residual_hist)
export(pqn_norm)
export(pqn_norm_hist)
export(prop_na)
export(r_squared)
export(resample)
export(resample_chart)
export(rsd_filter)
export(rsd_filter_hist)
export(sb_corr)
export(scatter_chart)
export(split_data)
export(stratified_split)
export(svm_plot_2d)
export(tSNE)
export(tSNE_scatter)
export(tic_chart)
export(ttest)
export(vec_norm)
export(wilcox_p_hist)
export(wilcox_test)
exportMethods(as_data_frame)
exportMethods(calculate)
exportMethods(chart_plot)
exportMethods(model_apply)
exportMethods(model_predict)
exportMethods(model_reverse)
exportMethods(model_train)
exportMethods(run)
import(ggplot2)
import(ggthemes)
import(grid)
import(gridExtra)
import(methods)
import(scales)
import(stats)
import(struct)
importFrom(scales,squish)
importFrom(sp,point.in.polygon)