addDye_gui {strvalidator} | R Documentation |
Add Dye Information
Description
GUI wrapper to the addColor
function.
Usage
addDye_gui(env = parent.frame(), savegui = NULL, debug = FALSE, parent = NULL)
Arguments
env |
environment in which to search for data frames and save result. |
savegui |
logical indicating if GUI settings should be saved in the environment. |
debug |
logical indicating printing debug information. |
parent |
widget to get focus when finished. |
Details
Convenience GUI for the use of addColor
and
addOrder
to add 'Dye', 'Color', 'R.Color', and marker 'Order'
to a dataset.
'Dye' is the one letter abbreviations for the fluorophores commonly used
to label primers in forensic STR typing kits (e.g. R and Y),
'Color' is the corresponding color name (e.g. red and yellow),
'R.Color' is the plot color used in R (e.g. red and black).
'Order' is the marker order in the selected kit.
NB! Existing columns will be overwritten.
Value
TRUE
See Also
[Package strvalidator version 2.4.1 Index]