densityDIA | R Documentation |
Print density from each fraction from processed data from DIAnn
densityDIA(
data,
transformation = c("none", "log2"),
area = FALSE,
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) |
area |
logical; print the area under curve |
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 density graph
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.