mkt.databases.utils.return_list_out
- mkt.databases.utils.return_list_out(list_kinhub_uniprot: list[str | float], list_assay_name: list[str])[source]
Return list of indices where str_in matches entry or entries in list_in.
- Parameters:
list_kinhub_uniprot (list[str | float]) – List of string or list of list of strings to check for str_in match
list_assay_name (list[str]) – List of string to check for matches in list_in
- Returns:
list_out – Returns index of matching entries in list
- Return type:
list[int] | None