forked from cran/specmine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
205 lines (205 loc) · 5.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
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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
export(create_dataset)
export(check_dataset)
export(sum_dataset)
export(get_data)
export(get_data_as_df)
export(get_metadata)
export(get_metadata_var)
export(get_sample_names)
export(get_x_values_as_text)
export(get_x_values_as_num)
export(get_x_label)
export(get_value_label)
export(get_type)
export(get_data_value)
export(get_metadata_value)
export(get_data_values)
export(num_samples)
export(num_x_values)
export(is_spectra)
export(x_values_to_indexes)
export(xvalue_interval_to_indexes)
export(indexes_to_xvalue_interval)
export(variables_as_metadata)
export(metadata_as_variables)
export(set_metadata)
export(set_x_values)
export(set_x_label)
export(set_value_label)
export(set_sample_names)
export(replace_data_value)
export(replace_metadata_value)
export(convert_to_factor)
export(merge_datasets)
export(low_level_fusion)
export(train_and_predict)
export(train_classifier)
export(predict_samples)
export(train_models_performance)
export(summary_var_importance)
export(multiClassSummary)
export(pca_plot_3d)
export(pca_analysis_dataset)
export(pca_importance)
export(pca_robust)
export(pca_screeplot)
export(pca_scoresplot2D)
export(pca_scoresplot3D_rgl)
export(pca_scoresplot3D)
export(pca_biplot)
export(pca_biplot3D)
export(pca_pairs_plot)
export(pca_kmeans_plot3D)
export(pca_kmeans_plot2D)
export(pca_pairs_kmeans_plot)
export(dataset_from_peaks)
export(read_multiple_csvs)
export(read_csvs_folder)
export(peaks_per_sample)
export(peaks_per_samples)
export(find_equal_samples)
export(remove_peaks_interval)
export(remove_peaks_interval_sample_list)
export(get_peak_values)
export(values_per_peak)
export(values_per_sample)
export(boxplot_variables)
export(plot_spectra_simple)
export(plot_spectra)
export(aov_all_vars)
export(multifactor_aov_all_vars)
export(fold_change)
export(plot_fold_change)
export(tTests_dataset)
export(plot_ttests)
export(volcano_plot_fc_tt)
export(correlations_dataset)
export(heatmap_correlations)
export(transmittance_to_absorbance)
export(absorbance_to_transmittance)
export(smoothing_interpolation)
export(savitzky_golay)
export(data_correction)
export(background_correction)
export(offset_correction)
export(baseline_correction)
export(shift_correction)
export(msc_correction)
export(first_derivative)
export(convert_from_hyperspec)
export(convert_to_hyperspec)
export(apply_by_variable)
export(apply_by_sample)
export(stats_by_variable)
export(stats_by_sample)
export(apply_by_group)
export(read_dataset_csv)
export(read_data_csv)
export(read_metadata)
export(read_dataset_dx)
export(read_data_dx)
export(get_samples_names_dx)
export(group_peaks)
export(normalize)
export(normalize_samples)
export(transform_data)
export(log_transform)
export(cubic_root_transform)
export(scaling)
export(scaling_samples)
export(count_missing_values)
export(count_missing_values_per_sample)
export(count_missing_values_per_variable)
export(missingvalues_imputation)
export(impute_nas_linapprox)
export(impute_nas_value)
export(impute_nas_mean)
export(impute_nas_median)
export(impute_nas_knn)
export(flat_pattern_filter)
export(subset_samples)
export(subset_samples_by_metadata_values)
export(subset_random_samples)
export(subset_x_values)
export(subset_x_values_by_interval)
export(subset_by_samples_and_xvalues)
export(subset_metadata)
export(remove_data)
export(remove_samples)
export(remove_data_variables)
export(remove_x_values_by_interval)
export(remove_metadata_variables)
export(remove_samples_by_nas)
export(remove_samples_by_na_metadata)
export(remove_variables_by_nas)
export(aggregate_samples)
export(merge_data_metadata)
export(feature_selection)
export(recursive_feature_elimination)
export(filter_feature_selection)
export(convert_from_chemospec)
export(clustering)
export(hierarchical_clustering)
export(kmeans_clustering)
export(kmeans_result_df)
export(kmeans_plot)
export(dendrogram_plot)
export(dendrogram_plot_col)
export(read_ms_spectra)
export(read_dataset_spc)
export(get_samples_names_spc)
export(read_data_spc)
export(multifactor_aov_pvalues_table)
export(snv_dataset)
export(mean_centering)
export(multifactor_aov_varexp_table)
export(linregression_onevar)
export(linreg_all_vars)
export(linreg_coef_table)
export(linreg_pvalue_table)
export(linreg_rsquared)
export(boxplot_vars_factor)
export(plotvar_twofactor)
export(apply_by_groups)
export(multiplot)
export(plot_regression_coefs_pvalues)
export(correlation_test)
export(correlations_test)
export(MAIT_identify_metabolites)
export(fold_change_var)
export(compare_regions_by_sample)
export(plot_anova)
export(ksTest_dataset)
export(kruskalTest_dataset)
export(plot_kstest)
export(plot_kruskaltest)
export(choose_nmr_references)
export(get_hmdbs_with_specs_id)
export(nmr_identification)
export(get_cpd_names)
export(convert_hmdb_to_kegg)
export(get_OrganismsCodes)
export(get_metabPaths_org)
export(get_paths_with_cpds_org)
export(pathway_analysis)
export(get_metabolights_study_list)
export(get_metabolights_study)
export(read_varian_spectra_raw)
export(read_Bruker_files)
export(detect_nmr_peaks_from_dataset)
export(plot_peaks)
importFrom(Metrics, auc)
importFrom(caret, defaultSummary)
importFrom("grDevices", "colorRampPalette", "dev.flush", "dev.hold", "palette")
importFrom("graphics", "abline", "arrows", "axis", "box", "boxplot","legend", "lines", "matplot", "par", "plot", "text")
importFrom("methods", "new")
importFrom("stats", "IQR", "TukeyHSD", "aggregate", "aov", "approx","as.dendrogram", "convolve", "cor", "dendrapply", "density",
"dist", "hclust", "heatmap", "is.leaf", "kmeans", "kruskal.test", "ks.test", "lm", "mad", "median",
"p.adjust", "prcomp", "predict", "quantile", "reformulate", "sd", "spline")
importFrom("utils", "head", "modifyList", "read.csv", "read.table",
"str", "tail", "write.csv")
importFrom("readJDX", "readJDX")
importFrom("stats", "na.exclude", "na.omit")
importFrom("utils", "data", "unzip")
importFrom("devtools", "install_github")
importClassesFrom(hyperSpec, hyperSpec)