plot_mds | R Documentation |
Plot samples on a two-dimensional scatterplot so that distances on the plot approximate the typical log2 fold changes between the samples.
plot_mds(
screenR_Object,
groups = NULL,
alpha = 0.8,
size = 2.5,
color = "black"
)
screenR_Object |
The Object of the package
|
groups |
The vector that has to be used to fill the plot if NULL the function will use the default groups slot in the object passed as input. |
alpha |
The opacity of the labels. Possible value are in a range from 0 to 1. |
size |
The dimension of the labels. The default value is 2.5 |
color |
The color of the labels. The default value is black |
The MDS Plot
object <- get0("object", envir = asNamespace("ScreenR"))
plot_mds(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.