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()
Split string on first occurrence of delim.
str_in (str) – Input string to split
delim (str) – Delimiter to split on
Tuple containing two strings: str1 and str2
tuple