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
Copy file name to clipboardexpand all lines: docs/source/index.rst
+8-3
Original file line number
Diff line number
Diff line change
@@ -30,9 +30,14 @@ openTSNE is a modular Python implementation of t-Distributed Stochasitc Neighbor
30
30
References
31
31
----------
32
32
33
-
.. [1] Van Der Maaten, Laurens, and Hinton, Geoffrey. `“Visualizing data using t-SNE” <http://www.jmlr.org/papers/volume9/vandermaaten08a/vandermaaten08a.pdf>`__, Journal of Machine Learning Research (2008).
34
-
.. [2] Poličar, Pavlin G., Martin Stražar, and Blaž Zupan. `“Embedding to Reference t-SNE Space Addresses Batch Effects in Single-Cell Classification” <https://www.biorxiv.org/content/10.1101/671404v1.abstract>`__, BioRxiv (2019).
35
-
.. [3] Van Der Maaten, Laurens. `“Accelerating t-SNE using tree-based algorithms” <http://www.jmlr.org/papers/volume15/vandermaaten14a/vandermaaten14a.pdf>`__, Journal of Machine Learning Research (2014).
33
+
.. [1] Van der Maaten, Laurens, and Hinton, Geoffrey. `“Visualizing data using t-SNE” <http://www.jmlr.org/papers/volume9/vandermaaten08a/vandermaaten08a.pdf>`__, Journal of Machine Learning Research (2008).
34
+
35
+
.. [2] Poličar, Pavlin G., Martin Stražar, and Blaž Zupan. `“Embedding to Reference t-SNE Space Addresses Batch Effects in Single-Cell Classification” <https://link.springer.com/article/10.1007/s10994-021-06043-1>`__, Machine Learning (2021).
36
+
37
+
.. [3] Van der Maaten, Laurens. `“Accelerating t-SNE using tree-based algorithms” <http://www.jmlr.org/papers/volume15/vandermaaten14a/vandermaaten14a.pdf>`__, Journal of Machine Learning Research (2014).
38
+
36
39
.. [4] Linderman, George C., et al. `"Fast interpolation-based t-SNE for improved visualization of single-cell RNA-seq data" <https://www.nature.com/articles/s41592-018-0308-4>`__, Nature Methods (2019).
40
+
37
41
.. [5] Kobak, Dmitry, and Berens, Philipp. `“The art of using t-SNE for single-cell transcriptomics” <https://www.nature.com/articles/s41467-019-13056-x>`__, Nature Communications (2019).
42
+
38
43
.. [6] Macosko, Evan Z., et al. \ `“Highly parallel genome-wide expression profiling of individual cells using nanoliter droplets” <https://www.sciencedirect.com/science/article/pii/S0092867415005498>`__, Cell (2015).
Copy file name to clipboardexpand all lines: docs/source/parameters.rst
+3-3
Original file line number
Diff line number
Diff line change
@@ -74,8 +74,8 @@ ints_in_interval: float
74
74
75
75
References
76
76
----------
77
-
.. [1] Kobak, Dmitry, and Philipp Berens. "The art of using t-SNE for single-cell transcriptomics." bioRxiv (2018): 453449.
77
+
.. [1] Kobak, Dmitry, and Berens, Philipp. `“The art of using t-SNE for single-cell transcriptomics” <https://www.nature.com/articles/s41467-019-13056-x>`__, Nature Communications (2019).
78
78
79
-
.. [2] Linderman, George C., and Stefan Steinerberger. "Clustering with t-SNE, provably." arXiv preprint arXiv:1706.02582 (2017).
79
+
.. [2] Linderman, George C., and Stefan Steinerberger. `“Clustering with t-SNE, provably.” <https://epubs.siam.org/doi/abs/10.1137/18M1216134>`__, SIAM Journal on Mathematics of Data Science (2019).
80
80
81
-
.. [3] Jacobs, Robert A. "Increased rates of convergence through learning rate adaptation." Neural networks 1.4 (1988): 295-307.
81
+
.. [3] Jacobs, Robert A. `"Increased rates of convergence through learning rate adaptation." <https://www.sciencedirect.com/science/article/abs/pii/0893608088900032>`__, Neural Networks (1988).
Copy file name to clipboardexpand all lines: docs/source/tsne_algorithm.rst
+3-3
Original file line number
Diff line number
Diff line change
@@ -204,8 +204,8 @@ UMAP, a recent and popular embedding technique for visualizing high dimensional
204
204
References
205
205
----------
206
206
207
-
.. [1] Maaten, Laurens van der, and Geoffrey Hinton. "Visualizing data using t-SNE." Journal of machine learning research 9.Nov (2008): 2579-2605.
207
+
.. [1] Van der Maaten, Laurens, and Hinton, Geoffrey. `“Visualizing data using t-SNE” <http://www.jmlr.org/papers/volume9/vandermaaten08a/vandermaaten08a.pdf>`__, Journal of Machine Learning Research (2008).
208
208
209
-
.. [2] Van Der Maaten, Laurens. "Accelerating t-SNE using tree-based algorithms." The Journal of Machine Learning Research 15.1 (2014): 3221-3245.
209
+
.. [2] Van der Maaten, Laurens. `“Accelerating t-SNE using tree-based algorithms” <http://www.jmlr.org/papers/volume15/vandermaaten14a/vandermaaten14a.pdf>`__, Journal of Machine Learning Research (2014).
210
210
211
-
.. [3] Linderman, George C., et al. "Efficient Algorithms for t-distributed Stochastic Neighborhood Embedding." arXiv preprint arXiv:1712.09005 (2017).
211
+
.. [3] Linderman, George C., et al. `"Fast interpolation-based t-SNE for improved visualization of single-cell RNA-seq data" <https://www.nature.com/articles/s41592-018-0308-4>`__, Nature Methods (2019).
0 commit comments