FCC Clustering module
Submodules
Module contents
Fraction of Common Contacts (FCC) clustering module.
The module takes the models generated in the previous step and calculates the contacts between them. Then, the module calculates the FCC matrix and clusters the models based on their contact similarities.
For more details about this clustering method, please check Rodrigues, J. P. et al. Proteins: Struct. Funct. Bioinform. 80, 1810–1817 (2012)
Note that the output models are reordered by cluster rank and the rank within each cluster; this means that the order of output models of this cluster will be different than the input - this may be relevant for modules executed downstream.
For more details about this module, please refer to the haddock3 user manual
- class haddock.modules.analysis.clustfcc.HaddockModule(order: int, path: Path, initial_params: Path | str = PosixPath('/opt/hostedtoolcache/Python/3.10.20/x64/lib/python3.10/site-packages/haddock/modules/analysis/clustfcc/defaults.yaml'))[source]
Bases:
BaseHaddockModuleHADDOCK3 module for clustering with FCC.