deepfold.data.multimer.msa_pairing.merge_chain_features¶
- deepfold.data.multimer.msa_pairing.merge_chain_features(np_chains_list: List[Mapping[str, ndarray]], pair_msa_sequences: bool, max_templates: int) Mapping[str, ndarray][source]¶
Merges features for multiple chains to single FeatureDict.
- Parameters:
np_chains_list – List of FeatureDicts for each chain.
pair_msa_sequences – Whether to merge paired MSAs.
max_templates – The maximum number of templates to include.
- Returns:
Single FeatureDict for entire complex.