Contents:
add_one_hot_encoding_to_dataframe()
aggregate_df_by_col_set()
convert_input2list()
convert_mmcifdict2structure()
convert_structure2string()
create_strsplit_list()
flatten_iterables_in_iterable()
load_kinase_object()
replace_string_using_dict()
return_bool_at_index()
return_list_match_indices()
return_list_out()
split_on_first_only()
try_except_convert_str2int()
try_except_match_str2dict()
try_except_split_concat_str()
try_except_substraction()
Subtract two values with exception handling.
a (Any) – First value to subtract from
b (Any) – Second value to subtract
Returns difference if subtraction successful, otherwise returns None
Any