mkt.databases.utils.load_kinase_object
- mkt.databases.utils.load_kinase_object(str_in: str)[source]
Load a kinase object from the kinase dictionary based on the given gene name.
- Parameters:
str_in (str) – Gene name of the kinase to load.
- Returns:
KinaseInfo object corresponding to the given gene name.
- Return type:
- Raises:
ValueError – If the given gene name is not found in the kinase dictionary.