The feature selection functionality using the PCA analysis is separated into three parts to reduce the given dataset in an ideal manner:
For more information please have a look at the different documentations of mixOmics, such as sPCA Multidrug Case Study.
The feature selection functionality using PLS-DA is separated into two parts:
For more information please have a look at the different documentations of mixOmics, such as sPLSDA SRBCT Case Study.
A mixOmics-based function takes the provided number of components (set by the user, from the "Analysis parameters" tab) and performs cross-validation to get the Q2 score per component. The tuning step determines the correlation between the actual and anticipated components by varying the amount of features chosen for each dataset. Finally, the last number of components having a total Q2 greater than 0.0975 is selected as the ideal number of components and the number of features with the highest correlation is the optimal number of features. The components that are tested in this cross-validation calculation range from 1 to the number given by the user. This means sometimes a higher number provided by the user can lead to different results than a lower number.
The DIABLO tuning process, similar to sPLS tuning, takes the user-selected components and fits a DIABLO model up to the number of components using n-fold cross-validation and without feature selection. The number of components is determined by utilizing the centroids.dist metric and the overall BER. Again, n-fold cross-validation and the centroids.dist metric are used to determine the number of features per dataset.
The analysis results using the tuned parameters are then given on the right side of the page. For more information please have a look at the different documentations of mixOmics, such as sPLS Liver Toxicity Case Study and DIABLO TCGA Case Study.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.