gelnesr commited on
Commit
99d7802
·
verified ·
1 Parent(s): d25508b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -53,9 +53,9 @@ Note: There are some PDBs with multiple antibodies, so the number of PDB files a
53
  The resulting splits are provided as CSV files in the `data/` directory.
54
  The corresponding PDB structures for each split are also provided in the `PDB/` directory.
55
 
56
- - train.csv rows: 15033 | number of unique PDB_ID in train split: 7649
57
- - validation.csv rows: 3179 | number of unique PDB_ID in validation split: 1639
58
- - test.csv rows: 3188 | number of unique PDB_ID in test split: 1639
59
 
60
 
61
  ## Dataset Processing
@@ -145,7 +145,7 @@ Note: Be aware that when downloading the CSV files and opening them in Google Sh
145
 
146
 
147
  ## Citation
148
- @article{Huang2025,
149
  title = {SAAINT-DB: a comprehensive structural antibody database for antibody modeling and design},
150
  volume = {46},
151
  ISSN = {1745-7254},
@@ -158,4 +158,4 @@ Note: Be aware that when downloading the CSV files and opening them in Google Sh
158
  year = {2025},
159
  month = jun,
160
  pages = {3365–3375}
161
- }
 
53
  The resulting splits are provided as CSV files in the `data/` directory.
54
  The corresponding PDB structures for each split are also provided in the `PDB/` directory.
55
 
56
+ - `train.csv` rows: 15033 | number of unique PDB_ID in train split: 7649
57
+ - `validation.csv` rows: 3179 | number of unique PDB_ID in validation split: 1639
58
+ - `test.csv` rows: 3188 | number of unique PDB_ID in test split: 1639
59
 
60
 
61
  ## Dataset Processing
 
145
 
146
 
147
  ## Citation
148
+ ```@article{Huang2025,
149
  title = {SAAINT-DB: a comprehensive structural antibody database for antibody modeling and design},
150
  volume = {46},
151
  ISSN = {1745-7254},
 
158
  year = {2025},
159
  month = jun,
160
  pages = {3365–3375}
161
+ }```