-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
41 lines (40 loc) · 1.13 KB
/
NAMESPACE
File metadata and controls
41 lines (40 loc) · 1.13 KB
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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(FUNnormalization_residualMixedModels)
export(build_omics_synthetic)
export(calculate_ICC)
export(calculate_ICC_parallel)
export(check_dataframe_validity)
export(cluster_features_based_on_correlations)
export(cluster_features_by_retention_time)
export(data_check)
export(exclude_features)
export(exclude_samples)
export(filter_by_missingness)
export(filter_case_control)
export(filter_function_args)
export(generate_labels)
export(get_features_representatives_based_on_scores)
export(hybrid_imputation)
export(impute_data)
export(impute_with_half_min)
export(normalise_SERRF)
export(normalization_residualMixedModels)
export(outlier_pca_lof)
export(parse_mass_rt)
export(process_data)
export(register_cluster)
export(remove_outliers)
export(resolve_target_cols)
export(run_lcmd_imputation)
export(run_rf_imputation)
export(transform_data)
export(unregister_cluster)
importFrom(ClustOfVar,cutreevar)
importFrom(ClustOfVar,hclustvar)
importFrom(FactoMineR,PCA)
importFrom(dplyr,all_of)
importFrom(dplyr,select)
importFrom(magrittr,"%>%")
importFrom(stats,cor)
importFrom(tibble,new_tibble)