plot_venn | R Documentation |
Generate a Venn-diagram for a plaquePicker result list
plot_venn( pp, mzIdx = 1:3, mzNames = NULL, plot = TRUE, method = c("plaque", "pixel"), relative = TRUE )
pp |
plaquePicker result list |
mzIdx |
integer vector, indicies of mz values. To get an overview of mz values try |
mzNames |
character vector, names of mz values (e.g. "ABeta1-38"). If set to NULL (default) the mz values themself will be used as names during plotting. If set to NA no names will be plotted. |
plot |
logical, if set to FALSE the |
method |
character, if set to "plaque" the Venn diagram will be based on overlapping signals per plaque. If set to "pixel" then it will be pixel-wise. |
relative |
logical, if set to false the number of plaques is returned instead of the percentage. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.