mkt.schema.utils.adjudicate_kinase_group

mkt.schema.utils.adjudicate_kinase_group(str_kinase: str, bool_lipid: bool = True) str | None[source]

Adjudicates the kinase group for a given kinase.

Parameters:
  • str_kinase (str) – The name of the kinase (e.g., “PIK3CA”).

  • bool_lipid (bool, optional) – Flag to indicate if lipid kinases should be classified as “Lipid” group, by default True.

Returns:

The adjudicated kinase group (e.g., “Lipid”, “TK”, “CMGC”), or None if the kinase is not found.

Return type:

str | None