View source: R/MSn_processing.R
PerformMirrorPlotting | R Documentation |
PerformMirrorPlotting
PerformMirrorPlotting(
mSet = NULL,
cutoff_relative = 5,
ppm = 25,
display_plot = FALSE,
width = 8,
height = 6,
dpi = 300,
format = "png",
interactive = FALSE
)
mSet |
mSet |
cutoff_relative |
cutoff value for relative intensity |
ppm |
ppm of mz of msms fragment |
display_plot |
display mirror plot or not, TRUE or FALSE, default is FALSE |
width |
width of the image, default is 8 |
height |
height of the image, default is 6 |
dpi |
dpi value, default is 300 |
interactive |
to make figure interactive, default is FALSE. TRUE or FALSE. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.