Galaxy | Tool Preview

OPLS-DA_Contrasts (version 0.98.18)
variables ✖ samples
sample metadata, one row per sample
variable metadata, one row per variable
REQUIRED - The name of the column of sampleMetadata corresponding to the qualitative variable used to define the contrasts. Except when the 'Univariate Significance-test' is set to 'none', this also must be a portion of the column names in the variableMetadata file.
Either 'none' or the name of the statistical test that was run by the 'Univariate' tool to produce the variableMetadata file.
Comma-separated level-names (or comma-separated regular expressions to match level-names) to consider in analysis; must match at least two levels; levels must be non-numeric; may include wild cards or regular expressions. Note that extra space characters will affect results - when 'a,b' is correct, 'a, b' is not equivalent and likely will fail or give different results.
How to specify level-names generically. (See help below for details on using wild cards or regular expressions.)
Specify the number of features at each of the loading-extremes that should be labelled (with the name of the feature) on the covariance-vs.-correlation plot; specify 'ALL' to label all features or '0' to label no features; this choice has no effect on the OPLS-DA loadings plot.
What is the minimum number of samples to be used by the ropls package for cross-validation of OPLS-DA predictions? This should be not more than half the number of your samples.
Choose 'Do not include ...' to hides further choices.
Choose the Y-axis for C-plots.
When this option is set to 'Yes', correlation will be plotted against vip4 for predictor loadings.
When this option is set to 'Yes', correlation will be plotted against vip4 for orthogonal loadings.
Specify how many features should be used to perform family-wise error rate adjustment of p-values for covariance and correlation. If you were to eliminate features from the data matrix based on significance criteria prior to running this tool, you would want to include them in the count here to avoid underestimating the p-value. Specify 'ALL' to signify that all features that could impact p-value calculation are included in the data matrix.

Run OPLS-DA Contrasts of Univariate Results

Author - Arthur Eschenlauer (University of Minnesota, esch0041@umn.edu)

Release Notes - https://github.com/HegemanLab/w4mcorcov_galaxy_wrapper#release-notes

Motivation

OPLS-DA and the SIMCA S-PLOT (Wiklund et al., 2008) may be employed to draw attention to metabolomic features that are potential biomarkers, i.e. features that are potentially useful when assigning a sample to one of two classes (e.g. Sun et al., 2016). Workflow4Metabolomics (W4M, Giacomoni et al., 2014, Guitton et al., 2017) provides a suite of tools for preprocessing and statistical analysis of LC-MS, GC-MS, and NMR metabolomics data; however, it does not (as of release 3.2) include a tool for making the equivalent of an S-PLOT.

The S-PLOT is computed from mean-centered, pareto-scaled data. This plot presents the correlation of the first score vector from an OPLS-DA model with the sample-variables used to produce that model versus the covariance of the scores with the sample-variables. For OPLS-DA, the first score vector represents the variation among the sample-variables that is related to the predictor (i.e., the contrasting factor); the second score vector, variation that is orthogonal to the predictor.

The primary aims of this tool are:

  • To compute and visualize multiple contrasts with OPLS-DA and the covariance vs. correlation plot.
  • To write the results to data files for use in further multivariate analysis or visualization.

Note: This tool only supports categorical factors with non-numeric level-names.

Description

The purpose of the 'OPLS-DA Contrasts' tool is to visualize GC-MS or LC-MS features that are possible biomarkers.

The W4M 'Univariate' tool (Thévenot et al., 2015) adds the results of family-wise corrected pairwise significance-tests as columns of the variableMetadata dataset. For instance, if Kruskal-Wallis testing were perfomred on a column named 'cluster' in sampleMetadata that has values 'k1' and 'k2' and at least one other value:

  • A column of variableMetadata would be labelled 'cluster_kruskal_sig' and would have values '1' and '0'; when the samples are grouped by 'cluster', '1' means that there is strong evidence against the hypothesis that there is no difference among the intensities for the feature across all sample-groups.
  • A column of variableMetadata would be labelled 'cluster_kruskal_k1.k2_sig' and would have values '1' and '0', where '1' means that there is significant evidence against the hypothesis that samples from sampleMetadata whose 'cluster' column contains 'k1' or 'k2' have the same intensity for that feature.

The 'OPLS-DA Contrasts' tool produces graphics and data for OPLS-DA contrasts of feature-intensities between significantly different pairs of factor-levels. For each factor-level, the tool performs a contrast with all other factor-levels combined and then separately with each other factor-level.

Along the left-to-right axis, the plots show the supervised projection of the variation explained by the predictor (i.e., the factor specified when invoking the tool); the top-to-bottom axis displays the variation that is orthogonal to the predictor level (i.e., independent of it).

Although this tool can be used in a purely exploratory manner by supplying the variableMetadata file without the columns added by the W4M 'Univariate' tool, a preferable workflow may be to use univariate testing to exclude features that are not significantly different and then to use OPLS-DA to visualize the differences identified in univariate testing (Thévenot et al., 2015); an appropriate exception would be to visualize contrasts of a specific list of metabolites. If you do exclude features, however, make sure that you set the advanced parameter "How many features for p-value calculation?" accordingly.

It must be stressed that there may be no single definitive computational approach to select features that are reliable biomarkers, especially from a small number of samples or experiments. A few possible choices are:

  • picking features with maximum loadings along the projection parallel to the predictor (loadp),
  • examining extreme values on S-PLOTs
  • examining "variable importance in projection VIP for OPLS-DA" (Galindo-Prieto et al. 2014), and
  • examining a feature's "selectivity ratio" (Rajalahti et al., 2009).

In this spirit, this tool reports the S-PLOT covariance and correlation (Wiklund op. cit.) and VIP metrics, and it introduces an informal "salience" metric to flag features that may merit attention without dimensional reduction; future versions may add selectivity ratio.

For a more systematic approach to biomarker identification, please consider the W4M 'biosigner' tool (Rinuardo et al. 2016), which applies three different identification metrics to the selection process. Regardless of how any potential biomarker is identified, further validation analysis (e.g., independent confirmatory experiments) is needed before it can be recommended for general application.

W4M Workflow Position

  • Upstream tool: Univariate (category: Statistical Analysis) or any Preprocessing tool that produces or updates a 'variableMetadata' file.
  • Downstream tool categories: Statistical Analysis

Input files

File Format
Data matrix tabular
Sample metadata tabular
Variable metadata tabular

Output files

File Format
Contrast detail pdf
Contrast "corrlation and covariance" data tabular
Feature "salience" data tabular

Parameters

[IN] Data matrix file
variable x sample dataMatrix (tabular separated values) file of the numeric data matrix, with '.' as decimal, and 'NA' for missing values; the table must not contain metadata apart from row and column names; the row and column names must be identical to the rownames of the sample and variable metadata, respectively (see below)

[IN] Sample metadata file
sample x metadata sampleMetadata (tabular separated values) file of the numeric and/or character sample metadata, with '.' as decimal and 'NA' for missing values

[IN] Variable metadata file
variable x metadata variableMetadata (tabular separated values) file of the numeric and/or character variable metadata, with '.' as decimal and 'NA' for missing values

[IN] Test
Name of the statistical test - a component of column names in variable metadata table
May be one of 'none', 'ttest', 'gwilcoxon', 'anova', 'kruskal', 'pearson', 'spearman'

[IN] Factor of interest
Name of the column of sampleMetadata corresponding to the qualitative or quantitative variable

[IN] Retain only pairwise-significant features
Note that when 'Test' is 'none', all features are included in the analysis and this parameter is not settable.
When true, for each contrast of two levels, include only those features which pass the significance threshold for that contrast. Choosing true results in an OPLS-DA model that better reflects and visualizes the difference detected by univariate analysis, with somewhat increased reliability of prediction (as assessed by cross-validation).
When false, include all features that pass the significance threshold when testing for difference across all factor-levels. This choice produces a plot that displays more features but is not necessarily more informative.

[IN] Levels of interest
Comma-separated level-names (or comma-less regular expressions to match level-names) to consider in analysis; must match at least two levels; may include wild cards or regular expressions.

[IN] Level-name matching
Indicator of how levels are to be specified generically (if at all) - wild cards, regular expressions, or none (no generic matching).

[IN] Label how many extreme features
Specify the number of features at each of the loading-extremes that should be labelled (with the name of the feature) on the covariance-vs.-correlation plot; specify 'ALL' to label all features; this choice has no effect on the OPLS-DA loadings plot.

[IN] (Advanced) C-plot Y-axis
Choose whether C-plots should plot the correlation (the default) or the covariance vs. VIP.

[IN] (Advanced) Produce predictor C-plot
Choose whether a C-plot should be produced for the projections parallel to the predictor.

[IN] (Advanced) Produce orthogonal C-plot
Choose whether a C-plot should be produced for the projections orthogonal to the predictor.

[IN] (Advanced) How many features for p-value calculation?
You will need to use this option when statistical criteria have previously been applied to remove features in the data matrix. This is important for adjusting the p-values for correlation of the scores with each feature; this adjustment is necessary to avoid underestimation of the p-values. If this is applicable, specify the sum of the number of features removed and the number of features in the data matrix.

[OUT] Contrast-detail output PDF
File containing several plots for each two-projection OPLS-DA analysis.
  • (first row, left) correlation-versus-covariance plot of OPLS-DA results

    • This is a work-alike for the S-PLOT described in Wiklund, (op. cit.), ignoring samples with missing values;
    • point-color becomes saturated as the "variable importance in projection to the predictive components" (VIP4,p from Galindo-Prieto op. cit.) ranges from 0.83 and 1.21 (Mehmood et al. 2012), for use to identify features for consideration as biomarkers;
    • plot symbols are diamonds when the p-value of the correlation, adjusted for family-wise error rate (Yekutieli et al., 2001), is greater than 0.05, circles when it is less than 0.01, and triangles when between 0.01 and 0.05.
  • (second row, left) model-overview plot for the two projections; grey bars are the correlation coefficient for the fitted data; black bars indicate performance in cross-validation tests (Thévenot, 2017)

  • (first row, right) OPLS-DA scores-plot for the two projections (Thévenot et al., 2015)

  • (second row, right) correlation-versus-covariance plot of OPLS-DA results orthogonal to the predictor (see section "S-Plot of Orthogonal Component" in Wiklund, op. cit., pp. 120-121; this characterizes variation of features that is independent of the predictor).

  • (third row, left, when "predictor C-plot" is chosen under "Advanced") plot of the correlation (or covariance) vs. the VIP4,p (Galindo-Prieto op. cit.), to assist in identifying features for consideration as biomarkers.

  • (third row, right, when "orthogonal C-plot" is chosen under "Advanced") plot of the correlation (or covariance) vs. the VIP4,o (ibid.), to assist in identifying features varying considerably without regard to the predictor.

[OUT] Contrast Correlation-Covarinace data TABULAR
A tab-separated values file of metadata for each feature for each contrast in which it was included.
Thus, a given feature may appear many times, but the combination of featureID, factorLevel1, and factorLevel2 will be unique.
This file has the following columns:
  • featureID - feature identifier
  • factorLevel1 - factor-level 1
  • factorLevel2 - factor-level 2 (or "other" when contrasting factor-level 1 with all other levels)
  • correlation(tp,Xi) - for this feature (i), correlation of sample intensities for this feature (Xi) with the OPLS-DA projection's first set of scores (tp, i.e., the scores explaining the difference between the features), computed (omitting samples missing values) using the R stats::cor function with the 'pearson' method (R Core Team, 2018); this is negative when intensity for level 1 is greater than for level 2
  • covariance(tp,Xi) - computed as for correlation but using the R stats::cov function (ibid.) in lieu of stats::cor; this is also negative when intensity for level 1 is greater than for level 2
  • vip4p - "variable importance in projection" to the predictive projection, VIP4,p (Galindo-Prieto op. cit.)
  • vip4o - "variable importance in projection" to the orthogonal projection, VIP4,o (ibid.)
  • loadp - variable loading for the predictive projection (Wiklund op. cit.)
  • loado - variable loading for the orthogonal projection (ibid.)
  • cor_p_val_raw - p-value for Fisher-transformed correlation (Fisher, 1921; Snedecor, 1980; see also https://en.wikipedia.org/wiki/Fisher_transformation), with no family-wise error-rate correction.
  • cor_p_value - p-value for Fisher-transformed correlation, adjusted for family-wise error rate (Yekutieli et al., 2001).
  • cor_ci_lower - lower limit of 95% confidence interval for correlation, based on cor_p_value
  • cor_ci_upper - upper limit of 95% confidence interval for correlation, based on cor_p_value
  • mz - m/z ratio for feature, copied from input variableMetadata
  • rt - retention time for feature, copied from input variableMetadata
  • level1Level2Sig (Only present when a test other than "none" is chosen) - '1' when feature varies significantly across all classes (i.e., not pair-wise); '0' otherwise
[OUT] Feature "Salience" data TABULAR
Metrics for the "salient level" for each feature, i.e., the level at which the feature is more prominent than any other level. This is not at all related to the SIMCA OPLS-DA S-PLOT; rather, it is intended as a potential way to discover features for consideration as potential biomarkers without dimensionally reducting the data. This is a tab-separated values file having the following columns:
  • featureID - feature identifier
  • salientLevel - salient level, i.e., for the feature, the class-level having the greatest median intensity
  • salienceRCV - salience robust coefficient of variation, i.e., for the feature, the mean absolute deviation of the intensity for the salient level divided by the median intensity for the salient level
  • relativeSalientDistance - relative salient distance, i.e., for the feature, the distance between the two highest class-level medians divided by the square root of the mean absolute deviations of those two class-level's intensities
  • salience - salience, i.e., for the feature, the median of the class-level having the greatest intensity divided by the mean of the medians for all class-levels
  • mz - m/z ratio for feature, copied from input variableMetadata
  • rt - retention time for feature, copied from input variableMetadata

Wild card patterns to match level-names

"wild card" patterns may be used to select level-names.

  • use '?' to match a single character
  • use '*' to match zero or more characters
  • the entire pattern must match the level name

For example

  • '??.le*' matches 'my.level' but not 'my.own.level'
  • '*.level' matches 'my.level' and 'my.own.level'
  • '*.level' matches neither 'my.level' nor 'my.own.level'

Regular expression patterns to match level-names

"regular expression" patterns may be used to select level-names.

POSIX 1003.2 standard regular expressions allow precise pattern-matching and are exhaustively defined at: http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap09.html

However, only a few basic building blocks of regular expressions need to be mastered for most cases:

  • '^' matches the beginning of a level-name
  • '$' matches the end of a level-name
  • '.' outside of square brackets matches a single character
  • '*' matches character specified immediately before zero or more times
  • Square brackets specify a set of characters to be matched. Within square brackets:
    • '^' as the first character specifies that the list of characters are those that should not be matched.
    • '-' is used to specify ranges of characters

Caveat: The tool wrapper uses the comma (',') to split a list of sample-level names, so commas may not be used within regular expressions for this tool.

First Example: Consider a field of level-names consisting of 'marq3,marq6,marq9,marq12,front3,front6,front9,front12'

  • The regular expression '^front[0-9][0-9]*$' will match the same sample-levels as 'front3,front6,front9,front12'
  • The regular expression '^[a-z][a-z]3$' will match the same sample-levels as 'front3,marq3'
  • The regular expression '^[a-z][a-z]12$' will match the same sample-levels as 'front12,marq12'
  • The regular expression '^[a-z][a-z][0-9]$' will match the same sample-levels as 'front3,front6,front9,marq3,marq6,marq9'

Second Example: Consider these regular expression patterns as possible matches to a sample-level name 'AB0123':

  • '^[A-Z][A-Z][0-9][0-9]*$' - MATCHES '**^AB0123$**'
  • '^[A-Z][A-Z]*[0-9][0-9]*$' - MATCHES '**^AB0123$**'
  • '^[A-Z][0-9]*' - MATCHES '**^A** B0123$' - first character is a letter, '*' can specify zero characters, and end of line did not need to be matched.
  • '^[A-Z][A-Z][0-9]' - MATCHES '**^AB0** 123$' - first two characters are letters aind the third is a digit.
  • '^[A-Z][A-Z]*[0-9][0-9]$' - NO MATCH - the name does not end with the pattern '[A-Z][0-9][0-9]$', i.e., it ends with four digits, not two.
  • '^[A-Z][0-9]*$' - NO MATCH - the pattern specifies that second character and all those that follow, if present, must be digits.

Working examples

Input files

Download from URL
https://raw.githubusercontent.com/HegemanLab/w4mcorcov_galaxy_wrapper/master/tools/w4mcorcov/test-data/input_dataMatrix.tsv
https://raw.githubusercontent.com/HegemanLab/w4mcorcov_galaxy_wrapper/master/tools/w4mcorcov/test-data/input_sampleMetadata.tsv
https://raw.githubusercontent.com/HegemanLab/w4mcorcov_galaxy_wrapper/master/tools/w4mcorcov/test-data/input_variableMetadata.tsv

Example 1: Include in the analysis only features identified as pair-wise significant in the Univariate test.

Input Parameter or Result Value
Factor of interest k10
Univariate Significance-Test kruskal
Retain only pairwise-significant features Yes
Levels of interest k[12],k[3-4]
Level-name matching use regular expressions for matching level-names
Number of features having extreme loadings ALL
How many features for p-value calculation? 250
Output primary table https://raw.githubusercontent.com/HegemanLab/w4mcorcov_galaxy_wrapper/master/tools/w4mcorcov/test-data/expected_contrast_corcov.tsv
Output salience table https://raw.githubusercontent.com/HegemanLab/w4mcorcov_galaxy_wrapper/master/tools/w4mcorcov/test-data/expected_contrast_salience.tsv
Output figures PDF https://raw.githubusercontent.com/HegemanLab/w4mcorcov_galaxy_wrapper/master/tools/w4mcorcov/test-data/expected_contrast_detail.pdf

Example 2: Include in the analysis only features identified as overall-significant in the Univariate test. Note that this even includes these features in contrasts where they were not determined to be pair-wise significant in the Univariate test. Thus, more features are included than in Example 1.

Input Parameter or Result Value
Factor of interest k10
Univariate Significance-Test kruskal
Retain only pairwise-significant features No
Levels of interest *
Level-name matching use wild cards for matching level-names
Number of features having extreme loadings 5
How many features for p-value calculation? ALL
Output primary table https://raw.githubusercontent.com/HegemanLab/w4mcorcov_galaxy_wrapper/master/tools/w4mcorcov/test-data/expected_contrast_corcov_all.tsv
Output salience table https://raw.githubusercontent.com/HegemanLab/w4mcorcov_galaxy_wrapper/master/tools/w4mcorcov/test-data/expected_contrast_salience_all.tsv
Output figures PDF https://raw.githubusercontent.com/HegemanLab/w4mcorcov_galaxy_wrapper/master/tools/w4mcorcov/test-data/expected_contrast_detail_all.pdf

Example 3: Include all features in the analysis without regard to Univariate testing. Univariate testing is not even a pre-requisite to using the tool when 'none' is selected for the test. Thus, more features are included than in Example 2.

Input Parameter or Result Value
Factor of interest k10
Univariate Significance-Test none
Levels of interest k[12],k[3-4]
Level-name matching use regular expressions for matching level-names
Number of features having extreme loadings 0
How many features for p-value calculation? ALL
Output primary table https://raw.githubusercontent.com/HegemanLab/w4mcorcov_galaxy_wrapper/master/tools/w4mcorcov/test-data/expected_contrast_corcov_global.tsv
Output salience table https://raw.githubusercontent.com/HegemanLab/w4mcorcov_galaxy_wrapper/master/tools/w4mcorcov/test-data/expected_contrast_salience_global.tsv
Output figures PDF https://raw.githubusercontent.com/HegemanLab/w4mcorcov_galaxy_wrapper/master/tools/w4mcorcov/test-data/expected_contrast_detail_global.pdf

Example 4: Analysis of a two-level factor (including all features). This suppresses the contrasts of "each factor vs. the aggregate of all the others".

Input Parameter or Result Value
Factor of interest lohi
Univariate Significance-Test none
Levels of interest low,high
Level-name matching use regular expressions for matching level-names
Number of features having extreme loadings 3
How many features for p-value calculation? ALL
Output primary table https://raw.githubusercontent.com/HegemanLab/w4mcorcov_galaxy_wrapper/master/tools/w4mcorcov/test-data/expected_contrast_corcov_lohi.tsv
Output salience table https://raw.githubusercontent.com/HegemanLab/w4mcorcov_galaxy_wrapper/master/tools/w4mcorcov/test-data/expected_contrast_salience_lohi.tsv
Output figures PDF https://raw.githubusercontent.com/HegemanLab/w4mcorcov_galaxy_wrapper/master/tools/w4mcorcov/test-data/expected_contrast_detail_lohi.pdf

Trademarks

OPLS-DA, SIMCA, and S-PLOT are registered trademarks of the Umetrics company. http://umetrics.com/about-us/trademarks