# NMDS

Performs non-metric multidimensional scaling at the selected taxonomic level\
\
NMDS tries to represent the original data in a 2D reduced dimensional space. This analysis utilizes the [scikit-learn package](http://scikit-learn.org/stable/modules/generated/sklearn.manifold.MDS.html)

![](https://2045057293-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M32ms-dWLPjFImgSINF%2F-M3A3qYIl0E64qLPhfHY%2F-M3A3xW3QRpk_0zN6Tif%2Fimage.png?alt=media\&token=2226e89c-7165-4867-b7f7-97ae49e9b13b)

### Used For

* Visualizing the similarity between different samples (collapsing information into two components)

### Visualization Parameters

#### Taxonomic Level

The taxonomic level to aggregate the OTUs at. The OTUs will be grouped together (by summing the OTU values) at the selected taxonomic level before the analysis is applied.

#### Categorical Variable

Create comparative sample groups based on categorical variables uploaded in the metadata file.&#x20;

Optionally create a categorical variable from a quantitative variable by using the Quantile Range feature on the Projects home page.&#x20;

#### Distance Metric

Choose from one or multiple ways to calculate the distance between samples

### Interactive Elements

* Hover over each point to determine its sample ID and its NMDS component values
* Zoom and pan

### Additional Features

* **Save Snapshot**: Save the visualization to the experiment notebook
* **Download**: Downloads the visualization as a PNG file
* **Share**: Creates a shareable link that allows you to share the visualization with others
