GUI simplifying the creation of plots from stutter data.
plotStutter_gui(
env = parent.frame(),
savegui = NULL,
debug = FALSE,
parent = NULL
)
TRUE
environment in which to search for data frames.
logical indicating if GUI settings should be saved in the environment.
logical indicating printing debug information.
widget to get focus when finished.
Select data to plot in the drop-down menu. Check that the correct kit has been detected. Plot stutter data by parent allele or by peak height. Automatic plot titles can be replaced by custom titles. A name for the result is automatically suggested. The resulting plot can be saved as either a plot object or as an image.
https://ggplot2.tidyverse.org/ for details on plot settings.