mkt.databases.kinase_schema.process_keys_dict

mkt.databases.kinase_schema.process_keys_dict(dict_in: dict[str, list[str, Callable]]) dict[str, dict[str, str | Callable]][source]

Process keys dictionary to convert to list of functions.

Parameters:

dict_in (dict[str, list[str, function]]) – Dictionary of keys to process.

Returns:

Dictionary of keys with list of functions.

Return type:

dict[str, dict[str, str | function]]