mkt.databases.io_utils.return_kinase_dict
- mkt.databases.io_utils.return_kinase_dict(bool_hgnc: bool = True) dict[str, object][source]
Return a dictionary of kinase objects.
- Parameters:
bool_hgnc (bool, optional) – If True, return a dictionary of kinase objects with HGNC IDs, by default True
- Returns:
Dictionary of kinase objects with HGNC IDs as keys if bool_hgnc is True, otherwise with UniProt IDs as keys
- Return type:
dict[str, object]