Class containing functions for relaxation dispersion curve
fitting.
|
|
(tuple of SpinContainer instance and float) or (SpinContainer
instance and str)
|
|
|
bmrb_write(self,
file_path,
version=None)
Write the model-free results to a BMRB NMR-STAR v3.1 formatted file. |
source code
|
|
|
calculate(self,
spin_id=None,
scaling_matrix=None,
verbosity=1,
sim_index=None)
Calculate the model chi-squared value or the R2eff values for fixed
time period data. |
source code
|
|
str
|
|
list of floats
|
|
|
|
|
duplicate_data(self,
pipe_from=None,
pipe_to=None,
model_info=None,
global_stats=False,
verbose=True)
Duplicate the data specific to a single model. |
source code
|
|
bool
|
eliminate(self,
name,
value,
args,
sim=None,
model_info=None)
Relaxation dispersion model elimination, parameter by parameter. |
source code
|
|
list of str
|
|
list of str
|
|
|
grid_search(self,
lower=None,
upper=None,
inc=None,
scaling_matrix=None,
constraints=True,
verbosity=1,
sim_index=None)
The relaxation dispersion curve fitting grid search function. |
source code
|
|
list of float
|
|
|
minimise(self,
min_algor=None,
min_options=None,
func_tol=None,
grad_tol=None,
max_iterations=None,
constraints=False,
scaling_matrix=None,
verbosity=0,
sim_index=None,
lower=None,
upper=None,
inc=None)
Relaxation dispersion curve fitting function. |
source code
|
|
str
|
|
tuple of list of SpinContainer instances and list of str
|
|
tuple of (int, int, float)
|
|
|
|
|
|
list of float
|
|
list of float
|
|
list of float
|
return_error_red_chi2(self,
data_id=None)
Return the standard deviation data structure, where standard
deviation is from the overall gauss distribution described by the
STD_fit of the goodness of fit, where STD_fit = sqrt(chi2/(N-p)) |
source code
|
|
tuple of length 2 of floats or None
|
return_value(self,
spin,
param,
sim=None,
bc=False)
Return the value and error corresponding to the parameter. |
source code
|
|
|
|
|
set_param_values(self,
param=None,
value=None,
index=None,
spin_id=None,
error=False,
force=True)
Set the spin specific parameter values. |
source code
|
|
|
|
|
|
|
|
list of float
|
|
list of int
|
|
Inherited from api_base.API_base :
back_calc_ri ,
bmrb_read ,
covariance_matrix ,
data_init ,
data_names ,
data_type ,
default_value ,
get_model_container ,
has_errors ,
is_spin_param ,
model_type ,
molmol_macro ,
num_instances ,
pymol_macro ,
return_conversion_factor ,
return_data_desc ,
return_grace_string ,
return_grace_units ,
return_units ,
set_update ,
sim_return_chi2 ,
skip_function
Inherited from api_common.API_common (private):
_base_data_loop_spin ,
_create_mc_relax_data ,
_data_init_dummy ,
_data_init_spin ,
_deselect_global ,
_eliminate_false ,
_get_model_container_cdp ,
_has_errors_spin ,
_is_spin_param_false ,
_is_spin_param_true ,
_model_loop_single_global ,
_model_loop_spin ,
_model_type_global ,
_model_type_local ,
_num_instances_spin ,
_overfit_deselect_dummy ,
_print_model_title_global ,
_print_model_title_spin ,
_return_data_relax_data ,
_return_error_relax_data ,
_return_no_conversion_factor ,
_return_value_general ,
_set_error_spin ,
_set_param_values_global ,
_set_param_values_spin ,
_set_selected_sim_global ,
_set_selected_sim_spin ,
_set_update ,
_sim_init_values_spin ,
_sim_pack_relax_data ,
_sim_return_chi2_spin ,
_sim_return_param_spin ,
_sim_return_selected_global ,
_sim_return_selected_spin
|