Performs STOCSY analysis on X by peak intensity variable defined by the chemical shift driver_peak.
Utilises the STOCSY function written by Kirill Veselkov
model = csm_stocsy( spectra, driver_peak );
model = csm_stocsy( spectra, driver_peak, 'p' , p , 'corr_metric' , corr_metric );
Variable | Type | Default Value | Description |
---|---|---|---|
*spectra | csm_spectra | None | csm_spectra object containing spectral matrix. |
*driver_peak | 1*1 | None | Chemical shift value of target intensity variable. |
p | 1*1 | 0.1 | p-value threshold for null hypothesis of no correlation |
corr_metric | str | 'pearson' | Correlation coefficient measure - 'pearson' or 'spearman' |
Variable | Type | Description |
---|---|---|
csm_scale | csm_wrapper | Object with some stored inputs, the outputs and auditInfo. |
csm_stocsy.output.cc | m*1 | Correlation coefficients between NMR and peakID |
Olivier Cloarec, Marc-Emmanuel Dumas, Andrew Craig, Richard H. Barton, Johan Trygg, Jane Hudson, Christine Blancher, Dominique Gauguier, John C. Lindon, Elaine Holmes, and Jeremy Nicholson
Statistical Total Correlation Spectroscopy:?An Exploratory Approach for Latent Biomarker Identification from Metabolic 1H NMR Data Sets
Analytical Chemistry, 2005, 77 (5), pp 1282?1289
Copyright Imperial College London 2019