Contents:
DICT_COL2OBJ_ORIG
DICT_COL2OBJ_REV
DICT_MERGE_MULTIMAP
DICT_MERGE_MULTIMAP_REV
KinaseInfoGenerator
KinaseInfoKinaseDomainGenerator
KinaseInfoUniProtGenerator
align_inter_intra_region()
check_if_file_exists_then_load_dataframe()
combine_kinaseinfo()
combine_kinaseinfo_kd()
combine_kinaseinfo_uniprot()
convert_df2dictobj()
convert_str2family()
convert_to_family()
convert_to_group()
find_alternative_hgnc()
generate_dict_obj_from_api_or_scraper()
get_sequence_max_with_exception()
is_not_valid_string()
process_keys_dict()
replace_none_with_max_len()
return_none_if_not_valid_string()
reverse_order_dict_of_dict()
Get maximum sequence length from dictionary of dictionaries.
dict_in (dict[str, dict[str, str | None]]) – Dictionary of dictionaries.
Maximum sequence length.
int