mkt.databases.kinase_schema.combine_kinaseinfo_uniprot

mkt.databases.kinase_schema.combine_kinaseinfo_uniprot(dict_in: dict[str, dict[str, Any]]) dict[str, KinaseInfoUniProtGenerator][source]

Generate KinaseInfoUniProtGenerator from dictionary generated by generate_dict_obj_from_api_or_scraper.

Parameters:

dict_in (dict[str, str]) – Dictionary of dictionary of mkt.kinase_schema objects. Keys needed here are “hgnc”, “uniprot”, and “pfam”.

Returns:

Dictionary of KinaseInfoUniProtGenerator objects.

Return type:

dict[str, KinaseInfoUniProtGenerator]