You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: bump ruff pre-commit hook version
* Fix copy
* Fix some warnings
* Fix reading from adata
* Test on 3.12
* Update tox
* Use `macos-14`
* Drop 3.8 support
* Update pre-commits
* Update tests (pre-commit)
* Run more pre-commits
* Fix more pre-commits
* Switch mostly to `np.random.default_rng`
* Fix rest of the pre-commits
* Update ruff version
* Use 3.9 type-hints
* Update black-docs
* Fix workflow Python version
* Try setting up conda on MacOS
* Fix if statement
* Use `observed=False`
* Update test figure
* Fix test on 3.12
* Unpin pytest version
* Remove `worker_id`
* Regenerate GT figures
* Regenerate rest of the figures
* Fix seeds in log_odds tests
* Update `cluster_lineage` figures
* Fix GAMR in failed model
* Reduce CI verbosity
* Run `format-references`
* Polish `cite.rst`
* Fix extra `clustering_kwargs`
---------
Co-authored-by: Heinz-Alexander Fuetterer <[email protected]>
Copy file name to clipboardExpand all lines: docs/about/cite.rst
+26-26Lines changed: 26 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,12 @@ CellRank's :class:`~cellrank.kernels.VelocityKernel` with classical RNA velocity
6
6
.. code-block:: bibtex
7
7
8
8
@article{lange:22,
9
-
title = {CellRank for directed single-cell fate mapping},
10
-
author = {Lange, Marius and Bergen, Volker and Klein, Michal and Setty, Manu and
11
-
Reuter, Bernhard and Bakhti, Mostafa and Lickert, Heiko and
12
-
Ansari, Meshal and Schniering, Janine and Schiller, Herbert B. and
13
-
Pe'er, Dana and Theis, Fabian J.},
14
-
journal = {Nat. Methods},
15
-
year = {2022},
16
-
doi = {10.1038/s41592-021-01346-6},
17
-
publisher = {Nature Publishing Group}
9
+
author = {Lange, Marius and Bergen, Volker and Klein, Michal and Setty, Manu and Reuter, Bernhard and Bakhti, Mostafa and Lickert, Heiko and Ansari, Meshal and Schniering, Janine and Schiller, Herbert B. and Pe'er, Dana and Theis, Fabian J.},
10
+
publisher = {Nature Publishing Group},
11
+
doi = {10.1038/s41592-021-01346-6},
12
+
journal = {Nat. Methods},
13
+
title = {CellRank for directed single-cell fate mapping},
14
+
year = {2022},
18
15
}
19
16
20
17
If you are using the :class:`~cellrank.kernels.PseudotimeKernel`, :class:`~cellrank.kernels.CytoTRACEKernel`, :class:`~cellrank.kernels.RealTimeKernel`, or the :class:`~cellrank.kernels.VelocityKernel` with velocities inferred
@@ -23,15 +20,18 @@ from metabolic labeling data using the CellRank 2 approach, cite :cite:`weiler:2
23
20
.. code-block:: bibtex
24
21
25
22
@article{weiler:24,
26
-
title = {CellRank 2: unified fate mapping in multiview single-cell data},
27
-
author = {Weiler, Philipp and Lange, Marius and Klein, Michal and Pe{\textquotesingle}er, Dana and Theis, Fabian},
0 commit comments