Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
We downloaded a total of 2525 ClinVar datasets from the official ProteinGym. Since the official did not provide the corresponding structure files, we performed the following operations to obtain the structures:
|
| 6 |
+
|
| 7 |
+
1. According to the sequence, we retrieved the corresponding UniProt id from the UniProt website and downloaded 2302 corresponding AlphaFold2 structures.
|
| 8 |
+
2. For the remaining proteins, we first folded them using ColabFold 1.5.5.
|
| 9 |
+
3. Among them, 12 proteins were too long to fold, and we solved this problem using the AlphaFold3 server.
|