cnedwards commited on
Commit
629d1d2
·
verified ·
1 Parent(s): 474c4e3

Link AssayLoop paper and update citation

Browse files

Replace the placeholder paper link and BibTeX entry with arXiv:2609.11877, using comma-form author names for unambiguous parsing.

Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -13,7 +13,7 @@ pipeline_tag: other
13
  # AssayFormer
14
 
15
 
16
- [Website](https://genentech.github.io/AssayLoop) | [Models and Data](https://huggingface.co/collections/Genentech/assaybench) | [Paper](README_DETAILED.md) | [![Benchmark Package](https://img.shields.io/pypi/v/assaybench)](https://pypi.org/project/assaybench/)
17
 
18
  ![The task: a screen is a library of genes, a phenotype and a hit set. Each round, a method
19
  sees the phenotype and everything it has already assayed, and chooses the next hundred
@@ -105,13 +105,13 @@ you only need an embedding backend for screens of your own.
105
  ## Citation
106
 
107
  ```bibtex
108
- @article{assayloop2026,
109
- title = {Biology-in-the-loop: Amortized Adaptive Hit Discovery in CRISPR Screens},
110
- author = {Edwards, Carl and De Brouwer, Edward and Li, Xiner and
111
- Lee, Namkyeong and Hajiramezanali, Ehsan and Biton, Anne and
112
- Mostafavi, Sara and Scalia, Gabriele},
113
- journal = {arXiv preprint arXiv:TODO},
114
- year = {2026}
115
  }
116
  ```
117
 
 
13
  # AssayFormer
14
 
15
 
16
+ [Website](https://genentech.github.io/AssayLoop) | [Models and Data](https://huggingface.co/collections/Genentech/assaybench) | [Paper](https://arxiv.org/abs/2609.11877) | [![Benchmark Package](https://img.shields.io/pypi/v/assaybench)](https://pypi.org/project/assaybench/)
17
 
18
  ![The task: a screen is a library of genes, a phenotype and a hit set. Each round, a method
19
  sees the phenotype and everything it has already assayed, and chooses the next hundred
 
105
  ## Citation
106
 
107
  ```bibtex
108
+ @article{edwards2026biologyloop,
109
+ title={Biology-in-the-loop: Amortized Adaptive Hit Discovery in CRISPR Screens},
110
+ author={Edwards, Carl and De Brouwer, Edward and Li, Xiner and Lee, Namkyeong and
111
+ Hajiramezanali, Ehsan and Biton, Anne and Mostafavi, Sara and Scalia, Gabriele},
112
+ journal={arXiv preprint arXiv:2609.11877},
113
+ url={https://arxiv.org/abs/2609.11877},
114
+ year={2026}
115
  }
116
  ```
117