Interactive interface

Most of the available analyses can be selected from a simple Interact-based UI. To launch the UI simply do:

using Recombinase, Interact, StatsPlots, Blink
# here we give the functions we want to use for plotting
ui = Recombinase.gui(data, [plot, scatter, groupedbar]);
w = Window()
body!(w, ui)

interactgui