ABDEFGHMNOPQRS
1
The following fields are required to be the first four columns in the *.qptiff.channels.csv file (order matters). Data providers are welcome to include additional columns that further describe the channels. This file should include one row per channel in the accompanying QPTIFF file.
2
3
4
5
Field NameField TypeDefinitionOptions:
required, optional
NOTESVALUES for CATEGORICAL FIELDS
6
7
channel idtextStructure of the identifier depends on the acquisition system. Whenever possible this should exactly match the channel ID in the QPTIFF file. For example the channel ID in an QPTIFF might be something like "Channel:0:13" which would then be the value entered here.required
8
is channel used for nuclei segmentationbooleanSpecifies if this channel can be used by algorithms performing nuclei segmentation ("Yes" or "No").requiredIn data types for which a HIVE pipeline performs cell and nuclear segmentation, exactly one channel must have value "Yes".
9
is channel used for cell segmentationbooleanSpecifies if this channel can be used by algorithms performing cell segmentation ("Yes" or "No").requiredIn data types for which a HIVE pipeline performs cell and nuclear segmentation, exactly one channel must have value "Yes".
10
is antibodybooleanDoes this channel encode image intensities associated with an antibody ("Yes" or "No")? If "Yes" then the relevant antibody is expected to be listed in the antibodies.tsv file with the same channel ID.required
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