MuteJester commited on
Commit
2e422e0
·
verified ·
1 Parent(s): 1e943ad

Upload AlignAIR 3.0 pretrained models (5 models)

Browse files
Files changed (1) hide show
  1. README.md +14 -4
README.md CHANGED
@@ -89,11 +89,21 @@ Each model directory contains:
89
 
90
  If you use AlignAIR in your research, please cite:
91
 
 
 
92
  ```bibtex
93
- @article{alignair2024,
94
- title={AlignAIR: Deep Learning for Multi-Task Immunoglobulin Sequence Alignment},
95
- author={Konstantinovsky, Thomas and Peres, Ayelet},
96
- year={2024}
 
 
 
 
 
 
 
 
97
  }
98
  ```
99
 
 
89
 
90
  If you use AlignAIR in your research, please cite:
91
 
92
+ > Konstantinovsky, T., Peres, A., Eisenberg, R., Polak, P., Lindenbaum, O., & Yaari, G. (2025). Enhancing sequence alignment of adaptive immune receptors through multi-task deep learning. *Nucleic Acids Research*, 53(13). https://doi.org/10.1093/nar/gkaf651
93
+
94
  ```bibtex
95
+ @article{Konstantinovsky2025,
96
+ title = {Enhancing sequence alignment of adaptive immune receptors through multi-task deep learning},
97
+ volume = {53},
98
+ ISSN = {1362-4962},
99
+ url = {http://dx.doi.org/10.1093/nar/gkaf651},
100
+ DOI = {10.1093/nar/gkaf651},
101
+ number = {13},
102
+ journal = {Nucleic Acids Research},
103
+ publisher = {Oxford University Press (OUP)},
104
+ author = {Konstantinovsky, Thomas and Peres, Ayelet and Eisenberg, Ran and Polak, Pazit and Lindenbaum, Ofir and Yaari, Gur},
105
+ year = {2025},
106
+ month = jul
107
  }
108
  ```
109