DESCRIPTION
53252f68
 Package: structToolbox
883f7f27
 Type: Package
37ce569c
 Title: Data processing & analysis tools for Metabolomics and other omics
8b4c746c
 Version: 1.0.1
37ce569c
 Authors@R: c(
     person(
         c("Gavin","Rhys"),
           "Lloyd",
            role=c("aut","cre"),
            email="[email protected]"),
     person(
         c("Ralf","Johannes", "Maria"),
           "Weber",
            role=c("aut"),
            email="[email protected]")
            )
4f62bd90
 Description: 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 (Statistics 
     in R Using Class-based Templates) 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.
883f7f27
 License: GPL-3
 Encoding: UTF-8
 LazyData: true
 Collate:
6daf6f4e
     'AUC_metric_class.R'
3c2b2d8a
     'entity_objects.R'
000084e8
     'DFA_class.R'
fdc5d677
     'anova_class.R'
     'HSD_class.R'
     'mixed_effect_class.R'
     'HSDEM_class.R'
40be1b5c
     'MTBLS79_dataset_class.R'
fdc5d677
     'PCA_class.R'
     'PCA_plotfcns.R'
     'PLSDA_class.R'
     'PLSDA_charts.R'
     'PLSR_class.R'
4391cdba
     'as_data_frame_doc.R'
fdc5d677
     'autoscale_class.R'
     'balanced_accuracy_class.R'
     'blank_filter_class.R'
b73eca09
     'bootstrap_class.R'
28dfb678
     'calculate_doc.R'
     'chart_plot_doc.R'
fdc5d677
     'classical_lsq_class.R'
     'confounders_clsq_class.R'
8c01dfa9
     'constant_sum_norm_class.R'
a1752138
     'corr_coef_class.R'
fdc5d677
     'd_ratio_filter_class.R'
     'dataset_chart_classes.R'
     'factor_barchart_class.R'
     'feature_profile_class.R'
     'filter_by_name_class.R'
     'filter_na_count.R'
     'filter_smeta_class.R'
     'fisher_exact_class.R'
a110b7e7
     'fold_change_class.R'
fdc5d677
     'fold_change_int_class.R'
     'forward_selection_by_rank_class.R'
     'ggplot_theme_pub.R'
     'glog_class.R'
     'grid_search_1d_class.R'
     'hca_class.R'
     'kfold_xval_class.R'
     'kfold_xval_charts.R'
     'knn_impute_class.R'
     'kw_rank_sum_class.R'
     'linear_model_class.R'
     'log_transform.R'
     'mean_centre_class.R'
37ce569c
     'mean_of_medians.R'
28dfb678
     'model_apply_doc.R'
     'model_predict_doc.R'
     'model_reverse_doc.R'
     'model_train_doc.R'
fdc5d677
     'mv_feature_filter_class.R'
     'mv_sample_filter_class.R'
8c01dfa9
     'nroot_transform_class.R'
b75c037a
     'pairs_filter_class.R'
26c6c2f8
     'paretoscale_class.R'
fdc5d677
     'permutation_test_class.R'
     'permute_sample_order_class.R'
     'pqn_norm_method_class.R'
     'prop_na_class.R'
     'r_squared_class.R'
     'rsd_filter.R'
28dfb678
     'run_doc.R'
28789fb1
     'sb_corr.R'
fdc5d677
     'split_data_class.R'
6daf6f4e
     'stratified_split_class.R'
fdc5d677
     'structToolbox.R'
8c01dfa9
     'svm_classifier_class.R'
fdc5d677
     'tSNE_class.R'
     'ttest_class.R'
     'vec_norm_class.R'
     'wilcox_test_class.R'
f6ff9523
     'zzz.R'
d5e8068f
 Depends: R (>= 4.0), struct (>= 0.99.10)
4391cdba
 Imports: ggplot2,
acec9d54
     ggthemes,
     grid,
     gridExtra,
     methods,
     scales,
     sp,
     stats
926e5df5
 RoxygenNote: 7.1.0
acec9d54
 Suggests: agricolae,
37ce569c
  BiocFileCache,
acec9d54
  BiocStyle,
dc6e4ef8
  car,
acec9d54
  covr,
079965c2
  cowplot,
  e1071,
dc6e4ef8
  emmeans,
  ggdendro,
  knitr,
4391cdba
  magick,
acec9d54
  nlme,
6daf6f4e
  openxlsx,
dc8eb116
  pls,
4391cdba
  pmp,
acec9d54
  reshape2,
079965c2
  ropls,
acec9d54
  rmarkdown,
  Rtsne,
  testthat
7036d14b
 VignetteBuilder: knitr
84a830ef
 biocViews: WorkflowStep, Metabolomics