mkt.databases.kincore.align_kincore2uniprot

mkt.databases.kincore.align_kincore2uniprot(str_kincore: str, str_uniprot: str) dict[str, dict[str, str | int | list[int] | None]][source]

Align KinCore Human-PK.fasta to canonical Uniprot sequences.

Parameters:
  • str_kicore (str) – KinCore sequence

  • str_uniprot (str) – Uniprot sequence

Returns:

Dictionary of {start : int | None, end : int, mismatch : list[int]}

Return type:

dict[str, dict[str, str | None]]