-
Notifications
You must be signed in to change notification settings - Fork 25
/
.Rhistory
446 lines (446 loc) · 27.5 KB
/
.Rhistory
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
library(data.table)
## 2016 ##
# spatial transcriptomics
ST_OB_data_1 = list(
dataset = 'ST_OB1',
spatial_locs = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2016_ST_olfactory_bulb/cell_locations/Rep11_MOB_0_location.txt",
expr_matrix = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2016_ST_olfactory_bulb/count_matrix/Rep11_MOB_0_expr.txt",
metadata = c(NA)
)
ST_OB_data_2 = list(
dataset = 'ST_OB2',
spatial_locs = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2016_ST_olfactory_bulb/cell_locations/Rep12_MOB_0_location.txt",
expr_matrix = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2016_ST_olfactory_bulb/count_matrix/Rep12_MOB_0_expr.txt",
metadata = c(NA)
)
## 2018 ##
# codex
codex_spleen_data = list(
dataset = 'codex_spleen',
spatial_locs = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_codex_spleen/cell_locations/codex_BALBc_3_coord.txt",
expr_matrix = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_codex_spleen/count_matrix/codex_BALBc_3_expression.txt.gz",
metadata = c("https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_codex_spleen/cell_locations/codex_BALBc_3_annotation.txt",
"https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_codex_spleen/cell_locations/cell_type_annotation.csv")
)
# cyCIF
cyCIF_PDAC_data = list(
dataset = 'cycif_PDAC',
spatial_locs = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_CyCIF_PDAC/cell_locations/cyCIF_PDAC_coord.txt",
expr_matrix = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_CyCIF_PDAC/count_matrix/cyCIF_PDAC_expression.txt.gz",
metadata = c("https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_CyCIF_PDAC/cell_locations/cyCIF_PDAC_annot.txt",
"https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_CyCIF_PDAC/raw_data/canvas.png")
)
# merfish
merfish_preoptic_data = list(
dataset = 'merfish_preoptic',
spatial_locs = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_merFISH_science_hypo_preoptic/cell_locations/merFISH_3D_data_cell_locations.txt",
expr_matrix = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_merFISH_science_hypo_preoptic/count_matrix/merFISH_3D_data_expression.txt.gz",
metadata = c("https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_merFISH_science_hypo_preoptic/cell_locations/merFISH_3D_metadata.txt")
)
# osmfish
osmfish_SS_data = list(
dataset = 'osmfish_SS_cortex',
spatial_locs = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_osmFISH_SScortex/cell_locations/osmFISH_prep_cell_coordinates.txt",
expr_matrix = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_osmFISH_SScortex/count_matrix/osmFISH_prep_expression.txt",
metadata = c("https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_osmFISH_SScortex/raw_data/osmFISH_prep_cell_metadata.txt")
)
# starmap
starmap_cortex_data = list(
dataset = 'starmap_3D_cortex',
spatial_locs = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_starmap_3D_cortex/cell_locations/STARmap_3D_data_cell_locations.txt",
expr_matrix = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_starmap_3D_cortex/count_matrix/STARmap_3D_data_expression.txt",
metadata = c(NA)
)
## 2019
# seqfish ss cortex
seqfish_SS_data = list(
dataset = 'seqfish_SS_cortex',
spatial_locs = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2019_seqfish_plus_SScortex/cell_locations/cortex_svz_centroids_coord.txt",
expr_matrix = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2019_seqfish_plus_SScortex/count_matrix/cortex_svz_expression.txt",
metadata = c("https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2019_seqfish_plus_SScortex/cell_locations/cortex_svz_centroids_annot.txt")
)
# seqfish OB
seqfish_OB_data = list(
dataset = 'seqfish_OB',
spatial_locs = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2019_seqfish_plus_olfactory_bulb/cell_locations/OB_centroids_coord.txt",
expr_matrix = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2019_seqfish_plus_olfactory_bulb/count_matrix/OB_expression.txt",
metadata = c("https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2019_seqfish_plus_olfactory_bulb/cell_locations/OB_centroids_annot.txt")
)
# slideseq cerebellum
slideseq_cerebellum_data = list(
dataset = 'slideseq_cerebellum',
spatial_locs = "https://zenodo.org/record/4034228/files/BeadLocationsForR.csv",
expr_matrix = "https://zenodo.org/record/4034228/files/MappedDGEForR.csv",
metadata = c("https://zenodo.org/record/4034228/files/l1.cerebellum.cellID.txt",
"https://zenodo.org/record/4034228/files/l1.cerebellum.cells.nonblood.txt",
"https://zenodo.org/record/4034228/files/l1.cerebellum.cells.txt",
"https://zenodo.org/record/4034228/files/l1.cerebellum.class.txt",
"https://zenodo.org/record/4034228/files/l1.cerebellum.genes.txt",
"https://zenodo.org/record/4034228/files/l1.cerebellum.txt")
)
## 2020
ST_SCC_data = list(
dataset = 'ST_SCC',
spatial_locs = c("https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/cell_locations/P2_1_spatial_locs.csv",
"https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/cell_locations/P2_2_spatial_locs.csv",
"https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/cell_locations/P2_3_spatial_locs.csv"),
expr_matrix = c("https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/count_matrix/P2_1_expression.csv",
"https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/count_matrix/P2_2_expression.csv",
"https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/count_matrix/P2_3_expression.csv"),
metadata = c("https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/raw_data/GSM4284316_P2_ST_rep1.jpg",
"https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/raw_data/GSM4284317_P2_ST_rep2.jpg",
"https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/raw_data/GSM4284318_P2_ST_rep3.jpg")
)
# create datasets.txt
# need to be placed in /extdata directory of Giotto package
datasets = as.data.table(rbind(ST_OB_data_1,
ST_OB_data_2,
codex_spleen_data,
cyCIF_PDAC_data,
starmap_cortex_data,
osmfish_SS_data,
merfish_preoptic_data,
seqfish_SS_data,
seqfish_OB_data,
slideseq_cerebellum_data,
ST_SCC_data), row.names = F)
fwrite(datasets, './datasets.txt', sep = '\t')
library(data.table)
## 2016 ##
# spatial transcriptomics
ST_OB_data_1 = list(
dataset = 'ST_OB1',
spatial_locs = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2016_ST_olfactory_bulb/cell_locations/Rep11_MOB_0_location.txt",
expr_matrix = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2016_ST_olfactory_bulb/count_matrix/Rep11_MOB_0_expr.txt",
metadata = c(NA)
)
ST_OB_data_2 = list(
dataset = 'ST_OB2',
spatial_locs = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2016_ST_olfactory_bulb/cell_locations/Rep12_MOB_0_location.txt",
expr_matrix = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2016_ST_olfactory_bulb/count_matrix/Rep12_MOB_0_expr.txt",
metadata = c(NA)
)
## 2018 ##
# codex
codex_spleen_data = list(
dataset = 'codex_spleen',
spatial_locs = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_codex_spleen/cell_locations/codex_BALBc_3_coord.txt",
expr_matrix = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_codex_spleen/count_matrix/codex_BALBc_3_expression.txt.gz",
metadata = c("https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_codex_spleen/cell_locations/codex_BALBc_3_annotation.txt",
"https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_codex_spleen/cell_locations/cell_type_annotation.csv")
)
# cyCIF
cyCIF_PDAC_data = list(
dataset = 'cycif_PDAC',
spatial_locs = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_CyCIF_PDAC/cell_locations/cyCIF_PDAC_coord.txt",
expr_matrix = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_CyCIF_PDAC/count_matrix/cyCIF_PDAC_expression.txt.gz",
metadata = c("https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_CyCIF_PDAC/cell_locations/cyCIF_PDAC_annot.txt",
"https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_CyCIF_PDAC/raw_data/canvas.png")
)
# merfish
merfish_preoptic_data = list(
dataset = 'merfish_preoptic',
spatial_locs = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_merFISH_science_hypo_preoptic/cell_locations/merFISH_3D_data_cell_locations.txt",
expr_matrix = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_merFISH_science_hypo_preoptic/count_matrix/merFISH_3D_data_expression.txt.gz",
metadata = c("https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_merFISH_science_hypo_preoptic/cell_locations/merFISH_3D_metadata.txt")
)
# osmfish
osmfish_SS_data = list(
dataset = 'osmfish_SS_cortex',
spatial_locs = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_osmFISH_SScortex/cell_locations/osmFISH_prep_cell_coordinates.txt",
expr_matrix = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_osmFISH_SScortex/count_matrix/osmFISH_prep_expression.txt",
metadata = c("https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_osmFISH_SScortex/raw_data/osmFISH_prep_cell_metadata.txt")
)
# starmap
starmap_cortex_data = list(
dataset = 'starmap_3D_cortex',
spatial_locs = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_starmap_3D_cortex/cell_locations/STARmap_3D_data_cell_locations.txt",
expr_matrix = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_starmap_3D_cortex/count_matrix/STARmap_3D_data_expression.txt",
metadata = c(NA)
)
## 2019
# seqfish ss cortex
seqfish_SS_data = list(
dataset = 'seqfish_SS_cortex',
spatial_locs = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2019_seqfish_plus_SScortex/cell_locations/cortex_svz_centroids_coord.txt",
expr_matrix = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2019_seqfish_plus_SScortex/count_matrix/cortex_svz_expression.txt",
metadata = c("https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2019_seqfish_plus_SScortex/cell_locations/cortex_svz_centroids_annot.txt")
)
# seqfish OB
seqfish_OB_data = list(
dataset = 'seqfish_OB',
spatial_locs = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2019_seqfish_plus_olfactory_bulb/cell_locations/OB_centroids_coord.txt",
expr_matrix = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2019_seqfish_plus_olfactory_bulb/count_matrix/OB_expression.txt",
metadata = c("https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2019_seqfish_plus_olfactory_bulb/cell_locations/OB_centroids_annot.txt")
)
# slideseq cerebellum
slideseq_cerebellum_data = list(
dataset = 'slideseq_cerebellum',
spatial_locs = "https://zenodo.org/record/4034228/files/BeadLocationsForR.csv",
expr_matrix = "https://zenodo.org/record/4034228/files/MappedDGEForR.csv",
metadata = c("https://zenodo.org/record/4034228/files/l1.cerebellum.cellID.txt",
"https://zenodo.org/record/4034228/files/l1.cerebellum.cells.nonblood.txt",
"https://zenodo.org/record/4034228/files/l1.cerebellum.cells.txt",
"https://zenodo.org/record/4034228/files/l1.cerebellum.class.txt",
"https://zenodo.org/record/4034228/files/l1.cerebellum.genes.txt",
"https://zenodo.org/record/4034228/files/l1.cerebellum.txt")
)
## 2020
ST_SCC_data = list(
dataset = 'ST_SCC',
spatial_locs = c("https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/cell_locations/P2_1_spatial_locs.csv",
"https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/cell_locations/P2_2_spatial_locs.csv",
"https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/cell_locations/P2_3_spatial_locs.csv"),
expr_matrix = c("https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/count_matrix/P2_1_expression.csv",
"https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/count_matrix/P2_2_expression.csv",
"https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/count_matrix/P2_3_expression.csv"),
metadata = c("https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/raw_data/GSM4284316_P2_ST_rep1.jpg",
"https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/raw_data/GSM4284317_P2_ST_rep2.jpg",
"https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/raw_data/GSM4284318_P2_ST_rep3.jpg",
"https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/raw_data/p2_metadata.rds",
"https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/raw_data/scrna_expr.rds")
)
# create datasets.txt
# need to be placed in /extdata directory of Giotto package
datasets = as.data.table(rbind(ST_OB_data_1,
ST_OB_data_2,
codex_spleen_data,
cyCIF_PDAC_data,
starmap_cortex_data,
osmfish_SS_data,
merfish_preoptic_data,
seqfish_SS_data,
seqfish_OB_data,
slideseq_cerebellum_data,
ST_SCC_data), row.names = F)
fwrite(datasets, './datasets.txt', sep = '\t')
library(data.table)
## 2016 ####
# spatial transcriptomics ####
ST_OB_data_1 = list(
dataset = 'ST_OB1',
spatial_locs = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2016_ST_olfactory_bulb/cell_locations/Rep11_MOB_0_location.txt",
expr_matrix = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2016_ST_olfactory_bulb/count_matrix/Rep11_MOB_0_expr.txt",
metadata = c(NA)
)
ST_OB_data_2 = list(
dataset = 'ST_OB2',
spatial_locs = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2016_ST_olfactory_bulb/cell_locations/Rep12_MOB_0_location.txt",
expr_matrix = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2016_ST_olfactory_bulb/count_matrix/Rep12_MOB_0_expr.txt",
metadata = c(NA)
)
## 2018 ####
# codex ####
codex_spleen_data = list(
dataset = 'codex_spleen',
spatial_locs = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_codex_spleen/cell_locations/codex_BALBc_3_coord.txt",
expr_matrix = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_codex_spleen/count_matrix/codex_BALBc_3_expression.txt.gz",
metadata = c("https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_codex_spleen/cell_locations/codex_BALBc_3_annotation.txt",
"https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_codex_spleen/cell_locations/cell_type_annotation.csv")
)
# cyCIF ####
cyCIF_PDAC_data = list(
dataset = 'cycif_PDAC',
spatial_locs = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_CyCIF_PDAC/cell_locations/cyCIF_PDAC_coord.txt",
expr_matrix = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_CyCIF_PDAC/count_matrix/cyCIF_PDAC_expression.txt.gz",
metadata = c("https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_CyCIF_PDAC/cell_locations/cyCIF_PDAC_annot.txt",
"https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_CyCIF_PDAC/raw_data/canvas.png")
)
# merfish ####
merfish_preoptic_data = list(
dataset = 'merfish_preoptic',
spatial_locs = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_merFISH_science_hypo_preoptic/cell_locations/merFISH_3D_data_cell_locations.txt",
expr_matrix = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_merFISH_science_hypo_preoptic/count_matrix/merFISH_3D_data_expression.txt.gz",
metadata = c("https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_merFISH_science_hypo_preoptic/cell_locations/merFISH_3D_metadata.txt")
)
# osmfish ####
osmfish_SS_data = list(
dataset = 'osmfish_SS_cortex',
spatial_locs = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_osmFISH_SScortex/cell_locations/osmFISH_prep_cell_coordinates.txt",
expr_matrix = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_osmFISH_SScortex/count_matrix/osmFISH_prep_expression.txt",
metadata = c("https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_osmFISH_SScortex/raw_data/osmFISH_prep_cell_metadata.txt")
)
# starmap ####
starmap_cortex_data = list(
dataset = 'starmap_3D_cortex',
spatial_locs = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_starmap_3D_cortex/cell_locations/STARmap_3D_data_cell_locations.txt",
expr_matrix = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_starmap_3D_cortex/count_matrix/STARmap_3D_data_expression.txt",
metadata = c(NA)
)
## 2019 ####
# seqfish ss cortex ####
seqfish_SS_data = list(
dataset = 'seqfish_SS_cortex',
spatial_locs = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2019_seqfish_plus_SScortex/cell_locations/cortex_svz_centroids_coord.txt",
expr_matrix = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2019_seqfish_plus_SScortex/count_matrix/cortex_svz_expression.txt",
metadata = c("https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2019_seqfish_plus_SScortex/cell_locations/cortex_svz_centroids_annot.txt")
)
# seqfish OB ####
seqfish_OB_data = list(
dataset = 'seqfish_OB',
spatial_locs = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2019_seqfish_plus_olfactory_bulb/cell_locations/OB_centroids_coord.txt",
expr_matrix = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2019_seqfish_plus_olfactory_bulb/count_matrix/OB_expression.txt",
metadata = c("https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2019_seqfish_plus_olfactory_bulb/cell_locations/OB_centroids_annot.txt")
)
# slideseq cerebellum ####
slideseq_cerebellum_data = list(
dataset = 'slideseq_cerebellum',
spatial_locs = "https://zenodo.org/record/4034228/files/BeadLocationsForR.csv",
expr_matrix = "https://zenodo.org/record/4034228/files/MappedDGEForR.csv",
metadata = c("https://zenodo.org/record/4034228/files/l1.cerebellum.cellID.txt",
"https://zenodo.org/record/4034228/files/l1.cerebellum.cells.nonblood.txt",
"https://zenodo.org/record/4034228/files/l1.cerebellum.cells.txt",
"https://zenodo.org/record/4034228/files/l1.cerebellum.class.txt",
"https://zenodo.org/record/4034228/files/l1.cerebellum.genes.txt",
"https://zenodo.org/record/4034228/files/l1.cerebellum.txt")
)
## 2020 ####
# ST SCC ####
ST_SCC_data = list(
dataset = 'ST_SCC',
spatial_locs = c("https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/cell_locations/P2_1_spatial_locs.csv",
"https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/cell_locations/P2_2_spatial_locs.csv",
"https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/cell_locations/P2_3_spatial_locs.csv"),
expr_matrix = c("https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/count_matrix/P2_1_expression.csv",
"https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/count_matrix/P2_2_expression.csv",
"https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/count_matrix/P2_3_expression.csv"),
metadata = c("https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/scRNAseq/p2_metadata.rds",
"https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/scRNAseq/scrna_expr.rds",
"https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/scRNAseq/normalized_sc_matrix.RDS",
"https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/scRNAseq/cell_type_vector.RDS",
"https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/scRNAseq/sign_list.RDS",
"https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/lowres_images/P2_1_0.0625.jpg",
"https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/lowres_images/P2_2_0.0625.jpg",
"https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/lowres_images/P2_3_0.0625.jpg",
"https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/imgReg.zip",
"https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/PairsLigRec.txt")
)
# create datasets.txt
# need to be placed in /extdata directory of Giotto package
datasets = as.data.table(rbind(ST_OB_data_1,
ST_OB_data_2,
codex_spleen_data,
cyCIF_PDAC_data,
starmap_cortex_data,
osmfish_SS_data,
merfish_preoptic_data,
seqfish_SS_data,
seqfish_OB_data,
slideseq_cerebellum_data,
ST_SCC_data), row.names = F)
fwrite(datasets, './datasets.txt', sep = '\t')
library(data.table)
## 2016 ####
# spatial transcriptomics ####
ST_OB_data_1 = list(
dataset = 'ST_OB1',
spatial_locs = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2016_ST_olfactory_bulb/cell_locations/Rep11_MOB_0_location.txt",
expr_matrix = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2016_ST_olfactory_bulb/count_matrix/Rep11_MOB_0_expr.txt",
metadata = c(NA)
)
ST_OB_data_2 = list(
dataset = 'ST_OB2',
spatial_locs = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2016_ST_olfactory_bulb/cell_locations/Rep12_MOB_0_location.txt",
expr_matrix = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2016_ST_olfactory_bulb/count_matrix/Rep12_MOB_0_expr.txt",
metadata = c(NA)
)
## 2018 ####
# codex ####
codex_spleen_data = list(
dataset = 'codex_spleen',
spatial_locs = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_codex_spleen/cell_locations/codex_BALBc_3_coord.txt",
expr_matrix = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_codex_spleen/count_matrix/codex_BALBc_3_expression.txt.gz",
metadata = c("https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_codex_spleen/cell_locations/codex_BALBc_3_annotation.txt",
"https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_codex_spleen/cell_locations/cell_type_annotation.csv")
)
# cyCIF ####
cyCIF_PDAC_data = list(
dataset = 'cycif_PDAC',
spatial_locs = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_CyCIF_PDAC/cell_locations/cyCIF_PDAC_coord.txt",
expr_matrix = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_CyCIF_PDAC/count_matrix/cyCIF_PDAC_expression.txt.gz",
metadata = c("https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_CyCIF_PDAC/cell_locations/cyCIF_PDAC_annot.txt",
"https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_CyCIF_PDAC/raw_data/canvas.png")
)
# merfish ####
merfish_preoptic_data = list(
dataset = 'merfish_preoptic',
spatial_locs = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_merFISH_science_hypo_preoptic/cell_locations/merFISH_3D_data_cell_locations.txt",
expr_matrix = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_merFISH_science_hypo_preoptic/count_matrix/merFISH_3D_data_expression.txt.gz",
metadata = c("https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_merFISH_science_hypo_preoptic/cell_locations/merFISH_3D_metadata.txt")
)
# osmfish ####
osmfish_SS_data = list(
dataset = 'osmfish_SS_cortex',
spatial_locs = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_osmFISH_SScortex/cell_locations/osmFISH_prep_cell_coordinates.txt",
expr_matrix = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_osmFISH_SScortex/count_matrix/osmFISH_prep_expression.txt",
metadata = c("https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_osmFISH_SScortex/raw_data/osmFISH_prep_cell_metadata.txt")
)
# starmap ####
starmap_cortex_data = list(
dataset = 'starmap_3D_cortex',
spatial_locs = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_starmap_3D_cortex/cell_locations/STARmap_3D_data_cell_locations.txt",
expr_matrix = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2018_starmap_3D_cortex/count_matrix/STARmap_3D_data_expression.txt",
metadata = c(NA)
)
## 2019 ####
# seqfish ss cortex ####
seqfish_SS_data = list(
dataset = 'seqfish_SS_cortex',
spatial_locs = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2019_seqfish_plus_SScortex/cell_locations/cortex_svz_centroids_coord.txt",
expr_matrix = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2019_seqfish_plus_SScortex/count_matrix/cortex_svz_expression.txt",
metadata = c("https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2019_seqfish_plus_SScortex/cell_locations/cortex_svz_centroids_annot.txt")
)
# seqfish OB ####
seqfish_OB_data = list(
dataset = 'seqfish_OB',
spatial_locs = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2019_seqfish_plus_olfactory_bulb/cell_locations/OB_centroids_coord.txt",
expr_matrix = "https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2019_seqfish_plus_olfactory_bulb/count_matrix/OB_expression.txt",
metadata = c("https://raw.githubusercontent.com/RubD/spatial-datasets/master/data/2019_seqfish_plus_olfactory_bulb/cell_locations/OB_centroids_annot.txt")
)
# slideseq cerebellum ####
slideseq_cerebellum_data = list(
dataset = 'slideseq_cerebellum',
spatial_locs = "https://zenodo.org/record/4034228/files/BeadLocationsForR.csv",
expr_matrix = "https://zenodo.org/record/4034228/files/MappedDGEForR.csv",
metadata = c("https://zenodo.org/record/4034228/files/l1.cerebellum.cellID.txt",
"https://zenodo.org/record/4034228/files/l1.cerebellum.cells.nonblood.txt",
"https://zenodo.org/record/4034228/files/l1.cerebellum.cells.txt",
"https://zenodo.org/record/4034228/files/l1.cerebellum.class.txt",
"https://zenodo.org/record/4034228/files/l1.cerebellum.genes.txt",
"https://zenodo.org/record/4034228/files/l1.cerebellum.txt")
)
## 2020 ####
# ST SCC ####
ST_SCC_data = list(
dataset = 'ST_SCC',
spatial_locs = c("https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/cell_locations/P2_1_spatial_locs.csv",
"https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/cell_locations/P2_2_spatial_locs.csv",
"https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/cell_locations/P2_3_spatial_locs.csv"),
expr_matrix = c("https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/count_matrix/P2_1_expression.csv",
"https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/count_matrix/P2_2_expression.csv",
"https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/count_matrix/P2_3_expression.csv"),
metadata = c("https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/scRNAseq/p2_metadata.rds",
"https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/scRNAseq/scrna_expr.rds",
"https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/scRNAseq/normalized_sc_matrix.RDS",
"https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/scRNAseq/cell_type_vector.RDS",
"https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/scRNAseq/sign_list.RDS",
"https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/lowres_images/P2_1_0.0625.jpg",
"https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/lowres_images/P2_2_0.0625.jpg",
"https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/lowres_images/P2_3_0.0625.jpg",
"https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/imgReg.zip",
"https://github.com/RubD/spatial-datasets/raw/master/data/2020_ST_SCC/PairsLigRec.txt")
)
# create datasets.txt
# need to be placed in /extdata directory of Giotto package
datasets = as.data.table(rbind(ST_OB_data_1,
ST_OB_data_2,
codex_spleen_data,
cyCIF_PDAC_data,
starmap_cortex_data,
osmfish_SS_data,
merfish_preoptic_data,
seqfish_SS_data,
seqfish_OB_data,
slideseq_cerebellum_data,
ST_SCC_data), row.names = F)
fwrite(datasets, './datasets.txt', sep = '\t')