Presents classification results on 3D structure
plot_3d_structure_hires.Rd
Plots the color classification on supplied 3d structure.
Examples
pdb_file_path <- ...
#> Error: '...' used in an incorrect context
fit_k_params <- get_example_fit_k_params()
control <- get_example_control()
kin_dat <- prepare_kin_dat(dat)
#> Error: object 'dat' not found
fit_values <- create_fit_dataset(alpha, control, fit_k_params)
#> Error: object 'alpha' not found
hires_params <- calculate_hires(fit_values)
#> Error: object 'fit_values' not found
plot_3d_structure_hires(hires_params, pdb_file_path)
#> Error: object 'hires_params' not found