Skip to content

Commit 8020e79

Browse files
authored
Update paper references (#64)
Update references to published paper.
1 parent 9f82e87 commit 8020e79

File tree

2 files changed

+28
-16
lines changed

2 files changed

+28
-16
lines changed

README.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
11
# CellRank 2's reproducibility repository
22

3-
This repsitory contains the code to reproduce results shown in [_Unified fate mapping in multiview single-cell data_](https://doi.org/10.1101/2023.07.19.549685)
3+
This repsitory contains the code to reproduce results shown in [_CellRank 2: unified fate mapping in multiview single-cell data_](https://doi.org/10.1038/s41592-024-02303-9)
44
and has been rendered as a Jupyter book [here](https://theislab.github.io/cellrank2_reproducibility/index.html). All datasets are freely available via CellRank's
55
API or [figshare](https://doi.org/10.6084/m9.figshare.c.6843633.v1). If you use our tool in your own work,
66
please cite it as
77

88
```
9-
@article{weiler:23,
10-
title = {Unified fate mapping in multiview single-cell data},
11-
author = {Weiler, Philipp and Lange, Marius and Klein, Michal and Pe{\textquotesingle}er, Dana and Theis, Fabian},
12-
doi = {10.1101/2023.07.19.549685},
13-
url = {https://doi.org/10.1101/2023.07.19.549685},
14-
year = {2023},
15-
publisher = {Cold Spring Harbor Laboratory},
9+
@article{weiler:24,
10+
title = {CellRank 2: unified fate mapping in multiview single-cell data},
11+
volume = {21},
12+
ISSN = {1548-7105},
13+
url = {http://dx.doi.org/10.1038/s41592-024-02303-9},
14+
DOI = {10.1038/s41592-024-02303-9},
15+
number = {7},
16+
journal = {Nature Methods},
17+
publisher = {Springer Science and Business Media LLC},
18+
author = {Weiler, Philipp and Lange, Marius and Klein, Michal and Pe’er, Dana and Theis, Fabian},
19+
year = {2024},
20+
month = jun,
21+
pages = {1196–1205}
1622
}
1723
```
1824

notebooks/index.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
11
# CellRank 2's reproducibility repository
22

3-
This repsitory contains the code to reproduce results shown in [_Unified fate mapping in multiview single-cell data_](https://doi.org/10.1101/2023.07.19.549685)
3+
This repsitory contains the code to reproduce results shown in [_CellRank 2: unified fate mapping in multiview single-cell data_](https://doi.org/10.1038/s41592-024-02303-9)
44
and has been rendered as a Jupyter book [here](https://theislab.github.io/cellrank2_reproducibility/index.html). All datasets are freely available via CellRank's
55
API or [figshare](https://doi.org/10.6084/m9.figshare.c.6843633.v1). If you use our tool in your own work,
66
please cite it as
77

88
```
9-
@article{weiler:23,
10-
title = {Unified fate mapping in multiview single-cell data},
11-
author = {Weiler, Philipp and Lange, Marius and Klein, Michal and Pe{\textquotesingle}er, Dana and Theis, Fabian},
12-
doi = {10.1101/2023.07.19.549685},
13-
url = {https://doi.org/10.1101/2023.07.19.549685},
14-
year = {2023},
15-
publisher = {Cold Spring Harbor Laboratory},
9+
@article{weiler:24,
10+
title = {CellRank 2: unified fate mapping in multiview single-cell data},
11+
volume = {21},
12+
ISSN = {1548-7105},
13+
url = {http://dx.doi.org/10.1038/s41592-024-02303-9},
14+
DOI = {10.1038/s41592-024-02303-9},
15+
number = {7},
16+
journal = {Nature Methods},
17+
publisher = {Springer Science and Business Media LLC},
18+
author = {Weiler, Philipp and Lange, Marius and Klein, Michal and Pe’er, Dana and Theis, Fabian},
19+
year = {2024},
20+
month = jun,
21+
pages = {1196–1205}
1622
}
1723
```
1824

0 commit comments

Comments
 (0)