Plots estimated effects and their standard errors at each locus in the genome.
effects_over_genome_plot(sov, covar_name_regex = ".",
effect_type_regex = "(mean|var)", transform_var_effects = TRUE,
se_ribbons = TRUE)the scanonevar
regex that matches the covars we want to plot
regex that matches 'mean', 'var', or both
combine variance effects w intercept and exponentiate?
Should a ribbon from estimate - se to estimate + se be plotted?
the plot