Open padix-key opened 5 days ago
Comparing padix-key:structural-superimpose
(5bf6cd2) with main
(77cf0f6)
✅ 47
untouched benchmarks
🆕 4
new benchmarks
Benchmark | main |
padix-key:structural-superimpose |
Change | |
---|---|---|---|---|
🆕 | benchmark_superimpose[superimpose] |
N/A | 2.6 ms | N/A |
🆕 | benchmark_superimpose[superimpose_homologs] |
N/A | 23.8 ms | N/A |
🆕 | benchmark_superimpose[superimpose_structural_homologs] |
N/A | 40.8 ms | N/A |
🆕 | benchmark_superimpose[superimpose_without_outliers] |
N/A | 16.9 ms | N/A |
This PR implements the
tm_score()
function to compute the TM score on two given protein structures (monomeric or multimeric).In addition
superimpose_structural_homology()
takes inspiration from TM-align to find correspondingCA
atoms (required as input totm_score()
) and to transform the mobile structure minimizing the TM-score.