MDS_DIA | R Documentation |
Print MDS of processed data from DIAnn
MDS_DIA(
data,
transformation = c("log2", "none"),
tit = "",
data_type = c("intensity", "Top3", "iBAQ", "all"),
colorspace = NULL
)
data |
Processed data from DIAnn (from iq processing or diann_matrix for example) |
transformation |
Which transformation do you want to apply (log2 or none) |
tit |
Title of your plot |
data_type |
The type of data you want to visualize; either 'intensity', 'Top3', 'iBAQ' or 'all'. |
colorspace |
A vector of colors of same length as the number of condition you have to plot. If NULL, will plot default ggplot2 colors. |
ggplot2 MDS graph
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.