corrDIA | R Documentation |
Plot correlation plot from each fraction from processed data from DIAnn
corrDIA(
data,
transformation = c("none", "log2"),
tit = "",
data_type = c("intensity", "Top3", "iBAQ", "all"),
gradient_color = c("#09009D", "#ffffff", "#BE0010"),
plot_pairs = FALSE
)
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'. |
gradient_color |
Three colors for the printed gradient color on the correlation plot |
plot_pairs |
Plot pairwise correlation plot. If FALSE, will plot correlation matrix plot. |
ggplot2 correlation plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.