Partial least squares discriminant analysis (PLS-DA) is an adaptation of PLS regression methods to the problem of supervised clustering. It has seen extensive use in the analysis of multivariate datasets, such as that derived from NMR-based metabolomics.
In this method the groups within the samples are already known (e.g …
Pathomx is a workflow-based data analysis tool built on IPython. It began as a metabolomic-analysis toolkit, but has extended to support general data analysis workflows. It aims to be simple to use for non-experts while powerful enough for complex analysis tasks. Key to both of these goals is the ability …
This notebook contains snippets of code that are useful when working with MATLAB in IPython Notebooks.
Passing variables into cells using the %%matlab
magic requires h5py
which is tricky to install. If you only need to pass in simple variables (strings) you can instead pass it …