Citation¶
Citing scFoundry¶
If this framework or any of the tools provided here are useful for your research, please cite our work — it helps us a lot.
Siyu Hou, Penghui Yang, Wenjing Ma, Jinxi Xiang, Jade Xiaoqing Wang, Hui Wan, Ying Ma and Xiang Zhou (2026). Accessible and reproducible deployment reveals the practical boundaries of single-cell foundation models. bioRxiv. https://doi.org/10.64898/2026.01.06.698060
Note
The DOI is that of the bioRxiv preprint. The revised manuscript carries this title and author list; it will replace the version currently online within the next one to two weeks, and until then the DOI resolves to the earlier title.
@article{hou2026accessible,
title = {Accessible and reproducible deployment reveals the practical boundaries of single-cell foundation models},
author = {Hou, Siyu and Yang, Penghui and Ma, Wenjing and Xiang, Jinxi and Wang, Jade Xiaoqing and Wan, Hui and Ma, Ying and Zhou, Xiang},
year = {2026},
publisher = {Cold Spring Harbor Laboratory},
journal = {bioRxiv},
doi = {10.64898/2026.01.06.698060},
url = {https://doi.org/10.64898/2026.01.06.698060}
}
Citing the models you ran¶
scFoundry is a deployment and evaluation layer. The models themselves are the work of other groups, and using one through this framework does not replace citing it.
Important
Cite the upstream paper for every method whose results you report. The table below links each project so you can pick up its current citation; version numbers are the ones scFoundry pins.
Method |
Version |
Upstream project |
|---|---|---|
Cell2Sentence (C2S) |
v1.2.0 |
|
CELLama |
v0.1.0 |
|
CellFM |
commit |
|
CellPLM |
v0.1.0 |
|
Geneformer |
V2-316M |
|
GenePT |
commit |
|
LangCell |
commit |
|
Novae |
|
|
scBERT |
v1.0.0 |
|
scCello |
commit |
|
scFoundation |
commit |
|
scGPT |
v0.2.4 |
|
SCimilarity |
v0.4.1, model v1.1 |
|
scPRINT |
2.3.8, checkpoint |
|
scVI |
Census 2024-07-01 (Homo sapiens) |
https://virtualcellmodels.cziscience.com/model/scvi-homo-sapiens |
UCE |
commit |
Citing the integration baselines¶
The integration methods of embed have their own references:
Method |
Upstream project |
|---|---|
Harmony |
|
Seurat v5 (CCA and RPCA integration) |
|
scVI (de novo integration) |
Citing the metrics¶
The evaluation metrics come from the single-cell integration benchmarking literature and
are computed with scib-metrics and
scikit-learn. If you report metric values, cite scib-metrics alongside the original
benchmark papers for the specific metrics you use. Definitions and provenance for each
metric are on the evaluation metrics page. The
representation-geometry probes are defined in the accompanying paper; the TwoNN intrinsic
dimension estimator is due to Facco et al. (2017) and the R_NX criterion to Lee and
Verleysen (2009), both cited on the probes page.
Data¶
The benchmark in the paper is built on Tabula Sapiens data obtained from the CZ CELLxGENE Discover portal. If you reuse the prepared datasets, cite the Tabula Sapiens consortium and CZ CELLxGENE Discover as well — see Benchmark design for the exact collection.