Fact-checked by Grok 2 weeks ago

Template modeling score

The Template Modeling score (TM-score) is a quantitative metric designed to evaluate the topological similarity between protein structures, particularly for assessing the quality of structural templates and predicted models in pipelines. Introduced in 2004 by Yang Zhang and Jeffrey Skolnick, it addresses limitations in traditional measures like (RMSD) by incorporating alignment coverage and using a length-independent scale, with scores ranging from 0 (no similarity) to 1 (identical structures). A TM-score greater than 0.5 typically indicates that two proteins share the same fold, while values below 0.17 suggest random structural similarity. The TM-score is calculated after optimal superposition of structures as the maximum value of the average distance score over aligned residues, normalized by protein length:
\text{TM-score} = \max \left[ \frac{1}{L_N} \sum_{i=1}^{L_A} \frac{1}{1 + \left( \frac{d_i}{d_0} \right)^2} \right]
where L_N is the length of the native structure, L_A is the number of aligned residues, d_i is the distance between the i-th pair of aligned residues, and d_0 is a size-dependent scaling factor (e.g., d_0 = 1.24 (L_N - 15)^{1/3} - 1.8 for intrachain comparisons). This formulation weights smaller deviations more heavily than larger ones for the aligned residue pairs, providing a more robust correlation to the accuracy of full-length predicted models compared to metrics like the Global Distance Test (GDT) or MaxSub. TM-score has become a standard in benchmarks such as the Critical Assessment of Structure Prediction (CASP) competitions and tools like AlphaFold, where it informs confidence in predicted structures.

Background

Protein Structure Similarity Assessment

Quantifying similarity between protein structures is a of bioinformatics, enabling the inference of evolutionary relationships, prediction of protein functions, and advancement of strategies. Structural comparisons reveal conserved folds that often signify common ancestry, as proteins with similar three-dimensional arrangements typically share evolutionary origins despite sequence divergence. This is particularly valuable for annotating functions in uncharacterized proteins from genomic databases, where structural guides the assignment of biological roles based on known templates. In drug design, assessing structural similarity aids in identifying therapeutic targets by highlighting conserved binding pockets across protein families, facilitating the development of inhibitors or modulators that exploit these shared features. Traditional methods for similarity assessment originated in the 1970s amid early advances in and the nascent , with foundational superposition algorithms introduced by Rossmann and to align structures via rigid-body transformations that minimize atomic distances. These approaches evolved through the and as computational tools improved, incorporating distance matrices and dynamic programming to handle more diverse folds and enable database-scale comparisons. Core techniques involve superimposing atomic coordinates—often focusing on Cα atoms in the protein backbone—followed by distance-based quantification of deviations, laying the groundwork for classifying protein superfamilies and detecting remote homologs. Despite these developments, several challenges persist in protein structure similarity assessment. Measures are highly sensitive to alignment quality, as suboptimal superimpositions can inflate deviations and obscure true topological similarities, particularly for proteins with low sequence identity. Balancing local versus global errors poses another hurdle, since functional motifs may align well in specific regions while overall structures diverge due to insertions, deletions, or domain rearrangements. Furthermore, many distance-based metrics demonstrate length dependence, yielding inconsistent scores for structurally equivalent alignments in proteins of varying sizes, which complicates cross-comparisons across the fold space. The template modeling score addresses these issues by offering a robust, scale-invariant alternative for evaluating structural resemblance.

Motivation for TM-score Development

In the early 2000s, protein structure prediction methods such as threading and faced significant challenges in consistently assessing template quality, particularly during events like the Critical Assessment of Structure Prediction (CASP5) in 2002. These approaches relied on identifying structural templates from known protein databases to model target sequences, but existing evaluation metrics often led to inconsistent rankings of template accuracy, hindering the development of reliable automated pipelines. A primary limitation was the (RMSD), which exhibited bias toward shorter and was highly sensitive to local perturbations, such as minor structural errors in non-core regions. This made RMSD unreliable for distinguishing between partial templates that captured key folds and those with limited utility, as it failed to account for coverage or the overall topological similarity across the full protein . Additionally, there was no unified scoring system to bridge the gap between evaluating partial and predicting full-length model quality, complicating the selection of optimal templates in workflows. To address these shortcomings, Yang Zhang and Jeffrey Skolnick introduced the Template Modeling score (TM-score) in 2004 as a robust metric designed specifically for template-based structure prediction. By emphasizing global structural similarity while normalizing for protein length, TM-score enabled more accurate assessments of template relevance, playing a foundational role in subsequent automated pipelines such as I-TASSER, where it facilitates template selection and model refinement.

Formulation

TM-score Equation

The template modeling score (TM-score) is mathematically defined as \text{TM-score} = \max\left[ \frac{1}{L_\text{n}} \sum_{i=1}^{L_\text{t}} \frac{1}{1 + \left( \frac{d_i}{d_0} \right)^2} \right], where the maximum is obtained by searching over all possible alignments between the target and template structures, L_\text{n} is the number of residues in the target (native) structure, the summation is over the L_\text{t} aligned residue pairs in the optimal superposition, and d_i is the distance between the C_\alpha atoms of the i-th aligned residue pair after rigid-body superposition of the structures. The distance scale d_0 is a protein length-dependent cutoff to normalize the metric across different sizes, given by d_0 = \begin{cases} 1.24 \left( L_\text{n} - 15 \right)^{1/3} - 1.8 & \text{if } L_\text{n} > 15, \\ 0.5 & \text{otherwise}. \end{cases} This formulation, derived as a modification of the Levitt-Gerstein score, performs the summation only over equivalently aligned residues from a structural superposition and normalizes by the full target length to penalize missing segments while rewarding maximal coverage. The weighting term $1 / (1 + (d_i / d_0)^2) assigns near-full credit (close to 1) to well-aligned pairs with small deviations (d_i \ll d_0) but rapidly decays for larger errors, thereby prioritizing global fold topology over localized inaccuracies and reducing sensitivity to outliers. Introduced by Zhang and Skolnick in 2004, this equation addresses limitations in prior metrics by ensuring size-independent assessments of template quality in protein modeling.

Structural Alignment in TM-score Calculation

The computation of the TM-score requires an optimal structural superposition and alignment of the two protein structures to minimize the distances between corresponding residues, serving as the input for the TM-score formula as its objective function. This process begins with an initial rigid-body superposition, typically using the Kabsch algorithm to determine the optimal rotation matrix that aligns a fragment of neighboring residues from the template structure onto the native structure based on their Cα atomic coordinates. The Kabsch method minimizes the root-mean-square deviation (RMSD) for this initial set of aligned residues, providing a starting point for further refinement. Following the initial superposition, an iterative optimization procedure refines the alignment to maximize the TM-score. In each iteration, residues from the template that fall within a cutoff (d_0) of their native counterparts after superposition are collected, and the Kabsch is reapplied to this expanded set. This process repeats until the rotation matrix converges, with fragment sizes progressively reduced (e.g., from the full template length L_T to L_T/2, L_T/4, and smaller segments) and shifted from the to the to explore different local alignments. The iteration selects the superposition yielding the highest TM-score, ensuring ; benchmarks show this approach achieves near-optimal results with less than 6% variation from exhaustive searches in most cases. To handle partial alignments, the procedure emphasizes core secondary structures such as and β-sheets while permitting gaps in flexible loop regions, which are often less conserved. Initial alignments may use secondary matching via dynamic programming () on DSSP-assigned states (, sheet, or ), with a to allow insertions/deletions, or gapless threading of the shorter structure onto the longer one to identify core equivalents. These partial mappings focus on topological similarity in the structurally rigid cores, ignoring peripheral extensions or disordered segments that could distort the global fold assessment. Computationally, the optimal alignment is obtained through a heuristic approach adapted from but using structural distances instead of sequence identities. A similarity matrix is constructed where entries S(i,j) represent the structural match between residues i and j, defined as 1 / (1 + (d_ij / d_0)^2) with d_ij as the after superposition and d_0 scaled by protein length (e.g., d_0 ≈ 6.4 for 300-residue proteins). then maximizes the alignment score with a gap-opening penalty (typically -0.6), iterating 2–3 times until convergence, which balances accuracy and efficiency for proteins up to several hundred residues. This method, implemented in tools like TM-align, completes in under 1 second on standard hardware, making it suitable for large-scale comparisons.

Properties and Significance

Scale Invariance and Robustness

The Template Modeling score (TM-score) achieves by normalizing structural deviations relative to the length of the target protein, L_\text{target}, which ensures that scores remain comparable across proteins of different sizes and typically range from 0 (no similarity) to 1 (identical structures). This normalization incorporates a length-dependent d_0, rendering the independent of protein length for unrelated structure pairs, where the average TM-score converges to approximately 0.17 regardless of size. As a result, TM-score facilitates consistent evaluation of structural similarity without bias toward larger proteins, addressing a key limitation of length-sensitive metrics. TM-score demonstrates robustness to local errors through its weighting scheme, where the term \left( \frac{d_i}{d_0} \right)^2 in the denominator of the progressively downweights residues with large distance deviations d_i, prioritizing contributions from well-aligned regions and global over isolated distortions. This design reduces sensitivity to minor conformational variations or artifacts, making the score more reliable for assessing overall similarity in noisy or partially resolved structures. Unlike metrics that penalize outliers equally, this approach maintains focus on core structural features even in the presence of local inaccuracies. Empirical analyses validate these properties, showing that TM-score correlates more strongly with template-based model quality—and thus with sequence identity to remote homologs—than root-mean-square deviation (RMSD), particularly for distant relationships with low sequence identity (around 9%). In evaluations of 1,489 PROSPECTOR_3 templates, TM-score distributions distinctly separated "easy" cases (~17% identity, mostly TM-score >0.4) from "medium/hard" cases (~9% identity, mostly <0.4), achieving a correlation coefficient of 0.891 with final full-length model accuracy (Z-rRMSD), compared to 0.746 for MaxSub and 0.751 for GDT-TS. This superior correlation underscores TM-score's utility for identifying evolutionarily related proteins where RMSD falters due to its sensitivity to local and length effects.

Thresholds for Fold Similarity

The template modeling score (TM-score) provides a scale for interpreting protein structure similarity in terms of biological folds, with established thresholds that distinguish between homologous topologies and unrelated structures. A TM-score greater than 0.5 indicates that two protein structures share the same fold with high confidence, independent of their sequence similarity, while a score below 0.3 typically signifies structures belonging to different folds. These cutoffs arise from empirical analyses of large protein datasets and are widely used to delineate structural homology without relying on evolutionary sequence data. The threshold of 0.5 holds statistical significance, corresponding to a P-value of approximately 5.5 × 10^{-7} when comparing random protein pairs, meaning such a similarity is extremely unlikely to occur by chance. For context, scores below 0.17 are characteristic of randomly selected, unrelated proteins, further underscoring the non-random nature of similarities above this level. TM-scores also correlate with evolutionary relationships, as reflected in sequence identity; for instance, proteins with 20-30% sequence identity often exhibit TM-scores around 0.5, aligning structural similarity with moderate homology. In fold classification, TM-score thresholds are integrated into hierarchical databases such as and to quantitatively assess topology, where a score exceeding 0.5 shows a sharp transition in posterior probability for same-fold assignment, aiding automated curation of protein superfamilies.

Comparisons

Versus RMSD

The root-mean-square deviation () quantifies structural similarity between proteins by measuring the average atomic displacement after optimal superposition via least-squares fitting. It is defined as \text{RMSD} = \sqrt{\frac{1}{N} \sum_{i=1}^{N} d_i^2}, where N is the number of aligned residue pairs and d_i is the Euclidean distance between the C_\alpha atoms (or all atoms) of the i-th pair. This metric is widely used due to its simplicity but has notable limitations in assessing global protein topology. RMSD is inherently length-dependent, as longer proteins tend to yield higher values even for topologically similar structures, complicating comparisons across different sizes. It is also highly sensitive to the choice of structural alignment and local perturbations, such as flexible loops or terminal extensions, which can inflate the score without reflecting core fold differences; this makes RMSD unreliable for evaluating partial alignments or remote homologs where local errors dominate. In contrast, the TM-score offers superior performance for global structural assessments by emphasizing topological similarity over local deviations, leading to stronger correlations with protein functional similarity. For instance, two proteins may exhibit an RMSD exceeding 5 Å due to mismatched loops yet achieve a TM-score above 0.5, indicating shared folds and potential functional relatedness. This preference for TM-score arises from its scale invariance, which normalizes for protein length and reduces bias from alignment artifacts.

Versus GDT-TS and Other Metrics

The Global Distance Test Total Score (GDT-TS) is a standard metric for evaluating protein structure similarity, calculated as the average percentage of Cα atoms in aligned residues that lie within distance cutoffs of 1 Å, 2 Å, 4 Å, and 8 Å after optimal superposition of the structures. Introduced in the context of the Critical Assessment of Structure Prediction (CASP) experiments, GDT-TS provides a robust, percentile-based assessment that emphasizes local accuracy and is less affected by outliers or chain length variations. In comparison to TM-score, GDT-TS is primarily a discrete, threshold-dependent measure that focuses on the fraction of residues meeting specific distance criteria, making it less sensitive to global topological features such as long-range alignments or fold integrity. TM-score, conversely, employs a continuous, distance-weighted formulation that evaluates all residue pairs and normalizes for protein length, offering superior discrimination of overall structural similarity at the fold level, particularly for distantly related proteins. Empirical benchmarks demonstrate high correlation between GDT-TS and TM-score (often >0.95), but TM-score more reliably predicts the quality of full-length models derived from threading alignments. Other metrics include the contact overlap (COP), which quantifies the preservation of residue-residue contacts between structures to assess secondary and tertiary element similarity, and the MaxSub score, which identifies the largest subset of Cα atoms superimposing within a fixed cutoff (typically 3.5 Å) and normalizes it as a fraction of total residues. TM-score extends these by incorporating a size-independent normalization and continuous weighting scheme, enabling more precise, alignment-independent evaluations of topological fidelity without reliance on binary thresholds or subset selection.

Applications

Template-Based Protein Modeling

Template-based protein modeling relies on identifying suitable structural templates from known protein structures to predict the three-dimensional of a target , with the (TM-score) serving as a key metric to evaluate the quality of these templates and the resulting models. In protein threading, TM-score quantifies the topological similarity between a target threaded onto a template structure, providing a size-independent measure that correlates strongly with the accuracy of full-length models generated from those alignments. By assessing all aligned residue pairs and normalizing by protein length, TM-score helps select templates that capture the overall , outperforming traditional metrics like (RMSD) in identifying remote homologs with low sequence identity. Since its introduction, TM-score has been a standard evaluation metric in the Critical Assessment of Structure Prediction () experiments, starting with in 2004, where it was used to rank predictor performance on template-based modeling targets by measuring global structural accuracy. For instance, the Zhang-Server, an automated pipeline based on threading and , has consistently achieved top rankings in CASP assessments using TM-score, with average scores exceeding 0.6 on human-expert selected models for template-based categories from onward. This adoption underscores TM-score's role in benchmarking predictors, as it provides a robust, alignment-based score that aligns closely with expert evaluations of fold correctness. TM-score is integrated into prominent tools for template selection and model refinement in template-based modeling. In I-TASSER, threading alignments from the LOMETS meta-server are scored using TM-score to prioritize templates with high topological similarity (typically TM-score > 0.5), which are then used to generate decoy structures for clustering and refinement, improving overall model quality over single-template approaches. Similarly, in MODELLER, TM-score evaluates the structural fidelity of models built from selected templates, guiding refinement by identifying alignments that yield full-length models with superior global topology, as demonstrated in benchmarks where multi-template MODELLER runs improved TM-scores by up to 0.01 compared to single templates. These applications highlight TM-score's utility in automating and optimizing the template-to-model pipeline.

Confidence Evaluation in Predictions

In the evolution of , the TM-score, originally developed as a metric for evaluating template quality in threading-based methods, has been repurposed in modern frameworks to estimate the confidence of predictions. Introduced in as a scale-invariant measure for assessing how well a aligns with a target structure, it transitioned by the 2020s into predicted forms integrated directly into outputs, enabling real-time without experimental structures. This shift is exemplified in competitions like CASP13 (2018) and CASP14 (2020), where early iterations relied on template-guided scoring, but subsequent versions achieved median TM-scores exceeding 0.85 on challenging targets, demonstrating the metric's growing role in validating AI-driven topologies. In CASP15 (2022–2023), top predictors, including those based on variants, reported average TM-scores around 0.8 for template-based and free modeling targets, further solidifying its benchmark status. A key adaptation is the predicted TM-score (pTM), which AlphaFold computes as an estimate of the TM-score between the predicted model and the unknown native structure, scaled between 0 and 1 for interpretability. In single-chain predictions, pTM reflects global structural reliability, with values above 0.8 indicating high-confidence models that closely match the true fold topology, while scores between 0.5 and 0.8 suggest moderate accuracy suitable for domain-level insights. For multimeric complexes in AlphaFold-Multimer, the interface predicted TM-score (ipTM) complements pTM by focusing on the interaction region, evaluating how well the predicted interface aligns with the native one; combined scores (e.g., 0.8 × ipTM + 0.2 × pTM) are often used to rank ensemble models. These scores are derived from the structure module's auxiliary predictions, correlating strongly with empirical TM-scores post-CASP validation. AlphaFold3, released in 2024, extends this framework to biomolecular complexes including ligands and nucleic acids, retaining pTM and ipTM for confidence assessment with benchmarks showing median TM-scores >0.85 on diverse targets as of 2024. In practice, pTM and ipTM play a central role in uncertainty assessment and model selection within the AlphaFold ecosystem. High pTM values (>0.8) signal robust global predictions, aiding researchers in distinguishing reliable structures from those with potential distortions, as seen in CASP14 where AlphaFold2 models averaged domain-level TM-scores of 0.89, far surpassing prior methods. The AlphaFold Protein Structure Database leverages these scores to rank and prioritize models for over 200 million protein entries, with top-ranked outputs (pTM > 0.8) providing high-fidelity representations for downstream applications like . This integration has democratized confidence evaluation, reducing reliance on experimental validation while highlighting limitations in low-pTM regions, such as flexible loops.

Implementations and Extensions

Software Tools

The TM-score is implemented as a standalone command-line program developed by the Zhang Laboratory, available for free download from their website. This tool enables pairwise comparisons of protein structures in PDB or PDBx/mmCIF formats, with versions in C++, Fortran77, and , all released under an . Compilation instructions are provided for environments, such as using g++ to build the C++ executable, facilitating efficient local computations on user-provided structures. TM-score is closely integrated with TM-align, a structure from the same that optimizes superpositions to maximize the TM-score, providing both and scoring in a single . The tool also generates output scripts compatible with visualization software like PyMOL, allowing users to load aligned structures directly for interactive analysis. Further integrations extend TM-score's utility within established protein modeling suites. In , a comprehensive software for macromolecular modeling, TM-score is implemented as a scoring function to evaluate structural accuracy during simulations and predictions. PyMOL plugins, such as the TMalign wrapper, incorporate TM-score calculations for seamless structure alignment and similarity assessment within the graphical interface. Open-source libraries enhance accessibility for scripting and integration into custom pipelines. For instance, the package includes a tm_score function that computes the metric while aligning structures based on C-alpha atoms, supporting arrays for input coordinates. Web-based servers, hosted by the Zhang Lab, offer an online interface for rapid TM-score calculations without requiring software installation, ideal for one-off analyses.

Databases and Variants

The TMQuery database, launched in 2022 with data as of June 2020 covering approximately 130,000 unique structures from the (PDB) and over 8.5 billion precomputed TM-scores, provides a comprehensive resource for protein structural similarity analysis. It is continuously updated via an automated pipeline to incorporate new PDB structures and supports rapid queries via a web interface and for researchers assessing structural alignments without local computation. As of November 2025, the PDB contains over 244,000 entries. This database facilitates large-scale studies of protein fold relationships and detection, enabling efficient all-vs-all comparisons that would otherwise require substantial computational resources. Variants of the TM-score address specific aspects of structural comparison beyond global topology. The local TM-score (LT-score) evaluates similarity within aligned segments or domains, assigning scores to individual residue pairs based on distance deviations after , which is particularly useful for identifying conserved motifs in multidomain proteins or partial alignments. For instance, in template-based modeling, LT-scores highlight regions of high fidelity between predicted and reference structures, aiding in domain-specific assessments where global metrics may be diluted by flexible linkers. Extensions of the TM-score have integrated it into advanced prediction frameworks, notably in AlphaFold3, where predicted TM-scores (pTM) form a core component of confidence metrics for multimodal biomolecular complexes, including proteins with ligands, nucleic acids, and modifications. In AlphaFold3, interface pTM (ipTM) quantifies the reliability of predicted interaction interfaces by estimating topological similarity, with higher values indicating greater confidence in the predicted bindings, thus extending TM-score utility to evaluate complex assemblies beyond pairwise protein comparisons. These integrations underscore the score's adaptability in deep learning-driven .

References

  1. [1]
    Scoring function for automated assessment of protein structure ...
    Oct 8, 2004 · We have developed a new scoring function, the template modeling score (TM-score), to assess the quality of protein structure templates and predicted full- ...
  2. [2]
    How significant is a protein structure similarity with TM-score = 0.5?
    Motivation: Protein structure similarity is often measured by root mean squared deviation, global distance test score and template modeling score (TM-score).
  3. [3]
    [PDF] Scoring function for automated assessment of protein structure ...
    Oct 8, 2004 · Although the major purpose of the development of the. TM-score in this work is to evaluate the relationship between partially aligned templates ...Missing: motivation | Show results with:motivation
  4. [4]
    Highly accurate protein structure prediction with AlphaFold - Nature
    Jul 15, 2021 · Here we provide the first computational method that can regularly predict protein structures with atomic accuracy even in cases in which no similar structure ...
  5. [5]
    Advances in protein structure prediction and design - PubMed Central
    In this Review, we describe current approaches for protein structure prediction and design and highlight a selection of the successful applications they have ...
  6. [6]
    Methods of protein structure comparison - PMC - NIH
    In this chapter, we described several methods routinely used to compare computational models to experimental answers in several modeling assessments.
  7. [7]
  8. [8]
  9. [9]
    I-TASSER server for protein 3D structure prediction
    Jan 23, 2008 · TM-score stays in [0, 1] with higher values indicating better models. Statistically, a TM-score ≤ 0.17 corresponds to a similarity between two ...
  10. [10]
    Scoring function for automated assessment of protein structure ...
    Dec 1, 2004 · The TM-score is a new scoring function to assess protein structure template quality, using a protein size-dependent scale and evaluating all ...
  11. [11]
    TM-align: a protein structure alignment algorithm based on the ... - NIH
    We have developed TM-align, a new algorithm to identify the best structural alignment between protein pairs that combines the TM-score rotation matrix and ...Missing: d_0 = 0.78 * 167)^ 0.43) *
  12. [12]
    A protein structure alignment algorithm using TM-score rotation matrix
    The TM-align will first find the best equivalent residues of two proteins based on the structure similarity and then output a TM-score.Missing: d_0 = 0.78 * sqrt( (L / 167)^ 0.43) * L^( 1/3)
  13. [13]
    TM-score: Quantitative assessment of similarity between protein ...
    TM-score is a metric for assessing the topological similarity of protein structures. It is designed to solve two major problems in traditional metrics.
  14. [14]
  15. [15]
    Structure similarity measure with penalty for close non-equivalent ...
    Proposed in a seminal paper (Zemla et al., 2001) as a benchmarking criterion at early stages of Comparative Assessment of Structure Prediction (CASP), this ...
  16. [16]
    Comparative analysis of methods for evaluation of protein models ...
    Aug 29, 2018 · GDT-TS and TM-score are extremely highly correlated and show negligible differences in selecting the best model out of two or out of many. LDDT ...
  17. [17]
    Rapid detection of similarity in protein structure and function through ...
    The contact metric uses a histogram representation of protein structures. These histograms record the number of residue–residue contacts in a structure, as a ...Missing: COP | Show results with:COP
  18. [18]
    MaxSub: an automated measure for the assessment of protein ...
    MaxSub identifies the largest subset of C(alpha) atoms that superimpose well over the experimental structure, producing a single normalized score.
  19. [19]
    - DECOYSETS2019 - Protein Structure Prediction Center
    CASP6 · CASP7 · CASP8 · CASP9 · CASP10 · CASP11 · CASP12 · Description of Experiment ... TM score. TM align. 1. RT0196TS478_4, 100.00, 51.12, 32.02, 22.46, 12.14 ...
  20. [20]
    Template-based protein structure prediction in CASP11 and ... - NIH
    Summary of the structure prediction by Zhang-Server in the last five CASP experiments. (A) TM-score of the best templates identified by LOMETS vs. that by ...
  21. [21]
    Using multiple templates to improve quality of homology models in ...
    In general, Modeller appears to perform best when using two or three templates, which provides an average TM score improvement of just above 0.01 (for two ...
  22. [22]
    Confidence scores in AlphaFold-Multimer - EMBL-EBI
    pTM is an integrated measure of how well AlphaFold-Multimer has predicted the overall structure of the complex. It is the predicted TM score for a superposition ...
  23. [23]
    Evaluation of AlphaFold-Multimer prediction on multi-chain protein ...
    AlphaFold-Multimer provides two intrinsic model accuracy estimates, pTM and ipTM. ... J. TM-align: a protein structure alignment algorithm based on the TM-score.Abstract · Introduction · Methods · Results and discussion
  24. [24]
    Recent Progress of Protein Tertiary Structure Prediction - MDPI
    Furthermore, AlphaFold2 had an average TM-score of 0.8871 on domain-level assessments (Table 1), but only 0.8514 on full-length-level assessments (Table 2).
  25. [25]
    AlphaFold two years on: Validation and impact - PNAS
    AFSample demonstrates that ranking large numbers of diverse predictions using a pTM-based score‡ often succeeds in picking out higher accuracy models, and the ...
  26. [26]
    src/core/scoring/TMscore.hh File Reference - Rosetta
    This program is to compare two protein structures and identify the best superposition that has the highest TM-score. Input structures must be in the PDB ...
  27. [27]
    TMalign - PyMOLWiki
    Jun 22, 2025 · tmalign is a python module (or script) that provides wrappers to TMalign, TMscore and MMalign. The executables can be downloaded from
  28. [28]
    tm_score - biotite-python.org
    Aims to minimize the TM-score between two structures. It also returns the corresponding atom indices that can be passed to tm_score() . Notes. This functions ...Missing: plugin | Show results with:plugin<|control11|><|separator|>
  29. [29]
    TMQuery: a database of precomputed template modeling scores for ...
    TMQuery is a database of precomputed TM-scores for protein structural similarity, enabling quick access to scores for any pair of proteins.Abstract · Introduction · Implementation
  30. [30]
    Template-based prediction of protein structure with deep learning
    Dec 29, 2020 · And for a gap in the alignment, the local TM-score wij is equal to 0. The labels from the structure alignments are highly imbalanced in which ...
  31. [31]
    Template-based prediction of protein structure with deep learning
    The TM-score ranges from 0 to 1, with higher values indicating more highly conserved aligned positions. And for a gap in the alignment, the local TM-score wij ...
  32. [32]
    Accurate structure prediction of biomolecular interactions ... - Nature
    May 8, 2024 · Here we describe our AlphaFold 3 model with a substantially updated diffusion-based architecture that is capable of predicting the joint structure of complexes.Nobel Prize in Chemistry 2024 · Nature Machine Intelligence