Name Mode Size
..
AUC_metric_class.R 100644 2 kb
DFA_class.R 100644 13 kb
HSDEM_class.R 100644 4 kb
HSD_class.R 100644 6 kb
MTBLS79_dataset_class.R 100644 4 kb
PCA_class.R 100644 3 kb
PCA_plotfcns.R 100644 20 kb
PLSDA_charts.R 100644 12 kb
PLSDA_class.R 100644 10 kb
PLSR_class.R 100644 13 kb
anova_class.R 100644 5 kb
as_data_frame_doc.R 100644 0 kb
autoscale_class.R 100644 4 kb
balanced_accuracy_class.R 100644 1 kb
blank_filter_class.R 100644 5 kb
bootstrap_class.R 100644 4 kb
calculate_doc.R 100644 0 kb
chart_plot_doc.R 100644 0 kb
classical_lsq_class.R 100644 6 kb
confounders_clsq_class.R 100644 12 kb
constant_sum_norm_class.R 100644 2 kb
corr_coef_class.R 100644 3 kb
d_ratio_filter_class.R 100644 6 kb
dataset_chart_classes.R 100644 23 kb
entity_objects.R 100644 3 kb
equal_split_class.R 100644 3 kb
factor_barchart_class.R 100644 5 kb
feature_plot_array_class.R 100644 4 kb
feature_profile_class.R 100644 5 kb
filter_by_name_class.R 100644 4 kb
filter_na_count.R 100644 4 kb
filter_smeta_class.R 100644 3 kb
fisher_exact_class.R 100644 3 kb
fold_change_class.R 100644 21 kb
fold_change_int_class.R 100644 4 kb
forward_selection_by_rank_class.R 100644 11 kb
ggplot_theme_pub.R 100644 3 kb
glog_class.R 100644 6 kb
grid_search_1d_class.R 100644 9 kb
hca_class.R 100644 5 kb
kfold_xval_charts.R 100644 4 kb
kfold_xval_class.R 100644 7 kb
knn_impute_class.R 100644 3 kb
kw_rank_sum_class.R 100644 5 kb
linear_model_class.R 100644 4 kb
log_transform.R 100644 1 kb
mean_centre_class.R 100644 4 kb
mean_of_medians.R 100644 2 kb
mixed_effect_class.R 100644 5 kb
model_apply_doc.R 100644 0 kb
model_predict_doc.R 100644 0 kb
model_reverse_doc.R 100644 0 kb
model_train_doc.R 100644 0 kb
mv_feature_filter_class.R 100644 6 kb
mv_sample_filter_class.R 100644 4 kb
nroot_transform_class.R 100644 1 kb
oplsda_class.R 100644 1 kb
oplsr_class.R 100644 6 kb
pairs_filter_class.R 100644 3 kb
paretoscale_class.R 100644 2 kb
permutation_test_class.R 100644 9 kb
permute_sample_order_class.R 100644 4 kb
plsda_feature_significance_chart.R 100644 4 kb
pqn_norm_method_class.R 100644 9 kb
prop_na_class.R 100644 3 kb
r_squared_class.R 100644 1 kb
resample_class.R 100644 12 kb
rsd_filter.R 100644 4 kb
run_doc.R 100644 1 kb
sb_corr.R 100644 6 kb
scatter_chart_class.R 100644 10 kb
split_data_class.R 100644 3 kb
stratified_split_class.R 100644 3 kb
structToolbox.R 100644 0 kb
svm_classifier_class.R 100644 8 kb
sysdata.rda 100644 2,637 kb
tSNE_class.R 100644 5 kb
tic_chart_class.R 100644 2 kb
ttest_class.R 100644 8 kb
vec_norm_class.R 100644 2 kb
wilcox_test_class.R 100644 9 kb
zzz.R 100644 1 kb
README.md
# structToolbox An extensive set of data (pre-)processing and analysis methods and tools for metabolomics and other omics, with a strong emphasis on statistics and machine learning. This toolbox allows the user to build extensive and standardised workflows for data analysis. The methods and tools have been implemented using class-based templates provided by the `struct` (<u>St</u>atistics in <u>R</u> <u>U</u>sing <u>C</u>lass-based <u>T</u>emplates) package. The toolbox includes pre-processing methods (e.g. signal drift and batch correction, normalisation, missing value imputation and scaling), univariate (e.g. ttest, various forms of ANOVA, Kruskal–Wallis test and more) and multivariate statistical methods (e.g. PCA and PLS, including cross-validation and permutation testing) as well as machine learning methods (e.g. Support Vector Machines). The STATistics Ontology (STATO) has been integrated and implemented to provide standardised definitions for the different methods, inputs and outputs. ## Installation To install this package: ``` if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("structToolbox") ``` To install the development version: ``` if (!require("remotes", quietly = TRUE)) install.packages("remotes") remotes::install_github("computational-metabolomics/structToolbox") ``` <!-- badges: start --> [![BioC version](https://img.shields.io/badge/dynamic/yaml?url=https%3A%2F%2Fblue-sea-697d.quartiers047.workers.dev%3A443%2Fhttps%2Fbioconductor.org%2Fconfig.yaml&query=%24.release_version&label=Bioconductor)](http://www.bioconductor.org) [![BioC status](http://www.bioconductor.org/shields/build/release/bioc/structToolbox.svg)](https://bioconductor.org/checkResults/release/bioc-LATEST/structToolbox) <!-- badges: end -->