Plots estimated k distance
plot_k_distance.Rd
Function plots the difference between two estimated k values from hires parameters for two biological states. The sign of difference indicates the direction of change.
Arguments
- two_state_dataset
data.frame produced by create_two_state_dataset
- interactive
logical, true for GUI
Examples
fit_k_params <- get_example_fit_k_params()
control <- get_example_control()
kin_dat <- prepare_kin_dat(alpha_dat)
fit_values <- create_fit_dataset(kin_dat, control, fit_k_params)
#> Error in rbind(deparse.level, ...): numbers of columns of arguments do not match
hires_params <- calculate_hires(fit_values)
#> Error: object 'fit_values' not found
# the same for the second state and then:
# two_states_dataset <- create_two_state_dataset(hires_params_1, hires_params_2)
# plot_k_distance(two_states_dataset)