MDS_plot | R Documentation |
Draw a multidimensional scaling (MDS) plot
MDS_plot(data, sample_info, selected_shape, selected_color, plots_color_select)
data |
Matrix of gene data that has been through
|
sample_info |
Matrix of sample information from experiment design file |
selected_shape |
String designating factor to shape points by. Should be one of the design factors from the design file or "Names" as default which automatically detects groups from gene data file |
selected_color |
String designating factor to color points by. Should be one of the design factors from the design file or "Names" as default which automatically detects groups from gene data file |
plots_color_select |
Vector of colors for plots |
A ggplot
object formatted PCA plot
Other PCA functions:
PCA_Scree()
,
PCA_biplot()
,
PCA_plot()
,
PCA_plot_3d()
,
PCAtools_eigencorplot()
,
pc_factor_correlation()
,
t_SNE_plot()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.