-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathidr0043-experimentA-bulkmap-config.yml
202 lines (186 loc) · 6.11 KB
/
idr0043-experimentA-bulkmap-config.yml
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
---
name: idr0043-uhlen-humanproteinatlas/experimentA
version: 1
defaults:
# Should the column be processed when creating bulk-annotations (yes/no)
include: no
# Columns type of the bulk-annotations column
type: string
# If non-empty a string used to separate multiple fields in a column
# White space will be stripped
split: ;
# Should this column be included in the clients (yes/no)
includeclient: yes
# Should this column be visible in the clients, if no the column should be
# hidden in the client but will still be indexed by the searcher (yes/no)
visible: yes
# Should empty values be omitted from the client display
omitempty: yes
columns:
- name: Characteristics [Organism Part]
clientname: Organism Part
include: yes
- name: Characteristics [Sex]
clientname: Sex
include: yes
- name: Characteristics [Age]
clientname: Age
include: yes
- name: Characteristics [Individual]
clientname: Individual
include: yes
- name: Term Source 2 Accession
clientname: SNOMED Identifier
include: yes
- name: Analysis Gene Annotation Build
clientname: Ensembl version
include: yes
- name: Human Protein Atlas version
clientname: Human Protein Atlas version
include: yes
######################################################################
# mapr groups
######################################################################
- group:
namespace: openmicroscopy.org/mapr/organism
columns:
- name: Characteristics [Organism]
clientname: Organism
include: yes
- group:
namespace: openmicroscopy.org/mapr/gene
columns:
- name: Comment [Gene Identifier] 1
clientname: Gene Identifier
include: yes
- name: Comment [Gene Identifier] 1
clientname: Gene Identifier URL
clientvalue: http://www.ensembl.org/id/{{ value|urlencode }}
include: yes
- name: Comment [Gene Symbol] 1
clientname: Gene Symbol
include: yes
- group:
namespace: openmicroscopy.org/mapr/gene
columns:
- name: Comment [Gene Identifier] 2
clientname: Gene Identifier
include: yes
- name: Comment [Gene Identifier] 2
clientname: Gene Identifier URL
clientvalue: http://www.ensembl.org/id/{{ value|urlencode }}
include: yes
- name: Comment [Gene Symbol] 2
clientname: Gene Symbol
include: yes
- group:
namespace: openmicroscopy.org/mapr/gene
columns:
- name: Comment [Gene Identifier] 3
clientname: Gene Identifier
include: yes
- name: Comment [Gene Identifier] 3
clientname: Gene Identifier URL
clientvalue: http://www.ensembl.org/id/{{ value|urlencode }}
include: yes
- name: Comment [Gene Symbol] 3
clientname: Gene Symbol
include: yes
- group:
namespace: openmicroscopy.org/mapr/gene
columns:
- name: Comment [Gene Identifier] 4
clientname: Gene Identifier
include: yes
- name: Comment [Gene Identifier] 4
clientname: Gene Identifier URL
clientvalue: http://www.ensembl.org/id/{{ value|urlencode }}
include: yes
- name: Comment [Gene Symbol] 4
clientname: Gene Symbol
include: yes
- group:
namespace: openmicroscopy.org/mapr/gene
columns:
- name: Comment [Gene Identifier] 5
clientname: Gene Identifier
include: yes
- name: Comment [Gene Identifier] 5
clientname: Gene Identifier URL
clientvalue: http://www.ensembl.org/id/{{ value|urlencode }}
include: yes
- name: Comment [Gene Symbol] 5
clientname: Gene Symbol
include: yes
- group:
namespace: openmicroscopy.org/mapr/gene
columns:
- name: Comment [Gene Identifier] 6
clientname: Gene Identifier
include: yes
- name: Comment [Gene Identifier] 6
clientname: Gene Identifier URL
clientvalue: http://www.ensembl.org/id/{{ value|urlencode }}
include: yes
- name: Comment [Gene Symbol] 6
clientname: Gene Symbol
include: yes
- group:
namespace: openmicroscopy.org/mapr/gene
columns:
- name: Comment [Gene Identifier] 7
clientname: Gene Identifier
include: yes
- name: Comment [Gene Identifier] 7
clientname: Gene Identifier URL
clientvalue: http://www.ensembl.org/id/{{ value|urlencode }}
include: yes
- name: Comment [Gene Symbol] 7
clientname: Gene Symbol
include: yes
- group:
namespace: openmicroscopy.org/mapr/gene
columns:
- name: Comment [Gene Identifier] 8
clientname: Gene Identifier
include: yes
- name: Comment [Gene Identifier] 8
clientname: Gene Identifier URL
clientvalue: http://www.ensembl.org/id/{{ value|urlencode }}
include: yes
- name: Comment [Gene Symbol] 8
clientname: Gene Symbol
include: yes
- group:
namespace: openmicroscopy.org/mapr/antibody
columns:
- name: Antibody identifier
clientname: Antibody Identifier
include: yes
omitempty: no
- name: Antibody identifier
clientname: Antibody Identifier URL
clientvalue: http://v18.proteinatlas.org/search/{{ value|urlencode }}
include: yes
- group:
namespace: openmicroscopy.org/mapr/antibody/supplementary
columns:
- name: Antibody dilution
clientname: Dilution Factor
include: yes
- name: Retrieval method
clientname: Retrieval Method
include: yes
advanced:
ignore_missing_primary_key: yes
primary_group_keys:
- namespace: openmicroscopy.org/mapr/organism
keys:
- Organism
- namespace: openmicroscopy.org/mapr/antibody
keys:
- Antibody Identifier
- namespace: openmicroscopy.org/mapr/gene
keys:
- Gene Identifier
- Gene Symbol