| plotlyMDS | R Documentation | 
Plot MDS plotlys
plotlyMDS(
  scaling,
  scaling_adj = NULL,
  group_colors = c("#337ab7", "#e6194b"),
  adjusted = FALSE,
  title = "Sammon MDS plots"
)
| scaling | tibble with coordinate columns MDS1 and MDS2 calculated from expression data without correction for surrogate variables | 
| scaling_adj | Optional. Same as  | 
| group_colors | colors to use, one for each unique groups in  | 
| title | Plot title. | 
plotly object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.