Description Usage Arguments Value Author(s) Examples
This function performs a classical multidimensional scaling (MDS) using all features in the data and computes a cluster analysis for k
clusters. Then, the calculated clusters will be represented on a MDS plot.
1 2 3 4 5 6 7 8 9 |
data |
A MSnSet object. First |
method |
Distance measure method to perform MDS. Options are "euclidean", "maximum", "manhattan", "canberra" and "minkowski". See |
k |
Number of clusters (default is |
k_max |
Number of clusters among which the optimal one will be selected. |
show_clusters |
Logical indicating if clusters should be plotted or not. If this parameter is set to |
labels |
Logical indicating if sample names should be plotted or not. |
show_group |
Logical indicating if the original sample group from pData should be plotted instead of sample ID or not. Only works if labels is set to |
A list with the results.
Pol Castellano-Escuder
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.