mkt.databases.kincore.DICT_KINCORE_PARAMS
- mkt.databases.kincore.DICT_KINCORE_PARAMS = {'af2': {'LIST_FASTA_KEYS': ['seq', 'group', 'hgnc1', 'swissprot', 'hgnc2', 'uniprot', 'start_md', 'end_md', 'length_md', 'start_af2', 'end_af2', 'length_af2', 'length_uniprot', 'source_file'], 'bool_af2': True, 'filename': 'AF2-active.fasta', 'study': 'Faezov-Dunbrack_2023'}, 'md': {'LIST_FASTA_KEYS': ['seq', 'group', 'hgnc1', 'start_md', 'end_md', 'swissprot', 'hgnc2', 'uniprot', 'source_file'], 'bool_af2': False, 'filename': 'Human-PK.fasta', 'study': 'Modi-Dunbrack_2019'}}
Dictionary of KinCore parameters for FASTA files.
- Type:
dict[str, dict[str, str | list[str]]]