Spaces:
Running
Running
zhouxiangxin1998
commited on
Commit
β’
424b04d
1
Parent(s):
269509c
change height and fix N/A
Browse files- app.py +18 -9
- data/antibody_design.csv +4 -4
- data/co_design.csv +1 -1
- data/conformation_prediction.csv +5 -5
- data/inverse_folding.csv +2 -2
- data/multi_state_prediction.csv +1 -1
- data/protein_folding.csv +1 -1
- data/sequence_design.csv +1 -1
- data/structure_design.csv +1 -1
app.py
CHANGED
@@ -59,47 +59,56 @@ with demo:
|
|
59 |
with gr.TabItem("π Inverse Folding Leaderboard"):
|
60 |
with gr.Row():
|
61 |
inverse_folding_table = gr.DataFrame(
|
62 |
-
pd.read_csv('data/inverse_folding.csv')
|
|
|
63 |
)
|
64 |
with gr.TabItem("π Structure Design Leaderboard"):
|
65 |
with gr.Row():
|
66 |
inverse_folding_table = gr.DataFrame(
|
67 |
-
pd.read_csv('data/structure_design.csv')
|
|
|
68 |
)
|
69 |
with gr.TabItem("π Sequence Design Leaderboard"):
|
70 |
with gr.Row():
|
71 |
inverse_folding_table = gr.DataFrame(
|
72 |
-
pd.read_csv('data/sequence_design.csv')
|
|
|
73 |
)
|
74 |
with gr.TabItem("π Sequence-Structure Co-Design Leaderboard"):
|
75 |
with gr.Row():
|
76 |
inverse_folding_table = gr.DataFrame(
|
77 |
-
pd.read_csv('data/co_design.csv')
|
|
|
78 |
)
|
79 |
with gr.TabItem("π Motif Scaffolding Leaderboard"):
|
80 |
with gr.Row():
|
81 |
inverse_folding_table = gr.DataFrame(
|
82 |
-
pd.read_csv('data/motif_scaffolding.csv')
|
|
|
83 |
)
|
84 |
with gr.TabItem("π Antibody Design Leaderboard"):
|
85 |
with gr.Row():
|
86 |
inverse_folding_table = gr.DataFrame(
|
87 |
-
pd.read_csv('data/antibody_design.csv')
|
|
|
88 |
)
|
89 |
with gr.TabItem("π
Protein Folding Leaderboard"):
|
90 |
with gr.Row():
|
91 |
inverse_folding_table = gr.DataFrame(
|
92 |
-
pd.read_csv('data/protein_folding.csv')
|
|
|
93 |
)
|
94 |
with gr.TabItem("π
Multi-State Prediction Leaderboard"):
|
95 |
with gr.Row():
|
96 |
inverse_folding_table = gr.DataFrame(
|
97 |
-
pd.read_csv('data/multi_state_prediction.csv')
|
|
|
98 |
)
|
99 |
with gr.TabItem("π
Conformation Prediction Leaderboard"):
|
100 |
with gr.Row():
|
101 |
inverse_folding_table = gr.DataFrame(
|
102 |
-
pd.read_csv('data/conformation_prediction.csv')
|
|
|
103 |
)
|
104 |
|
105 |
|
|
|
59 |
with gr.TabItem("π Inverse Folding Leaderboard"):
|
60 |
with gr.Row():
|
61 |
inverse_folding_table = gr.DataFrame(
|
62 |
+
pd.read_csv('data/inverse_folding.csv'),
|
63 |
+
height=1000,
|
64 |
)
|
65 |
with gr.TabItem("π Structure Design Leaderboard"):
|
66 |
with gr.Row():
|
67 |
inverse_folding_table = gr.DataFrame(
|
68 |
+
pd.read_csv('data/structure_design.csv'),
|
69 |
+
height=1000,
|
70 |
)
|
71 |
with gr.TabItem("π Sequence Design Leaderboard"):
|
72 |
with gr.Row():
|
73 |
inverse_folding_table = gr.DataFrame(
|
74 |
+
pd.read_csv('data/sequence_design.csv'),
|
75 |
+
height=1000,
|
76 |
)
|
77 |
with gr.TabItem("π Sequence-Structure Co-Design Leaderboard"):
|
78 |
with gr.Row():
|
79 |
inverse_folding_table = gr.DataFrame(
|
80 |
+
pd.read_csv('data/co_design.csv'),
|
81 |
+
height=1000,
|
82 |
)
|
83 |
with gr.TabItem("π Motif Scaffolding Leaderboard"):
|
84 |
with gr.Row():
|
85 |
inverse_folding_table = gr.DataFrame(
|
86 |
+
pd.read_csv('data/motif_scaffolding.csv'),
|
87 |
+
height=1000,
|
88 |
)
|
89 |
with gr.TabItem("π Antibody Design Leaderboard"):
|
90 |
with gr.Row():
|
91 |
inverse_folding_table = gr.DataFrame(
|
92 |
+
pd.read_csv('data/antibody_design.csv'),
|
93 |
+
height=1000,
|
94 |
)
|
95 |
with gr.TabItem("π
Protein Folding Leaderboard"):
|
96 |
with gr.Row():
|
97 |
inverse_folding_table = gr.DataFrame(
|
98 |
+
pd.read_csv('data/protein_folding.csv'),
|
99 |
+
height=1000,
|
100 |
)
|
101 |
with gr.TabItem("π
Multi-State Prediction Leaderboard"):
|
102 |
with gr.Row():
|
103 |
inverse_folding_table = gr.DataFrame(
|
104 |
+
pd.read_csv('data/multi_state_prediction.csv'),
|
105 |
+
height=1000,
|
106 |
)
|
107 |
with gr.TabItem("π
Conformation Prediction Leaderboard"):
|
108 |
with gr.Row():
|
109 |
inverse_folding_table = gr.DataFrame(
|
110 |
+
pd.read_csv('data/conformation_prediction.csv'),
|
111 |
+
height=1000,
|
112 |
)
|
113 |
|
114 |
|
data/antibody_design.csv
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
Model,AAR β,RMSD β,TM-score β,Binding Energy β,SeqSim-outer β,SeqSim-inner β,PHR β,CN-score β,Clashes-inner β,Clashes-outer β,SeqNat β,Total Energy β,scRMSD β
|
2 |
-
RAbD (natural),100.00%,0.00,1.00,-15.33,0.26
|
3 |
-
HERN,33.17%,9.86,0.16,1242.77,0.41
|
4 |
-
MEAN,33.47%,1.82,0.25,263.90,0.65
|
5 |
-
dyMEAN,40.95%,2.36,0.36,889.28,0.58
|
6 |
*dyMEAN-FixFR,40.05%,2.37,0.35,612.75,0.60,0.96,43.75%,1.14,8.88,0.48,-1.82,1239.29,2.48
|
7 |
*DiffAb,35.04%,2.53,0.37,489.42,0.37,0.45,40.68%,2.02,1.84,0.19,-1.88,495.69,2.57
|
8 |
*AbDPO,31.29%,2.79,0.35,116.06,0.38,0.60,69.69%,1.33,4.14,0.10,-1.99,270.12,2.79
|
|
|
1 |
Model,AAR β,RMSD β,TM-score β,Binding Energy β,SeqSim-outer β,SeqSim-inner β,PHR β,CN-score β,Clashes-inner β,Clashes-outer β,SeqNat β,Total Energy β,scRMSD β
|
2 |
+
RAbD (natural),100.00%,0.00,1.00,-15.33,0.26,-,45.78%,50.19,0.07,0.00,-1.74,-16.76,1.77
|
3 |
+
HERN,33.17%,9.86,0.16,1242.77,0.41,-,39.83%,0.04,0.04,3.25,-1.47,5408.74,9.89
|
4 |
+
MEAN,33.47%,1.82,0.25,263.90,0.65,-,40.74%,1.33,11.65,0.29,-1.83,1077.32,2.77
|
5 |
+
dyMEAN,40.95%,2.36,0.36,889.28,0.58,-,42.04%,1.49,9.15,0.47,-1.79,1642.65,2.11
|
6 |
*dyMEAN-FixFR,40.05%,2.37,0.35,612.75,0.60,0.96,43.75%,1.14,8.88,0.48,-1.82,1239.29,2.48
|
7 |
*DiffAb,35.04%,2.53,0.37,489.42,0.37,0.45,40.68%,2.02,1.84,0.19,-1.88,495.69,2.57
|
8 |
*AbDPO,31.29%,2.79,0.35,116.06,0.38,0.60,69.69%,1.33,4.14,0.10,-1.99,270.12,2.79
|
data/co_design.csv
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
Model,scTM (L=100) β,scRMSD (L=100) β,Max Clust. (L=100) β,Max TM (L=100) β,scTM (L=200) β,scRMSD (L=200) β,Max Clust. (L=200) β,Max TM (L=200) β,scTM (L=300) β,scRMSD (L=300) β,Max Clust. (L=300) β,Max TM (L=300) β,scTM (L=500) β,scRMSD (L=500) β,Max Clust. (L=500) β,Max TM (L=500) β
|
2 |
-
Native PDBs,0.91,2.98,0.75
|
3 |
ProteinGenerator,0.91,3.75,0.24,0.73,0.88,6.24,0.25,0.72,0.81,9.26,0.22,0.71,0.69,17.00,0.18,0.73
|
4 |
ProtPardelle*,0.56,12.90,0.57,0.66,0.64,13.67,0.10,0.69,0.69,14.91,0.04,0.72,0.44,43.15,0.60,0.69
|
5 |
Multiflow,0.96,1.10,0.33,0.71,0.95,1.61,0.42,0.71,0.96,2.14,0.58,0.71,0.95,2.71,0.62,0.71
|
|
|
1 |
Model,scTM (L=100) β,scRMSD (L=100) β,Max Clust. (L=100) β,Max TM (L=100) β,scTM (L=200) β,scRMSD (L=200) β,Max Clust. (L=200) β,Max TM (L=200) β,scTM (L=300) β,scRMSD (L=300) β,Max Clust. (L=300) β,Max TM (L=300) β,scTM (L=500) β,scRMSD (L=500) β,Max Clust. (L=500) β,Max TM (L=500) β
|
2 |
+
Native PDBs,0.91,2.98,0.75,-,0.88,3.24,0.77,-,0.92,3.94,0.75,-,0.90,9.64,0.80,-
|
3 |
ProteinGenerator,0.91,3.75,0.24,0.73,0.88,6.24,0.25,0.72,0.81,9.26,0.22,0.71,0.69,17.00,0.18,0.73
|
4 |
ProtPardelle*,0.56,12.90,0.57,0.66,0.64,13.67,0.10,0.69,0.69,14.91,0.04,0.72,0.44,43.15,0.60,0.69
|
5 |
Multiflow,0.96,1.10,0.33,0.71,0.95,1.61,0.42,0.71,0.96,2.14,0.58,0.71,0.95,2.71,0.62,0.71
|
data/conformation_prediction.csv
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
Model,Pairwise RMSD,*RMSF,Pearson r on Pairwise RMSD β,Pearson r on *Global RMSF β,Pearson r on *Per target RMSF β,*RMWD β,MD PCA W2 β,Joint PCA W2 β,PC sim > 0.5% β,Weak contacts J β,Transient contacts J β,*Exposed residue J β,*Exposed MI matrix Ο β,CA break % β,CA clash % β,PepBond break % β
|
2 |
MD iid,2.76,1.63,0.96,0.97,0.99,0.71,0.76,0.70,93.9,0.90,0.80,0.93,0.56,0.0,0.1,3.4
|
3 |
MD 2.5 ns,1.54,0.98,0.89,0.85,0.85,2.21,1.57,1.93,36.6,0.62,0.45,0.64,0.24,0.0,0.1,3.4
|
4 |
-
EigenFold,5.96
|
5 |
MSA-depth256,0.84,0.53,0.25,0.34,0.59,3.63,1.83,2.90,29.3,0.30,0.28,0.33,0.06,0.0,0.2,5.9
|
6 |
MSA-depth64,2.03,1.51,0.24,0.30,0.57,4.00,1.87,3.32,18.3,0.38,0.27,0.38,0.12,0.0,0.2,8.4
|
7 |
MSA-depth32,5.71,7.96,0.07,0.17,0.53,6.12,2.50,5.67,17.1,0.39,0.24,0.36,0.15,0.0,0.5,13.0
|
8 |
-
Str2Str-ODE (t=0.1),1.66
|
9 |
-
Str2Str-ODE (t=0.3),3.15
|
10 |
-
Str2Str-SDE (t=0.1),4.74
|
11 |
-
Str2Str-SDE (t=0.3),7.54
|
12 |
AlphaFlow-PDB,2.58,1.20,0.27,0.46,0.81,2.96,1.66,2.60,37.8,0.44,0.33,0.42,0.18,0.0,0.2,6.6
|
13 |
AlphaFlow-MD,2.88,1.63,0.53,0.66,0.85,2.68,1.53,2.28,39.0,0.57,0.38,0.50,0.24,0.0,0.2,21.7
|
14 |
ESMFlow-PDB,3.00,1.68,0.14,0.27,0.71,4.20,1.77,3.54,28.0,0.42,0.29,0.41,0.16,0.0,0.6,5.4
|
|
|
1 |
Model,Pairwise RMSD,*RMSF,Pearson r on Pairwise RMSD β,Pearson r on *Global RMSF β,Pearson r on *Per target RMSF β,*RMWD β,MD PCA W2 β,Joint PCA W2 β,PC sim > 0.5% β,Weak contacts J β,Transient contacts J β,*Exposed residue J β,*Exposed MI matrix Ο β,CA break % β,CA clash % β,PepBond break % β
|
2 |
MD iid,2.76,1.63,0.96,0.97,0.99,0.71,0.76,0.70,93.9,0.90,0.80,0.93,0.56,0.0,0.1,3.4
|
3 |
MD 2.5 ns,1.54,0.98,0.89,0.85,0.85,2.21,1.57,1.93,36.6,0.62,0.45,0.64,0.24,0.0,0.1,3.4
|
4 |
+
EigenFold,5.96,-,-0.04,-,-,-,2.35,7.96,12.2,0.36,0.18,-,-,0.7,9.6,-
|
5 |
MSA-depth256,0.84,0.53,0.25,0.34,0.59,3.63,1.83,2.90,29.3,0.30,0.28,0.33,0.06,0.0,0.2,5.9
|
6 |
MSA-depth64,2.03,1.51,0.24,0.30,0.57,4.00,1.87,3.32,18.3,0.38,0.27,0.38,0.12,0.0,0.2,8.4
|
7 |
MSA-depth32,5.71,7.96,0.07,0.17,0.53,6.12,2.50,5.67,17.1,0.39,0.24,0.36,0.15,0.0,0.5,13.0
|
8 |
+
Str2Str-ODE (t=0.1),1.66,-,0.13,-,-,-,2.12,4.42,6.1,0.42,0.17,-,-,0.0,0.1,13.7
|
9 |
+
Str2Str-ODE (t=0.3),3.15,-,0.12,-,-,-,2.23,4.75,9.8,0.41,0.17,-,-,0.0,0.1,14.8
|
10 |
+
Str2Str-SDE (t=0.1),4.74,-,0.10,-,-,-,2.54,8.84,9.8,0.40,0.13,-,-,1.6,0.2,23.0
|
11 |
+
Str2Str-SDE (t=0.3),7.54,-,0.00,-,-,-,3.29,12.28,7.3,0.35,0.13,-,-,1.5,0.2,21.4
|
12 |
AlphaFlow-PDB,2.58,1.20,0.27,0.46,0.81,2.96,1.66,2.60,37.8,0.44,0.33,0.42,0.18,0.0,0.2,6.6
|
13 |
AlphaFlow-MD,2.88,1.63,0.53,0.66,0.85,2.68,1.53,2.28,39.0,0.57,0.38,0.50,0.24,0.0,0.2,21.7
|
14 |
ESMFlow-PDB,3.00,1.68,0.14,0.27,0.71,4.20,1.77,3.54,28.0,0.42,0.29,0.41,0.16,0.0,0.6,5.4
|
data/inverse_folding.csv
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
Model,CASP AAR β,CAMEO AAR β,scTM (L=100) β,pLDDT (L=100) β,scTM (L=200) β,pLDDT (L=200) β,scTM (L=300) β,pLDDT (L=300) β,scTM (L=400) β,pLDDT (L=400) β,scTM (L=500) β,pLDDT (L=500) β
|
2 |
ProteinMPNN,0.450,0.468,0.962,94.14,0.945,89.34,0.962,90.28,0.875,83.76,0.568,67.09
|
3 |
-
ESM-IF1
|
4 |
LM-Design,0.516,0.570,0.834,78.45,0.373,58.41,0.481,69.86,0.565,59.87,0.397,56.35
|
5 |
-
ESM3
|
|
|
1 |
Model,CASP AAR β,CAMEO AAR β,scTM (L=100) β,pLDDT (L=100) β,scTM (L=200) β,pLDDT (L=200) β,scTM (L=300) β,pLDDT (L=300) β,scTM (L=400) β,pLDDT (L=400) β,scTM (L=500) β,pLDDT (L=500) β
|
2 |
ProteinMPNN,0.450,0.468,0.962,94.14,0.945,89.34,0.962,90.28,0.875,83.76,0.568,67.09
|
3 |
+
ESM-IF1,-,-,0.810,88.83,0.635,69.67,0.336,74.36,0.449,64.59,0.462,58.97
|
4 |
LM-Design,0.516,0.570,0.834,78.45,0.373,58.41,0.481,69.86,0.565,59.87,0.397,56.35
|
5 |
+
ESM3,-,-,0.942,86.60,0.486,60.69,0.632,70.78,0.564,62.63,0.452,59.37
|
data/multi_state_prediction.csv
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
Model,RMSDens N=10,RMSDens N=100,RMSDens N=500,RMSDens N=1000,RMSD Cluster 3 N=10,RMSD Cluster 3 N=100,RMSD Cluster 3 N=500,RMSD Cluster 3 N=1000,Pairwise RMSD,CA clash (%),CA break (%),PepBond break (%)
|
2 |
-
EigenFold,1.56,1.50,1.47,1.46,2.54,2.48,2.46,2.46,0.85,1.4,4.3
|
3 |
MSA-depth256,1.57,1.54,1.52,1.52,2.51,2.47,2.45,2.45,0.20,0.0,0.0,9.2
|
4 |
MSA-depth64,1.60,1.54,1.51,1.50,2.48,2.40,2.35,2.33,0.55,0.0,0.0,7.9
|
5 |
MSA-depth32,1.67,1.53,1.45,1.41,2.39,2.21,1.93,1.87,2.14,0.6,0.0,10.6
|
|
|
1 |
Model,RMSDens N=10,RMSDens N=100,RMSDens N=500,RMSDens N=1000,RMSD Cluster 3 N=10,RMSD Cluster 3 N=100,RMSD Cluster 3 N=500,RMSD Cluster 3 N=1000,Pairwise RMSD,CA clash (%),CA break (%),PepBond break (%)
|
2 |
+
EigenFold,1.56,1.50,1.47,1.46,2.54,2.48,2.46,2.46,0.85,1.4,4.3,-
|
3 |
MSA-depth256,1.57,1.54,1.52,1.52,2.51,2.47,2.45,2.45,0.20,0.0,0.0,9.2
|
4 |
MSA-depth64,1.60,1.54,1.51,1.50,2.48,2.40,2.35,2.33,0.55,0.0,0.0,7.9
|
5 |
MSA-depth32,1.67,1.53,1.45,1.41,2.39,2.21,1.93,1.87,2.14,0.6,0.0,10.6
|
data/protein_folding.csv
CHANGED
@@ -3,4 +3,4 @@ AlphaFold2,0.871,3.21,0.860,0.900,0.3,0.0,4.8
|
|
3 |
OpenFold,0.870,3.21,0.856,0.895,0.4,0.0,2.0
|
4 |
RoseTTAFold2,0.859,3.52,0.845,0.888,0.3,0.2,5.5
|
5 |
ESMFold,0.847,3.98,0.826,0.870,0.3,0.0,4.7
|
6 |
-
EigenFold*,0.743,7.65,0.703,0.737,8.0,0.5
|
|
|
3 |
OpenFold,0.870,3.21,0.856,0.895,0.4,0.0,2.0
|
4 |
RoseTTAFold2,0.859,3.52,0.845,0.888,0.3,0.2,5.5
|
5 |
ESMFold,0.847,3.98,0.826,0.870,0.3,0.0,4.7
|
6 |
+
EigenFold*,0.743,7.65,0.703,0.737,8.0,0.5,-
|
data/sequence_design.csv
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
Model,ppl (L=100) β,pLDDT (L=100) β,pairwise TM (L=100) β,Max Clust. (L=100) β,Max TM (L=100) β,ppl (L=200) β,pLDDT (L=200) β,pairwise TM (L=200) β,Max Clust. (L=200) β,Max TM (L=200) β,ppl (L=300) β,pLDDT (L=300) β,pairwise TM (L=300) β,Max Clust. (L=300) β,Max TM (L=300) β,ppl (L=500) β,pLDDT (L=500) β,pairwise TM (L=500) β,Max Clust. (L=500) β,Max TM (L=500) β
|
2 |
-
Native Seqs
|
3 |
Progen 2 (700M),8.28,64.00,0.42,0.94,0.64,5.68,69.91,0.40,0.91,0.69,6.25,65.69,0.42,0.93,0.66,4.27,61.45,0.32,0.95,0.68
|
4 |
EvoDiff,16.89,50.20,0.43,0.98,0.69,17.28,50.66,0.36,1.00,0.71,17.13,45.14,0.31,1.00,0.68,16.51,43.14,0.31,1.00,0.69
|
5 |
DPLM (650M),6.21,85.38,0.50,0.80,0.74,4.61,93.54,0.54,0.70,0.91,3.47,93.07,0.57,0.63,0.91,3.33,87.73,0.43,0.85,0.85
|
|
|
1 |
Model,ppl (L=100) β,pLDDT (L=100) β,pairwise TM (L=100) β,Max Clust. (L=100) β,Max TM (L=100) β,ppl (L=200) β,pLDDT (L=200) β,pairwise TM (L=200) β,Max Clust. (L=200) β,Max TM (L=200) β,ppl (L=300) β,pLDDT (L=300) β,pairwise TM (L=300) β,Max Clust. (L=300) β,Max TM (L=300) β,ppl (L=500) β,pLDDT (L=500) β,pairwise TM (L=500) β,Max Clust. (L=500) β,Max TM (L=500) β
|
2 |
+
Native Seqs,-,68.46,0.55,0.75,-,-,61.91,0.49,0.78,-,-,61.49,0.51,0.85,-,-,62.95,0.51,0.78,-
|
3 |
Progen 2 (700M),8.28,64.00,0.42,0.94,0.64,5.68,69.91,0.40,0.91,0.69,6.25,65.69,0.42,0.93,0.66,4.27,61.45,0.32,0.95,0.68
|
4 |
EvoDiff,16.89,50.20,0.43,0.98,0.69,17.28,50.66,0.36,1.00,0.71,17.13,45.14,0.31,1.00,0.68,16.51,43.14,0.31,1.00,0.69
|
5 |
DPLM (650M),6.21,85.38,0.50,0.80,0.74,4.61,93.54,0.54,0.70,0.91,3.47,93.07,0.57,0.63,0.91,3.33,87.73,0.43,0.85,0.85
|
data/structure_design.csv
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
Model,scTM (L=50) β,scRMSD (L=50) β,Max TM (L=50) β,pairwise TM (L=50) β,Max Clust. (L=50) β,scTM (L=100) β,scRMSD (L=100) β,Max TM (L=100) β,pairwise TM (L=100) β,Max Clust. (L=100) β,scTM (L=300) β,scRMSD (L=300) β,Max TM (L=300) β,pairwise TM (L=300) β,Max Clust. (L=300) β,scTM (L=500) β,scRMSD (L=500) β,Max TM (L=500) β,pairwise TM (L=500) β,Max Clust. (L=500) β
|
2 |
-
Native PDBs,0.91,0.74
|
3 |
RFdiffusion,0.95,0.45,0.65,0.58,0.67,0.98,0.48,0.76,0.41,0.32,0.96,1.03,0.64,0.36,0.65,0.79,5.60,0.62,0.33,0.89
|
4 |
FrameFlow,0.91,0.58,0.75,0.68,0.39,0.94,0.70,0.72,0.55,0.49,0.92,1.95,0.65,0.43,0.88,0.61,7.92,0.61,0.40,0.92
|
5 |
Chroma,0.85,1.05,0.59,0.29,0.48,0.89,1.27,0.70,0.35,0.59,0.87,2.47,0.66,0.36,0.67,0.72,6.71,0.60,0.29,0.99
|
|
|
1 |
Model,scTM (L=50) β,scRMSD (L=50) β,Max TM (L=50) β,pairwise TM (L=50) β,Max Clust. (L=50) β,scTM (L=100) β,scRMSD (L=100) β,Max TM (L=100) β,pairwise TM (L=100) β,Max Clust. (L=100) β,scTM (L=300) β,scRMSD (L=300) β,Max TM (L=300) β,pairwise TM (L=300) β,Max Clust. (L=300) β,scTM (L=500) β,scRMSD (L=500) β,Max TM (L=500) β,pairwise TM (L=500) β,Max Clust. (L=500) β
|
2 |
+
Native PDBs,0.91,0.74,-,0.29,0.66,0.96,0.67,-,0.30,0.77,0.97,0.82,-,0.28,0.77,0.97,1.07,-,0.29,0.80
|
3 |
RFdiffusion,0.95,0.45,0.65,0.58,0.67,0.98,0.48,0.76,0.41,0.32,0.96,1.03,0.64,0.36,0.65,0.79,5.60,0.62,0.33,0.89
|
4 |
FrameFlow,0.91,0.58,0.75,0.68,0.39,0.94,0.70,0.72,0.55,0.49,0.92,1.95,0.65,0.43,0.88,0.61,7.92,0.61,0.40,0.92
|
5 |
Chroma,0.85,1.05,0.59,0.29,0.48,0.89,1.27,0.70,0.35,0.59,0.87,2.47,0.66,0.36,0.67,0.72,6.71,0.60,0.29,0.99
|