forked from satijalab/seurat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCITATION
118 lines (113 loc) · 3.82 KB
/
CITATION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
citHeader("To cite Seurat in publications, please use:")
bibentry(bibtype = "article",
author = c(
as.person("Yuhan Hao"),
as.person("Tim Stuart"),
as.person("Madeline H Kowalski"),
as.person("Saket Choudhary"),
as.person("Paul Hoffman"),
as.person("Austin Hartman"),
as.person("Avi Srivastava"),
as.person("Gesmira Molla"),
as.person("Shaista Madad"),
as.person("Carlos Fernandez-Granda"),
as.person("Rahul Satija")
),
title = "Dictionary learning for integrative, multimodal and scalable single-cell analysis",
journal = "Nature Biotechnology",
year = "2023",
doi = "10.1038/s41587-023-01767-y",
url = "https://doi.org/10.1038/s41587-023-01767-y",
textVersion = "Hao et al. Dictionary learning for integrative, multimodal and scalable single-cell analysis. Nature Biotechnology (2023) [Seurat V5]"
)
bibentry(bibtype = "article",
author = c(
as.person("Yuhan Hao"),
as.person("Stephanie Hao"),
as.person("Erica Andersen-Nissen"),
as.person("William M. Mauck III"),
as.person("Shiwei Zheng"),
as.person("Andrew Butler"),
as.person("Maddie J. Lee"),
as.person("Aaron J. Wilk"),
as.person("Charlotte Darby"),
as.person("Michael Zagar"),
as.person("Paul Hoffman"),
as.person("Marlon Stoeckius"),
as.person("Efthymia Papalexi"),
as.person("Eleni P. Mimitou"),
as.person("Jaison Jain"),
as.person("Avi Srivastava"),
as.person("Tim Stuart"),
as.person("Lamar B. Fleming"),
as.person("Bertrand Yeung"),
as.person("Angela J. Rogers"),
as.person("Juliana M. McElrath"),
as.person("Catherine A. Blish"),
as.person("Raphael Gottardo"),
as.person("Peter Smibert"),
as.person("Rahul Satija")
),
title = "Integrated analysis of multimodal single-cell data",
journal = "Cell",
year = "2021",
doi = "10.1016/j.cell.2021.04.048",
url = "https://doi.org/10.1016/j.cell.2021.04.048",
textVersion = "Hao and Hao et al. Integrated analysis of multimodal single-cell data. Cell (2021) [Seurat V4]"
)
bibentry(bibtype = "article",
author = c(
as.person("Tim Stuart"),
as.person("Andrew Butler"),
as.person("Paul Hoffman"),
as.person("Christoph Hafemeister"),
as.person("Efthymia Papalexi"),
as.person("William M Mauck III"),
as.person("Yuhan Hao"),
as.person("Marlon Stoeckius"),
as.person("Peter Smibert"),
as.person("Rahul Satija")
),
title = "Comprehensive Integration of Single-Cell Data",
journal = "Cell",
year = "2019",
volume = "177",
pages = "1888-1902",
doi = "10.1016/j.cell.2019.05.031",
url = "https://doi.org/10.1016/j.cell.2019.05.031",
textVersion = "Stuart and Butler et al. Comprehensive Integration of Single-Cell Data. Cell (2019) [Seurat V3]"
)
bibentry(bibtype = "article",
author = c(
as.person("Andrew Butler"),
as.person("Paul Hoffman"),
as.person("Peter Smibert"),
as.person("Efthymia Papalexi"),
as.person("Rahul Satija")
),
title = "Integrating single-cell transcriptomic data across different conditions, technologies, and species",
journal = "Nature Biotechnology",
year = "2018",
volume = "36",
pages = "411-420",
doi = "10.1038/nbt.4096",
url = "https://doi.org/10.1038/nbt.4096",
textVersion = "Butler et al. Integrating single-cell transcriptomic data across different conditions, technologies, and species. Nat Biotechnol (2018) [Seurat V2]"
)
bibentry(bibtype = "article",
author = c(
as.person("Rahul Satija"),
as.person("Jeffrey A Farrell"),
as.person("David Gennert"),
as.person("Alexander F Schier"),
as.person("Aviv Regev")
),
title = "Spatial reconstruction of single-cell gene expression data",
journal = "Nature Biotechnology",
year = "2015",
volume = "33",
pages = "495-502",
doi = "10.1038/nbt.3192",
url = "https://doi.org/10.1038/nbt.3192",
textVersion = "Satija and Farrell et al. Spatial reconstruction of single-cell gene expression data. Nat Biotechnol (2015) [Seurat V1]"
)