OLD | NEW |
1 { | 1 { |
2 "auth": { | 2 "auth": { |
3 "oauth2": { | 3 "oauth2": { |
4 "scopes": { | 4 "scopes": { |
5 "https://www.googleapis.com/auth/genomics.readonly": { | |
6 "description": "View Genomics data" | |
7 }, | |
8 "https://www.googleapis.com/auth/cloud-platform": { | |
9 "description": "View and manage your data across Google Clou
d Platform services" | |
10 }, | |
11 "https://www.googleapis.com/auth/genomics": { | 5 "https://www.googleapis.com/auth/genomics": { |
12 "description": "View and manage Genomics data" | 6 "description": "View and manage Genomics data" |
13 }, | 7 }, |
14 "https://www.googleapis.com/auth/devstorage.read_write": { | 8 "https://www.googleapis.com/auth/devstorage.read_write": { |
15 "description": "Manage your data in Google Cloud Storage" | 9 "description": "Manage your data in Google Cloud Storage" |
16 }, | 10 }, |
17 "https://www.googleapis.com/auth/bigquery": { | 11 "https://www.googleapis.com/auth/bigquery": { |
18 "description": "View and manage your data in Google BigQuery
" | 12 "description": "View and manage your data in Google BigQuery
" |
| 13 }, |
| 14 "https://www.googleapis.com/auth/genomics.readonly": { |
| 15 "description": "View Genomics data" |
| 16 }, |
| 17 "https://www.googleapis.com/auth/cloud-platform": { |
| 18 "description": "View and manage your data across Google Clou
d Platform services" |
19 } | 19 } |
20 } | 20 } |
21 } | 21 } |
22 }, | 22 }, |
23 "basePath": "", | 23 "basePath": "", |
24 "baseUrl": "https://genomics.googleapis.com/", | 24 "baseUrl": "https://genomics.googleapis.com/", |
25 "batchPath": "batch", | 25 "batchPath": "batch", |
26 "description": "Upload, process, query, and search Genomics data in the clou
d.", | 26 "description": "Upload, process, query, and search Genomics data in the clou
d.", |
27 "discoveryVersion": "v1", | 27 "discoveryVersion": "v1", |
28 "documentationLink": "https://cloud.google.com/genomics", | 28 "documentationLink": "https://cloud.google.com/genomics", |
29 "icons": { | 29 "icons": { |
30 "x16": "http://www.google.com/images/icons/product/search-16.gif", | 30 "x16": "http://www.google.com/images/icons/product/search-16.gif", |
31 "x32": "http://www.google.com/images/icons/product/search-32.gif" | 31 "x32": "http://www.google.com/images/icons/product/search-32.gif" |
32 }, | 32 }, |
33 "id": "genomics:v1", | 33 "id": "genomics:v1", |
34 "kind": "discovery#restDescription", | 34 "kind": "discovery#restDescription", |
35 "name": "genomics", | 35 "name": "genomics", |
36 "ownerDomain": "google.com", | 36 "ownerDomain": "google.com", |
37 "ownerName": "Google", | 37 "ownerName": "Google", |
38 "parameters": { | 38 "parameters": { |
39 "quotaUser": { | |
40 "description": "Available to use for quota purposes for server-side
applications. Can be any arbitrary string assigned to a user, but should not exc
eed 40 characters.", | |
41 "location": "query", | |
42 "type": "string" | |
43 }, | |
44 "pp": { | |
45 "default": "true", | |
46 "description": "Pretty-print response.", | |
47 "location": "query", | |
48 "type": "boolean" | |
49 }, | |
50 "bearer_token": { | |
51 "description": "OAuth bearer token.", | |
52 "location": "query", | |
53 "type": "string" | |
54 }, | |
55 "oauth_token": { | |
56 "description": "OAuth 2.0 token for the current user.", | |
57 "location": "query", | |
58 "type": "string" | |
59 }, | |
60 "upload_protocol": { | |
61 "description": "Upload protocol for media (e.g. \"raw\", \"multipart
\").", | |
62 "location": "query", | |
63 "type": "string" | |
64 }, | |
65 "prettyPrint": { | |
66 "default": "true", | |
67 "description": "Returns response with indentations and line breaks."
, | |
68 "location": "query", | |
69 "type": "boolean" | |
70 }, | |
71 "uploadType": { | |
72 "description": "Legacy upload protocol for media (e.g. \"media\", \"
multipart\").", | |
73 "location": "query", | |
74 "type": "string" | |
75 }, | |
76 "fields": { | |
77 "description": "Selector specifying which fields to include in a par
tial response.", | |
78 "location": "query", | |
79 "type": "string" | |
80 }, | |
81 "$.xgafv": { | 39 "$.xgafv": { |
82 "description": "V1 error format.", | 40 "description": "V1 error format.", |
83 "enum": [ | 41 "enum": [ |
84 "1", | 42 "1", |
85 "2" | 43 "2" |
86 ], | 44 ], |
87 "enumDescriptions": [ | 45 "enumDescriptions": [ |
88 "v1 error format", | 46 "v1 error format", |
89 "v2 error format" | 47 "v2 error format" |
90 ], | 48 ], |
(...skipping 14 matching lines...) Expand all Loading... |
105 "proto" | 63 "proto" |
106 ], | 64 ], |
107 "enumDescriptions": [ | 65 "enumDescriptions": [ |
108 "Responses with Content-Type of application/json", | 66 "Responses with Content-Type of application/json", |
109 "Media download with context-dependent Content-Type", | 67 "Media download with context-dependent Content-Type", |
110 "Responses with Content-Type of application/x-protobuf" | 68 "Responses with Content-Type of application/x-protobuf" |
111 ], | 69 ], |
112 "location": "query", | 70 "location": "query", |
113 "type": "string" | 71 "type": "string" |
114 }, | 72 }, |
| 73 "key": { |
| 74 "description": "API key. Your API key identifies your project and pr
ovides you with API access, quota, and reports. Required unless you provide an O
Auth 2.0 token.", |
| 75 "location": "query", |
| 76 "type": "string" |
| 77 }, |
115 "access_token": { | 78 "access_token": { |
116 "description": "OAuth access token.", | 79 "description": "OAuth access token.", |
117 "location": "query", | 80 "location": "query", |
118 "type": "string" | 81 "type": "string" |
119 }, | 82 }, |
120 "key": { | 83 "quotaUser": { |
121 "description": "API key. Your API key identifies your project and pr
ovides you with API access, quota, and reports. Required unless you provide an O
Auth 2.0 token.", | 84 "description": "Available to use for quota purposes for server-side
applications. Can be any arbitrary string assigned to a user, but should not exc
eed 40 characters.", |
| 85 "location": "query", |
| 86 "type": "string" |
| 87 }, |
| 88 "pp": { |
| 89 "default": "true", |
| 90 "description": "Pretty-print response.", |
| 91 "location": "query", |
| 92 "type": "boolean" |
| 93 }, |
| 94 "oauth_token": { |
| 95 "description": "OAuth 2.0 token for the current user.", |
| 96 "location": "query", |
| 97 "type": "string" |
| 98 }, |
| 99 "bearer_token": { |
| 100 "description": "OAuth bearer token.", |
| 101 "location": "query", |
| 102 "type": "string" |
| 103 }, |
| 104 "upload_protocol": { |
| 105 "description": "Upload protocol for media (e.g. \"raw\", \"multipart
\").", |
| 106 "location": "query", |
| 107 "type": "string" |
| 108 }, |
| 109 "prettyPrint": { |
| 110 "default": "true", |
| 111 "description": "Returns response with indentations and line breaks."
, |
| 112 "location": "query", |
| 113 "type": "boolean" |
| 114 }, |
| 115 "fields": { |
| 116 "description": "Selector specifying which fields to include in a par
tial response.", |
| 117 "location": "query", |
| 118 "type": "string" |
| 119 }, |
| 120 "uploadType": { |
| 121 "description": "Legacy upload protocol for media (e.g. \"media\", \"
multipart\").", |
122 "location": "query", | 122 "location": "query", |
123 "type": "string" | 123 "type": "string" |
124 } | 124 } |
125 }, | 125 }, |
126 "protocol": "rest", | 126 "protocol": "rest", |
127 "resources": { | 127 "resources": { |
128 "datasets": { | 128 "variantsets": { |
129 "methods": { | 129 "methods": { |
130 "testIamPermissions": { | 130 "create": { |
131 "description": "Returns permissions that a caller has on the
specified resource.\nSee <a href=\"/iam/docs/managing-policies#testing_permissi
ons\">Testing\nPermissions</a> for more information.\n\nFor the definitions of d
atasets and other genomics resources, see\n[Fundamentals of Google\nGenomics](ht
tps://cloud.google.com/genomics/fundamentals-of-google-genomics)", | 131 "description": "Creates a new variant set.\n\nFor the defini
tions of variant sets and other genomics resources, see\n[Fundamentals of Google
\nGenomics](https://cloud.google.com/genomics/fundamentals-of-google-genomics)\n
\nThe provided variant set must have a valid `datasetId` set - all other\nfields
are optional. Note that the `id` field will be ignored, as this is\nassigned by
the server.", |
132 "httpMethod": "POST", | 132 "httpMethod": "POST", |
133 "id": "genomics.datasets.testIamPermissions", | 133 "id": "genomics.variantsets.create", |
134 "parameterOrder": [ | 134 "parameterOrder": [], |
135 "resource" | 135 "parameters": {}, |
136 ], | 136 "path": "v1/variantsets", |
137 "parameters": { | |
138 "resource": { | |
139 "description": "REQUIRED: The resource for which pol
icy is being specified. Format is\n`datasets/<dataset ID>`.", | |
140 "location": "path", | |
141 "pattern": "^datasets/[^/]+$", | |
142 "required": true, | |
143 "type": "string" | |
144 } | |
145 }, | |
146 "path": "v1/{+resource}:testIamPermissions", | |
147 "request": { | 137 "request": { |
148 "$ref": "TestIamPermissionsRequest" | 138 "$ref": "VariantSet" |
149 }, | 139 }, |
150 "response": { | 140 "response": { |
151 "$ref": "TestIamPermissionsResponse" | 141 "$ref": "VariantSet" |
152 }, | 142 }, |
153 "scopes": [ | 143 "scopes": [ |
154 "https://www.googleapis.com/auth/cloud-platform", | 144 "https://www.googleapis.com/auth/cloud-platform", |
155 "https://www.googleapis.com/auth/genomics" | 145 "https://www.googleapis.com/auth/genomics" |
156 ] | 146 ] |
157 }, | 147 }, |
158 "delete": { | 148 "export": { |
159 "description": "Deletes a dataset and all of its contents (a
ll read group sets,\nreference sets, variant sets, call sets, annotation sets, e
tc.)\nThis is reversible (up to one week after the deletion) via\nthe\ndatasets.
undelete\noperation.\n\nFor the definitions of datasets and other genomics resou
rces, see\n[Fundamentals of Google\nGenomics](https://cloud.google.com/genomics/
fundamentals-of-google-genomics)", | 149 "description": "Exports variant set data to an external dest
ination.\n\nFor the definitions of variant sets and other genomics resources, se
e\n[Fundamentals of Google\nGenomics](https://cloud.google.com/genomics/fundamen
tals-of-google-genomics)", |
160 "httpMethod": "DELETE", | 150 "httpMethod": "POST", |
161 "id": "genomics.datasets.delete", | 151 "id": "genomics.variantsets.export", |
162 "parameterOrder": [ | 152 "parameterOrder": [ |
163 "datasetId" | 153 "variantSetId" |
164 ], | 154 ], |
165 "parameters": { | 155 "parameters": { |
166 "datasetId": { | 156 "variantSetId": { |
167 "description": "The ID of the dataset to be deleted.
", | 157 "description": "Required. The ID of the variant set
that contains variant data which\nshould be exported. The caller must have READ
access to this variant set.", |
168 "location": "path", | 158 "location": "path", |
169 "required": true, | 159 "required": true, |
170 "type": "string" | 160 "type": "string" |
171 } | 161 } |
172 }, | 162 }, |
173 "path": "v1/datasets/{datasetId}", | 163 "path": "v1/variantsets/{variantSetId}:export", |
| 164 "request": { |
| 165 "$ref": "ExportVariantSetRequest" |
| 166 }, |
174 "response": { | 167 "response": { |
175 "$ref": "Empty" | 168 "$ref": "Operation" |
176 }, | 169 }, |
177 "scopes": [ | 170 "scopes": [ |
| 171 "https://www.googleapis.com/auth/bigquery", |
178 "https://www.googleapis.com/auth/cloud-platform", | 172 "https://www.googleapis.com/auth/cloud-platform", |
179 "https://www.googleapis.com/auth/genomics" | 173 "https://www.googleapis.com/auth/genomics" |
180 ] | 174 ] |
181 }, | 175 }, |
182 "list": { | 176 "search": { |
183 "description": "Lists datasets within a project.\n\nFor the
definitions of datasets and other genomics resources, see\n[Fundamentals of Goog
le\nGenomics](https://cloud.google.com/genomics/fundamentals-of-google-genomics)
", | 177 "description": "Returns a list of all variant sets matching
search criteria.\n\nFor the definitions of variant sets and other genomics resou
rces, see\n[Fundamentals of Google\nGenomics](https://cloud.google.com/genomics/
fundamentals-of-google-genomics)\n\nImplements\n[GlobalAllianceApi.searchVariant
Sets](https://github.com/ga4gh/schemas/blob/v0.5.1/src/main/resources/avro/varia
ntmethods.avdl#L49).", |
184 "httpMethod": "GET", | 178 "httpMethod": "POST", |
185 "id": "genomics.datasets.list", | 179 "id": "genomics.variantsets.search", |
186 "parameterOrder": [], | 180 "parameterOrder": [], |
187 "parameters": { | 181 "parameters": {}, |
188 "pageToken": { | 182 "path": "v1/variantsets/search", |
189 "description": "The continuation token, which is use
d to page through large result sets.\nTo get the next page of results, set this
parameter to the value of\n`nextPageToken` from the previous response.", | 183 "request": { |
190 "location": "query", | 184 "$ref": "SearchVariantSetsRequest" |
191 "type": "string" | |
192 }, | |
193 "pageSize": { | |
194 "description": "The maximum number of results to ret
urn in a single page. If unspecified,\ndefaults to 50. The maximum value is 1024
.", | |
195 "format": "int32", | |
196 "location": "query", | |
197 "type": "integer" | |
198 }, | |
199 "projectId": { | |
200 "description": "Required. The Google Cloud project I
D to list datasets for.", | |
201 "location": "query", | |
202 "type": "string" | |
203 } | |
204 }, | 185 }, |
205 "path": "v1/datasets", | |
206 "response": { | 186 "response": { |
207 "$ref": "ListDatasetsResponse" | 187 "$ref": "SearchVariantSetsResponse" |
208 }, | 188 }, |
209 "scopes": [ | 189 "scopes": [ |
210 "https://www.googleapis.com/auth/cloud-platform", | 190 "https://www.googleapis.com/auth/cloud-platform", |
211 "https://www.googleapis.com/auth/genomics", | 191 "https://www.googleapis.com/auth/genomics", |
212 "https://www.googleapis.com/auth/genomics.readonly" | 192 "https://www.googleapis.com/auth/genomics.readonly" |
213 ] | 193 ] |
214 }, | 194 }, |
215 "setIamPolicy": { | 195 "get": { |
216 "description": "Sets the access control policy on the specif
ied dataset. Replaces any\nexisting policy.\n\nFor the definitions of datasets a
nd other genomics resources, see\n[Fundamentals of Google\nGenomics](https://clo
ud.google.com/genomics/fundamentals-of-google-genomics)\n\nSee <a href=\"/iam/do
cs/managing-policies#setting_a_policy\">Setting a\nPolicy</a> for more informati
on.", | 196 "description": "Gets a variant set by ID.\n\nFor the definit
ions of variant sets and other genomics resources, see\n[Fundamentals of Google\
nGenomics](https://cloud.google.com/genomics/fundamentals-of-google-genomics)", |
217 "httpMethod": "POST", | 197 "httpMethod": "GET", |
218 "id": "genomics.datasets.setIamPolicy", | 198 "id": "genomics.variantsets.get", |
219 "parameterOrder": [ | 199 "parameterOrder": [ |
220 "resource" | 200 "variantSetId" |
221 ], | 201 ], |
222 "parameters": { | 202 "parameters": { |
223 "resource": { | 203 "variantSetId": { |
224 "description": "REQUIRED: The resource for which pol
icy is being specified. Format is\n`datasets/<dataset ID>`.", | 204 "description": "Required. The ID of the variant set.
", |
225 "location": "path", | |
226 "pattern": "^datasets/[^/]+$", | |
227 "required": true, | |
228 "type": "string" | |
229 } | |
230 }, | |
231 "path": "v1/{+resource}:setIamPolicy", | |
232 "request": { | |
233 "$ref": "SetIamPolicyRequest" | |
234 }, | |
235 "response": { | |
236 "$ref": "Policy" | |
237 }, | |
238 "scopes": [ | |
239 "https://www.googleapis.com/auth/cloud-platform", | |
240 "https://www.googleapis.com/auth/genomics" | |
241 ] | |
242 }, | |
243 "create": { | |
244 "description": "Creates a new dataset.\n\nFor the definition
s of datasets and other genomics resources, see\n[Fundamentals of Google\nGenomi
cs](https://cloud.google.com/genomics/fundamentals-of-google-genomics)", | |
245 "httpMethod": "POST", | |
246 "id": "genomics.datasets.create", | |
247 "parameterOrder": [], | |
248 "parameters": {}, | |
249 "path": "v1/datasets", | |
250 "request": { | |
251 "$ref": "Dataset" | |
252 }, | |
253 "response": { | |
254 "$ref": "Dataset" | |
255 }, | |
256 "scopes": [ | |
257 "https://www.googleapis.com/auth/cloud-platform", | |
258 "https://www.googleapis.com/auth/genomics" | |
259 ] | |
260 }, | |
261 "getIamPolicy": { | |
262 "description": "Gets the access control policy for the datas
et. This is empty if the\npolicy or resource does not exist.\n\nSee <a href=\"/i
am/docs/managing-policies#getting_a_policy\">Getting a\nPolicy</a> for more info
rmation.\n\nFor the definitions of datasets and other genomics resources, see\n[
Fundamentals of Google\nGenomics](https://cloud.google.com/genomics/fundamentals
-of-google-genomics)", | |
263 "httpMethod": "POST", | |
264 "id": "genomics.datasets.getIamPolicy", | |
265 "parameterOrder": [ | |
266 "resource" | |
267 ], | |
268 "parameters": { | |
269 "resource": { | |
270 "description": "REQUIRED: The resource for which pol
icy is being specified. Format is\n`datasets/<dataset ID>`.", | |
271 "location": "path", | |
272 "pattern": "^datasets/[^/]+$", | |
273 "required": true, | |
274 "type": "string" | |
275 } | |
276 }, | |
277 "path": "v1/{+resource}:getIamPolicy", | |
278 "request": { | |
279 "$ref": "GetIamPolicyRequest" | |
280 }, | |
281 "response": { | |
282 "$ref": "Policy" | |
283 }, | |
284 "scopes": [ | |
285 "https://www.googleapis.com/auth/cloud-platform", | |
286 "https://www.googleapis.com/auth/genomics" | |
287 ] | |
288 }, | |
289 "undelete": { | |
290 "description": "Undeletes a dataset by restoring a dataset w
hich was deleted via this API.\n\nFor the definitions of datasets and other geno
mics resources, see\n[Fundamentals of Google\nGenomics](https://cloud.google.com
/genomics/fundamentals-of-google-genomics)\n\nThis operation is only possible fo
r a week after the deletion occurred.", | |
291 "httpMethod": "POST", | |
292 "id": "genomics.datasets.undelete", | |
293 "parameterOrder": [ | |
294 "datasetId" | |
295 ], | |
296 "parameters": { | |
297 "datasetId": { | |
298 "description": "The ID of the dataset to be undelete
d.", | |
299 "location": "path", | 205 "location": "path", |
300 "required": true, | 206 "required": true, |
301 "type": "string" | 207 "type": "string" |
302 } | 208 } |
303 }, | 209 }, |
304 "path": "v1/datasets/{datasetId}:undelete", | 210 "path": "v1/variantsets/{variantSetId}", |
305 "request": { | |
306 "$ref": "UndeleteDatasetRequest" | |
307 }, | |
308 "response": { | |
309 "$ref": "Dataset" | |
310 }, | |
311 "scopes": [ | |
312 "https://www.googleapis.com/auth/cloud-platform", | |
313 "https://www.googleapis.com/auth/genomics" | |
314 ] | |
315 }, | |
316 "patch": { | |
317 "description": "Updates a dataset.\n\nFor the definitions of
datasets and other genomics resources, see\n[Fundamentals of Google\nGenomics](
https://cloud.google.com/genomics/fundamentals-of-google-genomics)\n\nThis metho
d supports patch semantics.", | |
318 "httpMethod": "PATCH", | |
319 "id": "genomics.datasets.patch", | |
320 "parameterOrder": [ | |
321 "datasetId" | |
322 ], | |
323 "parameters": { | |
324 "datasetId": { | |
325 "description": "The ID of the dataset to be updated.
", | |
326 "location": "path", | |
327 "required": true, | |
328 "type": "string" | |
329 }, | |
330 "updateMask": { | |
331 "description": "An optional mask specifying which fi
elds to update. At this time, the only\nmutable field is name. The only\naccepta
ble value is \"name\". If unspecified, all mutable fields will be\nupdated.", | |
332 "format": "google-fieldmask", | |
333 "location": "query", | |
334 "type": "string" | |
335 } | |
336 }, | |
337 "path": "v1/datasets/{datasetId}", | |
338 "request": { | |
339 "$ref": "Dataset" | |
340 }, | |
341 "response": { | |
342 "$ref": "Dataset" | |
343 }, | |
344 "scopes": [ | |
345 "https://www.googleapis.com/auth/cloud-platform", | |
346 "https://www.googleapis.com/auth/genomics" | |
347 ] | |
348 }, | |
349 "get": { | |
350 "description": "Gets a dataset by ID.\n\nFor the definitions
of datasets and other genomics resources, see\n[Fundamentals of Google\nGenomic
s](https://cloud.google.com/genomics/fundamentals-of-google-genomics)", | |
351 "httpMethod": "GET", | |
352 "id": "genomics.datasets.get", | |
353 "parameterOrder": [ | |
354 "datasetId" | |
355 ], | |
356 "parameters": { | |
357 "datasetId": { | |
358 "description": "The ID of the dataset.", | |
359 "location": "path", | |
360 "required": true, | |
361 "type": "string" | |
362 } | |
363 }, | |
364 "path": "v1/datasets/{datasetId}", | |
365 "response": { | |
366 "$ref": "Dataset" | |
367 }, | |
368 "scopes": [ | |
369 "https://www.googleapis.com/auth/cloud-platform", | |
370 "https://www.googleapis.com/auth/genomics", | |
371 "https://www.googleapis.com/auth/genomics.readonly" | |
372 ] | |
373 } | |
374 } | |
375 }, | |
376 "variantsets": { | |
377 "methods": { | |
378 "create": { | |
379 "description": "Creates a new variant set.\n\nFor the defini
tions of variant sets and other genomics resources, see\n[Fundamentals of Google
\nGenomics](https://cloud.google.com/genomics/fundamentals-of-google-genomics)\n
\nThe provided variant set must have a valid `datasetId` set - all other\nfields
are optional. Note that the `id` field will be ignored, as this is\nassigned by
the server.", | |
380 "httpMethod": "POST", | |
381 "id": "genomics.variantsets.create", | |
382 "parameterOrder": [], | |
383 "parameters": {}, | |
384 "path": "v1/variantsets", | |
385 "request": { | |
386 "$ref": "VariantSet" | |
387 }, | |
388 "response": { | 211 "response": { |
389 "$ref": "VariantSet" | 212 "$ref": "VariantSet" |
390 }, | 213 }, |
391 "scopes": [ | 214 "scopes": [ |
392 "https://www.googleapis.com/auth/cloud-platform", | 215 "https://www.googleapis.com/auth/cloud-platform", |
393 "https://www.googleapis.com/auth/genomics" | |
394 ] | |
395 }, | |
396 "export": { | |
397 "description": "Exports variant set data to an external dest
ination.\n\nFor the definitions of variant sets and other genomics resources, se
e\n[Fundamentals of Google\nGenomics](https://cloud.google.com/genomics/fundamen
tals-of-google-genomics)", | |
398 "httpMethod": "POST", | |
399 "id": "genomics.variantsets.export", | |
400 "parameterOrder": [ | |
401 "variantSetId" | |
402 ], | |
403 "parameters": { | |
404 "variantSetId": { | |
405 "description": "Required. The ID of the variant set
that contains variant data which\nshould be exported. The caller must have READ
access to this variant set.", | |
406 "location": "path", | |
407 "required": true, | |
408 "type": "string" | |
409 } | |
410 }, | |
411 "path": "v1/variantsets/{variantSetId}:export", | |
412 "request": { | |
413 "$ref": "ExportVariantSetRequest" | |
414 }, | |
415 "response": { | |
416 "$ref": "Operation" | |
417 }, | |
418 "scopes": [ | |
419 "https://www.googleapis.com/auth/bigquery", | |
420 "https://www.googleapis.com/auth/cloud-platform", | |
421 "https://www.googleapis.com/auth/genomics" | |
422 ] | |
423 }, | |
424 "search": { | |
425 "description": "Returns a list of all variant sets matching
search criteria.\n\nFor the definitions of variant sets and other genomics resou
rces, see\n[Fundamentals of Google\nGenomics](https://cloud.google.com/genomics/
fundamentals-of-google-genomics)\n\nImplements\n[GlobalAllianceApi.searchVariant
Sets](https://github.com/ga4gh/schemas/blob/v0.5.1/src/main/resources/avro/varia
ntmethods.avdl#L49).", | |
426 "httpMethod": "POST", | |
427 "id": "genomics.variantsets.search", | |
428 "parameterOrder": [], | |
429 "parameters": {}, | |
430 "path": "v1/variantsets/search", | |
431 "request": { | |
432 "$ref": "SearchVariantSetsRequest" | |
433 }, | |
434 "response": { | |
435 "$ref": "SearchVariantSetsResponse" | |
436 }, | |
437 "scopes": [ | |
438 "https://www.googleapis.com/auth/cloud-platform", | |
439 "https://www.googleapis.com/auth/genomics", | 216 "https://www.googleapis.com/auth/genomics", |
440 "https://www.googleapis.com/auth/genomics.readonly" | 217 "https://www.googleapis.com/auth/genomics.readonly" |
441 ] | 218 ] |
442 }, | 219 }, |
443 "patch": { | 220 "patch": { |
444 "description": "Updates a variant set using patch semantics.
\n\nFor the definitions of variant sets and other genomics resources, see\n[Fund
amentals of Google\nGenomics](https://cloud.google.com/genomics/fundamentals-of-
google-genomics)", | 221 "description": "Updates a variant set using patch semantics.
\n\nFor the definitions of variant sets and other genomics resources, see\n[Fund
amentals of Google\nGenomics](https://cloud.google.com/genomics/fundamentals-of-
google-genomics)", |
445 "httpMethod": "PATCH", | 222 "httpMethod": "PATCH", |
446 "id": "genomics.variantsets.patch", | 223 "id": "genomics.variantsets.patch", |
447 "parameterOrder": [ | 224 "parameterOrder": [ |
448 "variantSetId" | 225 "variantSetId" |
(...skipping 17 matching lines...) Expand all Loading... |
466 "$ref": "VariantSet" | 243 "$ref": "VariantSet" |
467 }, | 244 }, |
468 "response": { | 245 "response": { |
469 "$ref": "VariantSet" | 246 "$ref": "VariantSet" |
470 }, | 247 }, |
471 "scopes": [ | 248 "scopes": [ |
472 "https://www.googleapis.com/auth/cloud-platform", | 249 "https://www.googleapis.com/auth/cloud-platform", |
473 "https://www.googleapis.com/auth/genomics" | 250 "https://www.googleapis.com/auth/genomics" |
474 ] | 251 ] |
475 }, | 252 }, |
476 "get": { | |
477 "description": "Gets a variant set by ID.\n\nFor the definit
ions of variant sets and other genomics resources, see\n[Fundamentals of Google\
nGenomics](https://cloud.google.com/genomics/fundamentals-of-google-genomics)", | |
478 "httpMethod": "GET", | |
479 "id": "genomics.variantsets.get", | |
480 "parameterOrder": [ | |
481 "variantSetId" | |
482 ], | |
483 "parameters": { | |
484 "variantSetId": { | |
485 "description": "Required. The ID of the variant set.
", | |
486 "location": "path", | |
487 "required": true, | |
488 "type": "string" | |
489 } | |
490 }, | |
491 "path": "v1/variantsets/{variantSetId}", | |
492 "response": { | |
493 "$ref": "VariantSet" | |
494 }, | |
495 "scopes": [ | |
496 "https://www.googleapis.com/auth/cloud-platform", | |
497 "https://www.googleapis.com/auth/genomics", | |
498 "https://www.googleapis.com/auth/genomics.readonly" | |
499 ] | |
500 }, | |
501 "delete": { | 253 "delete": { |
502 "description": "Deletes a variant set including all variants
, call sets, and calls within.\nThis is not reversible.\n\nFor the definitions o
f variant sets and other genomics resources, see\n[Fundamentals of Google\nGenom
ics](https://cloud.google.com/genomics/fundamentals-of-google-genomics)", | 254 "description": "Deletes a variant set including all variants
, call sets, and calls within.\nThis is not reversible.\n\nFor the definitions o
f variant sets and other genomics resources, see\n[Fundamentals of Google\nGenom
ics](https://cloud.google.com/genomics/fundamentals-of-google-genomics)", |
503 "httpMethod": "DELETE", | 255 "httpMethod": "DELETE", |
504 "id": "genomics.variantsets.delete", | 256 "id": "genomics.variantsets.delete", |
505 "parameterOrder": [ | 257 "parameterOrder": [ |
506 "variantSetId" | 258 "variantSetId" |
507 ], | 259 ], |
508 "parameters": { | 260 "parameters": { |
509 "variantSetId": { | 261 "variantSetId": { |
510 "description": "The ID of the variant set to be dele
ted.", | 262 "description": "The ID of the variant set to be dele
ted.", |
511 "location": "path", | 263 "location": "path", |
512 "required": true, | 264 "required": true, |
513 "type": "string" | 265 "type": "string" |
514 } | 266 } |
515 }, | 267 }, |
516 "path": "v1/variantsets/{variantSetId}", | 268 "path": "v1/variantsets/{variantSetId}", |
517 "response": { | 269 "response": { |
518 "$ref": "Empty" | 270 "$ref": "Empty" |
519 }, | 271 }, |
520 "scopes": [ | 272 "scopes": [ |
521 "https://www.googleapis.com/auth/cloud-platform", | 273 "https://www.googleapis.com/auth/cloud-platform", |
522 "https://www.googleapis.com/auth/genomics" | 274 "https://www.googleapis.com/auth/genomics" |
523 ] | 275 ] |
524 } | 276 } |
525 } | 277 } |
526 }, | 278 }, |
527 "annotations": { | 279 "annotations": { |
528 "methods": { | 280 "methods": { |
| 281 "delete": { |
| 282 "description": "Deletes an annotation. Caller must have WRIT
E permission for\nthe associated annotation set.", |
| 283 "httpMethod": "DELETE", |
| 284 "id": "genomics.annotations.delete", |
| 285 "parameterOrder": [ |
| 286 "annotationId" |
| 287 ], |
| 288 "parameters": { |
| 289 "annotationId": { |
| 290 "description": "The ID of the annotation to be delet
ed.", |
| 291 "location": "path", |
| 292 "required": true, |
| 293 "type": "string" |
| 294 } |
| 295 }, |
| 296 "path": "v1/annotations/{annotationId}", |
| 297 "response": { |
| 298 "$ref": "Empty" |
| 299 }, |
| 300 "scopes": [ |
| 301 "https://www.googleapis.com/auth/cloud-platform", |
| 302 "https://www.googleapis.com/auth/genomics" |
| 303 ] |
| 304 }, |
| 305 "create": { |
| 306 "description": "Creates a new annotation. Caller must have W
RITE permission\nfor the associated annotation set.\n\nThe following fields are
required:\n\n* annotationSetId\n* referenceName or\n referenceId\n\n### Transcr
ipts\n\nFor annotations of type TRANSCRIPT, the following fields of\ntranscript
must be provided:\n\n* exons.start\n* exons.end\n\nAll other fields may be optio
nally specified, unless documented as being\nserver-generated (for example, the
`id` field). The annotated\nrange must be no longer than 100Mbp (mega base pairs
). See the\nAnnotation resource\nfor additional restrictions on each field.", |
| 307 "httpMethod": "POST", |
| 308 "id": "genomics.annotations.create", |
| 309 "parameterOrder": [], |
| 310 "parameters": {}, |
| 311 "path": "v1/annotations", |
| 312 "request": { |
| 313 "$ref": "Annotation" |
| 314 }, |
| 315 "response": { |
| 316 "$ref": "Annotation" |
| 317 }, |
| 318 "scopes": [ |
| 319 "https://www.googleapis.com/auth/cloud-platform", |
| 320 "https://www.googleapis.com/auth/genomics" |
| 321 ] |
| 322 }, |
| 323 "batchCreate": { |
| 324 "description": "Creates one or more new annotations atomical
ly. All annotations must\nbelong to the same annotation set. Caller must have WR
ITE\npermission for this annotation set. For optimal performance, batch\npositio
nally adjacent annotations together.\n\nIf the request has a systemic issue, suc
h as an attempt to write to\nan inaccessible annotation set, the entire RPC will
fail accordingly. For\nlesser data issues, when possible an error will be isola
ted to the\ncorresponding batch entry in the response; the remaining well formed
\nannotations will be created normally.\n\nFor details on the requirements for e
ach individual annotation resource,\nsee\nCreateAnnotation.", |
| 325 "httpMethod": "POST", |
| 326 "id": "genomics.annotations.batchCreate", |
| 327 "parameterOrder": [], |
| 328 "parameters": {}, |
| 329 "path": "v1/annotations:batchCreate", |
| 330 "request": { |
| 331 "$ref": "BatchCreateAnnotationsRequest" |
| 332 }, |
| 333 "response": { |
| 334 "$ref": "BatchCreateAnnotationsResponse" |
| 335 }, |
| 336 "scopes": [ |
| 337 "https://www.googleapis.com/auth/cloud-platform", |
| 338 "https://www.googleapis.com/auth/genomics" |
| 339 ] |
| 340 }, |
529 "search": { | 341 "search": { |
530 "description": "Searches for annotations that match the give
n criteria. Results are\nordered by genomic coordinate (by reference sequence, t
hen position).\nAnnotations with equivalent genomic coordinates are returned in
an\nunspecified order. This order is consistent, such that two queries for the\n
same content (regardless of page size) yield annotations in the same order\nacro
ss their respective streams of paginated responses. Caller must have\nREAD permi
ssion for the queried annotation sets.", | 342 "description": "Searches for annotations that match the give
n criteria. Results are\nordered by genomic coordinate (by reference sequence, t
hen position).\nAnnotations with equivalent genomic coordinates are returned in
an\nunspecified order. This order is consistent, such that two queries for the\n
same content (regardless of page size) yield annotations in the same order\nacro
ss their respective streams of paginated responses. Caller must have\nREAD permi
ssion for the queried annotation sets.", |
531 "httpMethod": "POST", | 343 "httpMethod": "POST", |
532 "id": "genomics.annotations.search", | 344 "id": "genomics.annotations.search", |
533 "parameterOrder": [], | 345 "parameterOrder": [], |
534 "parameters": {}, | 346 "parameters": {}, |
535 "path": "v1/annotations/search", | 347 "path": "v1/annotations/search", |
536 "request": { | 348 "request": { |
537 "$ref": "SearchAnnotationsRequest" | 349 "$ref": "SearchAnnotationsRequest" |
538 }, | 350 }, |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
595 "request": { | 407 "request": { |
596 "$ref": "Annotation" | 408 "$ref": "Annotation" |
597 }, | 409 }, |
598 "response": { | 410 "response": { |
599 "$ref": "Annotation" | 411 "$ref": "Annotation" |
600 }, | 412 }, |
601 "scopes": [ | 413 "scopes": [ |
602 "https://www.googleapis.com/auth/cloud-platform", | 414 "https://www.googleapis.com/auth/cloud-platform", |
603 "https://www.googleapis.com/auth/genomics" | 415 "https://www.googleapis.com/auth/genomics" |
604 ] | 416 ] |
605 }, | |
606 "delete": { | |
607 "description": "Deletes an annotation. Caller must have WRIT
E permission for\nthe associated annotation set.", | |
608 "httpMethod": "DELETE", | |
609 "id": "genomics.annotations.delete", | |
610 "parameterOrder": [ | |
611 "annotationId" | |
612 ], | |
613 "parameters": { | |
614 "annotationId": { | |
615 "description": "The ID of the annotation to be delet
ed.", | |
616 "location": "path", | |
617 "required": true, | |
618 "type": "string" | |
619 } | |
620 }, | |
621 "path": "v1/annotations/{annotationId}", | |
622 "response": { | |
623 "$ref": "Empty" | |
624 }, | |
625 "scopes": [ | |
626 "https://www.googleapis.com/auth/cloud-platform", | |
627 "https://www.googleapis.com/auth/genomics" | |
628 ] | |
629 }, | |
630 "create": { | |
631 "description": "Creates a new annotation. Caller must have W
RITE permission\nfor the associated annotation set.\n\nThe following fields are
required:\n\n* annotationSetId\n* referenceName or\n referenceId\n\n### Transcr
ipts\n\nFor annotations of type TRANSCRIPT, the following fields of\ntranscript
must be provided:\n\n* exons.start\n* exons.end\n\nAll other fields may be optio
nally specified, unless documented as being\nserver-generated (for example, the
`id` field). The annotated\nrange must be no longer than 100Mbp (mega base pairs
). See the\nAnnotation resource\nfor additional restrictions on each field.", | |
632 "httpMethod": "POST", | |
633 "id": "genomics.annotations.create", | |
634 "parameterOrder": [], | |
635 "parameters": {}, | |
636 "path": "v1/annotations", | |
637 "request": { | |
638 "$ref": "Annotation" | |
639 }, | |
640 "response": { | |
641 "$ref": "Annotation" | |
642 }, | |
643 "scopes": [ | |
644 "https://www.googleapis.com/auth/cloud-platform", | |
645 "https://www.googleapis.com/auth/genomics" | |
646 ] | |
647 }, | |
648 "batchCreate": { | |
649 "description": "Creates one or more new annotations atomical
ly. All annotations must\nbelong to the same annotation set. Caller must have WR
ITE\npermission for this annotation set. For optimal performance, batch\npositio
nally adjacent annotations together.\n\nIf the request has a systemic issue, suc
h as an attempt to write to\nan inaccessible annotation set, the entire RPC will
fail accordingly. For\nlesser data issues, when possible an error will be isola
ted to the\ncorresponding batch entry in the response; the remaining well formed
\nannotations will be created normally.\n\nFor details on the requirements for e
ach individual annotation resource,\nsee\nCreateAnnotation.", | |
650 "httpMethod": "POST", | |
651 "id": "genomics.annotations.batchCreate", | |
652 "parameterOrder": [], | |
653 "parameters": {}, | |
654 "path": "v1/annotations:batchCreate", | |
655 "request": { | |
656 "$ref": "BatchCreateAnnotationsRequest" | |
657 }, | |
658 "response": { | |
659 "$ref": "BatchCreateAnnotationsResponse" | |
660 }, | |
661 "scopes": [ | |
662 "https://www.googleapis.com/auth/cloud-platform", | |
663 "https://www.googleapis.com/auth/genomics" | |
664 ] | |
665 } | 417 } |
666 } | 418 } |
667 }, | 419 }, |
668 "operations": { | 420 "operations": { |
669 "methods": { | 421 "methods": { |
670 "cancel": { | 422 "cancel": { |
671 "description": "Starts asynchronous cancellation on a long-r
unning operation. The server makes a best effort to cancel the operation, but su
ccess is not guaranteed. Clients may use Operations.GetOperation or Operations.L
istOperations to check whether the cancellation succeeded or the operation compl
eted despite cancellation.", | 423 "description": "Starts asynchronous cancellation on a long-r
unning operation. The server makes a best effort to cancel the operation, but su
ccess is not guaranteed. Clients may use Operations.GetOperation or Operations.L
istOperations to check whether the cancellation succeeded or the operation compl
eted despite cancellation.", |
672 "httpMethod": "POST", | 424 "httpMethod": "POST", |
673 "id": "genomics.operations.cancel", | 425 "id": "genomics.operations.cancel", |
674 "parameterOrder": [ | 426 "parameterOrder": [ |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
721 ] | 473 ] |
722 }, | 474 }, |
723 "list": { | 475 "list": { |
724 "description": "Lists operations that match the specified fi
lter in the request.", | 476 "description": "Lists operations that match the specified fi
lter in the request.", |
725 "httpMethod": "GET", | 477 "httpMethod": "GET", |
726 "id": "genomics.operations.list", | 478 "id": "genomics.operations.list", |
727 "parameterOrder": [ | 479 "parameterOrder": [ |
728 "name" | 480 "name" |
729 ], | 481 ], |
730 "parameters": { | 482 "parameters": { |
| 483 "filter": { |
| 484 "description": "A string for filtering Operations.\n
The following filter fields are supported:\n\n* projectId: Required. Cor
responds to\n OperationMetadata.projectId.\n* createTime: The time this job
was created, in seconds from the\n [epoch](http://en.wikipedia.org/wiki/Unix_t
ime). Can use `>=` and/or `<=`\n operators.\n* status: Can be `RUNNING`, `S
UCCESS`, `FAILURE`, or `CANCELED`. Only\n one status may be specified.\n* label
s.key where key is a label key.\n\nExamples:\n\n* `projectId = my-project AN
D createTime >= 1432140000`\n* `projectId = my-project AND createTime >= 1432140
000 AND createTime <= 1432150000 AND status = RUNNING`\n* `projectId = my-projec
t AND labels.color = *`\n* `projectId = my-project AND labels.color = red`", |
| 485 "location": "query", |
| 486 "type": "string" |
| 487 }, |
731 "pageToken": { | 488 "pageToken": { |
732 "description": "The standard list page token.", | 489 "description": "The standard list page token.", |
733 "location": "query", | 490 "location": "query", |
734 "type": "string" | 491 "type": "string" |
735 }, | 492 }, |
736 "name": { | 493 "name": { |
737 "description": "The name of the operation's parent r
esource.", | 494 "description": "The name of the operation's parent r
esource.", |
738 "location": "path", | 495 "location": "path", |
739 "pattern": "^operations$", | 496 "pattern": "^operations$", |
740 "required": true, | 497 "required": true, |
741 "type": "string" | 498 "type": "string" |
742 }, | 499 }, |
743 "pageSize": { | 500 "pageSize": { |
744 "description": "The maximum number of results to ret
urn. If unspecified, defaults to\n256. The maximum value is 2048.", | 501 "description": "The maximum number of results to ret
urn. If unspecified, defaults to\n256. The maximum value is 2048.", |
745 "format": "int32", | 502 "format": "int32", |
746 "location": "query", | 503 "location": "query", |
747 "type": "integer" | 504 "type": "integer" |
748 }, | |
749 "filter": { | |
750 "description": "A string for filtering Operations.\n
The following filter fields are supported:\n\n* projectId: Required. Cor
responds to\n OperationMetadata.projectId.\n* createTime: The time this job
was created, in seconds from the\n [epoch](http://en.wikipedia.org/wiki/Unix_t
ime). Can use `>=` and/or `<=`\n operators.\n* status: Can be `RUNNING`, `S
UCCESS`, `FAILURE`, or `CANCELED`. Only\n one status may be specified.\n* label
s.key where key is a label key.\n\nExamples:\n\n* `projectId = my-project AN
D createTime >= 1432140000`\n* `projectId = my-project AND createTime >= 1432140
000 AND createTime <= 1432150000 AND status = RUNNING`\n* `projectId = my-projec
t AND labels.color = *`\n* `projectId = my-project AND labels.color = red`", | |
751 "location": "query", | |
752 "type": "string" | |
753 } | 505 } |
754 }, | 506 }, |
755 "path": "v1/{+name}", | 507 "path": "v1/{+name}", |
756 "response": { | 508 "response": { |
757 "$ref": "ListOperationsResponse" | 509 "$ref": "ListOperationsResponse" |
758 }, | 510 }, |
759 "scopes": [ | 511 "scopes": [ |
760 "https://www.googleapis.com/auth/cloud-platform", | 512 "https://www.googleapis.com/auth/cloud-platform", |
761 "https://www.googleapis.com/auth/genomics" | 513 "https://www.googleapis.com/auth/genomics" |
762 ] | 514 ] |
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1112 "coveragebuckets": { | 864 "coveragebuckets": { |
1113 "methods": { | 865 "methods": { |
1114 "list": { | 866 "list": { |
1115 "description": "Lists fixed width coverage buckets f
or a read group set, each of which\ncorrespond to a range of a reference sequenc
e. Each bucket summarizes\ncoverage information across its corresponding genomic
range.\n\nFor the definitions of read group sets and other genomics resources,
see\n[Fundamentals of Google\nGenomics](https://cloud.google.com/genomics/fundam
entals-of-google-genomics)\n\nCoverage is defined as the number of reads which a
re aligned to a given\nbase in the reference sequence. Coverage buckets are avai
lable at several\nprecomputed bucket widths, enabling retrieval of various cover
age 'zoom\nlevels'. The caller must have READ permissions for the target read gr
oup\nset.", | 867 "description": "Lists fixed width coverage buckets f
or a read group set, each of which\ncorrespond to a range of a reference sequenc
e. Each bucket summarizes\ncoverage information across its corresponding genomic
range.\n\nFor the definitions of read group sets and other genomics resources,
see\n[Fundamentals of Google\nGenomics](https://cloud.google.com/genomics/fundam
entals-of-google-genomics)\n\nCoverage is defined as the number of reads which a
re aligned to a given\nbase in the reference sequence. Coverage buckets are avai
lable at several\nprecomputed bucket widths, enabling retrieval of various cover
age 'zoom\nlevels'. The caller must have READ permissions for the target read gr
oup\nset.", |
1116 "httpMethod": "GET", | 868 "httpMethod": "GET", |
1117 "id": "genomics.readgroupsets.coveragebuckets.list", | 869 "id": "genomics.readgroupsets.coveragebuckets.list", |
1118 "parameterOrder": [ | 870 "parameterOrder": [ |
1119 "readGroupSetId" | 871 "readGroupSetId" |
1120 ], | 872 ], |
1121 "parameters": { | 873 "parameters": { |
| 874 "readGroupSetId": { |
| 875 "description": "Required. The ID of the read
group set over which coverage is requested.", |
| 876 "location": "path", |
| 877 "required": true, |
| 878 "type": "string" |
| 879 }, |
| 880 "targetBucketWidth": { |
| 881 "description": "The desired width of each re
ported coverage bucket in base pairs. This\nwill be rounded down to the nearest
precomputed bucket width; the value\nof which is returned as `bucketWidth` in th
e response. Defaults\nto infinity (each bucket spans an entire reference sequenc
e) or the length\nof the target range, if specified. The smallest precomputed\n`
bucketWidth` is currently 2048 base pairs; this is subject to\nchange.", |
| 882 "format": "int64", |
| 883 "location": "query", |
| 884 "type": "string" |
| 885 }, |
1122 "referenceName": { | 886 "referenceName": { |
1123 "description": "The name of the reference to
query, within the reference set associated\nwith this query. Optional.", | 887 "description": "The name of the reference to
query, within the reference set associated\nwith this query. Optional.", |
1124 "location": "query", | 888 "location": "query", |
1125 "type": "string" | 889 "type": "string" |
1126 }, | 890 }, |
1127 "end": { | 891 "end": { |
1128 "description": "The end position of the rang
e on the reference, 0-based exclusive. If\nspecified, `referenceName` must also
be specified. If unset or 0, defaults\nto the length of the reference.", | 892 "description": "The end position of the rang
e on the reference, 0-based exclusive. If\nspecified, `referenceName` must also
be specified. If unset or 0, defaults\nto the length of the reference.", |
1129 "format": "int64", | 893 "format": "int64", |
1130 "location": "query", | 894 "location": "query", |
1131 "type": "string" | 895 "type": "string" |
1132 }, | 896 }, |
1133 "pageToken": { | 897 "pageToken": { |
1134 "description": "The continuation token, whic
h is used to page through large result sets.\nTo get the next page of results, s
et this parameter to the value of\n`nextPageToken` from the previous response.", | 898 "description": "The continuation token, whic
h is used to page through large result sets.\nTo get the next page of results, s
et this parameter to the value of\n`nextPageToken` from the previous response.", |
1135 "location": "query", | 899 "location": "query", |
1136 "type": "string" | 900 "type": "string" |
1137 }, | 901 }, |
1138 "pageSize": { | 902 "pageSize": { |
1139 "description": "The maximum number of result
s to return in a single page. If unspecified,\ndefaults to 1024. The maximum val
ue is 2048.", | 903 "description": "The maximum number of result
s to return in a single page. If unspecified,\ndefaults to 1024. The maximum val
ue is 2048.", |
1140 "format": "int32", | 904 "format": "int32", |
1141 "location": "query", | 905 "location": "query", |
1142 "type": "integer" | 906 "type": "integer" |
1143 }, | 907 }, |
1144 "start": { | 908 "start": { |
1145 "description": "The start position of the ra
nge on the reference, 0-based inclusive. If\nspecified, `referenceName` must als
o be specified. Defaults to 0.", | 909 "description": "The start position of the ra
nge on the reference, 0-based inclusive. If\nspecified, `referenceName` must als
o be specified. Defaults to 0.", |
1146 "format": "int64", | 910 "format": "int64", |
1147 "location": "query", | 911 "location": "query", |
1148 "type": "string" | 912 "type": "string" |
1149 }, | |
1150 "targetBucketWidth": { | |
1151 "description": "The desired width of each re
ported coverage bucket in base pairs. This\nwill be rounded down to the nearest
precomputed bucket width; the value\nof which is returned as `bucketWidth` in th
e response. Defaults\nto infinity (each bucket spans an entire reference sequenc
e) or the length\nof the target range, if specified. The smallest precomputed\n`
bucketWidth` is currently 2048 base pairs; this is subject to\nchange.", | |
1152 "format": "int64", | |
1153 "location": "query", | |
1154 "type": "string" | |
1155 }, | |
1156 "readGroupSetId": { | |
1157 "description": "Required. The ID of the read
group set over which coverage is requested.", | |
1158 "location": "path", | |
1159 "required": true, | |
1160 "type": "string" | |
1161 } | 913 } |
1162 }, | 914 }, |
1163 "path": "v1/readgroupsets/{readGroupSetId}/coverageb
uckets", | 915 "path": "v1/readgroupsets/{readGroupSetId}/coverageb
uckets", |
1164 "response": { | 916 "response": { |
1165 "$ref": "ListCoverageBucketsResponse" | 917 "$ref": "ListCoverageBucketsResponse" |
1166 }, | 918 }, |
1167 "scopes": [ | 919 "scopes": [ |
1168 "https://www.googleapis.com/auth/cloud-platform"
, | 920 "https://www.googleapis.com/auth/cloud-platform"
, |
1169 "https://www.googleapis.com/auth/genomics", | 921 "https://www.googleapis.com/auth/genomics", |
1170 "https://www.googleapis.com/auth/genomics.readon
ly" | 922 "https://www.googleapis.com/auth/genomics.readon
ly" |
1171 ] | 923 ] |
1172 } | 924 } |
1173 } | 925 } |
1174 } | 926 } |
1175 } | 927 } |
1176 }, | 928 }, |
1177 "annotationsets": { | 929 "variants": { |
1178 "methods": { | 930 "methods": { |
1179 "delete": { | 931 "create": { |
1180 "description": "Deletes an annotation set. Caller must have
WRITE permission\nfor the associated annotation set.", | 932 "description": "Creates a new variant.\n\nFor the definition
s of variants and other genomics resources, see\n[Fundamentals of Google\nGenomi
cs](https://cloud.google.com/genomics/fundamentals-of-google-genomics)", |
1181 "httpMethod": "DELETE", | 933 "httpMethod": "POST", |
1182 "id": "genomics.annotationsets.delete", | 934 "id": "genomics.variants.create", |
1183 "parameterOrder": [ | 935 "parameterOrder": [], |
1184 "annotationSetId" | 936 "parameters": {}, |
1185 ], | 937 "path": "v1/variants", |
1186 "parameters": { | 938 "request": { |
1187 "annotationSetId": { | 939 "$ref": "Variant" |
1188 "description": "The ID of the annotation set to be d
eleted.", | |
1189 "location": "path", | |
1190 "required": true, | |
1191 "type": "string" | |
1192 } | |
1193 }, | 940 }, |
1194 "path": "v1/annotationsets/{annotationSetId}", | |
1195 "response": { | 941 "response": { |
1196 "$ref": "Empty" | 942 "$ref": "Variant" |
1197 }, | 943 }, |
1198 "scopes": [ | 944 "scopes": [ |
1199 "https://www.googleapis.com/auth/cloud-platform", | 945 "https://www.googleapis.com/auth/cloud-platform", |
1200 "https://www.googleapis.com/auth/genomics" | 946 "https://www.googleapis.com/auth/genomics" |
1201 ] | 947 ] |
1202 }, | 948 }, |
1203 "search": { | 949 "search": { |
1204 "description": "Searches for annotation sets that match the
given criteria. Annotation sets\nare returned in an unspecified order. This orde
r is consistent, such that\ntwo queries for the same content (regardless of page
size) yield annotation\nsets in the same order across their respective streams
of paginated\nresponses. Caller must have READ permission for the queried datase
ts.", | |
1205 "httpMethod": "POST", | |
1206 "id": "genomics.annotationsets.search", | |
1207 "parameterOrder": [], | |
1208 "parameters": {}, | |
1209 "path": "v1/annotationsets/search", | |
1210 "request": { | |
1211 "$ref": "SearchAnnotationSetsRequest" | |
1212 }, | |
1213 "response": { | |
1214 "$ref": "SearchAnnotationSetsResponse" | |
1215 }, | |
1216 "scopes": [ | |
1217 "https://www.googleapis.com/auth/cloud-platform", | |
1218 "https://www.googleapis.com/auth/genomics", | |
1219 "https://www.googleapis.com/auth/genomics.readonly" | |
1220 ] | |
1221 }, | |
1222 "get": { | |
1223 "description": "Gets an annotation set. Caller must have REA
D permission for\nthe associated dataset.", | |
1224 "httpMethod": "GET", | |
1225 "id": "genomics.annotationsets.get", | |
1226 "parameterOrder": [ | |
1227 "annotationSetId" | |
1228 ], | |
1229 "parameters": { | |
1230 "annotationSetId": { | |
1231 "description": "The ID of the annotation set to be r
etrieved.", | |
1232 "location": "path", | |
1233 "required": true, | |
1234 "type": "string" | |
1235 } | |
1236 }, | |
1237 "path": "v1/annotationsets/{annotationSetId}", | |
1238 "response": { | |
1239 "$ref": "AnnotationSet" | |
1240 }, | |
1241 "scopes": [ | |
1242 "https://www.googleapis.com/auth/cloud-platform", | |
1243 "https://www.googleapis.com/auth/genomics", | |
1244 "https://www.googleapis.com/auth/genomics.readonly" | |
1245 ] | |
1246 }, | |
1247 "update": { | |
1248 "description": "Updates an annotation set. The update must r
espect all mutability\nrestrictions and other invariants described on the annota
tion set resource.\nCaller must have WRITE permission for the associated dataset
.", | |
1249 "httpMethod": "PUT", | |
1250 "id": "genomics.annotationsets.update", | |
1251 "parameterOrder": [ | |
1252 "annotationSetId" | |
1253 ], | |
1254 "parameters": { | |
1255 "annotationSetId": { | |
1256 "description": "The ID of the annotation set to be u
pdated.", | |
1257 "location": "path", | |
1258 "required": true, | |
1259 "type": "string" | |
1260 }, | |
1261 "updateMask": { | |
1262 "description": "An optional mask specifying which fi
elds to update. Mutable fields are\nname,\nsource_uri, and\ninfo. If unspecified
, all\nmutable fields will be updated.", | |
1263 "format": "google-fieldmask", | |
1264 "location": "query", | |
1265 "type": "string" | |
1266 } | |
1267 }, | |
1268 "path": "v1/annotationsets/{annotationSetId}", | |
1269 "request": { | |
1270 "$ref": "AnnotationSet" | |
1271 }, | |
1272 "response": { | |
1273 "$ref": "AnnotationSet" | |
1274 }, | |
1275 "scopes": [ | |
1276 "https://www.googleapis.com/auth/cloud-platform", | |
1277 "https://www.googleapis.com/auth/genomics" | |
1278 ] | |
1279 }, | |
1280 "create": { | |
1281 "description": "Creates a new annotation set. Caller must ha
ve WRITE permission for the\nassociated dataset.\n\nThe following fields are req
uired:\n\n * datasetId\n * referenceSetId\n\nAll other fields may be optionall
y specified, unless documented as being\nserver-generated (for example, the `id`
field).", | |
1282 "httpMethod": "POST", | |
1283 "id": "genomics.annotationsets.create", | |
1284 "parameterOrder": [], | |
1285 "parameters": {}, | |
1286 "path": "v1/annotationsets", | |
1287 "request": { | |
1288 "$ref": "AnnotationSet" | |
1289 }, | |
1290 "response": { | |
1291 "$ref": "AnnotationSet" | |
1292 }, | |
1293 "scopes": [ | |
1294 "https://www.googleapis.com/auth/cloud-platform", | |
1295 "https://www.googleapis.com/auth/genomics" | |
1296 ] | |
1297 } | |
1298 } | |
1299 }, | |
1300 "variants": { | |
1301 "methods": { | |
1302 "search": { | |
1303 "description": "Gets a list of variants matching the criteri
a.\n\nFor the definitions of variants and other genomics resources, see\n[Fundam
entals of Google\nGenomics](https://cloud.google.com/genomics/fundamentals-of-go
ogle-genomics)\n\nImplements\n[GlobalAllianceApi.searchVariants](https://github.
com/ga4gh/schemas/blob/v0.5.1/src/main/resources/avro/variantmethods.avdl#L126).
", | 950 "description": "Gets a list of variants matching the criteri
a.\n\nFor the definitions of variants and other genomics resources, see\n[Fundam
entals of Google\nGenomics](https://cloud.google.com/genomics/fundamentals-of-go
ogle-genomics)\n\nImplements\n[GlobalAllianceApi.searchVariants](https://github.
com/ga4gh/schemas/blob/v0.5.1/src/main/resources/avro/variantmethods.avdl#L126).
", |
1304 "httpMethod": "POST", | 951 "httpMethod": "POST", |
1305 "id": "genomics.variants.search", | 952 "id": "genomics.variants.search", |
1306 "parameterOrder": [], | 953 "parameterOrder": [], |
1307 "parameters": {}, | 954 "parameters": {}, |
1308 "path": "v1/variants/search", | 955 "path": "v1/variants/search", |
1309 "request": { | 956 "request": { |
1310 "$ref": "SearchVariantsRequest" | 957 "$ref": "SearchVariantsRequest" |
1311 }, | 958 }, |
1312 "response": { | 959 "response": { |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1388 }, | 1035 }, |
1389 "response": { | 1036 "response": { |
1390 "$ref": "Operation" | 1037 "$ref": "Operation" |
1391 }, | 1038 }, |
1392 "scopes": [ | 1039 "scopes": [ |
1393 "https://www.googleapis.com/auth/cloud-platform", | 1040 "https://www.googleapis.com/auth/cloud-platform", |
1394 "https://www.googleapis.com/auth/devstorage.read_write", | 1041 "https://www.googleapis.com/auth/devstorage.read_write", |
1395 "https://www.googleapis.com/auth/genomics" | 1042 "https://www.googleapis.com/auth/genomics" |
1396 ] | 1043 ] |
1397 }, | 1044 }, |
| 1045 "merge": { |
| 1046 "description": "Merges the given variants with existing vari
ants.\n\nFor the definitions of variants and other genomics resources, see\n[Fun
damentals of Google\nGenomics](https://cloud.google.com/genomics/fundamentals-of
-google-genomics)\n\nEach variant will be\nmerged with an existing variant that
matches its reference sequence,\nstart, end, reference bases, and alternative ba
ses. If no such variant\nexists, a new one will be created.\n\nWhen variants are
merged, the call information from the new variant\nis added to the existing var
iant. Variant info fields are merged as\nspecified in the\ninfoMergeConfig\nfiel
d of the MergeVariantsRequest.\n\nPlease exercise caution when using this method
! It is easy to introduce\nmistakes in existing variants and difficult to back
out of them. For\nexample,\nsuppose you were trying to merge a new variant with
an existing one and\nboth\nvariants contain calls that belong to callsets with
the same callset ID.\n\n // Existing variant - irrelevant fields trimmed for
clarity\n {\n \"variantSetId\": \"10473108253681171589\",\n \"r
eferenceName\": \"1\",\n \"start\": \"10582\",\n \"referenceBases\
": \"G\",\n \"alternateBases\": [\n \"A\"\n ],\n
\"calls\": [\n {\n \"callSetId\": \"10473108253681171
589-0\",\n \"callSetName\": \"CALLSET0\",\n \"geno
type\": [\n 0,\n 1\n ],\n
}\n ]\n }\n\n // New variant with conflicting call inform
ation\n {\n \"variantSetId\": \"10473108253681171589\",\n \"ref
erenceName\": \"1\",\n \"start\": \"10582\",\n \"referenceBases\":
\"G\",\n \"alternateBases\": [\n \"A\"\n ],\n \
"calls\": [\n {\n \"callSetId\": \"1047310825368117158
9-0\",\n \"callSetName\": \"CALLSET0\",\n \"genoty
pe\": [\n 1,\n 1\n ],\n
}\n ]\n }\n\nThe resulting merged variant would overwrite the
existing calls with those\nfrom the new variant:\n\n {\n \"variantSetI
d\": \"10473108253681171589\",\n \"referenceName\": \"1\",\n \"sta
rt\": \"10582\",\n \"referenceBases\": \"G\",\n \"alternateBases\"
: [\n \"A\"\n ],\n \"calls\": [\n {\n
\"callSetId\": \"10473108253681171589-0\",\n \"callSetNa
me\": \"CALLSET0\",\n \"genotype\": [\n 1,\n
1\n ],\n }\n ]\n }\n\nThis
may be the desired outcome, but it is up to the user to determine if\nif that i
s indeed the case.", |
| 1047 "httpMethod": "POST", |
| 1048 "id": "genomics.variants.merge", |
| 1049 "parameterOrder": [], |
| 1050 "parameters": {}, |
| 1051 "path": "v1/variants:merge", |
| 1052 "request": { |
| 1053 "$ref": "MergeVariantsRequest" |
| 1054 }, |
| 1055 "response": { |
| 1056 "$ref": "Empty" |
| 1057 }, |
| 1058 "scopes": [ |
| 1059 "https://www.googleapis.com/auth/cloud-platform", |
| 1060 "https://www.googleapis.com/auth/genomics" |
| 1061 ] |
| 1062 }, |
1398 "delete": { | 1063 "delete": { |
1399 "description": "Deletes a variant.\n\nFor the definitions of
variants and other genomics resources, see\n[Fundamentals of Google\nGenomics](
https://cloud.google.com/genomics/fundamentals-of-google-genomics)", | 1064 "description": "Deletes a variant.\n\nFor the definitions of
variants and other genomics resources, see\n[Fundamentals of Google\nGenomics](
https://cloud.google.com/genomics/fundamentals-of-google-genomics)", |
1400 "httpMethod": "DELETE", | 1065 "httpMethod": "DELETE", |
1401 "id": "genomics.variants.delete", | 1066 "id": "genomics.variants.delete", |
1402 "parameterOrder": [ | 1067 "parameterOrder": [ |
1403 "variantId" | 1068 "variantId" |
1404 ], | 1069 ], |
1405 "parameters": { | 1070 "parameters": { |
1406 "variantId": { | 1071 "variantId": { |
1407 "description": "The ID of the variant to be deleted.
", | 1072 "description": "The ID of the variant to be deleted.
", |
1408 "location": "path", | 1073 "location": "path", |
1409 "required": true, | 1074 "required": true, |
1410 "type": "string" | 1075 "type": "string" |
1411 } | 1076 } |
1412 }, | 1077 }, |
1413 "path": "v1/variants/{variantId}", | 1078 "path": "v1/variants/{variantId}", |
1414 "response": { | 1079 "response": { |
1415 "$ref": "Empty" | 1080 "$ref": "Empty" |
1416 }, | 1081 }, |
1417 "scopes": [ | 1082 "scopes": [ |
1418 "https://www.googleapis.com/auth/cloud-platform", | 1083 "https://www.googleapis.com/auth/cloud-platform", |
1419 "https://www.googleapis.com/auth/genomics" | 1084 "https://www.googleapis.com/auth/genomics" |
1420 ] | 1085 ] |
1421 }, | 1086 } |
1422 "merge": { | 1087 } |
1423 "description": "Merges the given variants with existing vari
ants.\n\nFor the definitions of variants and other genomics resources, see\n[Fun
damentals of Google\nGenomics](https://cloud.google.com/genomics/fundamentals-of
-google-genomics)\n\nEach variant will be\nmerged with an existing variant that
matches its reference sequence,\nstart, end, reference bases, and alternative ba
ses. If no such variant\nexists, a new one will be created.\n\nWhen variants are
merged, the call information from the new variant\nis added to the existing var
iant. Variant info fields are merged as\nspecified in the\ninfoMergeConfig\nfiel
d of the MergeVariantsRequest.\n\nPlease exercise caution when using this method
! It is easy to introduce\nmistakes in existing variants and difficult to back
out of them. For\nexample,\nsuppose you were trying to merge a new variant with
an existing one and\nboth\nvariants contain calls that belong to callsets with
the same callset ID.\n\n // Existing variant - irrelevant fields trimmed for
clarity\n {\n \"variantSetId\": \"10473108253681171589\",\n \"r
eferenceName\": \"1\",\n \"start\": \"10582\",\n \"referenceBases\
": \"G\",\n \"alternateBases\": [\n \"A\"\n ],\n
\"calls\": [\n {\n \"callSetId\": \"10473108253681171
589-0\",\n \"callSetName\": \"CALLSET0\",\n \"geno
type\": [\n 0,\n 1\n ],\n
}\n ]\n }\n\n // New variant with conflicting call inform
ation\n {\n \"variantSetId\": \"10473108253681171589\",\n \"ref
erenceName\": \"1\",\n \"start\": \"10582\",\n \"referenceBases\":
\"G\",\n \"alternateBases\": [\n \"A\"\n ],\n \
"calls\": [\n {\n \"callSetId\": \"1047310825368117158
9-0\",\n \"callSetName\": \"CALLSET0\",\n \"genoty
pe\": [\n 1,\n 1\n ],\n
}\n ]\n }\n\nThe resulting merged variant would overwrite the
existing calls with those\nfrom the new variant:\n\n {\n \"variantSetI
d\": \"10473108253681171589\",\n \"referenceName\": \"1\",\n \"sta
rt\": \"10582\",\n \"referenceBases\": \"G\",\n \"alternateBases\"
: [\n \"A\"\n ],\n \"calls\": [\n {\n
\"callSetId\": \"10473108253681171589-0\",\n \"callSetNa
me\": \"CALLSET0\",\n \"genotype\": [\n 1,\n
1\n ],\n }\n ]\n }\n\nThis
may be the desired outcome, but it is up to the user to determine if\nif that i
s indeed the case.", | 1088 }, |
1424 "httpMethod": "POST", | 1089 "annotationsets": { |
1425 "id": "genomics.variants.merge", | 1090 "methods": { |
1426 "parameterOrder": [], | 1091 "delete": { |
1427 "parameters": {}, | 1092 "description": "Deletes an annotation set. Caller must have
WRITE permission\nfor the associated annotation set.", |
1428 "path": "v1/variants:merge", | 1093 "httpMethod": "DELETE", |
1429 "request": { | 1094 "id": "genomics.annotationsets.delete", |
1430 "$ref": "MergeVariantsRequest" | 1095 "parameterOrder": [ |
| 1096 "annotationSetId" |
| 1097 ], |
| 1098 "parameters": { |
| 1099 "annotationSetId": { |
| 1100 "description": "The ID of the annotation set to be d
eleted.", |
| 1101 "location": "path", |
| 1102 "required": true, |
| 1103 "type": "string" |
| 1104 } |
1431 }, | 1105 }, |
| 1106 "path": "v1/annotationsets/{annotationSetId}", |
1432 "response": { | 1107 "response": { |
1433 "$ref": "Empty" | 1108 "$ref": "Empty" |
1434 }, | 1109 }, |
1435 "scopes": [ | 1110 "scopes": [ |
1436 "https://www.googleapis.com/auth/cloud-platform", | 1111 "https://www.googleapis.com/auth/cloud-platform", |
1437 "https://www.googleapis.com/auth/genomics" | 1112 "https://www.googleapis.com/auth/genomics" |
1438 ] | 1113 ] |
1439 }, | 1114 }, |
| 1115 "search": { |
| 1116 "description": "Searches for annotation sets that match the
given criteria. Annotation sets\nare returned in an unspecified order. This orde
r is consistent, such that\ntwo queries for the same content (regardless of page
size) yield annotation\nsets in the same order across their respective streams
of paginated\nresponses. Caller must have READ permission for the queried datase
ts.", |
| 1117 "httpMethod": "POST", |
| 1118 "id": "genomics.annotationsets.search", |
| 1119 "parameterOrder": [], |
| 1120 "parameters": {}, |
| 1121 "path": "v1/annotationsets/search", |
| 1122 "request": { |
| 1123 "$ref": "SearchAnnotationSetsRequest" |
| 1124 }, |
| 1125 "response": { |
| 1126 "$ref": "SearchAnnotationSetsResponse" |
| 1127 }, |
| 1128 "scopes": [ |
| 1129 "https://www.googleapis.com/auth/cloud-platform", |
| 1130 "https://www.googleapis.com/auth/genomics", |
| 1131 "https://www.googleapis.com/auth/genomics.readonly" |
| 1132 ] |
| 1133 }, |
| 1134 "get": { |
| 1135 "description": "Gets an annotation set. Caller must have REA
D permission for\nthe associated dataset.", |
| 1136 "httpMethod": "GET", |
| 1137 "id": "genomics.annotationsets.get", |
| 1138 "parameterOrder": [ |
| 1139 "annotationSetId" |
| 1140 ], |
| 1141 "parameters": { |
| 1142 "annotationSetId": { |
| 1143 "description": "The ID of the annotation set to be r
etrieved.", |
| 1144 "location": "path", |
| 1145 "required": true, |
| 1146 "type": "string" |
| 1147 } |
| 1148 }, |
| 1149 "path": "v1/annotationsets/{annotationSetId}", |
| 1150 "response": { |
| 1151 "$ref": "AnnotationSet" |
| 1152 }, |
| 1153 "scopes": [ |
| 1154 "https://www.googleapis.com/auth/cloud-platform", |
| 1155 "https://www.googleapis.com/auth/genomics", |
| 1156 "https://www.googleapis.com/auth/genomics.readonly" |
| 1157 ] |
| 1158 }, |
| 1159 "update": { |
| 1160 "description": "Updates an annotation set. The update must r
espect all mutability\nrestrictions and other invariants described on the annota
tion set resource.\nCaller must have WRITE permission for the associated dataset
.", |
| 1161 "httpMethod": "PUT", |
| 1162 "id": "genomics.annotationsets.update", |
| 1163 "parameterOrder": [ |
| 1164 "annotationSetId" |
| 1165 ], |
| 1166 "parameters": { |
| 1167 "updateMask": { |
| 1168 "description": "An optional mask specifying which fi
elds to update. Mutable fields are\nname,\nsource_uri, and\ninfo. If unspecified
, all\nmutable fields will be updated.", |
| 1169 "format": "google-fieldmask", |
| 1170 "location": "query", |
| 1171 "type": "string" |
| 1172 }, |
| 1173 "annotationSetId": { |
| 1174 "description": "The ID of the annotation set to be u
pdated.", |
| 1175 "location": "path", |
| 1176 "required": true, |
| 1177 "type": "string" |
| 1178 } |
| 1179 }, |
| 1180 "path": "v1/annotationsets/{annotationSetId}", |
| 1181 "request": { |
| 1182 "$ref": "AnnotationSet" |
| 1183 }, |
| 1184 "response": { |
| 1185 "$ref": "AnnotationSet" |
| 1186 }, |
| 1187 "scopes": [ |
| 1188 "https://www.googleapis.com/auth/cloud-platform", |
| 1189 "https://www.googleapis.com/auth/genomics" |
| 1190 ] |
| 1191 }, |
1440 "create": { | 1192 "create": { |
1441 "description": "Creates a new variant.\n\nFor the definition
s of variants and other genomics resources, see\n[Fundamentals of Google\nGenomi
cs](https://cloud.google.com/genomics/fundamentals-of-google-genomics)", | 1193 "description": "Creates a new annotation set. Caller must ha
ve WRITE permission for the\nassociated dataset.\n\nThe following fields are req
uired:\n\n * datasetId\n * referenceSetId\n\nAll other fields may be optionall
y specified, unless documented as being\nserver-generated (for example, the `id`
field).", |
1442 "httpMethod": "POST", | 1194 "httpMethod": "POST", |
1443 "id": "genomics.variants.create", | 1195 "id": "genomics.annotationsets.create", |
1444 "parameterOrder": [], | 1196 "parameterOrder": [], |
1445 "parameters": {}, | 1197 "parameters": {}, |
1446 "path": "v1/variants", | 1198 "path": "v1/annotationsets", |
1447 "request": { | 1199 "request": { |
1448 "$ref": "Variant" | 1200 "$ref": "AnnotationSet" |
1449 }, | 1201 }, |
1450 "response": { | 1202 "response": { |
1451 "$ref": "Variant" | 1203 "$ref": "AnnotationSet" |
1452 }, | 1204 }, |
1453 "scopes": [ | 1205 "scopes": [ |
1454 "https://www.googleapis.com/auth/cloud-platform", | 1206 "https://www.googleapis.com/auth/cloud-platform", |
1455 "https://www.googleapis.com/auth/genomics" | 1207 "https://www.googleapis.com/auth/genomics" |
1456 ] | 1208 ] |
1457 } | 1209 } |
1458 } | 1210 } |
1459 }, | 1211 }, |
1460 "references": { | 1212 "references": { |
1461 "methods": { | 1213 "methods": { |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1508 "bases": { | 1260 "bases": { |
1509 "methods": { | 1261 "methods": { |
1510 "list": { | 1262 "list": { |
1511 "description": "Lists the bases in a reference, opti
onally restricted to a range.\n\nFor the definitions of references and other gen
omics resources, see\n[Fundamentals of Google\nGenomics](https://cloud.google.co
m/genomics/fundamentals-of-google-genomics)\n\nImplements\n[GlobalAllianceApi.ge
tReferenceBases](https://github.com/ga4gh/schemas/blob/v0.5.1/src/main/resources
/avro/referencemethods.avdl#L221).", | 1263 "description": "Lists the bases in a reference, opti
onally restricted to a range.\n\nFor the definitions of references and other gen
omics resources, see\n[Fundamentals of Google\nGenomics](https://cloud.google.co
m/genomics/fundamentals-of-google-genomics)\n\nImplements\n[GlobalAllianceApi.ge
tReferenceBases](https://github.com/ga4gh/schemas/blob/v0.5.1/src/main/resources
/avro/referencemethods.avdl#L221).", |
1512 "httpMethod": "GET", | 1264 "httpMethod": "GET", |
1513 "id": "genomics.references.bases.list", | 1265 "id": "genomics.references.bases.list", |
1514 "parameterOrder": [ | 1266 "parameterOrder": [ |
1515 "referenceId" | 1267 "referenceId" |
1516 ], | 1268 ], |
1517 "parameters": { | 1269 "parameters": { |
| 1270 "referenceId": { |
| 1271 "description": "The ID of the reference.", |
| 1272 "location": "path", |
| 1273 "required": true, |
| 1274 "type": "string" |
| 1275 }, |
| 1276 "end": { |
| 1277 "description": "The end position (0-based, e
xclusive) of this query. Defaults to the length\nof this reference.", |
| 1278 "format": "int64", |
| 1279 "location": "query", |
| 1280 "type": "string" |
| 1281 }, |
1518 "pageToken": { | 1282 "pageToken": { |
1519 "description": "The continuation token, whic
h is used to page through large result sets.\nTo get the next page of results, s
et this parameter to the value of\n`nextPageToken` from the previous response.", | 1283 "description": "The continuation token, whic
h is used to page through large result sets.\nTo get the next page of results, s
et this parameter to the value of\n`nextPageToken` from the previous response.", |
1520 "location": "query", | 1284 "location": "query", |
1521 "type": "string" | 1285 "type": "string" |
1522 }, | 1286 }, |
1523 "pageSize": { | 1287 "pageSize": { |
1524 "description": "The maximum number of bases
to return in a single page. If unspecified,\ndefaults to 200Kbp (kilo base pairs
). The maximum value is 10Mbp (mega base\npairs).", | 1288 "description": "The maximum number of bases
to return in a single page. If unspecified,\ndefaults to 200Kbp (kilo base pairs
). The maximum value is 10Mbp (mega base\npairs).", |
1525 "format": "int32", | 1289 "format": "int32", |
1526 "location": "query", | 1290 "location": "query", |
1527 "type": "integer" | 1291 "type": "integer" |
1528 }, | 1292 }, |
1529 "start": { | 1293 "start": { |
1530 "description": "The start position (0-based)
of this query. Defaults to 0.", | 1294 "description": "The start position (0-based)
of this query. Defaults to 0.", |
1531 "format": "int64", | 1295 "format": "int64", |
1532 "location": "query", | 1296 "location": "query", |
1533 "type": "string" | 1297 "type": "string" |
1534 }, | |
1535 "referenceId": { | |
1536 "description": "The ID of the reference.", | |
1537 "location": "path", | |
1538 "required": true, | |
1539 "type": "string" | |
1540 }, | |
1541 "end": { | |
1542 "description": "The end position (0-based, e
xclusive) of this query. Defaults to the length\nof this reference.", | |
1543 "format": "int64", | |
1544 "location": "query", | |
1545 "type": "string" | |
1546 } | 1298 } |
1547 }, | 1299 }, |
1548 "path": "v1/references/{referenceId}/bases", | 1300 "path": "v1/references/{referenceId}/bases", |
1549 "response": { | 1301 "response": { |
1550 "$ref": "ListBasesResponse" | 1302 "$ref": "ListBasesResponse" |
1551 }, | 1303 }, |
1552 "scopes": [ | 1304 "scopes": [ |
1553 "https://www.googleapis.com/auth/cloud-platform"
, | 1305 "https://www.googleapis.com/auth/cloud-platform"
, |
1554 "https://www.googleapis.com/auth/genomics", | 1306 "https://www.googleapis.com/auth/genomics", |
1555 "https://www.googleapis.com/auth/genomics.readon
ly" | 1307 "https://www.googleapis.com/auth/genomics.readon
ly" |
1556 ] | 1308 ] |
1557 } | 1309 } |
1558 } | 1310 } |
1559 } | 1311 } |
1560 } | 1312 } |
| 1313 }, |
| 1314 "datasets": { |
| 1315 "methods": { |
| 1316 "setIamPolicy": { |
| 1317 "description": "Sets the access control policy on the specif
ied dataset. Replaces any\nexisting policy.\n\nFor the definitions of datasets a
nd other genomics resources, see\n[Fundamentals of Google\nGenomics](https://clo
ud.google.com/genomics/fundamentals-of-google-genomics)\n\nSee <a href=\"/iam/do
cs/managing-policies#setting_a_policy\">Setting a\nPolicy</a> for more informati
on.", |
| 1318 "httpMethod": "POST", |
| 1319 "id": "genomics.datasets.setIamPolicy", |
| 1320 "parameterOrder": [ |
| 1321 "resource" |
| 1322 ], |
| 1323 "parameters": { |
| 1324 "resource": { |
| 1325 "description": "REQUIRED: The resource for which pol
icy is being specified. Format is\n`datasets/<dataset ID>`.", |
| 1326 "location": "path", |
| 1327 "pattern": "^datasets/[^/]+$", |
| 1328 "required": true, |
| 1329 "type": "string" |
| 1330 } |
| 1331 }, |
| 1332 "path": "v1/{+resource}:setIamPolicy", |
| 1333 "request": { |
| 1334 "$ref": "SetIamPolicyRequest" |
| 1335 }, |
| 1336 "response": { |
| 1337 "$ref": "Policy" |
| 1338 }, |
| 1339 "scopes": [ |
| 1340 "https://www.googleapis.com/auth/cloud-platform", |
| 1341 "https://www.googleapis.com/auth/genomics" |
| 1342 ] |
| 1343 }, |
| 1344 "create": { |
| 1345 "description": "Creates a new dataset.\n\nFor the definition
s of datasets and other genomics resources, see\n[Fundamentals of Google\nGenomi
cs](https://cloud.google.com/genomics/fundamentals-of-google-genomics)", |
| 1346 "httpMethod": "POST", |
| 1347 "id": "genomics.datasets.create", |
| 1348 "parameterOrder": [], |
| 1349 "parameters": {}, |
| 1350 "path": "v1/datasets", |
| 1351 "request": { |
| 1352 "$ref": "Dataset" |
| 1353 }, |
| 1354 "response": { |
| 1355 "$ref": "Dataset" |
| 1356 }, |
| 1357 "scopes": [ |
| 1358 "https://www.googleapis.com/auth/cloud-platform", |
| 1359 "https://www.googleapis.com/auth/genomics" |
| 1360 ] |
| 1361 }, |
| 1362 "getIamPolicy": { |
| 1363 "description": "Gets the access control policy for the datas
et. This is empty if the\npolicy or resource does not exist.\n\nSee <a href=\"/i
am/docs/managing-policies#getting_a_policy\">Getting a\nPolicy</a> for more info
rmation.\n\nFor the definitions of datasets and other genomics resources, see\n[
Fundamentals of Google\nGenomics](https://cloud.google.com/genomics/fundamentals
-of-google-genomics)", |
| 1364 "httpMethod": "POST", |
| 1365 "id": "genomics.datasets.getIamPolicy", |
| 1366 "parameterOrder": [ |
| 1367 "resource" |
| 1368 ], |
| 1369 "parameters": { |
| 1370 "resource": { |
| 1371 "description": "REQUIRED: The resource for which pol
icy is being specified. Format is\n`datasets/<dataset ID>`.", |
| 1372 "location": "path", |
| 1373 "pattern": "^datasets/[^/]+$", |
| 1374 "required": true, |
| 1375 "type": "string" |
| 1376 } |
| 1377 }, |
| 1378 "path": "v1/{+resource}:getIamPolicy", |
| 1379 "request": { |
| 1380 "$ref": "GetIamPolicyRequest" |
| 1381 }, |
| 1382 "response": { |
| 1383 "$ref": "Policy" |
| 1384 }, |
| 1385 "scopes": [ |
| 1386 "https://www.googleapis.com/auth/cloud-platform", |
| 1387 "https://www.googleapis.com/auth/genomics" |
| 1388 ] |
| 1389 }, |
| 1390 "undelete": { |
| 1391 "description": "Undeletes a dataset by restoring a dataset w
hich was deleted via this API.\n\nFor the definitions of datasets and other geno
mics resources, see\n[Fundamentals of Google\nGenomics](https://cloud.google.com
/genomics/fundamentals-of-google-genomics)\n\nThis operation is only possible fo
r a week after the deletion occurred.", |
| 1392 "httpMethod": "POST", |
| 1393 "id": "genomics.datasets.undelete", |
| 1394 "parameterOrder": [ |
| 1395 "datasetId" |
| 1396 ], |
| 1397 "parameters": { |
| 1398 "datasetId": { |
| 1399 "description": "The ID of the dataset to be undelete
d.", |
| 1400 "location": "path", |
| 1401 "required": true, |
| 1402 "type": "string" |
| 1403 } |
| 1404 }, |
| 1405 "path": "v1/datasets/{datasetId}:undelete", |
| 1406 "request": { |
| 1407 "$ref": "UndeleteDatasetRequest" |
| 1408 }, |
| 1409 "response": { |
| 1410 "$ref": "Dataset" |
| 1411 }, |
| 1412 "scopes": [ |
| 1413 "https://www.googleapis.com/auth/cloud-platform", |
| 1414 "https://www.googleapis.com/auth/genomics" |
| 1415 ] |
| 1416 }, |
| 1417 "get": { |
| 1418 "description": "Gets a dataset by ID.\n\nFor the definitions
of datasets and other genomics resources, see\n[Fundamentals of Google\nGenomic
s](https://cloud.google.com/genomics/fundamentals-of-google-genomics)", |
| 1419 "httpMethod": "GET", |
| 1420 "id": "genomics.datasets.get", |
| 1421 "parameterOrder": [ |
| 1422 "datasetId" |
| 1423 ], |
| 1424 "parameters": { |
| 1425 "datasetId": { |
| 1426 "description": "The ID of the dataset.", |
| 1427 "location": "path", |
| 1428 "required": true, |
| 1429 "type": "string" |
| 1430 } |
| 1431 }, |
| 1432 "path": "v1/datasets/{datasetId}", |
| 1433 "response": { |
| 1434 "$ref": "Dataset" |
| 1435 }, |
| 1436 "scopes": [ |
| 1437 "https://www.googleapis.com/auth/cloud-platform", |
| 1438 "https://www.googleapis.com/auth/genomics", |
| 1439 "https://www.googleapis.com/auth/genomics.readonly" |
| 1440 ] |
| 1441 }, |
| 1442 "patch": { |
| 1443 "description": "Updates a dataset.\n\nFor the definitions of
datasets and other genomics resources, see\n[Fundamentals of Google\nGenomics](
https://cloud.google.com/genomics/fundamentals-of-google-genomics)\n\nThis metho
d supports patch semantics.", |
| 1444 "httpMethod": "PATCH", |
| 1445 "id": "genomics.datasets.patch", |
| 1446 "parameterOrder": [ |
| 1447 "datasetId" |
| 1448 ], |
| 1449 "parameters": { |
| 1450 "datasetId": { |
| 1451 "description": "The ID of the dataset to be updated.
", |
| 1452 "location": "path", |
| 1453 "required": true, |
| 1454 "type": "string" |
| 1455 }, |
| 1456 "updateMask": { |
| 1457 "description": "An optional mask specifying which fi
elds to update. At this time, the only\nmutable field is name. The only\naccepta
ble value is \"name\". If unspecified, all mutable fields will be\nupdated.", |
| 1458 "format": "google-fieldmask", |
| 1459 "location": "query", |
| 1460 "type": "string" |
| 1461 } |
| 1462 }, |
| 1463 "path": "v1/datasets/{datasetId}", |
| 1464 "request": { |
| 1465 "$ref": "Dataset" |
| 1466 }, |
| 1467 "response": { |
| 1468 "$ref": "Dataset" |
| 1469 }, |
| 1470 "scopes": [ |
| 1471 "https://www.googleapis.com/auth/cloud-platform", |
| 1472 "https://www.googleapis.com/auth/genomics" |
| 1473 ] |
| 1474 }, |
| 1475 "testIamPermissions": { |
| 1476 "description": "Returns permissions that a caller has on the
specified resource.\nSee <a href=\"/iam/docs/managing-policies#testing_permissi
ons\">Testing\nPermissions</a> for more information.\n\nFor the definitions of d
atasets and other genomics resources, see\n[Fundamentals of Google\nGenomics](ht
tps://cloud.google.com/genomics/fundamentals-of-google-genomics)", |
| 1477 "httpMethod": "POST", |
| 1478 "id": "genomics.datasets.testIamPermissions", |
| 1479 "parameterOrder": [ |
| 1480 "resource" |
| 1481 ], |
| 1482 "parameters": { |
| 1483 "resource": { |
| 1484 "description": "REQUIRED: The resource for which pol
icy is being specified. Format is\n`datasets/<dataset ID>`.", |
| 1485 "location": "path", |
| 1486 "pattern": "^datasets/[^/]+$", |
| 1487 "required": true, |
| 1488 "type": "string" |
| 1489 } |
| 1490 }, |
| 1491 "path": "v1/{+resource}:testIamPermissions", |
| 1492 "request": { |
| 1493 "$ref": "TestIamPermissionsRequest" |
| 1494 }, |
| 1495 "response": { |
| 1496 "$ref": "TestIamPermissionsResponse" |
| 1497 }, |
| 1498 "scopes": [ |
| 1499 "https://www.googleapis.com/auth/cloud-platform", |
| 1500 "https://www.googleapis.com/auth/genomics" |
| 1501 ] |
| 1502 }, |
| 1503 "delete": { |
| 1504 "description": "Deletes a dataset and all of its contents (a
ll read group sets,\nreference sets, variant sets, call sets, annotation sets, e
tc.)\nThis is reversible (up to one week after the deletion) via\nthe\ndatasets.
undelete\noperation.\n\nFor the definitions of datasets and other genomics resou
rces, see\n[Fundamentals of Google\nGenomics](https://cloud.google.com/genomics/
fundamentals-of-google-genomics)", |
| 1505 "httpMethod": "DELETE", |
| 1506 "id": "genomics.datasets.delete", |
| 1507 "parameterOrder": [ |
| 1508 "datasetId" |
| 1509 ], |
| 1510 "parameters": { |
| 1511 "datasetId": { |
| 1512 "description": "The ID of the dataset to be deleted.
", |
| 1513 "location": "path", |
| 1514 "required": true, |
| 1515 "type": "string" |
| 1516 } |
| 1517 }, |
| 1518 "path": "v1/datasets/{datasetId}", |
| 1519 "response": { |
| 1520 "$ref": "Empty" |
| 1521 }, |
| 1522 "scopes": [ |
| 1523 "https://www.googleapis.com/auth/cloud-platform", |
| 1524 "https://www.googleapis.com/auth/genomics" |
| 1525 ] |
| 1526 }, |
| 1527 "list": { |
| 1528 "description": "Lists datasets within a project.\n\nFor the
definitions of datasets and other genomics resources, see\n[Fundamentals of Goog
le\nGenomics](https://cloud.google.com/genomics/fundamentals-of-google-genomics)
", |
| 1529 "httpMethod": "GET", |
| 1530 "id": "genomics.datasets.list", |
| 1531 "parameterOrder": [], |
| 1532 "parameters": { |
| 1533 "pageToken": { |
| 1534 "description": "The continuation token, which is use
d to page through large result sets.\nTo get the next page of results, set this
parameter to the value of\n`nextPageToken` from the previous response.", |
| 1535 "location": "query", |
| 1536 "type": "string" |
| 1537 }, |
| 1538 "pageSize": { |
| 1539 "description": "The maximum number of results to ret
urn in a single page. If unspecified,\ndefaults to 50. The maximum value is 1024
.", |
| 1540 "format": "int32", |
| 1541 "location": "query", |
| 1542 "type": "integer" |
| 1543 }, |
| 1544 "projectId": { |
| 1545 "description": "Required. The Google Cloud project I
D to list datasets for.", |
| 1546 "location": "query", |
| 1547 "type": "string" |
| 1548 } |
| 1549 }, |
| 1550 "path": "v1/datasets", |
| 1551 "response": { |
| 1552 "$ref": "ListDatasetsResponse" |
| 1553 }, |
| 1554 "scopes": [ |
| 1555 "https://www.googleapis.com/auth/cloud-platform", |
| 1556 "https://www.googleapis.com/auth/genomics", |
| 1557 "https://www.googleapis.com/auth/genomics.readonly" |
| 1558 ] |
| 1559 } |
| 1560 } |
1561 } | 1561 } |
1562 }, | 1562 }, |
1563 "revision": "20170706", | 1563 "revision": "20170727", |
1564 "rootUrl": "https://genomics.googleapis.com/", | 1564 "rootUrl": "https://genomics.googleapis.com/", |
1565 "schemas": { | 1565 "schemas": { |
| 1566 "SearchReferencesRequest": { |
| 1567 "id": "SearchReferencesRequest", |
| 1568 "properties": { |
| 1569 "pageToken": { |
| 1570 "description": "The continuation token, which is used to pag
e through large result sets.\nTo get the next page of results, set this paramete
r to the value of\n`nextPageToken` from the previous response.", |
| 1571 "type": "string" |
| 1572 }, |
| 1573 "accessions": { |
| 1574 "description": "If present, return references for which a pr
efix of any of\nsourceAccessions match\nany of these strings. Accession numbers
typically have a main number and a\nversion, for example `GCF_000001405.26`.", |
| 1575 "items": { |
| 1576 "type": "string" |
| 1577 }, |
| 1578 "type": "array" |
| 1579 }, |
| 1580 "pageSize": { |
| 1581 "description": "The maximum number of results to return in a
single page. If unspecified,\ndefaults to 1024. The maximum value is 4096.", |
| 1582 "format": "int32", |
| 1583 "type": "integer" |
| 1584 }, |
| 1585 "referenceSetId": { |
| 1586 "description": "If present, return only references which bel
ong to this reference set.", |
| 1587 "type": "string" |
| 1588 }, |
| 1589 "md5checksums": { |
| 1590 "description": "If present, return references for which the\
nmd5checksum matches exactly.", |
| 1591 "items": { |
| 1592 "type": "string" |
| 1593 }, |
| 1594 "type": "array" |
| 1595 } |
| 1596 }, |
| 1597 "type": "object" |
| 1598 }, |
| 1599 "LinearAlignment": { |
| 1600 "description": "A linear alignment can be represented by one CIGAR s
tring. Describes the\nmapped position and local alignment of the read to the ref
erence.", |
| 1601 "id": "LinearAlignment", |
| 1602 "properties": { |
| 1603 "cigar": { |
| 1604 "description": "Represents the local alignment of this seque
nce (alignment matches, indels,\netc) against the reference.", |
| 1605 "items": { |
| 1606 "$ref": "CigarUnit" |
| 1607 }, |
| 1608 "type": "array" |
| 1609 }, |
| 1610 "position": { |
| 1611 "$ref": "Position", |
| 1612 "description": "The position of this alignment." |
| 1613 }, |
| 1614 "mappingQuality": { |
| 1615 "description": "The mapping quality of this alignment. Repre
sents how likely\nthe read maps to this position as opposed to other locations.\
n\nSpecifically, this is -10 log10 Pr(mapping position is wrong), rounded to\nth
e nearest integer.", |
| 1616 "format": "int32", |
| 1617 "type": "integer" |
| 1618 } |
| 1619 }, |
| 1620 "type": "object" |
| 1621 }, |
| 1622 "Dataset": { |
| 1623 "description": "A Dataset is a collection of genomic data.\n\nFor mo
re genomics resource definitions, see [Fundamentals of Google\nGenomics](https:/
/cloud.google.com/genomics/fundamentals-of-google-genomics)", |
| 1624 "id": "Dataset", |
| 1625 "properties": { |
| 1626 "name": { |
| 1627 "description": "The dataset name.", |
| 1628 "type": "string" |
| 1629 }, |
| 1630 "projectId": { |
| 1631 "description": "The Google Cloud project ID that this datase
t belongs to.", |
| 1632 "type": "string" |
| 1633 }, |
| 1634 "id": { |
| 1635 "description": "The server-generated dataset ID, unique acro
ss all datasets.", |
| 1636 "type": "string" |
| 1637 }, |
| 1638 "createTime": { |
| 1639 "description": "The time this dataset was created, in second
s from the epoch.", |
| 1640 "format": "google-datetime", |
| 1641 "type": "string" |
| 1642 } |
| 1643 }, |
| 1644 "type": "object" |
| 1645 }, |
| 1646 "ImportVariantsResponse": { |
| 1647 "description": "The variant data import response.", |
| 1648 "id": "ImportVariantsResponse", |
| 1649 "properties": { |
| 1650 "callSetIds": { |
| 1651 "description": "IDs of the call sets created during the impo
rt.", |
| 1652 "items": { |
| 1653 "type": "string" |
| 1654 }, |
| 1655 "type": "array" |
| 1656 } |
| 1657 }, |
| 1658 "type": "object" |
| 1659 }, |
| 1660 "ReadGroup": { |
| 1661 "description": "A read group is all the data that's processed the sa
me way by the sequencer.", |
| 1662 "id": "ReadGroup", |
| 1663 "properties": { |
| 1664 "description": { |
| 1665 "description": "A free-form text description of this read gr
oup.", |
| 1666 "type": "string" |
| 1667 }, |
| 1668 "sampleId": { |
| 1669 "description": "A client-supplied sample identifier for the
reads in this read group.", |
| 1670 "type": "string" |
| 1671 }, |
| 1672 "datasetId": { |
| 1673 "description": "The dataset to which this read group belongs
.", |
| 1674 "type": "string" |
| 1675 }, |
| 1676 "experiment": { |
| 1677 "$ref": "Experiment", |
| 1678 "description": "The experiment used to generate this read gr
oup." |
| 1679 }, |
| 1680 "name": { |
| 1681 "description": "The read group name. This corresponds to the
@RG ID field in the SAM spec.", |
| 1682 "type": "string" |
| 1683 }, |
| 1684 "referenceSetId": { |
| 1685 "description": "The reference set the reads in this read gro
up are aligned to.", |
| 1686 "type": "string" |
| 1687 }, |
| 1688 "info": { |
| 1689 "additionalProperties": { |
| 1690 "items": { |
| 1691 "type": "any" |
| 1692 }, |
| 1693 "type": "array" |
| 1694 }, |
| 1695 "description": "A map of additional read group information.
This must be of the form\nmap<string, string[]> (string key mapping to a list of
string values).", |
| 1696 "type": "object" |
| 1697 }, |
| 1698 "id": { |
| 1699 "description": "The server-generated read group ID, unique f
or all read groups.\nNote: This is different than the @RG ID field in the SAM sp
ec. For that\nvalue, see name.", |
| 1700 "type": "string" |
| 1701 }, |
| 1702 "programs": { |
| 1703 "description": "The programs used to generate this read grou
p. Programs are always\nidentical for all read groups within a read group set. F
or this reason,\nonly the first read group in a returned set will have this fiel
d\npopulated.", |
| 1704 "items": { |
| 1705 "$ref": "Program" |
| 1706 }, |
| 1707 "type": "array" |
| 1708 }, |
| 1709 "predictedInsertSize": { |
| 1710 "description": "The predicted insert size of this read group
. The insert size is the length\nthe sequenced DNA fragment from end-to-end, not
including the adapters.", |
| 1711 "format": "int32", |
| 1712 "type": "integer" |
| 1713 } |
| 1714 }, |
| 1715 "type": "object" |
| 1716 }, |
| 1717 "ReadGroupSet": { |
| 1718 "description": "A read group set is a logical collection of read gro
ups, which are\ncollections of reads produced by a sequencer. A read group set t
ypically\nmodels reads corresponding to one sample, sequenced one way, and align
ed one\nway.\n\n* A read group set belongs to one dataset.\n* A read group belon
gs to one read group set.\n* A read belongs to one read group.\n\nFor more genom
ics resource definitions, see [Fundamentals of Google\nGenomics](https://cloud.g
oogle.com/genomics/fundamentals-of-google-genomics)", |
| 1719 "id": "ReadGroupSet", |
| 1720 "properties": { |
| 1721 "datasetId": { |
| 1722 "description": "The dataset to which this read group set bel
ongs.", |
| 1723 "type": "string" |
| 1724 }, |
| 1725 "readGroups": { |
| 1726 "description": "The read groups in this set. There are typic
ally 1-10 read groups in a read\ngroup set.", |
| 1727 "items": { |
| 1728 "$ref": "ReadGroup" |
| 1729 }, |
| 1730 "type": "array" |
| 1731 }, |
| 1732 "filename": { |
| 1733 "description": "The filename of the original source file for
this read group set, if any.", |
| 1734 "type": "string" |
| 1735 }, |
| 1736 "name": { |
| 1737 "description": "The read group set name. By default this wil
l be initialized to the sample\nname of the sequenced data contained in this set
.", |
| 1738 "type": "string" |
| 1739 }, |
| 1740 "referenceSetId": { |
| 1741 "description": "The reference set to which the reads in this
read group set are aligned.", |
| 1742 "type": "string" |
| 1743 }, |
| 1744 "info": { |
| 1745 "additionalProperties": { |
| 1746 "items": { |
| 1747 "type": "any" |
| 1748 }, |
| 1749 "type": "array" |
| 1750 }, |
| 1751 "description": "A map of additional read group set informati
on.", |
| 1752 "type": "object" |
| 1753 }, |
| 1754 "id": { |
| 1755 "description": "The server-generated read group set ID, uniq
ue for all read group sets.", |
| 1756 "type": "string" |
| 1757 } |
| 1758 }, |
| 1759 "type": "object" |
| 1760 }, |
| 1761 "SearchVariantSetsResponse": { |
| 1762 "description": "The search variant sets response.", |
| 1763 "id": "SearchVariantSetsResponse", |
| 1764 "properties": { |
| 1765 "variantSets": { |
| 1766 "description": "The variant sets belonging to the requested
dataset.", |
| 1767 "items": { |
| 1768 "$ref": "VariantSet" |
| 1769 }, |
| 1770 "type": "array" |
| 1771 }, |
| 1772 "nextPageToken": { |
| 1773 "description": "The continuation token, which is used to pag
e through large result sets.\nProvide this value in a subsequent request to retu
rn the next page of\nresults. This field will be empty if there aren't any addit
ional results.", |
| 1774 "type": "string" |
| 1775 } |
| 1776 }, |
| 1777 "type": "object" |
| 1778 }, |
| 1779 "Empty": { |
| 1780 "description": "A generic empty message that you can re-use to avoid
defining duplicated\nempty messages in your APIs. A typical example is to use i
t as the request\nor the response type of an API method. For instance:\n\n se
rvice Foo {\n rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty
);\n }\n\nThe JSON representation for `Empty` is empty JSON object `{}`.", |
| 1781 "id": "Empty", |
| 1782 "properties": {}, |
| 1783 "type": "object" |
| 1784 }, |
| 1785 "Entry": { |
| 1786 "id": "Entry", |
| 1787 "properties": { |
| 1788 "annotation": { |
| 1789 "$ref": "Annotation", |
| 1790 "description": "The created annotation, if creation was succ
essful." |
| 1791 }, |
| 1792 "status": { |
| 1793 "$ref": "Status", |
| 1794 "description": "The creation status." |
| 1795 } |
| 1796 }, |
| 1797 "type": "object" |
| 1798 }, |
| 1799 "Position": { |
| 1800 "description": "An abstraction for referring to a genomic position,
in relation to some\nalready known reference. For now, represents a genomic posi
tion as a\nreference name, a base number on that reference (0-based), and a\ndet
ermination of forward or reverse strand.", |
| 1801 "id": "Position", |
| 1802 "properties": { |
| 1803 "reverseStrand": { |
| 1804 "description": "Whether this position is on the reverse stra
nd, as opposed to the forward\nstrand.", |
| 1805 "type": "boolean" |
| 1806 }, |
| 1807 "position": { |
| 1808 "description": "The 0-based offset from the start of the for
ward strand for that reference.", |
| 1809 "format": "int64", |
| 1810 "type": "string" |
| 1811 }, |
| 1812 "referenceName": { |
| 1813 "description": "The name of the reference in whatever refere
nce set is being used.", |
| 1814 "type": "string" |
| 1815 } |
| 1816 }, |
| 1817 "type": "object" |
| 1818 }, |
| 1819 "SearchReferenceSetsResponse": { |
| 1820 "id": "SearchReferenceSetsResponse", |
| 1821 "properties": { |
| 1822 "referenceSets": { |
| 1823 "description": "The matching references sets.", |
| 1824 "items": { |
| 1825 "$ref": "ReferenceSet" |
| 1826 }, |
| 1827 "type": "array" |
| 1828 }, |
| 1829 "nextPageToken": { |
| 1830 "description": "The continuation token, which is used to pag
e through large result sets.\nProvide this value in a subsequent request to retu
rn the next page of\nresults. This field will be empty if there aren't any addit
ional results.", |
| 1831 "type": "string" |
| 1832 } |
| 1833 }, |
| 1834 "type": "object" |
| 1835 }, |
| 1836 "SearchCallSetsRequest": { |
| 1837 "description": "The call set search request.", |
| 1838 "id": "SearchCallSetsRequest", |
| 1839 "properties": { |
| 1840 "pageToken": { |
| 1841 "description": "The continuation token, which is used to pag
e through large result sets.\nTo get the next page of results, set this paramete
r to the value of\n`nextPageToken` from the previous response.", |
| 1842 "type": "string" |
| 1843 }, |
| 1844 "name": { |
| 1845 "description": "Only return call sets for which a substring
of the name matches this\nstring.", |
| 1846 "type": "string" |
| 1847 }, |
| 1848 "pageSize": { |
| 1849 "description": "The maximum number of results to return in a
single page. If unspecified,\ndefaults to 1024.", |
| 1850 "format": "int32", |
| 1851 "type": "integer" |
| 1852 }, |
| 1853 "variantSetIds": { |
| 1854 "description": "Restrict the query to call sets within the g
iven variant sets. At least one\nID must be provided.", |
| 1855 "items": { |
| 1856 "type": "string" |
| 1857 }, |
| 1858 "type": "array" |
| 1859 } |
| 1860 }, |
| 1861 "type": "object" |
| 1862 }, |
1566 "ImportReadGroupSetsRequest": { | 1863 "ImportReadGroupSetsRequest": { |
1567 "description": "The read group set import request.", | 1864 "description": "The read group set import request.", |
1568 "id": "ImportReadGroupSetsRequest", | 1865 "id": "ImportReadGroupSetsRequest", |
1569 "properties": { | 1866 "properties": { |
1570 "referenceSetId": { | 1867 "referenceSetId": { |
1571 "description": "The reference set to which the imported read
group sets are aligned to, if\nany. The reference names of this reference set m
ust be a superset of those\nfound in the imported file headers. If no reference
set id is provided, a\nbest effort is made to associate with a matching referenc
e set.", | 1868 "description": "The reference set to which the imported read
group sets are aligned to, if\nany. The reference names of this reference set m
ust be a superset of those\nfound in the imported file headers. If no reference
set id is provided, a\nbest effort is made to associate with a matching referenc
e set.", |
1572 "type": "string" | 1869 "type": "string" |
1573 }, | 1870 }, |
1574 "partitionStrategy": { | 1871 "partitionStrategy": { |
1575 "description": "The partition strategy describes how read gr
oups are partitioned into read\ngroup sets.", | 1872 "description": "The partition strategy describes how read gr
oups are partitioned into read\ngroup sets.", |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1616 "bindings": { | 1913 "bindings": { |
1617 "description": "Associates a list of `members` to a `role`.\
n`bindings` with no members will result in an error.", | 1914 "description": "Associates a list of `members` to a `role`.\
n`bindings` with no members will result in an error.", |
1618 "items": { | 1915 "items": { |
1619 "$ref": "Binding" | 1916 "$ref": "Binding" |
1620 }, | 1917 }, |
1621 "type": "array" | 1918 "type": "array" |
1622 } | 1919 } |
1623 }, | 1920 }, |
1624 "type": "object" | 1921 "type": "object" |
1625 }, | 1922 }, |
1626 "SearchReadsRequest": { | |
1627 "description": "The read search request.", | |
1628 "id": "SearchReadsRequest", | |
1629 "properties": { | |
1630 "pageToken": { | |
1631 "description": "The continuation token, which is used to pag
e through large result sets.\nTo get the next page of results, set this paramete
r to the value of\n`nextPageToken` from the previous response.", | |
1632 "type": "string" | |
1633 }, | |
1634 "pageSize": { | |
1635 "description": "The maximum number of results to return in a
single page. If unspecified,\ndefaults to 256. The maximum value is 2048.", | |
1636 "format": "int32", | |
1637 "type": "integer" | |
1638 }, | |
1639 "start": { | |
1640 "description": "The start position of the range on the refer
ence, 0-based inclusive. If\nspecified, `referenceName` must also be specified."
, | |
1641 "format": "int64", | |
1642 "type": "string" | |
1643 }, | |
1644 "referenceName": { | |
1645 "description": "The reference sequence name, for example `ch
r1`, `1`, or `chrX`. If set to\n`*`, only unmapped reads are returned. If unspec
ified, all reads (mapped\nand unmapped) are returned.", | |
1646 "type": "string" | |
1647 }, | |
1648 "readGroupSetIds": { | |
1649 "description": "The IDs of the read groups sets within which
to search for reads. All\nspecified read group sets must be aligned against a c
ommon set of reference\nsequences; this defines the genomic coordinates for the
query. Must specify\none of `readGroupSetIds` or `readGroupIds`.", | |
1650 "items": { | |
1651 "type": "string" | |
1652 }, | |
1653 "type": "array" | |
1654 }, | |
1655 "readGroupIds": { | |
1656 "description": "The IDs of the read groups within which to s
earch for reads. All specified\nread groups must belong to the same read group s
ets. Must specify one of\n`readGroupSetIds` or `readGroupIds`.", | |
1657 "items": { | |
1658 "type": "string" | |
1659 }, | |
1660 "type": "array" | |
1661 }, | |
1662 "end": { | |
1663 "description": "The end position of the range on the referen
ce, 0-based exclusive. If\nspecified, `referenceName` must also be specified.", | |
1664 "format": "int64", | |
1665 "type": "string" | |
1666 } | |
1667 }, | |
1668 "type": "object" | |
1669 }, | |
1670 "CancelOperationRequest": { | |
1671 "description": "The request message for Operations.CancelOperation."
, | |
1672 "id": "CancelOperationRequest", | |
1673 "properties": {}, | |
1674 "type": "object" | |
1675 }, | |
1676 "Annotation": { | 1923 "Annotation": { |
1677 "description": "An annotation describes a region of reference genome
. The value of an\nannotation may be one of several canonical types, supplemente
d by arbitrary\ninfo tags. An annotation is not inherently associated with a spe
cific\nsample or individual (though a client could choose to use annotations in\
nthis way). Example canonical annotation types are `GENE` and\n`VARIANT`.", | 1924 "description": "An annotation describes a region of reference genome
. The value of an\nannotation may be one of several canonical types, supplemente
d by arbitrary\ninfo tags. An annotation is not inherently associated with a spe
cific\nsample or individual (though a client could choose to use annotations in\
nthis way). Example canonical annotation types are `GENE` and\n`VARIANT`.", |
1678 "id": "Annotation", | 1925 "id": "Annotation", |
1679 "properties": { | 1926 "properties": { |
1680 "annotationSetId": { | |
1681 "description": "The annotation set to which this annotation
belongs.", | |
1682 "type": "string" | |
1683 }, | |
1684 "name": { | 1927 "name": { |
1685 "description": "The display name of this annotation.", | 1928 "description": "The display name of this annotation.", |
1686 "type": "string" | 1929 "type": "string" |
1687 }, | 1930 }, |
1688 "variant": { | 1931 "variant": { |
1689 "$ref": "VariantAnnotation", | 1932 "$ref": "VariantAnnotation", |
1690 "description": "A variant annotation, which describes the ef
fect of a variant on the\ngenome, the coding sequence, and/or higher level conse
quences at the\norganism level e.g. pathogenicity. This field is only set for an
notations\nof type `VARIANT`." | 1933 "description": "A variant annotation, which describes the ef
fect of a variant on the\ngenome, the coding sequence, and/or higher level conse
quences at the\norganism level e.g. pathogenicity. This field is only set for an
notations\nof type `VARIANT`." |
1691 }, | 1934 }, |
1692 "id": { | 1935 "id": { |
1693 "description": "The server-generated annotation ID, unique a
cross all annotations.", | 1936 "description": "The server-generated annotation ID, unique a
cross all annotations.", |
1694 "type": "string" | 1937 "type": "string" |
1695 }, | 1938 }, |
1696 "referenceId": { | 1939 "referenceId": { |
1697 "description": "The ID of the Google Genomics reference asso
ciated with this range.", | 1940 "description": "The ID of the Google Genomics reference asso
ciated with this range.", |
1698 "type": "string" | 1941 "type": "string" |
1699 }, | 1942 }, |
1700 "reverseStrand": { | 1943 "reverseStrand": { |
1701 "description": "Whether this range refers to the reverse str
and, as opposed to the forward\nstrand. Note that regardless of this field, the
start/end position of the\nrange always refer to the forward strand.", | 1944 "description": "Whether this range refers to the reverse str
and, as opposed to the forward\nstrand. Note that regardless of this field, the
start/end position of the\nrange always refer to the forward strand.", |
1702 "type": "boolean" | 1945 "type": "boolean" |
1703 }, | 1946 }, |
1704 "referenceName": { | 1947 "referenceName": { |
1705 "description": "The display name corresponding to the refere
nce specified by\n`referenceId`, for example `chr1`, `1`, or `chrX`.", | 1948 "description": "The display name corresponding to the refere
nce specified by\n`referenceId`, for example `chr1`, `1`, or `chrX`.", |
1706 "type": "string" | 1949 "type": "string" |
1707 }, | 1950 }, |
| 1951 "info": { |
| 1952 "additionalProperties": { |
| 1953 "items": { |
| 1954 "type": "any" |
| 1955 }, |
| 1956 "type": "array" |
| 1957 }, |
| 1958 "description": "A map of additional read alignment informati
on. This must be of the form\nmap<string, string[]> (string key mapping to a lis
t of string values).", |
| 1959 "type": "object" |
| 1960 }, |
1708 "type": { | 1961 "type": { |
1709 "description": "The data type for this annotation. Must matc
h the containing annotation\nset's type.", | 1962 "description": "The data type for this annotation. Must matc
h the containing annotation\nset's type.", |
1710 "enum": [ | 1963 "enum": [ |
1711 "ANNOTATION_TYPE_UNSPECIFIED", | 1964 "ANNOTATION_TYPE_UNSPECIFIED", |
1712 "GENERIC", | 1965 "GENERIC", |
1713 "VARIANT", | 1966 "VARIANT", |
1714 "GENE", | 1967 "GENE", |
1715 "TRANSCRIPT" | 1968 "TRANSCRIPT" |
1716 ], | 1969 ], |
1717 "enumDescriptions": [ | 1970 "enumDescriptions": [ |
1718 "", | 1971 "", |
1719 "A `GENERIC` annotation type should be used when no othe
r annotation\ntype will suffice. This represents an untyped annotation of the re
ference\ngenome.", | 1972 "A `GENERIC` annotation type should be used when no othe
r annotation\ntype will suffice. This represents an untyped annotation of the re
ference\ngenome.", |
1720 "A `VARIANT` annotation type.", | 1973 "A `VARIANT` annotation type.", |
1721 "A `GENE` annotation type represents the existence of a
gene at the\nassociated reference coordinates. The start coordinate is typically
the\ngene's transcription start site and the end is typically the end of the\ng
ene's last exon.", | 1974 "A `GENE` annotation type represents the existence of a
gene at the\nassociated reference coordinates. The start coordinate is typically
the\ngene's transcription start site and the end is typically the end of the\ng
ene's last exon.", |
1722 "A `TRANSCRIPT` annotation type represents the assertion
that a\nparticular region of the reference genome may be transcribed as RNA." | 1975 "A `TRANSCRIPT` annotation type represents the assertion
that a\nparticular region of the reference genome may be transcribed as RNA." |
1723 ], | 1976 ], |
1724 "type": "string" | 1977 "type": "string" |
1725 }, | 1978 }, |
| 1979 "end": { |
| 1980 "description": "The end position of the range on the referen
ce, 0-based exclusive.", |
| 1981 "format": "int64", |
| 1982 "type": "string" |
| 1983 }, |
| 1984 "transcript": { |
| 1985 "$ref": "Transcript", |
| 1986 "description": "A transcript value represents the assertion
that a particular region of\nthe reference genome may be transcribed as RNA. An
alternative splicing\npattern would be represented as a separate transcript obje
ct. This field\nis only set for annotations of type `TRANSCRIPT`." |
| 1987 }, |
| 1988 "start": { |
| 1989 "description": "The start position of the range on the refer
ence, 0-based inclusive.", |
| 1990 "format": "int64", |
| 1991 "type": "string" |
| 1992 }, |
| 1993 "annotationSetId": { |
| 1994 "description": "The annotation set to which this annotation
belongs.", |
| 1995 "type": "string" |
| 1996 } |
| 1997 }, |
| 1998 "type": "object" |
| 1999 }, |
| 2000 "CancelOperationRequest": { |
| 2001 "description": "The request message for Operations.CancelOperation."
, |
| 2002 "id": "CancelOperationRequest", |
| 2003 "properties": {}, |
| 2004 "type": "object" |
| 2005 }, |
| 2006 "SearchReadsRequest": { |
| 2007 "description": "The read search request.", |
| 2008 "id": "SearchReadsRequest", |
| 2009 "properties": { |
| 2010 "readGroupSetIds": { |
| 2011 "description": "The IDs of the read groups sets within which
to search for reads. All\nspecified read group sets must be aligned against a c
ommon set of reference\nsequences; this defines the genomic coordinates for the
query. Must specify\none of `readGroupSetIds` or `readGroupIds`.", |
| 2012 "items": { |
| 2013 "type": "string" |
| 2014 }, |
| 2015 "type": "array" |
| 2016 }, |
| 2017 "readGroupIds": { |
| 2018 "description": "The IDs of the read groups within which to s
earch for reads. All specified\nread groups must belong to the same read group s
ets. Must specify one of\n`readGroupSetIds` or `readGroupIds`.", |
| 2019 "items": { |
| 2020 "type": "string" |
| 2021 }, |
| 2022 "type": "array" |
| 2023 }, |
| 2024 "end": { |
| 2025 "description": "The end position of the range on the referen
ce, 0-based exclusive. If\nspecified, `referenceName` must also be specified.", |
| 2026 "format": "int64", |
| 2027 "type": "string" |
| 2028 }, |
| 2029 "pageToken": { |
| 2030 "description": "The continuation token, which is used to pag
e through large result sets.\nTo get the next page of results, set this paramete
r to the value of\n`nextPageToken` from the previous response.", |
| 2031 "type": "string" |
| 2032 }, |
| 2033 "pageSize": { |
| 2034 "description": "The maximum number of results to return in a
single page. If unspecified,\ndefaults to 256. The maximum value is 2048.", |
| 2035 "format": "int32", |
| 2036 "type": "integer" |
| 2037 }, |
| 2038 "start": { |
| 2039 "description": "The start position of the range on the refer
ence, 0-based inclusive. If\nspecified, `referenceName` must also be specified."
, |
| 2040 "format": "int64", |
| 2041 "type": "string" |
| 2042 }, |
| 2043 "referenceName": { |
| 2044 "description": "The reference sequence name, for example `ch
r1`, `1`, or `chrX`. If set to\n`*`, only unmapped reads are returned. If unspec
ified, all reads (mapped\nand unmapped) are returned.", |
| 2045 "type": "string" |
| 2046 } |
| 2047 }, |
| 2048 "type": "object" |
| 2049 }, |
| 2050 "Operation": { |
| 2051 "description": "This resource represents a long-running operation th
at is the result of a\nnetwork API call.", |
| 2052 "id": "Operation", |
| 2053 "properties": { |
| 2054 "name": { |
| 2055 "description": "The server-assigned name, which is only uniq
ue within the same service that originally returns it. For example: `operati
ons/CJHU7Oi_ChDrveSpBRjfuL-qzoWAgEw`", |
| 2056 "type": "string" |
| 2057 }, |
| 2058 "error": { |
| 2059 "$ref": "Status", |
| 2060 "description": "The error result of the operation in case of
failure or cancellation." |
| 2061 }, |
| 2062 "metadata": { |
| 2063 "additionalProperties": { |
| 2064 "description": "Properties of the object. Contains field
@type with type URL.", |
| 2065 "type": "any" |
| 2066 }, |
| 2067 "description": "An OperationMetadata object. This will alway
s be returned with the Operation.", |
| 2068 "type": "object" |
| 2069 }, |
| 2070 "done": { |
| 2071 "description": "If the value is `false`, it means the operat
ion is still in progress.\nIf true, the operation is completed, and either `erro
r` or `response` is\navailable.", |
| 2072 "type": "boolean" |
| 2073 }, |
| 2074 "response": { |
| 2075 "additionalProperties": { |
| 2076 "description": "Properties of the object. Contains field
@type with type URL.", |
| 2077 "type": "any" |
| 2078 }, |
| 2079 "description": "If importing ReadGroupSets, an ImportReadGro
upSetsResponse is returned. If importing Variants, an ImportVariantsResponse is
returned. For pipelines and exports, an empty response is returned.", |
| 2080 "type": "object" |
| 2081 } |
| 2082 }, |
| 2083 "type": "object" |
| 2084 }, |
| 2085 "RuntimeMetadata": { |
| 2086 "description": "Runtime metadata that will be populated in the\nrunt
imeMetadata\nfield of the Operation associated with a RunPipeline execution.", |
| 2087 "id": "RuntimeMetadata", |
| 2088 "properties": { |
| 2089 "computeEngine": { |
| 2090 "$ref": "ComputeEngine", |
| 2091 "description": "Execution information specific to Google Com
pute Engine." |
| 2092 } |
| 2093 }, |
| 2094 "type": "object" |
| 2095 }, |
| 2096 "ImportReadGroupSetsResponse": { |
| 2097 "description": "The read group set import response.", |
| 2098 "id": "ImportReadGroupSetsResponse", |
| 2099 "properties": { |
| 2100 "readGroupSetIds": { |
| 2101 "description": "IDs of the read group sets that were created
.", |
| 2102 "items": { |
| 2103 "type": "string" |
| 2104 }, |
| 2105 "type": "array" |
| 2106 } |
| 2107 }, |
| 2108 "type": "object" |
| 2109 }, |
| 2110 "VariantCall": { |
| 2111 "description": "A call represents the determination of genotype with
respect to a particular\nvariant. It may include associated information such as
quality and phasing.\nFor example, a call might assign a probability of 0.32 to
the occurrence of\na SNP named rs1234 in a call set with the name NA12345.", |
| 2112 "id": "VariantCall", |
| 2113 "properties": { |
| 2114 "genotype": { |
| 2115 "description": "The genotype of this variant call. Each valu
e represents either the value\nof the `referenceBases` field or a 1-based index
into\n`alternateBases`. If a variant had a `referenceBases`\nvalue of `T` and an
`alternateBases`\nvalue of `[\"A\", \"C\"]`, and the `genotype` was\n`[2, 1]`,
that would mean the call\nrepresented the heterozygous value `CA` for this varia
nt.\nIf the `genotype` was instead `[0, 1]`, the\nrepresented value would be `TA
`. Ordering of the\ngenotype values is important if the `phaseset` is present.\n
If a genotype is not called (that is, a `.` is present in the\nGT string) -1 is
returned.", |
| 2116 "items": { |
| 2117 "format": "int32", |
| 2118 "type": "integer" |
| 2119 }, |
| 2120 "type": "array" |
| 2121 }, |
| 2122 "phaseset": { |
| 2123 "description": "If this field is present, this variant call'
s genotype ordering implies\nthe phase of the bases and is consistent with any o
ther variant calls in\nthe same reference sequence which have the same phaseset
value.\nWhen importing data from VCF, if the genotype data was phased but no\nph
ase set was specified this field will be set to `*`.", |
| 2124 "type": "string" |
| 2125 }, |
1726 "info": { | 2126 "info": { |
1727 "additionalProperties": { | 2127 "additionalProperties": { |
1728 "items": { | 2128 "items": { |
1729 "type": "any" | 2129 "type": "any" |
1730 }, | 2130 }, |
1731 "type": "array" | 2131 "type": "array" |
1732 }, | 2132 }, |
1733 "description": "A map of additional read alignment informati
on. This must be of the form\nmap<string, string[]> (string key mapping to a lis
t of string values).", | 2133 "description": "A map of additional variant call information
. This must be of the form\nmap<string, string[]> (string key mapping to a list
of string values).", |
1734 "type": "object" | 2134 "type": "object" |
1735 }, | 2135 }, |
1736 "end": { | |
1737 "description": "The end position of the range on the referen
ce, 0-based exclusive.", | |
1738 "format": "int64", | |
1739 "type": "string" | |
1740 }, | |
1741 "transcript": { | |
1742 "$ref": "Transcript", | |
1743 "description": "A transcript value represents the assertion
that a particular region of\nthe reference genome may be transcribed as RNA. An
alternative splicing\npattern would be represented as a separate transcript obje
ct. This field\nis only set for annotations of type `TRANSCRIPT`." | |
1744 }, | |
1745 "start": { | |
1746 "description": "The start position of the range on the refer
ence, 0-based inclusive.", | |
1747 "format": "int64", | |
1748 "type": "string" | |
1749 } | |
1750 }, | |
1751 "type": "object" | |
1752 }, | |
1753 "Operation": { | |
1754 "description": "This resource represents a long-running operation th
at is the result of a\nnetwork API call.", | |
1755 "id": "Operation", | |
1756 "properties": { | |
1757 "response": { | |
1758 "additionalProperties": { | |
1759 "description": "Properties of the object. Contains field
@type with type URL.", | |
1760 "type": "any" | |
1761 }, | |
1762 "description": "If importing ReadGroupSets, an ImportReadGro
upSetsResponse is returned. If importing Variants, an ImportVariantsResponse is
returned. For pipelines and exports, an empty response is returned.", | |
1763 "type": "object" | |
1764 }, | |
1765 "name": { | |
1766 "description": "The server-assigned name, which is only uniq
ue within the same service that originally returns it. For example: `operati
ons/CJHU7Oi_ChDrveSpBRjfuL-qzoWAgEw`", | |
1767 "type": "string" | |
1768 }, | |
1769 "error": { | |
1770 "$ref": "Status", | |
1771 "description": "The error result of the operation in case of
failure or cancellation." | |
1772 }, | |
1773 "metadata": { | |
1774 "additionalProperties": { | |
1775 "description": "Properties of the object. Contains field
@type with type URL.", | |
1776 "type": "any" | |
1777 }, | |
1778 "description": "An OperationMetadata object. This will alway
s be returned with the Operation.", | |
1779 "type": "object" | |
1780 }, | |
1781 "done": { | |
1782 "description": "If the value is `false`, it means the operat
ion is still in progress.\nIf true, the operation is completed, and either `erro
r` or `response` is\navailable.", | |
1783 "type": "boolean" | |
1784 } | |
1785 }, | |
1786 "type": "object" | |
1787 }, | |
1788 "RuntimeMetadata": { | |
1789 "description": "Runtime metadata that will be populated in the\nrunt
imeMetadata\nfield of the Operation associated with a RunPipeline execution.", | |
1790 "id": "RuntimeMetadata", | |
1791 "properties": { | |
1792 "computeEngine": { | |
1793 "$ref": "ComputeEngine", | |
1794 "description": "Execution information specific to Google Com
pute Engine." | |
1795 } | |
1796 }, | |
1797 "type": "object" | |
1798 }, | |
1799 "ImportReadGroupSetsResponse": { | |
1800 "description": "The read group set import response.", | |
1801 "id": "ImportReadGroupSetsResponse", | |
1802 "properties": { | |
1803 "readGroupSetIds": { | |
1804 "description": "IDs of the read group sets that were created
.", | |
1805 "items": { | |
1806 "type": "string" | |
1807 }, | |
1808 "type": "array" | |
1809 } | |
1810 }, | |
1811 "type": "object" | |
1812 }, | |
1813 "VariantCall": { | |
1814 "description": "A call represents the determination of genotype with
respect to a particular\nvariant. It may include associated information such as
quality and phasing.\nFor example, a call might assign a probability of 0.32 to
the occurrence of\na SNP named rs1234 in a call set with the name NA12345.", | |
1815 "id": "VariantCall", | |
1816 "properties": { | |
1817 "callSetName": { | 2136 "callSetName": { |
1818 "description": "The name of the call set this variant call b
elongs to.", | 2137 "description": "The name of the call set this variant call b
elongs to.", |
1819 "type": "string" | 2138 "type": "string" |
1820 }, | 2139 }, |
1821 "genotypeLikelihood": { | 2140 "genotypeLikelihood": { |
1822 "description": "The genotype likelihoods for this variant ca
ll. Each array entry\nrepresents how likely a specific genotype is for this call
. The value\nordering is defined by the GL tag in the VCF spec.\nIf Phred-scaled
genotype likelihood scores (PL) are available and\nlog10(P) genotype likelihood
scores (GL) are not, PL scores are converted\nto GL scores. If both are availa
ble, PL scores are stored in `info`.", | 2141 "description": "The genotype likelihoods for this variant ca
ll. Each array entry\nrepresents how likely a specific genotype is for this call
. The value\nordering is defined by the GL tag in the VCF spec.\nIf Phred-scaled
genotype likelihood scores (PL) are available and\nlog10(P) genotype likelihood
scores (GL) are not, PL scores are converted\nto GL scores. If both are availa
ble, PL scores are stored in `info`.", |
1823 "items": { | 2142 "items": { |
1824 "format": "double", | 2143 "format": "double", |
1825 "type": "number" | 2144 "type": "number" |
1826 }, | 2145 }, |
1827 "type": "array" | 2146 "type": "array" |
1828 }, | 2147 }, |
1829 "callSetId": { | 2148 "callSetId": { |
1830 "description": "The ID of the call set this variant call bel
ongs to.", | 2149 "description": "The ID of the call set this variant call bel
ongs to.", |
1831 "type": "string" | 2150 "type": "string" |
1832 }, | |
1833 "genotype": { | |
1834 "description": "The genotype of this variant call. Each valu
e represents either the value\nof the `referenceBases` field or a 1-based index
into\n`alternateBases`. If a variant had a `referenceBases`\nvalue of `T` and an
`alternateBases`\nvalue of `[\"A\", \"C\"]`, and the `genotype` was\n`[2, 1]`,
that would mean the call\nrepresented the heterozygous value `CA` for this varia
nt.\nIf the `genotype` was instead `[0, 1]`, the\nrepresented value would be `TA
`. Ordering of the\ngenotype values is important if the `phaseset` is present.\n
If a genotype is not called (that is, a `.` is present in the\nGT string) -1 is
returned.", | |
1835 "items": { | |
1836 "format": "int32", | |
1837 "type": "integer" | |
1838 }, | |
1839 "type": "array" | |
1840 }, | |
1841 "phaseset": { | |
1842 "description": "If this field is present, this variant call'
s genotype ordering implies\nthe phase of the bases and is consistent with any o
ther variant calls in\nthe same reference sequence which have the same phaseset
value.\nWhen importing data from VCF, if the genotype data was phased but no\nph
ase set was specified this field will be set to `*`.", | |
1843 "type": "string" | |
1844 }, | |
1845 "info": { | |
1846 "additionalProperties": { | |
1847 "items": { | |
1848 "type": "any" | |
1849 }, | |
1850 "type": "array" | |
1851 }, | |
1852 "description": "A map of additional variant call information
. This must be of the form\nmap<string, string[]> (string key mapping to a list
of string values).", | |
1853 "type": "object" | |
1854 } | 2151 } |
1855 }, | 2152 }, |
1856 "type": "object" | 2153 "type": "object" |
1857 }, | 2154 }, |
1858 "SearchVariantsResponse": { | 2155 "SearchVariantsResponse": { |
1859 "description": "The variant search response.", | 2156 "description": "The variant search response.", |
1860 "id": "SearchVariantsResponse", | 2157 "id": "SearchVariantsResponse", |
1861 "properties": { | 2158 "properties": { |
| 2159 "variants": { |
| 2160 "description": "The list of matching Variants.", |
| 2161 "items": { |
| 2162 "$ref": "Variant" |
| 2163 }, |
| 2164 "type": "array" |
| 2165 }, |
1862 "nextPageToken": { | 2166 "nextPageToken": { |
1863 "description": "The continuation token, which is used to pag
e through large result sets.\nProvide this value in a subsequent request to retu
rn the next page of\nresults. This field will be empty if there aren't any addit
ional results.", | 2167 "description": "The continuation token, which is used to pag
e through large result sets.\nProvide this value in a subsequent request to retu
rn the next page of\nresults. This field will be empty if there aren't any addit
ional results.", |
1864 "type": "string" | 2168 "type": "string" |
1865 }, | |
1866 "variants": { | |
1867 "description": "The list of matching Variants.", | |
1868 "items": { | |
1869 "$ref": "Variant" | |
1870 }, | |
1871 "type": "array" | |
1872 } | 2169 } |
1873 }, | 2170 }, |
1874 "type": "object" | 2171 "type": "object" |
1875 }, | 2172 }, |
1876 "ListBasesResponse": { | 2173 "ListBasesResponse": { |
1877 "id": "ListBasesResponse", | 2174 "id": "ListBasesResponse", |
1878 "properties": { | 2175 "properties": { |
1879 "nextPageToken": { | |
1880 "description": "The continuation token, which is used to pag
e through large result sets.\nProvide this value in a subsequent request to retu
rn the next page of\nresults. This field will be empty if there aren't any addit
ional results.", | |
1881 "type": "string" | |
1882 }, | |
1883 "sequence": { | |
1884 "description": "A substring of the bases that make up this r
eference.", | |
1885 "type": "string" | |
1886 }, | |
1887 "offset": { | 2176 "offset": { |
1888 "description": "The offset position (0-based) of the given `
sequence` from the\nstart of this `Reference`. This value will differ for each p
age\nin a paginated request.", | 2177 "description": "The offset position (0-based) of the given `
sequence` from the\nstart of this `Reference`. This value will differ for each p
age\nin a paginated request.", |
1889 "format": "int64", | 2178 "format": "int64", |
1890 "type": "string" | 2179 "type": "string" |
| 2180 }, |
| 2181 "nextPageToken": { |
| 2182 "description": "The continuation token, which is used to pag
e through large result sets.\nProvide this value in a subsequent request to retu
rn the next page of\nresults. This field will be empty if there aren't any addit
ional results.", |
| 2183 "type": "string" |
| 2184 }, |
| 2185 "sequence": { |
| 2186 "description": "A substring of the bases that make up this r
eference.", |
| 2187 "type": "string" |
1891 } | 2188 } |
1892 }, | 2189 }, |
1893 "type": "object" | 2190 "type": "object" |
1894 }, | 2191 }, |
1895 "Status": { | 2192 "Status": { |
1896 "description": "The `Status` type defines a logical error model that
is suitable for different\nprogramming environments, including REST APIs and RP
C APIs. It is used by\n[gRPC](https://github.com/grpc). The error model is desig
ned to be:\n\n- Simple to use and understand for most users\n- Flexible enough t
o meet unexpected needs\n\n# Overview\n\nThe `Status` message contains three pie
ces of data: error code, error message,\nand error details. The error code shoul
d be an enum value of\ngoogle.rpc.Code, but it may accept additional error codes
if needed. The\nerror message should be a developer-facing English message tha
t helps\ndevelopers *understand* and *resolve* the error. If a localized user-fa
cing\nerror message is needed, put the localized message in the error details or
\nlocalize it in the client. The optional error details may contain arbitrary\ni
nformation about the error. There is a predefined set of error detail types\nin
the package `google.rpc` that can be used for common error conditions.\n\n# Lang
uage mapping\n\nThe `Status` message is the logical representation of the error
model, but it\nis not necessarily the actual wire format. When the `Status` mess
age is\nexposed in different client libraries and different wire protocols, it c
an be\nmapped differently. For example, it will likely be mapped to some excepti
ons\nin Java, but more likely mapped to some error codes in C.\n\n# Other uses\n
\nThe error model and the `Status` message can be used in a variety of\nenvironm
ents, either with or without APIs, to provide a\nconsistent developer experience
across different environments.\n\nExample uses of this error model include:\n\n
- Partial errors. If a service needs to return partial errors to the client,\n
it may embed the `Status` in the normal response to indicate the partial\n
errors.\n\n- Workflow errors. A typical workflow has multiple steps. Each step m
ay\n have a `Status` message for error reporting.\n\n- Batch operations. If a
client uses batch request and batch response, the\n `Status` message should
be used directly inside batch response, one for\n each error sub-response.\n\
n- Asynchronous operations. If an API call embeds asynchronous operation\n re
sults in its response, the status of those operations should be\n represented
directly using the `Status` message.\n\n- Logging. If some API errors are store
d in logs, the message `Status` could\n be used directly after any stripping
needed for security/privacy reasons.", | 2193 "description": "The `Status` type defines a logical error model that
is suitable for different\nprogramming environments, including REST APIs and RP
C APIs. It is used by\n[gRPC](https://github.com/grpc). The error model is desig
ned to be:\n\n- Simple to use and understand for most users\n- Flexible enough t
o meet unexpected needs\n\n# Overview\n\nThe `Status` message contains three pie
ces of data: error code, error message,\nand error details. The error code shoul
d be an enum value of\ngoogle.rpc.Code, but it may accept additional error codes
if needed. The\nerror message should be a developer-facing English message tha
t helps\ndevelopers *understand* and *resolve* the error. If a localized user-fa
cing\nerror message is needed, put the localized message in the error details or
\nlocalize it in the client. The optional error details may contain arbitrary\ni
nformation about the error. There is a predefined set of error detail types\nin
the package `google.rpc` that can be used for common error conditions.\n\n# Lang
uage mapping\n\nThe `Status` message is the logical representation of the error
model, but it\nis not necessarily the actual wire format. When the `Status` mess
age is\nexposed in different client libraries and different wire protocols, it c
an be\nmapped differently. For example, it will likely be mapped to some excepti
ons\nin Java, but more likely mapped to some error codes in C.\n\n# Other uses\n
\nThe error model and the `Status` message can be used in a variety of\nenvironm
ents, either with or without APIs, to provide a\nconsistent developer experience
across different environments.\n\nExample uses of this error model include:\n\n
- Partial errors. If a service needs to return partial errors to the client,\n
it may embed the `Status` in the normal response to indicate the partial\n
errors.\n\n- Workflow errors. A typical workflow has multiple steps. Each step m
ay\n have a `Status` message for error reporting.\n\n- Batch operations. If a
client uses batch request and batch response, the\n `Status` message should
be used directly inside batch response, one for\n each error sub-response.\n\
n- Asynchronous operations. If an API call embeds asynchronous operation\n re
sults in its response, the status of those operations should be\n represented
directly using the `Status` message.\n\n- Logging. If some API errors are store
d in logs, the message `Status` could\n be used directly after any stripping
needed for security/privacy reasons.", |
1897 "id": "Status", | 2194 "id": "Status", |
1898 "properties": { | 2195 "properties": { |
1899 "message": { | 2196 "message": { |
1900 "description": "A developer-facing error message, which shou
ld be in English. Any\nuser-facing error message should be localized and sent in
the\ngoogle.rpc.Status.details field, or localized by the client.", | 2197 "description": "A developer-facing error message, which shou
ld be in English. Any\nuser-facing error message should be localized and sent in
the\ngoogle.rpc.Status.details field, or localized by the client.", |
(...skipping 11 matching lines...) Expand all Loading... |
1912 "type": "array" | 2209 "type": "array" |
1913 }, | 2210 }, |
1914 "code": { | 2211 "code": { |
1915 "description": "The status code, which should be an enum val
ue of google.rpc.Code.", | 2212 "description": "The status code, which should be an enum val
ue of google.rpc.Code.", |
1916 "format": "int32", | 2213 "format": "int32", |
1917 "type": "integer" | 2214 "type": "integer" |
1918 } | 2215 } |
1919 }, | 2216 }, |
1920 "type": "object" | 2217 "type": "object" |
1921 }, | 2218 }, |
| 2219 "UndeleteDatasetRequest": { |
| 2220 "id": "UndeleteDatasetRequest", |
| 2221 "properties": {}, |
| 2222 "type": "object" |
| 2223 }, |
1922 "Binding": { | 2224 "Binding": { |
1923 "description": "Associates `members` with a `role`.", | 2225 "description": "Associates `members` with a `role`.", |
1924 "id": "Binding", | 2226 "id": "Binding", |
1925 "properties": { | 2227 "properties": { |
1926 "members": { | 2228 "members": { |
1927 "description": "Specifies the identities requesting access f
or a Cloud Platform resource.\n`members` can have the following values:\n\n* `al
lUsers`: A special identifier that represents anyone who is\n on the internet;
with or without a Google account.\n\n* `allAuthenticatedUsers`: A special ident
ifier that represents anyone\n who is authenticated with a Google account or a
service account.\n\n* `user:{emailid}`: An email address that represents a spec
ific Google\n account. For example, `alice@gmail.com` or `joe@example.com`.\n\
n\n* `serviceAccount:{emailid}`: An email address that represents a service\n
account. For example, `my-other-app@appspot.gserviceaccount.com`.\n\n* `group:{e
mailid}`: An email address that represents a Google group.\n For example, `adm
ins@example.com`.\n\n\n* `domain:{domain}`: A Google Apps domain name that repre
sents all the\n users of that domain. For example, `google.com` or `example.co
m`.\n\n", | 2229 "description": "Specifies the identities requesting access f
or a Cloud Platform resource.\n`members` can have the following values:\n\n* `al
lUsers`: A special identifier that represents anyone who is\n on the internet;
with or without a Google account.\n\n* `allAuthenticatedUsers`: A special ident
ifier that represents anyone\n who is authenticated with a Google account or a
service account.\n\n* `user:{emailid}`: An email address that represents a spec
ific Google\n account. For example, `alice@gmail.com` or `joe@example.com`.\n\
n\n* `serviceAccount:{emailid}`: An email address that represents a service\n
account. For example, `my-other-app@appspot.gserviceaccount.com`.\n\n* `group:{e
mailid}`: An email address that represents a Google group.\n For example, `adm
ins@example.com`.\n\n\n* `domain:{domain}`: A Google Apps domain name that repre
sents all the\n users of that domain. For example, `google.com` or `example.co
m`.\n\n", |
1928 "items": { | 2230 "items": { |
1929 "type": "string" | 2231 "type": "string" |
1930 }, | 2232 }, |
1931 "type": "array" | 2233 "type": "array" |
1932 }, | 2234 }, |
1933 "role": { | 2235 "role": { |
1934 "description": "Role that is assigned to `members`.\nFor exa
mple, `roles/viewer`, `roles/editor`, or `roles/owner`.\nRequired", | 2236 "description": "Role that is assigned to `members`.\nFor exa
mple, `roles/viewer`, `roles/editor`, or `roles/owner`.\nRequired", |
1935 "type": "string" | 2237 "type": "string" |
1936 } | 2238 } |
1937 }, | 2239 }, |
1938 "type": "object" | 2240 "type": "object" |
1939 }, | 2241 }, |
1940 "UndeleteDatasetRequest": { | |
1941 "id": "UndeleteDatasetRequest", | |
1942 "properties": {}, | |
1943 "type": "object" | |
1944 }, | |
1945 "Range": { | 2242 "Range": { |
1946 "description": "A 0-based half-open genomic coordinate range for sea
rch requests.", | 2243 "description": "A 0-based half-open genomic coordinate range for sea
rch requests.", |
1947 "id": "Range", | 2244 "id": "Range", |
1948 "properties": { | 2245 "properties": { |
| 2246 "end": { |
| 2247 "description": "The end position of the range on the referen
ce, 0-based exclusive.", |
| 2248 "format": "int64", |
| 2249 "type": "string" |
| 2250 }, |
| 2251 "referenceName": { |
| 2252 "description": "The reference sequence name, for example `ch
r1`,\n`1`, or `chrX`.", |
| 2253 "type": "string" |
| 2254 }, |
1949 "start": { | 2255 "start": { |
1950 "description": "The start position of the range on the refer
ence, 0-based inclusive.", | 2256 "description": "The start position of the range on the refer
ence, 0-based inclusive.", |
1951 "format": "int64", | 2257 "format": "int64", |
1952 "type": "string" | 2258 "type": "string" |
1953 }, | |
1954 "end": { | |
1955 "description": "The end position of the range on the referen
ce, 0-based exclusive.", | |
1956 "format": "int64", | |
1957 "type": "string" | |
1958 }, | |
1959 "referenceName": { | |
1960 "description": "The reference sequence name, for example `ch
r1`,\n`1`, or `chrX`.", | |
1961 "type": "string" | |
1962 } | 2259 } |
1963 }, | 2260 }, |
1964 "type": "object" | 2261 "type": "object" |
1965 }, | 2262 }, |
1966 "VariantSet": { | 2263 "VariantSet": { |
1967 "description": "A variant set is a collection of call sets and varia
nts. It contains summary\nstatistics of those contents. A variant set belongs to
a dataset.\n\nFor more genomics resource definitions, see [Fundamentals of Goog
le\nGenomics](https://cloud.google.com/genomics/fundamentals-of-google-genomics)
", | 2264 "description": "A variant set is a collection of call sets and varia
nts. It contains summary\nstatistics of those contents. A variant set belongs to
a dataset.\n\nFor more genomics resource definitions, see [Fundamentals of Goog
le\nGenomics](https://cloud.google.com/genomics/fundamentals-of-google-genomics)
", |
1968 "id": "VariantSet", | 2265 "id": "VariantSet", |
1969 "properties": { | 2266 "properties": { |
| 2267 "id": { |
| 2268 "description": "The server-generated variant set ID, unique
across all variant sets.", |
| 2269 "type": "string" |
| 2270 }, |
1970 "description": { | 2271 "description": { |
1971 "description": "A textual description of this variant set.", | 2272 "description": "A textual description of this variant set.", |
1972 "type": "string" | 2273 "type": "string" |
1973 }, | 2274 }, |
1974 "datasetId": { | 2275 "datasetId": { |
1975 "description": "The dataset to which this variant set belong
s.", | 2276 "description": "The dataset to which this variant set belong
s.", |
1976 "type": "string" | 2277 "type": "string" |
1977 }, | 2278 }, |
1978 "name": { | 2279 "name": { |
1979 "description": "User-specified, mutable name.", | 2280 "description": "User-specified, mutable name.", |
1980 "type": "string" | 2281 "type": "string" |
1981 }, | 2282 }, |
1982 "referenceSetId": { | 2283 "referenceSetId": { |
1983 "description": "The reference set to which the variant set i
s mapped. The reference set\ndescribes the alignment provenance of the variant s
et, while the\n`referenceBounds` describe the shape of the actual variant data.
The\nreference set's reference names are a superset of those found in the\n`refe
renceBounds`.\n\nFor example, given a variant set that is mapped to the GRCh38 r
eference set\nand contains a single variant on reference 'X', `referenceBounds`
would\ncontain only an entry for 'X', while the associated reference set\nenumer
ates all possible references: '1', '2', 'X', 'Y', 'MT', etc.", | 2284 "description": "The reference set to which the variant set i
s mapped. The reference set\ndescribes the alignment provenance of the variant s
et, while the\n`referenceBounds` describe the shape of the actual variant data.
The\nreference set's reference names are a superset of those found in the\n`refe
renceBounds`.\n\nFor example, given a variant set that is mapped to the GRCh38 r
eference set\nand contains a single variant on reference 'X', `referenceBounds`
would\ncontain only an entry for 'X', while the associated reference set\nenumer
ates all possible references: '1', '2', 'X', 'Y', 'MT', etc.", |
1984 "type": "string" | 2285 "type": "string" |
1985 }, | 2286 }, |
1986 "metadata": { | 2287 "metadata": { |
1987 "description": "The metadata associated with this variant se
t.", | 2288 "description": "The metadata associated with this variant se
t.", |
1988 "items": { | 2289 "items": { |
1989 "$ref": "VariantSetMetadata" | 2290 "$ref": "VariantSetMetadata" |
1990 }, | 2291 }, |
1991 "type": "array" | 2292 "type": "array" |
1992 }, | 2293 }, |
1993 "referenceBounds": { | 2294 "referenceBounds": { |
1994 "description": "A list of all references used by the variant
s in a variant set\nwith associated coordinate upper bounds for each one.", | 2295 "description": "A list of all references used by the variant
s in a variant set\nwith associated coordinate upper bounds for each one.", |
1995 "items": { | 2296 "items": { |
1996 "$ref": "ReferenceBound" | 2297 "$ref": "ReferenceBound" |
1997 }, | 2298 }, |
1998 "type": "array" | 2299 "type": "array" |
1999 }, | |
2000 "id": { | |
2001 "description": "The server-generated variant set ID, unique
across all variant sets.", | |
2002 "type": "string" | |
2003 } | 2300 } |
2004 }, | 2301 }, |
2005 "type": "object" | 2302 "type": "object" |
2006 }, | 2303 }, |
2007 "BatchCreateAnnotationsResponse": { | 2304 "BatchCreateAnnotationsResponse": { |
2008 "id": "BatchCreateAnnotationsResponse", | 2305 "id": "BatchCreateAnnotationsResponse", |
2009 "properties": { | 2306 "properties": { |
2010 "entries": { | 2307 "entries": { |
2011 "description": "The resulting per-annotation entries, ordere
d consistently with the\noriginal request.", | 2308 "description": "The resulting per-annotation entries, ordere
d consistently with the\noriginal request.", |
2012 "items": { | 2309 "items": { |
2013 "$ref": "Entry" | 2310 "$ref": "Entry" |
2014 }, | 2311 }, |
2015 "type": "array" | 2312 "type": "array" |
2016 } | 2313 } |
2017 }, | 2314 }, |
2018 "type": "object" | 2315 "type": "object" |
2019 }, | 2316 }, |
2020 "ReferenceBound": { | 2317 "ReferenceBound": { |
2021 "description": "ReferenceBound records an upper bound for the starti
ng coordinate of\nvariants in a particular reference.", | 2318 "description": "ReferenceBound records an upper bound for the starti
ng coordinate of\nvariants in a particular reference.", |
2022 "id": "ReferenceBound", | 2319 "id": "ReferenceBound", |
2023 "properties": { | 2320 "properties": { |
2024 "referenceName": { | |
2025 "description": "The name of the reference associated with th
is reference bound.", | |
2026 "type": "string" | |
2027 }, | |
2028 "upperBound": { | 2321 "upperBound": { |
2029 "description": "An upper bound (inclusive) on the starting c
oordinate of any\nvariant in the reference sequence.", | 2322 "description": "An upper bound (inclusive) on the starting c
oordinate of any\nvariant in the reference sequence.", |
2030 "format": "int64", | 2323 "format": "int64", |
2031 "type": "string" | 2324 "type": "string" |
| 2325 }, |
| 2326 "referenceName": { |
| 2327 "description": "The name of the reference associated with th
is reference bound.", |
| 2328 "type": "string" |
2032 } | 2329 } |
2033 }, | 2330 }, |
2034 "type": "object" | 2331 "type": "object" |
2035 }, | 2332 }, |
2036 "ListOperationsResponse": { | 2333 "ListOperationsResponse": { |
2037 "description": "The response message for Operations.ListOperations."
, | 2334 "description": "The response message for Operations.ListOperations."
, |
2038 "id": "ListOperationsResponse", | 2335 "id": "ListOperationsResponse", |
2039 "properties": { | 2336 "properties": { |
2040 "nextPageToken": { | 2337 "nextPageToken": { |
2041 "description": "The standard List next-page token.", | 2338 "description": "The standard List next-page token.", |
2042 "type": "string" | 2339 "type": "string" |
2043 }, | 2340 }, |
2044 "operations": { | 2341 "operations": { |
2045 "description": "A list of operations that matches the specif
ied filter in the request.", | 2342 "description": "A list of operations that matches the specif
ied filter in the request.", |
2046 "items": { | 2343 "items": { |
2047 "$ref": "Operation" | 2344 "$ref": "Operation" |
2048 }, | 2345 }, |
2049 "type": "array" | 2346 "type": "array" |
2050 } | 2347 } |
2051 }, | 2348 }, |
2052 "type": "object" | 2349 "type": "object" |
2053 }, | 2350 }, |
2054 "Variant": { | 2351 "Variant": { |
2055 "description": "A variant represents a change in DNA sequence relati
ve to a reference\nsequence. For example, a variant could represent a SNP or an
insertion.\nVariants belong to a variant set.\n\nFor more genomics resource defi
nitions, see [Fundamentals of Google\nGenomics](https://cloud.google.com/genomic
s/fundamentals-of-google-genomics)\n\nEach of the calls on a variant represent a
determination of genotype with\nrespect to that variant. For example, a call mi
ght assign probability of 0.32\nto the occurrence of a SNP named rs1234 in a sam
ple named NA12345. A call\nbelongs to a call set, which contains related calls t
ypically from one\nsample.", | 2352 "description": "A variant represents a change in DNA sequence relati
ve to a reference\nsequence. For example, a variant could represent a SNP or an
insertion.\nVariants belong to a variant set.\n\nFor more genomics resource defi
nitions, see [Fundamentals of Google\nGenomics](https://cloud.google.com/genomic
s/fundamentals-of-google-genomics)\n\nEach of the calls on a variant represent a
determination of genotype with\nrespect to that variant. For example, a call mi
ght assign probability of 0.32\nto the occurrence of a SNP named rs1234 in a sam
ple named NA12345. A call\nbelongs to a call set, which contains related calls t
ypically from one\nsample.", |
2056 "id": "Variant", | 2353 "id": "Variant", |
2057 "properties": { | 2354 "properties": { |
2058 "variantSetId": { | |
2059 "description": "The ID of the variant set this variant belon
gs to.", | |
2060 "type": "string" | |
2061 }, | |
2062 "referenceName": { | |
2063 "description": "The reference on which this variant occurs.\
n(such as `chr20` or `X`)", | |
2064 "type": "string" | |
2065 }, | |
2066 "info": { | |
2067 "additionalProperties": { | |
2068 "items": { | |
2069 "type": "any" | |
2070 }, | |
2071 "type": "array" | |
2072 }, | |
2073 "description": "A map of additional variant information. Thi
s must be of the form\nmap<string, string[]> (string key mapping to a list of st
ring values).", | |
2074 "type": "object" | |
2075 }, | |
2076 "referenceBases": { | |
2077 "description": "The reference bases for this variant. They s
tart at the given\nposition.", | |
2078 "type": "string" | |
2079 }, | |
2080 "names": { | |
2081 "description": "Names for the variant, for example a RefSNP
ID.", | |
2082 "items": { | |
2083 "type": "string" | |
2084 }, | |
2085 "type": "array" | |
2086 }, | |
2087 "alternateBases": { | |
2088 "description": "The bases that appear instead of the referen
ce bases.", | |
2089 "items": { | |
2090 "type": "string" | |
2091 }, | |
2092 "type": "array" | |
2093 }, | |
2094 "end": { | |
2095 "description": "The end position (0-based) of this variant.
This corresponds to the first\nbase after the last base in the reference allele.
So, the length of\nthe reference allele is (end - start). This is useful for va
riants\nthat don't explicitly give alternate bases, for example large deletions.
", | |
2096 "format": "int64", | |
2097 "type": "string" | |
2098 }, | |
2099 "filter": { | |
2100 "description": "A list of filters (normally quality filters)
this variant has failed.\n`PASS` indicates this variant has passed all filters.
", | |
2101 "items": { | |
2102 "type": "string" | |
2103 }, | |
2104 "type": "array" | |
2105 }, | |
2106 "calls": { | |
2107 "description": "The variant calls for this particular varian
t. Each one represents the\ndetermination of genotype with respect to this varia
nt.", | |
2108 "items": { | |
2109 "$ref": "VariantCall" | |
2110 }, | |
2111 "type": "array" | |
2112 }, | |
2113 "created": { | |
2114 "description": "The date this variant was created, in millis
econds from the epoch.", | |
2115 "format": "int64", | |
2116 "type": "string" | |
2117 }, | |
2118 "start": { | |
2119 "description": "The position at which this variant occurs (0
-based).\nThis corresponds to the first base of the string of reference bases.", | |
2120 "format": "int64", | |
2121 "type": "string" | |
2122 }, | |
2123 "quality": { | 2355 "quality": { |
2124 "description": "A measure of how likely this variant is to b
e real.\nA higher value is better.", | 2356 "description": "A measure of how likely this variant is to b
e real.\nA higher value is better.", |
2125 "format": "double", | 2357 "format": "double", |
2126 "type": "number" | 2358 "type": "number" |
2127 }, | 2359 }, |
2128 "id": { | 2360 "id": { |
2129 "description": "The server-generated variant ID, unique acro
ss all variants.", | 2361 "description": "The server-generated variant ID, unique acro
ss all variants.", |
2130 "type": "string" | 2362 "type": "string" |
2131 } | 2363 }, |
2132 }, | 2364 "variantSetId": { |
2133 "type": "object" | 2365 "description": "The ID of the variant set this variant belon
gs to.", |
2134 }, | |
2135 "SearchCallSetsResponse": { | |
2136 "description": "The call set search response.", | |
2137 "id": "SearchCallSetsResponse", | |
2138 "properties": { | |
2139 "nextPageToken": { | |
2140 "description": "The continuation token, which is used to pag
e through large result sets.\nProvide this value in a subsequent request to retu
rn the next page of\nresults. This field will be empty if there aren't any addit
ional results.", | |
2141 "type": "string" | |
2142 }, | |
2143 "callSets": { | |
2144 "description": "The list of matching call sets.", | |
2145 "items": { | |
2146 "$ref": "CallSet" | |
2147 }, | |
2148 "type": "array" | |
2149 } | |
2150 }, | |
2151 "type": "object" | |
2152 }, | |
2153 "OperationMetadata": { | |
2154 "description": "Metadata describing an Operation.", | |
2155 "id": "OperationMetadata", | |
2156 "properties": { | |
2157 "runtimeMetadata": { | |
2158 "additionalProperties": { | |
2159 "description": "Properties of the object. Contains field
@type with type URL.", | |
2160 "type": "any" | |
2161 }, | |
2162 "description": "Runtime metadata on this Operation.", | |
2163 "type": "object" | |
2164 }, | |
2165 "createTime": { | |
2166 "description": "The time at which the job was submitted to t
he Genomics service.", | |
2167 "format": "google-datetime", | |
2168 "type": "string" | |
2169 }, | |
2170 "labels": { | |
2171 "additionalProperties": { | |
2172 "type": "string" | |
2173 }, | |
2174 "description": "Optionally provided by the caller when submi
tting the request that creates\nthe operation.", | |
2175 "type": "object" | |
2176 }, | |
2177 "projectId": { | |
2178 "description": "The Google Cloud Project in which the job is
scoped.", | |
2179 "type": "string" | |
2180 }, | |
2181 "clientId": { | |
2182 "description": "This field is deprecated. Use `labels` inste
ad. Optionally provided by the\ncaller when submitting the request that creates
the operation.", | |
2183 "type": "string" | |
2184 }, | |
2185 "endTime": { | |
2186 "description": "The time at which the job stopped running.", | |
2187 "format": "google-datetime", | |
2188 "type": "string" | |
2189 }, | |
2190 "events": { | |
2191 "description": "Optional event messages that were generated
during the job's execution.\nThis also contains any warnings that were generated
during import\nor export.", | |
2192 "items": { | |
2193 "$ref": "OperationEvent" | |
2194 }, | |
2195 "type": "array" | |
2196 }, | |
2197 "startTime": { | |
2198 "description": "The time at which the job began to run.", | |
2199 "format": "google-datetime", | |
2200 "type": "string" | |
2201 }, | |
2202 "request": { | |
2203 "additionalProperties": { | |
2204 "description": "Properties of the object. Contains field
@type with type URL.", | |
2205 "type": "any" | |
2206 }, | |
2207 "description": "The original request that started the operat
ion. Note that this will be in\ncurrent version of the API. If the operation was
started with v1beta2 API\nand a GetOperation is performed on v1 API, a v1 reque
st will be returned.", | |
2208 "type": "object" | |
2209 } | |
2210 }, | |
2211 "type": "object" | |
2212 }, | |
2213 "SearchVariantsRequest": { | |
2214 "description": "The variant search request.", | |
2215 "id": "SearchVariantsRequest", | |
2216 "properties": { | |
2217 "pageToken": { | |
2218 "description": "The continuation token, which is used to pag
e through large result sets.\nTo get the next page of results, set this paramete
r to the value of\n`nextPageToken` from the previous response.", | |
2219 "type": "string" | |
2220 }, | |
2221 "maxCalls": { | |
2222 "description": "The maximum number of calls to return in a s
ingle page. Note that this\nlimit may be exceeded in the event that a matching v
ariant contains more\ncalls than the requested maximum. If unspecified, defaults
to 5000. The\nmaximum value is 10000.", | |
2223 "format": "int32", | |
2224 "type": "integer" | |
2225 }, | |
2226 "pageSize": { | |
2227 "description": "The maximum number of variants to return in
a single page. If unspecified,\ndefaults to 5000. The maximum value is 10000.", | |
2228 "format": "int32", | |
2229 "type": "integer" | |
2230 }, | |
2231 "callSetIds": { | |
2232 "description": "Only return variant calls which belong to ca
ll sets with these ids.\nLeaving this blank returns all variant calls. If a vari
ant has no\ncalls belonging to any of these call sets, it won't be returned at a
ll.", | |
2233 "items": { | |
2234 "type": "string" | |
2235 }, | |
2236 "type": "array" | |
2237 }, | |
2238 "start": { | |
2239 "description": "The beginning of the window (0-based, inclus
ive) for which\noverlapping variants should be returned. If unspecified, default
s to 0.", | |
2240 "format": "int64", | |
2241 "type": "string" | |
2242 }, | |
2243 "variantName": { | |
2244 "description": "Only return variants which have exactly this
name.", | |
2245 "type": "string" | 2366 "type": "string" |
2246 }, | 2367 }, |
2247 "referenceName": { | 2368 "referenceName": { |
2248 "description": "Required. Only return variants in this refer
ence sequence.", | 2369 "description": "The reference on which this variant occurs.\
n(such as `chr20` or `X`)", |
2249 "type": "string" | |
2250 }, | |
2251 "variantSetIds": { | |
2252 "description": "At most one variant set ID must be provided.
Only variants from this\nvariant set will be returned. If omitted, a call set i
d must be included in\nthe request.", | |
2253 "items": { | |
2254 "type": "string" | |
2255 }, | |
2256 "type": "array" | |
2257 }, | |
2258 "end": { | |
2259 "description": "The end of the window, 0-based exclusive. If
unspecified or 0, defaults to\nthe length of the reference.", | |
2260 "format": "int64", | |
2261 "type": "string" | |
2262 } | |
2263 }, | |
2264 "type": "object" | |
2265 }, | |
2266 "SearchReadGroupSetsRequest": { | |
2267 "description": "The read group set search request.", | |
2268 "id": "SearchReadGroupSetsRequest", | |
2269 "properties": { | |
2270 "pageToken": { | |
2271 "description": "The continuation token, which is used to pag
e through large result sets.\nTo get the next page of results, set this paramete
r to the value of\n`nextPageToken` from the previous response.", | |
2272 "type": "string" | |
2273 }, | |
2274 "name": { | |
2275 "description": "Only return read group sets for which a subs
tring of the name matches this\nstring.", | |
2276 "type": "string" | |
2277 }, | |
2278 "pageSize": { | |
2279 "description": "The maximum number of results to return in a
single page. If unspecified,\ndefaults to 256. The maximum value is 1024.", | |
2280 "format": "int32", | |
2281 "type": "integer" | |
2282 }, | |
2283 "datasetIds": { | |
2284 "description": "Restricts this query to read group sets with
in the given datasets. At least\none ID must be provided.", | |
2285 "items": { | |
2286 "type": "string" | |
2287 }, | |
2288 "type": "array" | |
2289 } | |
2290 }, | |
2291 "type": "object" | |
2292 }, | |
2293 "SearchAnnotationsResponse": { | |
2294 "id": "SearchAnnotationsResponse", | |
2295 "properties": { | |
2296 "nextPageToken": { | |
2297 "description": "The continuation token, which is used to pag
e through large result sets.\nProvide this value in a subsequent request to retu
rn the next page of\nresults. This field will be empty if there aren't any addit
ional results.", | |
2298 "type": "string" | |
2299 }, | |
2300 "annotations": { | |
2301 "description": "The matching annotations.", | |
2302 "items": { | |
2303 "$ref": "Annotation" | |
2304 }, | |
2305 "type": "array" | |
2306 } | |
2307 }, | |
2308 "type": "object" | |
2309 }, | |
2310 "ClinicalCondition": { | |
2311 "id": "ClinicalCondition", | |
2312 "properties": { | |
2313 "omimId": { | |
2314 "description": "The OMIM id for this condition.\nSearch for
these IDs at http://omim.org/", | |
2315 "type": "string" | |
2316 }, | |
2317 "externalIds": { | |
2318 "description": "The set of external IDs for this condition."
, | |
2319 "items": { | |
2320 "$ref": "ExternalId" | |
2321 }, | |
2322 "type": "array" | |
2323 }, | |
2324 "conceptId": { | |
2325 "description": "The MedGen concept id associated with this g
ene.\nSearch for these IDs at http://www.ncbi.nlm.nih.gov/medgen/", | |
2326 "type": "string" | |
2327 }, | |
2328 "names": { | |
2329 "description": "A set of names for the condition.", | |
2330 "items": { | |
2331 "type": "string" | |
2332 }, | |
2333 "type": "array" | |
2334 } | |
2335 }, | |
2336 "type": "object" | |
2337 }, | |
2338 "SearchReadsResponse": { | |
2339 "description": "The read search response.", | |
2340 "id": "SearchReadsResponse", | |
2341 "properties": { | |
2342 "nextPageToken": { | |
2343 "description": "The continuation token, which is used to pag
e through large result sets.\nProvide this value in a subsequent request to retu
rn the next page of\nresults. This field will be empty if there aren't any addit
ional results.", | |
2344 "type": "string" | |
2345 }, | |
2346 "alignments": { | |
2347 "description": "The list of matching alignments sorted by ma
pped genomic coordinate,\nif any, ascending in position within the same referenc
e. Unmapped reads,\nwhich have no position, are returned contiguously and are so
rted in\nascending lexicographic order by fragment name.", | |
2348 "items": { | |
2349 "$ref": "Read" | |
2350 }, | |
2351 "type": "array" | |
2352 } | |
2353 }, | |
2354 "type": "object" | |
2355 }, | |
2356 "Program": { | |
2357 "id": "Program", | |
2358 "properties": { | |
2359 "name": { | |
2360 "description": "The display name of the program. This is typ
ically the colloquial name of\nthe tool used, for example 'bwa' or 'picard'.", | |
2361 "type": "string" | |
2362 }, | |
2363 "prevProgramId": { | |
2364 "description": "The ID of the program run before this one.", | |
2365 "type": "string" | |
2366 }, | |
2367 "commandLine": { | |
2368 "description": "The command line used to run this program.", | |
2369 "type": "string" | |
2370 }, | |
2371 "version": { | |
2372 "description": "The version of the program run.", | |
2373 "type": "string" | |
2374 }, | |
2375 "id": { | |
2376 "description": "The user specified locally unique ID of the
program. Used along with\n`prevProgramId` to define an ordering between programs
.", | |
2377 "type": "string" | |
2378 } | |
2379 }, | |
2380 "type": "object" | |
2381 }, | |
2382 "ComputeEngine": { | |
2383 "description": "Describes a Compute Engine resource that is being ma
naged by a running\npipeline.", | |
2384 "id": "ComputeEngine", | |
2385 "properties": { | |
2386 "diskNames": { | |
2387 "description": "The names of the disks that were created for
this pipeline.", | |
2388 "items": { | |
2389 "type": "string" | |
2390 }, | |
2391 "type": "array" | |
2392 }, | |
2393 "machineType": { | |
2394 "description": "The machine type of the instance.", | |
2395 "type": "string" | |
2396 }, | |
2397 "instanceName": { | |
2398 "description": "The instance on which the operation is runni
ng.", | |
2399 "type": "string" | |
2400 }, | |
2401 "zone": { | |
2402 "description": "The availability zone in which the instance
resides.", | |
2403 "type": "string" | |
2404 } | |
2405 }, | |
2406 "type": "object" | |
2407 }, | |
2408 "CoverageBucket": { | |
2409 "description": "A bucket over which read coverage has been precomput
ed. A bucket corresponds\nto a specific range of the reference sequence.", | |
2410 "id": "CoverageBucket", | |
2411 "properties": { | |
2412 "meanCoverage": { | |
2413 "description": "The average number of reads which are aligne
d to each individual\nreference base in this bucket.", | |
2414 "format": "float", | |
2415 "type": "number" | |
2416 }, | |
2417 "range": { | |
2418 "$ref": "Range", | |
2419 "description": "The genomic coordinate range spanned by this
bucket." | |
2420 } | |
2421 }, | |
2422 "type": "object" | |
2423 }, | |
2424 "ExternalId": { | |
2425 "id": "ExternalId", | |
2426 "properties": { | |
2427 "sourceName": { | |
2428 "description": "The name of the source of this data.", | |
2429 "type": "string" | |
2430 }, | |
2431 "id": { | |
2432 "description": "The id used by the source of this data.", | |
2433 "type": "string" | |
2434 } | |
2435 }, | |
2436 "type": "object" | |
2437 }, | |
2438 "SearchVariantSetsRequest": { | |
2439 "description": "The search variant sets request.", | |
2440 "id": "SearchVariantSetsRequest", | |
2441 "properties": { | |
2442 "pageToken": { | |
2443 "description": "The continuation token, which is used to pag
e through large result sets.\nTo get the next page of results, set this paramete
r to the value of\n`nextPageToken` from the previous response.", | |
2444 "type": "string" | |
2445 }, | |
2446 "pageSize": { | |
2447 "description": "The maximum number of results to return in a
single page. If unspecified,\ndefaults to 1024.", | |
2448 "format": "int32", | |
2449 "type": "integer" | |
2450 }, | |
2451 "datasetIds": { | |
2452 "description": "Exactly one dataset ID must be provided here
. Only variant sets which\nbelong to this dataset will be returned.", | |
2453 "items": { | |
2454 "type": "string" | |
2455 }, | |
2456 "type": "array" | |
2457 } | |
2458 }, | |
2459 "type": "object" | |
2460 }, | |
2461 "VariantSetMetadata": { | |
2462 "description": "Metadata describes a single piece of variant call me
tadata.\nThese data include a top level key and either a single value string (va
lue)\nor a list of key-value pairs (info.)\nValue and info are mutually exclusiv
e.", | |
2463 "id": "VariantSetMetadata", | |
2464 "properties": { | |
2465 "type": { | |
2466 "description": "The type of data. Possible types include: In
teger, Float,\nFlag, Character, and String.", | |
2467 "enum": [ | |
2468 "TYPE_UNSPECIFIED", | |
2469 "INTEGER", | |
2470 "FLOAT", | |
2471 "FLAG", | |
2472 "CHARACTER", | |
2473 "STRING" | |
2474 ], | |
2475 "enumDescriptions": [ | |
2476 "", | |
2477 "", | |
2478 "", | |
2479 "", | |
2480 "", | |
2481 "" | |
2482 ], | |
2483 "type": "string" | 2370 "type": "string" |
2484 }, | 2371 }, |
2485 "info": { | 2372 "info": { |
2486 "additionalProperties": { | 2373 "additionalProperties": { |
2487 "items": { | 2374 "items": { |
2488 "type": "any" | |
2489 }, | |
2490 "type": "array" | |
2491 }, | |
2492 "description": "Remaining structured metadata key-value pair
s. This must be of the form\nmap<string, string[]> (string key mapping to a list
of string values).", | |
2493 "type": "object" | |
2494 }, | |
2495 "value": { | |
2496 "description": "The value field for simple metadata", | |
2497 "type": "string" | |
2498 }, | |
2499 "id": { | |
2500 "description": "User-provided ID field, not enforced by this
API.\nTwo or more pieces of structured metadata with identical\nid and key fiel
ds are considered equivalent.", | |
2501 "type": "string" | |
2502 }, | |
2503 "number": { | |
2504 "description": "The number of values that can be included in
a field described by this\nmetadata.", | |
2505 "type": "string" | |
2506 }, | |
2507 "key": { | |
2508 "description": "The top-level key.", | |
2509 "type": "string" | |
2510 }, | |
2511 "description": { | |
2512 "description": "A textual description of this metadata.", | |
2513 "type": "string" | |
2514 } | |
2515 }, | |
2516 "type": "object" | |
2517 }, | |
2518 "Reference": { | |
2519 "description": "A reference is a canonical assembled DNA sequence, i
ntended to act as a\nreference coordinate space for other genomic annotations. A
single reference\nmight represent the human chromosome 1 or mitochandrial DNA,
for instance. A\nreference belongs to one or more reference sets.\n\nFor more ge
nomics resource definitions, see [Fundamentals of Google\nGenomics](https://clou
d.google.com/genomics/fundamentals-of-google-genomics)", | |
2520 "id": "Reference", | |
2521 "properties": { | |
2522 "id": { | |
2523 "description": "The server-generated reference ID, unique ac
ross all references.", | |
2524 "type": "string" | |
2525 }, | |
2526 "length": { | |
2527 "description": "The length of this reference's sequence.", | |
2528 "format": "int64", | |
2529 "type": "string" | |
2530 }, | |
2531 "sourceAccessions": { | |
2532 "description": "All known corresponding accession IDs in INS
DC (GenBank/ENA/DDBJ) ideally\nwith a version number, for example `GCF_000001405
.26`.", | |
2533 "items": { | |
2534 "type": "string" | |
2535 }, | |
2536 "type": "array" | |
2537 }, | |
2538 "ncbiTaxonId": { | |
2539 "description": "ID from http://www.ncbi.nlm.nih.gov/taxonomy
. For example, 9606 for human.", | |
2540 "format": "int32", | |
2541 "type": "integer" | |
2542 }, | |
2543 "sourceUri": { | |
2544 "description": "The URI from which the sequence was obtained
. Typically specifies a FASTA\nformat file.", | |
2545 "type": "string" | |
2546 }, | |
2547 "name": { | |
2548 "description": "The name of this reference, for example `22`
.", | |
2549 "type": "string" | |
2550 }, | |
2551 "md5checksum": { | |
2552 "description": "MD5 of the upper-case sequence excluding all
whitespace characters (this\nis equivalent to SQ:M5 in SAM). This value is repr
esented in lower case\nhexadecimal format.", | |
2553 "type": "string" | |
2554 } | |
2555 }, | |
2556 "type": "object" | |
2557 }, | |
2558 "SearchReferenceSetsRequest": { | |
2559 "id": "SearchReferenceSetsRequest", | |
2560 "properties": { | |
2561 "md5checksums": { | |
2562 "description": "If present, return reference sets for which
the\nmd5checksum matches exactly.", | |
2563 "items": { | |
2564 "type": "string" | |
2565 }, | |
2566 "type": "array" | |
2567 }, | |
2568 "pageToken": { | |
2569 "description": "The continuation token, which is used to pag
e through large result sets.\nTo get the next page of results, set this paramete
r to the value of\n`nextPageToken` from the previous response.", | |
2570 "type": "string" | |
2571 }, | |
2572 "accessions": { | |
2573 "description": "If present, return reference sets for which
a prefix of any of\nsourceAccessions\nmatch any of these strings. Accession numb
ers typically have a main number\nand a version, for example `NC_000001.11`.", | |
2574 "items": { | |
2575 "type": "string" | |
2576 }, | |
2577 "type": "array" | |
2578 }, | |
2579 "pageSize": { | |
2580 "description": "The maximum number of results to return in a
single page. If unspecified,\ndefaults to 1024. The maximum value is 4096.", | |
2581 "format": "int32", | |
2582 "type": "integer" | |
2583 }, | |
2584 "assemblyId": { | |
2585 "description": "If present, return reference sets for which
a substring of their\n`assemblyId` matches this string (case insensitive).", | |
2586 "type": "string" | |
2587 } | |
2588 }, | |
2589 "type": "object" | |
2590 }, | |
2591 "SetIamPolicyRequest": { | |
2592 "description": "Request message for `SetIamPolicy` method.", | |
2593 "id": "SetIamPolicyRequest", | |
2594 "properties": { | |
2595 "policy": { | |
2596 "$ref": "Policy", | |
2597 "description": "REQUIRED: The complete policy to be applied
to the `resource`. The size of\nthe policy is limited to a few 10s of KB. An emp
ty policy is a\nvalid policy but certain Cloud Platform services (such as Projec
ts)\nmight reject them." | |
2598 } | |
2599 }, | |
2600 "type": "object" | |
2601 }, | |
2602 "MergeVariantsRequest": { | |
2603 "id": "MergeVariantsRequest", | |
2604 "properties": { | |
2605 "variants": { | |
2606 "description": "The variants to be merged with existing vari
ants.", | |
2607 "items": { | |
2608 "$ref": "Variant" | |
2609 }, | |
2610 "type": "array" | |
2611 }, | |
2612 "infoMergeConfig": { | |
2613 "additionalProperties": { | |
2614 "enum": [ | |
2615 "INFO_MERGE_OPERATION_UNSPECIFIED", | |
2616 "IGNORE_NEW", | |
2617 "MOVE_TO_CALLS" | |
2618 ], | |
2619 "type": "string" | |
2620 }, | |
2621 "description": "A mapping between info field keys and the In
foMergeOperations to\nbe performed on them.", | |
2622 "type": "object" | |
2623 }, | |
2624 "variantSetId": { | |
2625 "description": "The destination variant set.", | |
2626 "type": "string" | |
2627 } | |
2628 }, | |
2629 "type": "object" | |
2630 }, | |
2631 "Read": { | |
2632 "description": "A read alignment describes a linear alignment of a s
tring of DNA to a\nreference sequence, in addition to metadata\nabout the fragme
nt (the molecule of DNA sequenced) and the read (the bases\nwhich were read by t
he sequencer). A read is equivalent to a line in a SAM\nfile. A read belongs to
exactly one read group and exactly one\nread group set.\n\nFor more genomics res
ource definitions, see [Fundamentals of Google\nGenomics](https://cloud.google.c
om/genomics/fundamentals-of-google-genomics)\n\n### Reverse-stranded reads\n\nMa
pped reads (reads having a non-null `alignment`) can be aligned to either\nthe f
orward or the reverse strand of their associated reference. Strandedness\nof a m
apped read is encoded by `alignment.position.reverseStrand`.\n\nIf we consider t
he reference to be a forward-stranded coordinate space of\n`[0, reference.length
)` with `0` as the left-most position and\n`reference.length` as the right-most
position, reads are always aligned left\nto right. That is, `alignment.position.
position` always refers to the\nleft-most reference coordinate and `alignment.ci
gar` describes the alignment\nof this read to the reference from left to right.
All per-base fields such as\n`alignedSequence` and `alignedQuality` share this s
ame left-to-right\norientation; this is true of reads which are aligned to eithe
r strand. For\nreverse-stranded reads, this means that `alignedSequence` is the
reverse\ncomplement of the bases that were originally reported by the sequencing
\nmachine.\n\n### Generating a reference-aligned sequence string\n\nWhen interac
ting with mapped reads, it's often useful to produce a string\nrepresenting the
local alignment of the read to reference. The following\npseudocode demonstrates
one way of doing this:\n\n out = \"\"\n offset = 0\n for c in read.ali
gnment.cigar {\n switch c.operation {\n case \"ALIGNMENT_MATCH\", \"SE
QUENCE_MATCH\", \"SEQUENCE_MISMATCH\":\n out += read.alignedSequence[offs
et:offset+c.operationLength]\n offset += c.operationLength\n break
\n case \"CLIP_SOFT\", \"INSERT\":\n offset += c.operationLength\n
break\n case \"PAD\":\n out += repeat(\"*\", c.operationLength
)\n break\n case \"DELETE\":\n out += repeat(\"-\", c.operati
onLength)\n break\n case \"SKIP\":\n out += repeat(\" \", c.o
perationLength)\n break\n case \"CLIP_HARD\":\n break\n
}\n }\n return out\n\n### Converting to SAM's CIGAR string\n\nThe followin
g pseudocode generates a SAM CIGAR string from the\n`cigar` field. Note that thi
s is a lossy conversion\n(`cigar.referenceSequence` is lost).\n\n cigarMap =
{\n \"ALIGNMENT_MATCH\": \"M\",\n \"INSERT\": \"I\",\n \"DELETE\"
: \"D\",\n \"SKIP\": \"N\",\n \"CLIP_SOFT\": \"S\",\n \"CLIP_HARD
\": \"H\",\n \"PAD\": \"P\",\n \"SEQUENCE_MATCH\": \"=\",\n \"SEQ
UENCE_MISMATCH\": \"X\",\n }\n cigarStr = \"\"\n for c in read.alignmen
t.cigar {\n cigarStr += c.operationLength + cigarMap[c.operation]\n }\n
return cigarStr", | |
2633 "id": "Read", | |
2634 "properties": { | |
2635 "supplementaryAlignment": { | |
2636 "description": "Whether this alignment is supplementary. Equ
ivalent to SAM flag 0x800.\nSupplementary alignments are used in the representat
ion of a chimeric\nalignment. In a chimeric alignment, a read is split into mult
iple\nlinear alignments that map to different reference contigs. The first\nline
ar alignment in the read will be designated as the representative\nalignment; th
e remaining linear alignments will be designated as\nsupplementary alignments. T
hese alignments may have different mapping\nquality scores. In each linear align
ment in a chimeric alignment, the read\nwill be hard clipped. The `alignedSequen
ce` and\n`alignedQuality` fields in the alignment record will only\nrepresent th
e bases for its respective linear alignment.", | |
2637 "type": "boolean" | |
2638 }, | |
2639 "properPlacement": { | |
2640 "description": "The orientation and the distance between rea
ds from the fragment are\nconsistent with the sequencing protocol (SAM flag 0x2)
.", | |
2641 "type": "boolean" | |
2642 }, | |
2643 "fragmentLength": { | |
2644 "description": "The observed length of the fragment, equival
ent to TLEN in SAM.", | |
2645 "format": "int32", | |
2646 "type": "integer" | |
2647 }, | |
2648 "failedVendorQualityChecks": { | |
2649 "description": "Whether this read did not pass filters, such
as platform or vendor quality\ncontrols (SAM flag 0x200).", | |
2650 "type": "boolean" | |
2651 }, | |
2652 "alignedQuality": { | |
2653 "description": "The quality of the read sequence contained i
n this alignment record\n(equivalent to QUAL in SAM).\n`alignedSequence` and `al
ignedQuality` may be shorter than the full read\nsequence and quality. This will
occur if the alignment is part of a\nchimeric alignment, or if the read was tri
mmed. When this occurs, the CIGAR\nfor this read will begin/end with a hard clip
operator that will indicate\nthe length of the excised sequence.", | |
2654 "items": { | |
2655 "format": "int32", | |
2656 "type": "integer" | |
2657 }, | |
2658 "type": "array" | |
2659 }, | |
2660 "alignment": { | |
2661 "$ref": "LinearAlignment", | |
2662 "description": "The linear alignment for this alignment reco
rd. This field is null for\nunmapped reads." | |
2663 }, | |
2664 "id": { | |
2665 "description": "The server-generated read ID, unique across
all reads. This is different\nfrom the `fragmentName`.", | |
2666 "type": "string" | |
2667 }, | |
2668 "numberReads": { | |
2669 "description": "The number of reads in the fragment (extensi
on to SAM flag 0x1).", | |
2670 "format": "int32", | |
2671 "type": "integer" | |
2672 }, | |
2673 "secondaryAlignment": { | |
2674 "description": "Whether this alignment is secondary. Equival
ent to SAM flag 0x100.\nA secondary alignment represents an alternative to the p
rimary alignment\nfor this read. Aligners may return secondary alignments if a r
ead can map\nambiguously to multiple coordinates in the genome. By convention, e
ach read\nhas one and only one alignment where both `secondaryAlignment`\nand `s
upplementaryAlignment` are false.", | |
2675 "type": "boolean" | |
2676 }, | |
2677 "fragmentName": { | |
2678 "description": "The fragment name. Equivalent to QNAME (quer
y template name) in SAM.", | |
2679 "type": "string" | |
2680 }, | |
2681 "readGroupSetId": { | |
2682 "description": "The ID of the read group set this read belon
gs to. A read belongs to\nexactly one read group set.", | |
2683 "type": "string" | |
2684 }, | |
2685 "duplicateFragment": { | |
2686 "description": "The fragment is a PCR or optical duplicate (
SAM flag 0x400).", | |
2687 "type": "boolean" | |
2688 }, | |
2689 "readNumber": { | |
2690 "description": "The read number in sequencing. 0-based and l
ess than numberReads. This\nfield replaces SAM flag 0x40 and 0x80.", | |
2691 "format": "int32", | |
2692 "type": "integer" | |
2693 }, | |
2694 "alignedSequence": { | |
2695 "description": "The bases of the read sequence contained in
this alignment record,\n**without CIGAR operations applied** (equivalent to SEQ
in SAM).\n`alignedSequence` and `alignedQuality` may be\nshorter than the full r
ead sequence and quality. This will occur if the\nalignment is part of a chimeri
c alignment, or if the read was trimmed. When\nthis occurs, the CIGAR for this r
ead will begin/end with a hard clip\noperator that will indicate the length of t
he excised sequence.", | |
2696 "type": "string" | |
2697 }, | |
2698 "readGroupId": { | |
2699 "description": "The ID of the read group this read belongs t
o. A read belongs to exactly\none read group. This is a server-generated ID whic
h is distinct from SAM's\nRG tag (for that value, see\nReadGroup.name).", | |
2700 "type": "string" | |
2701 }, | |
2702 "nextMatePosition": { | |
2703 "$ref": "Position", | |
2704 "description": "The mapping of the primary alignment of the\
n`(readNumber+1)%numberReads` read in the fragment. It replaces\nmate position a
nd mate strand in SAM." | |
2705 }, | |
2706 "info": { | |
2707 "additionalProperties": { | |
2708 "items": { | |
2709 "type": "any" | 2375 "type": "any" |
2710 }, | 2376 }, |
2711 "type": "array" | 2377 "type": "array" |
2712 }, | 2378 }, |
2713 "description": "A map of additional read alignment informati
on. This must be of the form\nmap<string, string[]> (string key mapping to a lis
t of string values).", | 2379 "description": "A map of additional variant information. Thi
s must be of the form\nmap<string, string[]> (string key mapping to a list of st
ring values).", |
2714 "type": "object" | 2380 "type": "object" |
2715 } | 2381 }, |
2716 }, | 2382 "referenceBases": { |
2717 "type": "object" | 2383 "description": "The reference bases for this variant. They s
tart at the given\nposition.", |
2718 }, | 2384 "type": "string" |
2719 "BatchCreateAnnotationsRequest": { | 2385 }, |
2720 "id": "BatchCreateAnnotationsRequest", | 2386 "alternateBases": { |
2721 "properties": { | 2387 "description": "The bases that appear instead of the referen
ce bases.", |
2722 "annotations": { | 2388 "items": { |
2723 "description": "The annotations to be created. At most 4096
can be specified in a single\nrequest.", | 2389 "type": "string" |
2724 "items": { | 2390 }, |
2725 "$ref": "Annotation" | 2391 "type": "array" |
2726 }, | 2392 }, |
2727 "type": "array" | 2393 "names": { |
2728 }, | 2394 "description": "Names for the variant, for example a RefSNP
ID.", |
2729 "requestId": { | 2395 "items": { |
2730 "description": "A unique request ID which enables the server
to detect duplicated requests.\nIf provided, duplicated requests will result in
the same response; if not\nprovided, duplicated requests may result in duplicat
ed data. For a given\nannotation set, callers should not reuse `request_id`s whe
n writing\ndifferent batches of annotations - behavior in this case is undefined
.\nA common approach is to use a UUID. For batch jobs where worker crashes are\n
a possibility, consider using some unique variant of a worker or run ID.", | 2396 "type": "string" |
2731 "type": "string" | 2397 }, |
2732 } | 2398 "type": "array" |
2733 }, | 2399 }, |
2734 "type": "object" | 2400 "end": { |
2735 }, | 2401 "description": "The end position (0-based) of this variant.
This corresponds to the first\nbase after the last base in the reference allele.
So, the length of\nthe reference allele is (end - start). This is useful for va
riants\nthat don't explicitly give alternate bases, for example large deletions.
", |
2736 "CigarUnit": { | 2402 "format": "int64", |
2737 "description": "A single CIGAR operation.", | 2403 "type": "string" |
2738 "id": "CigarUnit", | 2404 }, |
2739 "properties": { | 2405 "filter": { |
2740 "operationLength": { | 2406 "description": "A list of filters (normally quality filters)
this variant has failed.\n`PASS` indicates this variant has passed all filters.
", |
2741 "description": "The number of genomic bases that the operati
on runs for. Required.", | 2407 "items": { |
2742 "format": "int64", | 2408 "type": "string" |
2743 "type": "string" | 2409 }, |
2744 }, | 2410 "type": "array" |
2745 "operation": { | 2411 }, |
2746 "enum": [ | 2412 "calls": { |
2747 "OPERATION_UNSPECIFIED", | 2413 "description": "The variant calls for this particular varian
t. Each one represents the\ndetermination of genotype with respect to this varia
nt.", |
2748 "ALIGNMENT_MATCH", | 2414 "items": { |
2749 "INSERT", | 2415 "$ref": "VariantCall" |
2750 "DELETE", | 2416 }, |
2751 "SKIP", | 2417 "type": "array" |
2752 "CLIP_SOFT", | 2418 }, |
2753 "CLIP_HARD", | 2419 "created": { |
2754 "PAD", | 2420 "description": "The date this variant was created, in millis
econds from the epoch.", |
2755 "SEQUENCE_MATCH", | 2421 "format": "int64", |
2756 "SEQUENCE_MISMATCH" | 2422 "type": "string" |
2757 ], | 2423 }, |
2758 "enumDescriptions": [ | 2424 "start": { |
2759 "", | 2425 "description": "The position at which this variant occurs (0
-based).\nThis corresponds to the first base of the string of reference bases.", |
2760 "An alignment match indicates that a sequence can be ali
gned to the\nreference without evidence of an INDEL. Unlike the\n`SEQUENCE_MATCH
` and `SEQUENCE_MISMATCH` operators,\nthe `ALIGNMENT_MATCH` operator does not in
dicate whether the\nreference and read sequences are an exact match. This operat
or is\nequivalent to SAM's `M`.", | 2426 "format": "int64", |
2761 "The insert operator indicates that the read contains ev
idence of bases\nbeing inserted into the reference. This operator is equivalent
to SAM's\n`I`.", | 2427 "type": "string" |
2762 "The delete operator indicates that the read contains ev
idence of bases\nbeing deleted from the reference. This operator is equivalent t
o SAM's\n`D`.", | 2428 } |
2763 "The skip operator indicates that this read skips a long
segment of the\nreference, but the bases have not been deleted. This operator i
s commonly\nused when working with RNA-seq data, where reads may skip long segme
nts\nof the reference between exons. This operator is equivalent to SAM's\n`N`."
, | 2429 }, |
2764 "The soft clip operator indicates that bases at the star
t/end of a read\nhave not been considered during alignment. This may occur if th
e majority\nof a read maps, except for low quality bases at the start/end of a r
ead.\nThis operator is equivalent to SAM's `S`. Bases that are soft\nclipped wil
l still be stored in the read.", | 2430 "type": "object" |
2765 "The hard clip operator indicates that bases at the star
t/end of a read\nhave been omitted from this alignment. This may occur if this l
inear\nalignment is part of a chimeric alignment, or if the read has been\ntrimm
ed (for example, during error correction or to trim poly-A tails for\nRNA-seq).
This operator is equivalent to SAM's `H`.", | 2431 }, |
2766 "The pad operator indicates that there is padding in an
alignment. This\noperator is equivalent to SAM's `P`.", | 2432 "SearchCallSetsResponse": { |
2767 "This operator indicates that this portion of the aligne
d sequence exactly\nmatches the reference. This operator is equivalent to SAM's
`=`.", | 2433 "description": "The call set search response.", |
2768 "This operator indicates that this portion of the aligne
d sequence is an\nalignment match to the reference, but a sequence mismatch. Thi
s can\nindicate a SNP or a read error. This operator is equivalent to SAM's\n`X`
." | 2434 "id": "SearchCallSetsResponse", |
2769 ], | 2435 "properties": { |
2770 "type": "string" | 2436 "callSets": { |
2771 }, | 2437 "description": "The list of matching call sets.", |
2772 "referenceSequence": { | 2438 "items": { |
2773 "description": "`referenceSequence` is only used at mismatch
es\n(`SEQUENCE_MISMATCH`) and deletions (`DELETE`).\nFilling this field replaces
SAM's MD tag. If the relevant information is\nnot available, this field is unse
t.", | 2439 "$ref": "CallSet" |
2774 "type": "string" | 2440 }, |
2775 } | 2441 "type": "array" |
2776 }, | 2442 }, |
2777 "type": "object" | 2443 "nextPageToken": { |
2778 }, | 2444 "description": "The continuation token, which is used to pag
e through large result sets.\nProvide this value in a subsequent request to retu
rn the next page of\nresults. This field will be empty if there aren't any addit
ional results.", |
2779 "ReferenceSet": { | 2445 "type": "string" |
2780 "description": "A reference set is a set of references which typical
ly comprise a reference\nassembly for a species, such as `GRCh38` which is repre
sentative\nof the human genome. A reference set defines a common coordinate spac
e for\ncomparing reference-aligned experimental data. A reference set contains 1
or\nmore references.\n\nFor more genomics resource definitions, see [Fundamenta
ls of Google\nGenomics](https://cloud.google.com/genomics/fundamentals-of-google
-genomics)", | 2446 } |
2781 "id": "ReferenceSet", | 2447 }, |
2782 "properties": { | 2448 "type": "object" |
2783 "ncbiTaxonId": { | 2449 }, |
2784 "description": "ID from http://www.ncbi.nlm.nih.gov/taxonomy
(for example, 9606 for human)\nindicating the species which this reference set
is intended to model. Note\nthat contained references may specify a different `n
cbiTaxonId`, as\nassemblies may contain reference sequences which do not belong
to the\nmodeled species, for example EBV in a human reference genome.", | 2450 "SearchVariantsRequest": { |
| 2451 "description": "The variant search request.", |
| 2452 "id": "SearchVariantsRequest", |
| 2453 "properties": { |
| 2454 "end": { |
| 2455 "description": "The end of the window, 0-based exclusive. If
unspecified or 0, defaults to\nthe length of the reference.", |
| 2456 "format": "int64", |
| 2457 "type": "string" |
| 2458 }, |
| 2459 "pageToken": { |
| 2460 "description": "The continuation token, which is used to pag
e through large result sets.\nTo get the next page of results, set this paramete
r to the value of\n`nextPageToken` from the previous response.", |
| 2461 "type": "string" |
| 2462 }, |
| 2463 "maxCalls": { |
| 2464 "description": "The maximum number of calls to return in a s
ingle page. Note that this\nlimit may be exceeded in the event that a matching v
ariant contains more\ncalls than the requested maximum. If unspecified, defaults
to 5000. The\nmaximum value is 10000.", |
2785 "format": "int32", | 2465 "format": "int32", |
2786 "type": "integer" | 2466 "type": "integer" |
2787 }, | 2467 }, |
2788 "sourceUri": { | 2468 "pageSize": { |
2789 "description": "The URI from which the references were obtai
ned.", | 2469 "description": "The maximum number of variants to return in
a single page. If unspecified,\ndefaults to 5000. The maximum value is 10000.", |
2790 "type": "string" | 2470 "format": "int32", |
2791 }, | 2471 "type": "integer" |
2792 "referenceIds": { | 2472 }, |
2793 "description": "The IDs of the reference objects that are pa
rt of this set.\n`Reference.md5checksum` must be unique within this set.", | 2473 "callSetIds": { |
2794 "items": { | 2474 "description": "Only return variant calls which belong to ca
ll sets with these ids.\nLeaving this blank returns all variant calls. If a vari
ant has no\ncalls belonging to any of these call sets, it won't be returned at a
ll.", |
2795 "type": "string" | 2475 "items": { |
2796 }, | 2476 "type": "string" |
2797 "type": "array" | 2477 }, |
2798 }, | 2478 "type": "array" |
2799 "assemblyId": { | 2479 }, |
2800 "description": "Public id of this reference set, such as `GR
Ch37`.", | 2480 "start": { |
2801 "type": "string" | 2481 "description": "The beginning of the window (0-based, inclus
ive) for which\noverlapping variants should be returned. If unspecified, default
s to 0.", |
2802 }, | 2482 "format": "int64", |
2803 "md5checksum": { | 2483 "type": "string" |
2804 "description": "Order-independent MD5 checksum which identif
ies this reference set. The\nchecksum is computed by sorting all lower case hexi
decimal string\n`reference.md5checksum` (for all reference in this set) in\nasce
nding lexicographic order, concatenating, and taking the MD5 of that\nvalue. The
resulting value is represented in lower case hexadecimal format.", | 2484 }, |
| 2485 "variantName": { |
| 2486 "description": "Only return variants which have exactly this
name.", |
| 2487 "type": "string" |
| 2488 }, |
| 2489 "referenceName": { |
| 2490 "description": "Required. Only return variants in this refer
ence sequence.", |
| 2491 "type": "string" |
| 2492 }, |
| 2493 "variantSetIds": { |
| 2494 "description": "At most one variant set ID must be provided.
Only variants from this\nvariant set will be returned. If omitted, a call set i
d must be included in\nthe request.", |
| 2495 "items": { |
| 2496 "type": "string" |
| 2497 }, |
| 2498 "type": "array" |
| 2499 } |
| 2500 }, |
| 2501 "type": "object" |
| 2502 }, |
| 2503 "OperationMetadata": { |
| 2504 "description": "Metadata describing an Operation.", |
| 2505 "id": "OperationMetadata", |
| 2506 "properties": { |
| 2507 "clientId": { |
| 2508 "description": "This field is deprecated. Use `labels` inste
ad. Optionally provided by the\ncaller when submitting the request that creates
the operation.", |
| 2509 "type": "string" |
| 2510 }, |
| 2511 "endTime": { |
| 2512 "description": "The time at which the job stopped running.", |
| 2513 "format": "google-datetime", |
| 2514 "type": "string" |
| 2515 }, |
| 2516 "events": { |
| 2517 "description": "Optional event messages that were generated
during the job's execution.\nThis also contains any warnings that were generated
during import\nor export.", |
| 2518 "items": { |
| 2519 "$ref": "OperationEvent" |
| 2520 }, |
| 2521 "type": "array" |
| 2522 }, |
| 2523 "startTime": { |
| 2524 "description": "The time at which the job began to run.", |
| 2525 "format": "google-datetime", |
| 2526 "type": "string" |
| 2527 }, |
| 2528 "request": { |
| 2529 "additionalProperties": { |
| 2530 "description": "Properties of the object. Contains field
@type with type URL.", |
| 2531 "type": "any" |
| 2532 }, |
| 2533 "description": "The original request that started the operat
ion. Note that this will be in\ncurrent version of the API. If the operation was
started with v1beta2 API\nand a GetOperation is performed on v1 API, a v1 reque
st will be returned.", |
| 2534 "type": "object" |
| 2535 }, |
| 2536 "runtimeMetadata": { |
| 2537 "additionalProperties": { |
| 2538 "description": "Properties of the object. Contains field
@type with type URL.", |
| 2539 "type": "any" |
| 2540 }, |
| 2541 "description": "Runtime metadata on this Operation.", |
| 2542 "type": "object" |
| 2543 }, |
| 2544 "createTime": { |
| 2545 "description": "The time at which the job was submitted to t
he Genomics service.", |
| 2546 "format": "google-datetime", |
| 2547 "type": "string" |
| 2548 }, |
| 2549 "labels": { |
| 2550 "additionalProperties": { |
| 2551 "type": "string" |
| 2552 }, |
| 2553 "description": "Optionally provided by the caller when submi
tting the request that creates\nthe operation.", |
| 2554 "type": "object" |
| 2555 }, |
| 2556 "projectId": { |
| 2557 "description": "The Google Cloud Project in which the job is
scoped.", |
| 2558 "type": "string" |
| 2559 } |
| 2560 }, |
| 2561 "type": "object" |
| 2562 }, |
| 2563 "SearchReadGroupSetsRequest": { |
| 2564 "description": "The read group set search request.", |
| 2565 "id": "SearchReadGroupSetsRequest", |
| 2566 "properties": { |
| 2567 "pageToken": { |
| 2568 "description": "The continuation token, which is used to pag
e through large result sets.\nTo get the next page of results, set this paramete
r to the value of\n`nextPageToken` from the previous response.", |
| 2569 "type": "string" |
| 2570 }, |
| 2571 "name": { |
| 2572 "description": "Only return read group sets for which a subs
tring of the name matches this\nstring.", |
| 2573 "type": "string" |
| 2574 }, |
| 2575 "pageSize": { |
| 2576 "description": "The maximum number of results to return in a
single page. If unspecified,\ndefaults to 256. The maximum value is 1024.", |
| 2577 "format": "int32", |
| 2578 "type": "integer" |
| 2579 }, |
| 2580 "datasetIds": { |
| 2581 "description": "Restricts this query to read group sets with
in the given datasets. At least\none ID must be provided.", |
| 2582 "items": { |
| 2583 "type": "string" |
| 2584 }, |
| 2585 "type": "array" |
| 2586 } |
| 2587 }, |
| 2588 "type": "object" |
| 2589 }, |
| 2590 "SearchAnnotationsResponse": { |
| 2591 "id": "SearchAnnotationsResponse", |
| 2592 "properties": { |
| 2593 "annotations": { |
| 2594 "description": "The matching annotations.", |
| 2595 "items": { |
| 2596 "$ref": "Annotation" |
| 2597 }, |
| 2598 "type": "array" |
| 2599 }, |
| 2600 "nextPageToken": { |
| 2601 "description": "The continuation token, which is used to pag
e through large result sets.\nProvide this value in a subsequent request to retu
rn the next page of\nresults. This field will be empty if there aren't any addit
ional results.", |
| 2602 "type": "string" |
| 2603 } |
| 2604 }, |
| 2605 "type": "object" |
| 2606 }, |
| 2607 "ClinicalCondition": { |
| 2608 "id": "ClinicalCondition", |
| 2609 "properties": { |
| 2610 "names": { |
| 2611 "description": "A set of names for the condition.", |
| 2612 "items": { |
| 2613 "type": "string" |
| 2614 }, |
| 2615 "type": "array" |
| 2616 }, |
| 2617 "omimId": { |
| 2618 "description": "The OMIM id for this condition.\nSearch for
these IDs at http://omim.org/", |
| 2619 "type": "string" |
| 2620 }, |
| 2621 "externalIds": { |
| 2622 "description": "The set of external IDs for this condition."
, |
| 2623 "items": { |
| 2624 "$ref": "ExternalId" |
| 2625 }, |
| 2626 "type": "array" |
| 2627 }, |
| 2628 "conceptId": { |
| 2629 "description": "The MedGen concept id associated with this g
ene.\nSearch for these IDs at http://www.ncbi.nlm.nih.gov/medgen/", |
| 2630 "type": "string" |
| 2631 } |
| 2632 }, |
| 2633 "type": "object" |
| 2634 }, |
| 2635 "SearchReadsResponse": { |
| 2636 "description": "The read search response.", |
| 2637 "id": "SearchReadsResponse", |
| 2638 "properties": { |
| 2639 "nextPageToken": { |
| 2640 "description": "The continuation token, which is used to pag
e through large result sets.\nProvide this value in a subsequent request to retu
rn the next page of\nresults. This field will be empty if there aren't any addit
ional results.", |
| 2641 "type": "string" |
| 2642 }, |
| 2643 "alignments": { |
| 2644 "description": "The list of matching alignments sorted by ma
pped genomic coordinate,\nif any, ascending in position within the same referenc
e. Unmapped reads,\nwhich have no position, are returned contiguously and are so
rted in\nascending lexicographic order by fragment name.", |
| 2645 "items": { |
| 2646 "$ref": "Read" |
| 2647 }, |
| 2648 "type": "array" |
| 2649 } |
| 2650 }, |
| 2651 "type": "object" |
| 2652 }, |
| 2653 "Program": { |
| 2654 "id": "Program", |
| 2655 "properties": { |
| 2656 "version": { |
| 2657 "description": "The version of the program run.", |
2805 "type": "string" | 2658 "type": "string" |
2806 }, | 2659 }, |
2807 "id": { | 2660 "id": { |
2808 "description": "The server-generated reference set ID, uniqu
e across all reference sets.", | 2661 "description": "The user specified locally unique ID of the
program. Used along with\n`prevProgramId` to define an ordering between programs
.", |
2809 "type": "string" | 2662 "type": "string" |
2810 }, | 2663 }, |
2811 "sourceAccessions": { | |
2812 "description": "All known corresponding accession IDs in INS
DC (GenBank/ENA/DDBJ) ideally\nwith a version number, for example `NC_000001.11`
.", | |
2813 "items": { | |
2814 "type": "string" | |
2815 }, | |
2816 "type": "array" | |
2817 }, | |
2818 "description": { | |
2819 "description": "Free text description of this reference set.
", | |
2820 "type": "string" | |
2821 } | |
2822 }, | |
2823 "type": "object" | |
2824 }, | |
2825 "AnnotationSet": { | |
2826 "description": "An annotation set is a logical grouping of annotatio
ns that share consistent\ntype information and provenance. Examples of annotatio
n sets include 'all\ngenes from refseq', and 'all variant annotations from ClinV
ar'.", | |
2827 "id": "AnnotationSet", | |
2828 "properties": { | |
2829 "name": { | 2664 "name": { |
2830 "description": "The display name for this annotation set.", | 2665 "description": "The display name of the program. This is typ
ically the colloquial name of\nthe tool used, for example 'bwa' or 'picard'.", |
2831 "type": "string" | 2666 "type": "string" |
2832 }, | 2667 }, |
2833 "referenceSetId": { | 2668 "prevProgramId": { |
2834 "description": "The ID of the reference set that defines the
coordinate space for this\nset's annotations.", | 2669 "description": "The ID of the program run before this one.", |
2835 "type": "string" | 2670 "type": "string" |
2836 }, | 2671 }, |
| 2672 "commandLine": { |
| 2673 "description": "The command line used to run this program.", |
| 2674 "type": "string" |
| 2675 } |
| 2676 }, |
| 2677 "type": "object" |
| 2678 }, |
| 2679 "ComputeEngine": { |
| 2680 "description": "Describes a Compute Engine resource that is being ma
naged by a running\npipeline.", |
| 2681 "id": "ComputeEngine", |
| 2682 "properties": { |
| 2683 "instanceName": { |
| 2684 "description": "The instance on which the operation is runni
ng.", |
| 2685 "type": "string" |
| 2686 }, |
| 2687 "zone": { |
| 2688 "description": "The availability zone in which the instance
resides.", |
| 2689 "type": "string" |
| 2690 }, |
| 2691 "diskNames": { |
| 2692 "description": "The names of the disks that were created for
this pipeline.", |
| 2693 "items": { |
| 2694 "type": "string" |
| 2695 }, |
| 2696 "type": "array" |
| 2697 }, |
| 2698 "machineType": { |
| 2699 "description": "The machine type of the instance.", |
| 2700 "type": "string" |
| 2701 } |
| 2702 }, |
| 2703 "type": "object" |
| 2704 }, |
| 2705 "CoverageBucket": { |
| 2706 "description": "A bucket over which read coverage has been precomput
ed. A bucket corresponds\nto a specific range of the reference sequence.", |
| 2707 "id": "CoverageBucket", |
| 2708 "properties": { |
| 2709 "meanCoverage": { |
| 2710 "description": "The average number of reads which are aligne
d to each individual\nreference base in this bucket.", |
| 2711 "format": "float", |
| 2712 "type": "number" |
| 2713 }, |
| 2714 "range": { |
| 2715 "$ref": "Range", |
| 2716 "description": "The genomic coordinate range spanned by this
bucket." |
| 2717 } |
| 2718 }, |
| 2719 "type": "object" |
| 2720 }, |
| 2721 "ExternalId": { |
| 2722 "id": "ExternalId", |
| 2723 "properties": { |
| 2724 "sourceName": { |
| 2725 "description": "The name of the source of this data.", |
| 2726 "type": "string" |
| 2727 }, |
| 2728 "id": { |
| 2729 "description": "The id used by the source of this data.", |
| 2730 "type": "string" |
| 2731 } |
| 2732 }, |
| 2733 "type": "object" |
| 2734 }, |
| 2735 "SearchVariantSetsRequest": { |
| 2736 "description": "The search variant sets request.", |
| 2737 "id": "SearchVariantSetsRequest", |
| 2738 "properties": { |
| 2739 "datasetIds": { |
| 2740 "description": "Exactly one dataset ID must be provided here
. Only variant sets which\nbelong to this dataset will be returned.", |
| 2741 "items": { |
| 2742 "type": "string" |
| 2743 }, |
| 2744 "type": "array" |
| 2745 }, |
| 2746 "pageToken": { |
| 2747 "description": "The continuation token, which is used to pag
e through large result sets.\nTo get the next page of results, set this paramete
r to the value of\n`nextPageToken` from the previous response.", |
| 2748 "type": "string" |
| 2749 }, |
| 2750 "pageSize": { |
| 2751 "description": "The maximum number of results to return in a
single page. If unspecified,\ndefaults to 1024.", |
| 2752 "format": "int32", |
| 2753 "type": "integer" |
| 2754 } |
| 2755 }, |
| 2756 "type": "object" |
| 2757 }, |
| 2758 "VariantSetMetadata": { |
| 2759 "description": "Metadata describes a single piece of variant call me
tadata.\nThese data include a top level key and either a single value string (va
lue)\nor a list of key-value pairs (info.)\nValue and info are mutually exclusiv
e.", |
| 2760 "id": "VariantSetMetadata", |
| 2761 "properties": { |
2837 "info": { | 2762 "info": { |
2838 "additionalProperties": { | 2763 "additionalProperties": { |
2839 "items": { | 2764 "items": { |
2840 "type": "any" | |
2841 }, | |
2842 "type": "array" | |
2843 }, | |
2844 "description": "A map of additional read alignment informati
on. This must be of the form\nmap<string, string[]> (string key mapping to a lis
t of string values).", | |
2845 "type": "object" | |
2846 }, | |
2847 "type": { | |
2848 "description": "The type of annotations contained within thi
s set.", | |
2849 "enum": [ | |
2850 "ANNOTATION_TYPE_UNSPECIFIED", | |
2851 "GENERIC", | |
2852 "VARIANT", | |
2853 "GENE", | |
2854 "TRANSCRIPT" | |
2855 ], | |
2856 "enumDescriptions": [ | |
2857 "", | |
2858 "A `GENERIC` annotation type should be used when no othe
r annotation\ntype will suffice. This represents an untyped annotation of the re
ference\ngenome.", | |
2859 "A `VARIANT` annotation type.", | |
2860 "A `GENE` annotation type represents the existence of a
gene at the\nassociated reference coordinates. The start coordinate is typically
the\ngene's transcription start site and the end is typically the end of the\ng
ene's last exon.", | |
2861 "A `TRANSCRIPT` annotation type represents the assertion
that a\nparticular region of the reference genome may be transcribed as RNA." | |
2862 ], | |
2863 "type": "string" | |
2864 }, | |
2865 "id": { | |
2866 "description": "The server-generated annotation set ID, uniq
ue across all annotation sets.", | |
2867 "type": "string" | |
2868 }, | |
2869 "datasetId": { | |
2870 "description": "The dataset to which this annotation set bel
ongs.", | |
2871 "type": "string" | |
2872 }, | |
2873 "sourceUri": { | |
2874 "description": "The source URI describing the file from whic
h this annotation set was\ngenerated, if any.", | |
2875 "type": "string" | |
2876 } | |
2877 }, | |
2878 "type": "object" | |
2879 }, | |
2880 "Transcript": { | |
2881 "description": "A transcript represents the assertion that a particu
lar region of the\nreference genome may be transcribed as RNA.", | |
2882 "id": "Transcript", | |
2883 "properties": { | |
2884 "codingSequence": { | |
2885 "$ref": "CodingSequence", | |
2886 "description": "The range of the coding sequence for this tr
anscript, if any. To determine\nthe exact ranges of coding sequence, intersect t
his range with those of the\nexons, if any. If there are any\nexons, the\ncoding
Sequence must start\nand end within them.\n\nNote that in some cases, the refere
nce genome will not exactly match the\nobserved mRNA transcript e.g. due to vari
ance in the source genome from\nreference. In these cases,\nexon.frame will not
necessarily\nmatch the expected reference reading frame and coding exon referenc
e bases\ncannot necessarily be concatenated to produce the original transcript m
RNA." | |
2887 }, | |
2888 "geneId": { | |
2889 "description": "The annotation ID of the gene from which thi
s transcript is transcribed.", | |
2890 "type": "string" | |
2891 }, | |
2892 "exons": { | |
2893 "description": "The <a href=\"http://en.wikipedia.org/wiki/E
xon\">exons</a> that compose\nthis transcript. This field should be unset for ge
nomes where transcript\nsplicing does not occur, for example prokaryotes.\n\nInt
rons are regions of the transcript that are not included in the\nspliced RNA pro
duct. Though not explicitly modeled here, intron ranges can\nbe deduced; all reg
ions of this transcript that are not exons are introns.\n\nExonic sequences do n
ot necessarily code for a translational product\n(amino acids). Only the regions
of exons bounded by the\ncodingSequence correspond\nto coding DNA sequence.\n\n
Exons are ordered by start position and may not overlap.", | |
2894 "items": { | |
2895 "$ref": "Exon" | |
2896 }, | |
2897 "type": "array" | |
2898 } | |
2899 }, | |
2900 "type": "object" | |
2901 }, | |
2902 "Experiment": { | |
2903 "id": "Experiment", | |
2904 "properties": { | |
2905 "instrumentModel": { | |
2906 "description": "The instrument model used as part of this ex
periment. This maps to\nsequencing technology in the SAM spec.", | |
2907 "type": "string" | |
2908 }, | |
2909 "libraryId": { | |
2910 "description": "A client-supplied library identifier; a libr
ary is a collection of DNA\nfragments which have been prepared for sequencing fr
om a sample. This\nfield is important for quality control as error or bias can b
e introduced\nduring sample preparation.", | |
2911 "type": "string" | |
2912 }, | |
2913 "sequencingCenter": { | |
2914 "description": "The sequencing center used as part of this e
xperiment.", | |
2915 "type": "string" | |
2916 }, | |
2917 "platformUnit": { | |
2918 "description": "The platform unit used as part of this exper
iment, for example\nflowcell-barcode.lane for Illumina or slide for SOLiD. Corre
sponds to the\n@RG PU field in the SAM spec.", | |
2919 "type": "string" | |
2920 } | |
2921 }, | |
2922 "type": "object" | |
2923 }, | |
2924 "ListDatasetsResponse": { | |
2925 "description": "The dataset list response.", | |
2926 "id": "ListDatasetsResponse", | |
2927 "properties": { | |
2928 "nextPageToken": { | |
2929 "description": "The continuation token, which is used to pag
e through large result sets.\nProvide this value in a subsequent request to retu
rn the next page of\nresults. This field will be empty if there aren't any addit
ional results.", | |
2930 "type": "string" | |
2931 }, | |
2932 "datasets": { | |
2933 "description": "The list of matching Datasets.", | |
2934 "items": { | |
2935 "$ref": "Dataset" | |
2936 }, | |
2937 "type": "array" | |
2938 } | |
2939 }, | |
2940 "type": "object" | |
2941 }, | |
2942 "TestIamPermissionsRequest": { | |
2943 "description": "Request message for `TestIamPermissions` method.", | |
2944 "id": "TestIamPermissionsRequest", | |
2945 "properties": { | |
2946 "permissions": { | |
2947 "description": "REQUIRED: The set of permissions to check fo
r the 'resource'.\nPermissions with wildcards (such as '*' or 'storage.*') are n
ot allowed.\nAllowed permissions are:\n\n* `genomics.datasets.create`\n* `ge
nomics.datasets.delete`\n* `genomics.datasets.get`\n* `genomics.datasets.list`\n
* `genomics.datasets.update`\n* `genomics.datasets.getIamPolicy`\n* `genomics.da
tasets.setIamPolicy`", | |
2948 "items": { | |
2949 "type": "string" | |
2950 }, | |
2951 "type": "array" | |
2952 } | |
2953 }, | |
2954 "type": "object" | |
2955 }, | |
2956 "Exon": { | |
2957 "id": "Exon", | |
2958 "properties": { | |
2959 "start": { | |
2960 "description": "The start position of the exon on this annot
ation's reference sequence,\n0-based inclusive. Note that this is relative to th
e reference start, and\n**not** the containing annotation start.", | |
2961 "format": "int64", | |
2962 "type": "string" | |
2963 }, | |
2964 "frame": { | |
2965 "description": "The frame of this exon. Contains a value of
0, 1, or 2, which indicates\nthe offset of the first coding base of the exon wit
hin the reading frame\nof the coding DNA sequence, if any. This field is depende
nt on the\nstrandedness of this annotation (see\nAnnotation.reverse_strand).\nFo
r forward stranded annotations, this offset is relative to the\nexon.start. For
reverse\nstrand annotations, this offset is relative to the\nexon.end `- 1`.\n\n
Unset if this exon does not intersect the coding sequence. Upon creation\nof a t
ranscript, the frame must be populated for all or none of the\ncoding exons.", | |
2966 "format": "int32", | |
2967 "type": "integer" | |
2968 }, | |
2969 "end": { | |
2970 "description": "The end position of the exon on this annotat
ion's reference sequence,\n0-based exclusive. Note that this is relative to the
reference start, and\n*not* the containing annotation start.", | |
2971 "format": "int64", | |
2972 "type": "string" | |
2973 } | |
2974 }, | |
2975 "type": "object" | |
2976 }, | |
2977 "ExportReadGroupSetRequest": { | |
2978 "description": "The read group set export request.", | |
2979 "id": "ExportReadGroupSetRequest", | |
2980 "properties": { | |
2981 "referenceNames": { | |
2982 "description": "The reference names to export. If this is no
t specified, all reference\nsequences, including unmapped reads, are exported.\n
Use `*` to export only unmapped reads.", | |
2983 "items": { | |
2984 "type": "string" | |
2985 }, | |
2986 "type": "array" | |
2987 }, | |
2988 "exportUri": { | |
2989 "description": "Required. A Google Cloud Storage URI for the
exported BAM file.\nThe currently authenticated user must have write access to
the new file.\nAn error will be returned if the URI already contains data.", | |
2990 "type": "string" | |
2991 }, | |
2992 "projectId": { | |
2993 "description": "Required. The Google Cloud project ID that o
wns this\nexport. The caller must have WRITE access to this project.", | |
2994 "type": "string" | |
2995 } | |
2996 }, | |
2997 "type": "object" | |
2998 }, | |
2999 "CallSet": { | |
3000 "description": "A call set is a collection of variant calls, typical
ly for one sample. It\nbelongs to a variant set.\n\nFor more genomics resource d
efinitions, see [Fundamentals of Google\nGenomics](https://cloud.google.com/geno
mics/fundamentals-of-google-genomics)", | |
3001 "id": "CallSet", | |
3002 "properties": { | |
3003 "name": { | |
3004 "description": "The call set name.", | |
3005 "type": "string" | |
3006 }, | |
3007 "info": { | |
3008 "additionalProperties": { | |
3009 "items": { | |
3010 "type": "any" | 2765 "type": "any" |
3011 }, | 2766 }, |
3012 "type": "array" | 2767 "type": "array" |
3013 }, | 2768 }, |
3014 "description": "A map of additional call set information. Th
is must be of the form\nmap<string, string[]> (string key mapping to a list of s
tring values).", | 2769 "description": "Remaining structured metadata key-value pair
s. This must be of the form\nmap<string, string[]> (string key mapping to a list
of string values).", |
3015 "type": "object" | 2770 "type": "object" |
3016 }, | 2771 }, |
3017 "variantSetIds": { | 2772 "type": { |
3018 "description": "The IDs of the variant sets this call set be
longs to. This field must\nhave exactly length one, as a call set belongs to a s
ingle variant set.\nThis field is repeated for compatibility with the\n[GA4GH 0.
5.1\nAPI](https://github.com/ga4gh/schemas/blob/v0.5.1/src/main/resources/avro/v
ariants.avdl#L76).", | 2773 "description": "The type of data. Possible types include: In
teger, Float,\nFlag, Character, and String.", |
| 2774 "enum": [ |
| 2775 "TYPE_UNSPECIFIED", |
| 2776 "INTEGER", |
| 2777 "FLOAT", |
| 2778 "FLAG", |
| 2779 "CHARACTER", |
| 2780 "STRING" |
| 2781 ], |
| 2782 "enumDescriptions": [ |
| 2783 "", |
| 2784 "", |
| 2785 "", |
| 2786 "", |
| 2787 "", |
| 2788 "" |
| 2789 ], |
| 2790 "type": "string" |
| 2791 }, |
| 2792 "value": { |
| 2793 "description": "The value field for simple metadata", |
| 2794 "type": "string" |
| 2795 }, |
| 2796 "id": { |
| 2797 "description": "User-provided ID field, not enforced by this
API.\nTwo or more pieces of structured metadata with identical\nid and key fiel
ds are considered equivalent.", |
| 2798 "type": "string" |
| 2799 }, |
| 2800 "number": { |
| 2801 "description": "The number of values that can be included in
a field described by this\nmetadata.", |
| 2802 "type": "string" |
| 2803 }, |
| 2804 "key": { |
| 2805 "description": "The top-level key.", |
| 2806 "type": "string" |
| 2807 }, |
| 2808 "description": { |
| 2809 "description": "A textual description of this metadata.", |
| 2810 "type": "string" |
| 2811 } |
| 2812 }, |
| 2813 "type": "object" |
| 2814 }, |
| 2815 "Reference": { |
| 2816 "description": "A reference is a canonical assembled DNA sequence, i
ntended to act as a\nreference coordinate space for other genomic annotations. A
single reference\nmight represent the human chromosome 1 or mitochandrial DNA,
for instance. A\nreference belongs to one or more reference sets.\n\nFor more ge
nomics resource definitions, see [Fundamentals of Google\nGenomics](https://clou
d.google.com/genomics/fundamentals-of-google-genomics)", |
| 2817 "id": "Reference", |
| 2818 "properties": { |
| 2819 "id": { |
| 2820 "description": "The server-generated reference ID, unique ac
ross all references.", |
| 2821 "type": "string" |
| 2822 }, |
| 2823 "length": { |
| 2824 "description": "The length of this reference's sequence.", |
| 2825 "format": "int64", |
| 2826 "type": "string" |
| 2827 }, |
| 2828 "sourceAccessions": { |
| 2829 "description": "All known corresponding accession IDs in INS
DC (GenBank/ENA/DDBJ) ideally\nwith a version number, for example `GCF_000001405
.26`.", |
3019 "items": { | 2830 "items": { |
3020 "type": "string" | 2831 "type": "string" |
3021 }, | 2832 }, |
3022 "type": "array" | 2833 "type": "array" |
3023 }, | 2834 }, |
3024 "id": { | 2835 "sourceUri": { |
3025 "description": "The server-generated call set ID, unique acr
oss all call sets.", | 2836 "description": "The URI from which the sequence was obtained
. Typically specifies a FASTA\nformat file.", |
3026 "type": "string" | 2837 "type": "string" |
3027 }, | 2838 }, |
3028 "created": { | 2839 "ncbiTaxonId": { |
3029 "description": "The date this call set was created in millis
econds from the epoch.", | 2840 "description": "ID from http://www.ncbi.nlm.nih.gov/taxonomy
. For example, 9606 for human.", |
3030 "format": "int64", | 2841 "format": "int32", |
| 2842 "type": "integer" |
| 2843 }, |
| 2844 "name": { |
| 2845 "description": "The name of this reference, for example `22`
.", |
3031 "type": "string" | 2846 "type": "string" |
3032 }, | 2847 }, |
3033 "sampleId": { | 2848 "md5checksum": { |
3034 "description": "The sample ID this call set corresponds to."
, | 2849 "description": "MD5 of the upper-case sequence excluding all
whitespace characters (this\nis equivalent to SQ:M5 in SAM). This value is repr
esented in lower case\nhexadecimal format.", |
3035 "type": "string" | 2850 "type": "string" |
3036 } | 2851 } |
3037 }, | 2852 }, |
3038 "type": "object" | 2853 "type": "object" |
3039 }, | 2854 }, |
3040 "SearchAnnotationSetsResponse": { | 2855 "SearchReferenceSetsRequest": { |
3041 "id": "SearchAnnotationSetsResponse", | 2856 "id": "SearchReferenceSetsRequest", |
3042 "properties": { | 2857 "properties": { |
3043 "nextPageToken": { | 2858 "md5checksums": { |
3044 "description": "The continuation token, which is used to pag
e through large result sets.\nProvide this value in a subsequent request to retu
rn the next page of\nresults. This field will be empty if there aren't any addit
ional results.", | 2859 "description": "If present, return reference sets for which
the\nmd5checksum matches exactly.", |
| 2860 "items": { |
| 2861 "type": "string" |
| 2862 }, |
| 2863 "type": "array" |
| 2864 }, |
| 2865 "pageToken": { |
| 2866 "description": "The continuation token, which is used to pag
e through large result sets.\nTo get the next page of results, set this paramete
r to the value of\n`nextPageToken` from the previous response.", |
3045 "type": "string" | 2867 "type": "string" |
3046 }, | 2868 }, |
3047 "annotationSets": { | 2869 "accessions": { |
3048 "description": "The matching annotation sets.", | 2870 "description": "If present, return reference sets for which
a prefix of any of\nsourceAccessions\nmatch any of these strings. Accession numb
ers typically have a main number\nand a version, for example `NC_000001.11`.", |
3049 "items": { | 2871 "items": { |
3050 "$ref": "AnnotationSet" | 2872 "type": "string" |
3051 }, | 2873 }, |
3052 "type": "array" | 2874 "type": "array" |
| 2875 }, |
| 2876 "pageSize": { |
| 2877 "description": "The maximum number of results to return in a
single page. If unspecified,\ndefaults to 1024. The maximum value is 4096.", |
| 2878 "format": "int32", |
| 2879 "type": "integer" |
| 2880 }, |
| 2881 "assemblyId": { |
| 2882 "description": "If present, return reference sets for which
a substring of their\n`assemblyId` matches this string (case insensitive).", |
| 2883 "type": "string" |
3053 } | 2884 } |
3054 }, | 2885 }, |
3055 "type": "object" | 2886 "type": "object" |
3056 }, | 2887 }, |
3057 "ImportVariantsRequest": { | 2888 "SetIamPolicyRequest": { |
3058 "description": "The variant data import request.", | 2889 "description": "Request message for `SetIamPolicy` method.", |
3059 "id": "ImportVariantsRequest", | 2890 "id": "SetIamPolicyRequest", |
3060 "properties": { | 2891 "properties": { |
| 2892 "policy": { |
| 2893 "$ref": "Policy", |
| 2894 "description": "REQUIRED: The complete policy to be applied
to the `resource`. The size of\nthe policy is limited to a few 10s of KB. An emp
ty policy is a\nvalid policy but certain Cloud Platform services (such as Projec
ts)\nmight reject them." |
| 2895 } |
| 2896 }, |
| 2897 "type": "object" |
| 2898 }, |
| 2899 "MergeVariantsRequest": { |
| 2900 "id": "MergeVariantsRequest", |
| 2901 "properties": { |
| 2902 "variants": { |
| 2903 "description": "The variants to be merged with existing vari
ants.", |
| 2904 "items": { |
| 2905 "$ref": "Variant" |
| 2906 }, |
| 2907 "type": "array" |
| 2908 }, |
3061 "infoMergeConfig": { | 2909 "infoMergeConfig": { |
3062 "additionalProperties": { | 2910 "additionalProperties": { |
3063 "enum": [ | 2911 "enum": [ |
3064 "INFO_MERGE_OPERATION_UNSPECIFIED", | 2912 "INFO_MERGE_OPERATION_UNSPECIFIED", |
3065 "IGNORE_NEW", | 2913 "IGNORE_NEW", |
3066 "MOVE_TO_CALLS" | 2914 "MOVE_TO_CALLS" |
3067 ], | 2915 ], |
3068 "type": "string" | 2916 "type": "string" |
3069 }, | 2917 }, |
3070 "description": "A mapping between info field keys and the In
foMergeOperations to\nbe performed on them. This is plumbed down to the MergeVar
iantRequests\ngenerated by the resulting import job.", | 2918 "description": "A mapping between info field keys and the In
foMergeOperations to\nbe performed on them.", |
3071 "type": "object" | 2919 "type": "object" |
3072 }, | 2920 }, |
3073 "sourceUris": { | |
3074 "description": "A list of URIs referencing variant files in
Google Cloud Storage. URIs can\ninclude wildcards [as described\nhere](https://c
loud.google.com/storage/docs/gsutil/addlhelp/WildcardNames).\nNote that recursiv
e wildcards ('**') are not supported.", | |
3075 "items": { | |
3076 "type": "string" | |
3077 }, | |
3078 "type": "array" | |
3079 }, | |
3080 "variantSetId": { | 2921 "variantSetId": { |
3081 "description": "Required. The variant set to which variant d
ata should be imported.", | 2922 "description": "The destination variant set.", |
3082 "type": "string" | 2923 "type": "string" |
3083 }, | 2924 } |
3084 "normalizeReferenceNames": { | 2925 }, |
3085 "description": "Convert reference names to the canonical rep
resentation.\nhg19 haploytypes (those reference names containing \"_hap\")\nare
not modified in any way.\nAll other reference names are modified according to th
e following rules:\nThe reference name is capitalized.\nThe \"chr\" prefix is dr
opped for all autosomes and sex chromsomes.\nFor example \"chr17\" becomes \"17\
" and \"chrX\" becomes \"X\".\nAll mitochondrial chromosomes (\"chrM\", \"chrMT\
", etc) become \"MT\".", | 2926 "type": "object" |
| 2927 }, |
| 2928 "Read": { |
| 2929 "description": "A read alignment describes a linear alignment of a s
tring of DNA to a\nreference sequence, in addition to metadata\nabout the fragme
nt (the molecule of DNA sequenced) and the read (the bases\nwhich were read by t
he sequencer). A read is equivalent to a line in a SAM\nfile. A read belongs to
exactly one read group and exactly one\nread group set.\n\nFor more genomics res
ource definitions, see [Fundamentals of Google\nGenomics](https://cloud.google.c
om/genomics/fundamentals-of-google-genomics)\n\n### Reverse-stranded reads\n\nMa
pped reads (reads having a non-null `alignment`) can be aligned to either\nthe f
orward or the reverse strand of their associated reference. Strandedness\nof a m
apped read is encoded by `alignment.position.reverseStrand`.\n\nIf we consider t
he reference to be a forward-stranded coordinate space of\n`[0, reference.length
)` with `0` as the left-most position and\n`reference.length` as the right-most
position, reads are always aligned left\nto right. That is, `alignment.position.
position` always refers to the\nleft-most reference coordinate and `alignment.ci
gar` describes the alignment\nof this read to the reference from left to right.
All per-base fields such as\n`alignedSequence` and `alignedQuality` share this s
ame left-to-right\norientation; this is true of reads which are aligned to eithe
r strand. For\nreverse-stranded reads, this means that `alignedSequence` is the
reverse\ncomplement of the bases that were originally reported by the sequencing
\nmachine.\n\n### Generating a reference-aligned sequence string\n\nWhen interac
ting with mapped reads, it's often useful to produce a string\nrepresenting the
local alignment of the read to reference. The following\npseudocode demonstrates
one way of doing this:\n\n out = \"\"\n offset = 0\n for c in read.ali
gnment.cigar {\n switch c.operation {\n case \"ALIGNMENT_MATCH\", \"SE
QUENCE_MATCH\", \"SEQUENCE_MISMATCH\":\n out += read.alignedSequence[offs
et:offset+c.operationLength]\n offset += c.operationLength\n break
\n case \"CLIP_SOFT\", \"INSERT\":\n offset += c.operationLength\n
break\n case \"PAD\":\n out += repeat(\"*\", c.operationLength
)\n break\n case \"DELETE\":\n out += repeat(\"-\", c.operati
onLength)\n break\n case \"SKIP\":\n out += repeat(\" \", c.o
perationLength)\n break\n case \"CLIP_HARD\":\n break\n
}\n }\n return out\n\n### Converting to SAM's CIGAR string\n\nThe followin
g pseudocode generates a SAM CIGAR string from the\n`cigar` field. Note that thi
s is a lossy conversion\n(`cigar.referenceSequence` is lost).\n\n cigarMap =
{\n \"ALIGNMENT_MATCH\": \"M\",\n \"INSERT\": \"I\",\n \"DELETE\"
: \"D\",\n \"SKIP\": \"N\",\n \"CLIP_SOFT\": \"S\",\n \"CLIP_HARD
\": \"H\",\n \"PAD\": \"P\",\n \"SEQUENCE_MATCH\": \"=\",\n \"SEQ
UENCE_MISMATCH\": \"X\",\n }\n cigarStr = \"\"\n for c in read.alignmen
t.cigar {\n cigarStr += c.operationLength + cigarMap[c.operation]\n }\n
return cigarStr", |
| 2930 "id": "Read", |
| 2931 "properties": { |
| 2932 "supplementaryAlignment": { |
| 2933 "description": "Whether this alignment is supplementary. Equ
ivalent to SAM flag 0x800.\nSupplementary alignments are used in the representat
ion of a chimeric\nalignment. In a chimeric alignment, a read is split into mult
iple\nlinear alignments that map to different reference contigs. The first\nline
ar alignment in the read will be designated as the representative\nalignment; th
e remaining linear alignments will be designated as\nsupplementary alignments. T
hese alignments may have different mapping\nquality scores. In each linear align
ment in a chimeric alignment, the read\nwill be hard clipped. The `alignedSequen
ce` and\n`alignedQuality` fields in the alignment record will only\nrepresent th
e bases for its respective linear alignment.", |
3086 "type": "boolean" | 2934 "type": "boolean" |
3087 }, | 2935 }, |
| 2936 "properPlacement": { |
| 2937 "description": "The orientation and the distance between rea
ds from the fragment are\nconsistent with the sequencing protocol (SAM flag 0x2)
.", |
| 2938 "type": "boolean" |
| 2939 }, |
| 2940 "fragmentLength": { |
| 2941 "description": "The observed length of the fragment, equival
ent to TLEN in SAM.", |
| 2942 "format": "int32", |
| 2943 "type": "integer" |
| 2944 }, |
| 2945 "failedVendorQualityChecks": { |
| 2946 "description": "Whether this read did not pass filters, such
as platform or vendor quality\ncontrols (SAM flag 0x200).", |
| 2947 "type": "boolean" |
| 2948 }, |
| 2949 "alignedQuality": { |
| 2950 "description": "The quality of the read sequence contained i
n this alignment record\n(equivalent to QUAL in SAM).\n`alignedSequence` and `al
ignedQuality` may be shorter than the full read\nsequence and quality. This will
occur if the alignment is part of a\nchimeric alignment, or if the read was tri
mmed. When this occurs, the CIGAR\nfor this read will begin/end with a hard clip
operator that will indicate\nthe length of the excised sequence.", |
| 2951 "items": { |
| 2952 "format": "int32", |
| 2953 "type": "integer" |
| 2954 }, |
| 2955 "type": "array" |
| 2956 }, |
| 2957 "alignment": { |
| 2958 "$ref": "LinearAlignment", |
| 2959 "description": "The linear alignment for this alignment reco
rd. This field is null for\nunmapped reads." |
| 2960 }, |
| 2961 "id": { |
| 2962 "description": "The server-generated read ID, unique across
all reads. This is different\nfrom the `fragmentName`.", |
| 2963 "type": "string" |
| 2964 }, |
| 2965 "numberReads": { |
| 2966 "description": "The number of reads in the fragment (extensi
on to SAM flag 0x1).", |
| 2967 "format": "int32", |
| 2968 "type": "integer" |
| 2969 }, |
| 2970 "secondaryAlignment": { |
| 2971 "description": "Whether this alignment is secondary. Equival
ent to SAM flag 0x100.\nA secondary alignment represents an alternative to the p
rimary alignment\nfor this read. Aligners may return secondary alignments if a r
ead can map\nambiguously to multiple coordinates in the genome. By convention, e
ach read\nhas one and only one alignment where both `secondaryAlignment`\nand `s
upplementaryAlignment` are false.", |
| 2972 "type": "boolean" |
| 2973 }, |
| 2974 "fragmentName": { |
| 2975 "description": "The fragment name. Equivalent to QNAME (quer
y template name) in SAM.", |
| 2976 "type": "string" |
| 2977 }, |
| 2978 "readGroupSetId": { |
| 2979 "description": "The ID of the read group set this read belon
gs to. A read belongs to\nexactly one read group set.", |
| 2980 "type": "string" |
| 2981 }, |
| 2982 "duplicateFragment": { |
| 2983 "description": "The fragment is a PCR or optical duplicate (
SAM flag 0x400).", |
| 2984 "type": "boolean" |
| 2985 }, |
| 2986 "readNumber": { |
| 2987 "description": "The read number in sequencing. 0-based and l
ess than numberReads. This\nfield replaces SAM flag 0x40 and 0x80.", |
| 2988 "format": "int32", |
| 2989 "type": "integer" |
| 2990 }, |
| 2991 "alignedSequence": { |
| 2992 "description": "The bases of the read sequence contained in
this alignment record,\n**without CIGAR operations applied** (equivalent to SEQ
in SAM).\n`alignedSequence` and `alignedQuality` may be\nshorter than the full r
ead sequence and quality. This will occur if the\nalignment is part of a chimeri
c alignment, or if the read was trimmed. When\nthis occurs, the CIGAR for this r
ead will begin/end with a hard clip\noperator that will indicate the length of t
he excised sequence.", |
| 2993 "type": "string" |
| 2994 }, |
| 2995 "readGroupId": { |
| 2996 "description": "The ID of the read group this read belongs t
o. A read belongs to exactly\none read group. This is a server-generated ID whic
h is distinct from SAM's\nRG tag (for that value, see\nReadGroup.name).", |
| 2997 "type": "string" |
| 2998 }, |
| 2999 "info": { |
| 3000 "additionalProperties": { |
| 3001 "items": { |
| 3002 "type": "any" |
| 3003 }, |
| 3004 "type": "array" |
| 3005 }, |
| 3006 "description": "A map of additional read alignment informati
on. This must be of the form\nmap<string, string[]> (string key mapping to a lis
t of string values).", |
| 3007 "type": "object" |
| 3008 }, |
| 3009 "nextMatePosition": { |
| 3010 "$ref": "Position", |
| 3011 "description": "The mapping of the primary alignment of the\
n`(readNumber+1)%numberReads` read in the fragment. It replaces\nmate position a
nd mate strand in SAM." |
| 3012 } |
| 3013 }, |
| 3014 "type": "object" |
| 3015 }, |
| 3016 "BatchCreateAnnotationsRequest": { |
| 3017 "id": "BatchCreateAnnotationsRequest", |
| 3018 "properties": { |
| 3019 "annotations": { |
| 3020 "description": "The annotations to be created. At most 4096
can be specified in a single\nrequest.", |
| 3021 "items": { |
| 3022 "$ref": "Annotation" |
| 3023 }, |
| 3024 "type": "array" |
| 3025 }, |
| 3026 "requestId": { |
| 3027 "description": "A unique request ID which enables the server
to detect duplicated requests.\nIf provided, duplicated requests will result in
the same response; if not\nprovided, duplicated requests may result in duplicat
ed data. For a given\nannotation set, callers should not reuse `request_id`s whe
n writing\ndifferent batches of annotations - behavior in this case is undefined
.\nA common approach is to use a UUID. For batch jobs where worker crashes are\n
a possibility, consider using some unique variant of a worker or run ID.", |
| 3028 "type": "string" |
| 3029 } |
| 3030 }, |
| 3031 "type": "object" |
| 3032 }, |
| 3033 "CigarUnit": { |
| 3034 "description": "A single CIGAR operation.", |
| 3035 "id": "CigarUnit", |
| 3036 "properties": { |
| 3037 "operationLength": { |
| 3038 "description": "The number of genomic bases that the operati
on runs for. Required.", |
| 3039 "format": "int64", |
| 3040 "type": "string" |
| 3041 }, |
| 3042 "operation": { |
| 3043 "enum": [ |
| 3044 "OPERATION_UNSPECIFIED", |
| 3045 "ALIGNMENT_MATCH", |
| 3046 "INSERT", |
| 3047 "DELETE", |
| 3048 "SKIP", |
| 3049 "CLIP_SOFT", |
| 3050 "CLIP_HARD", |
| 3051 "PAD", |
| 3052 "SEQUENCE_MATCH", |
| 3053 "SEQUENCE_MISMATCH" |
| 3054 ], |
| 3055 "enumDescriptions": [ |
| 3056 "", |
| 3057 "An alignment match indicates that a sequence can be ali
gned to the\nreference without evidence of an INDEL. Unlike the\n`SEQUENCE_MATCH
` and `SEQUENCE_MISMATCH` operators,\nthe `ALIGNMENT_MATCH` operator does not in
dicate whether the\nreference and read sequences are an exact match. This operat
or is\nequivalent to SAM's `M`.", |
| 3058 "The insert operator indicates that the read contains ev
idence of bases\nbeing inserted into the reference. This operator is equivalent
to SAM's\n`I`.", |
| 3059 "The delete operator indicates that the read contains ev
idence of bases\nbeing deleted from the reference. This operator is equivalent t
o SAM's\n`D`.", |
| 3060 "The skip operator indicates that this read skips a long
segment of the\nreference, but the bases have not been deleted. This operator i
s commonly\nused when working with RNA-seq data, where reads may skip long segme
nts\nof the reference between exons. This operator is equivalent to SAM's\n`N`."
, |
| 3061 "The soft clip operator indicates that bases at the star
t/end of a read\nhave not been considered during alignment. This may occur if th
e majority\nof a read maps, except for low quality bases at the start/end of a r
ead.\nThis operator is equivalent to SAM's `S`. Bases that are soft\nclipped wil
l still be stored in the read.", |
| 3062 "The hard clip operator indicates that bases at the star
t/end of a read\nhave been omitted from this alignment. This may occur if this l
inear\nalignment is part of a chimeric alignment, or if the read has been\ntrimm
ed (for example, during error correction or to trim poly-A tails for\nRNA-seq).
This operator is equivalent to SAM's `H`.", |
| 3063 "The pad operator indicates that there is padding in an
alignment. This\noperator is equivalent to SAM's `P`.", |
| 3064 "This operator indicates that this portion of the aligne
d sequence exactly\nmatches the reference. This operator is equivalent to SAM's
`=`.", |
| 3065 "This operator indicates that this portion of the aligne
d sequence is an\nalignment match to the reference, but a sequence mismatch. Thi
s can\nindicate a SNP or a read error. This operator is equivalent to SAM's\n`X`
." |
| 3066 ], |
| 3067 "type": "string" |
| 3068 }, |
| 3069 "referenceSequence": { |
| 3070 "description": "`referenceSequence` is only used at mismatch
es\n(`SEQUENCE_MISMATCH`) and deletions (`DELETE`).\nFilling this field replaces
SAM's MD tag. If the relevant information is\nnot available, this field is unse
t.", |
| 3071 "type": "string" |
| 3072 } |
| 3073 }, |
| 3074 "type": "object" |
| 3075 }, |
| 3076 "ReferenceSet": { |
| 3077 "description": "A reference set is a set of references which typical
ly comprise a reference\nassembly for a species, such as `GRCh38` which is repre
sentative\nof the human genome. A reference set defines a common coordinate spac
e for\ncomparing reference-aligned experimental data. A reference set contains 1
or\nmore references.\n\nFor more genomics resource definitions, see [Fundamenta
ls of Google\nGenomics](https://cloud.google.com/genomics/fundamentals-of-google
-genomics)", |
| 3078 "id": "ReferenceSet", |
| 3079 "properties": { |
| 3080 "id": { |
| 3081 "description": "The server-generated reference set ID, uniqu
e across all reference sets.", |
| 3082 "type": "string" |
| 3083 }, |
| 3084 "sourceAccessions": { |
| 3085 "description": "All known corresponding accession IDs in INS
DC (GenBank/ENA/DDBJ) ideally\nwith a version number, for example `NC_000001.11`
.", |
| 3086 "items": { |
| 3087 "type": "string" |
| 3088 }, |
| 3089 "type": "array" |
| 3090 }, |
| 3091 "description": { |
| 3092 "description": "Free text description of this reference set.
", |
| 3093 "type": "string" |
| 3094 }, |
| 3095 "sourceUri": { |
| 3096 "description": "The URI from which the references were obtai
ned.", |
| 3097 "type": "string" |
| 3098 }, |
| 3099 "ncbiTaxonId": { |
| 3100 "description": "ID from http://www.ncbi.nlm.nih.gov/taxonomy
(for example, 9606 for human)\nindicating the species which this reference set
is intended to model. Note\nthat contained references may specify a different `n
cbiTaxonId`, as\nassemblies may contain reference sequences which do not belong
to the\nmodeled species, for example EBV in a human reference genome.", |
| 3101 "format": "int32", |
| 3102 "type": "integer" |
| 3103 }, |
| 3104 "referenceIds": { |
| 3105 "description": "The IDs of the reference objects that are pa
rt of this set.\n`Reference.md5checksum` must be unique within this set.", |
| 3106 "items": { |
| 3107 "type": "string" |
| 3108 }, |
| 3109 "type": "array" |
| 3110 }, |
| 3111 "assemblyId": { |
| 3112 "description": "Public id of this reference set, such as `GR
Ch37`.", |
| 3113 "type": "string" |
| 3114 }, |
| 3115 "md5checksum": { |
| 3116 "description": "Order-independent MD5 checksum which identif
ies this reference set. The\nchecksum is computed by sorting all lower case hexi
decimal string\n`reference.md5checksum` (for all reference in this set) in\nasce
nding lexicographic order, concatenating, and taking the MD5 of that\nvalue. The
resulting value is represented in lower case hexadecimal format.", |
| 3117 "type": "string" |
| 3118 } |
| 3119 }, |
| 3120 "type": "object" |
| 3121 }, |
| 3122 "Transcript": { |
| 3123 "description": "A transcript represents the assertion that a particu
lar region of the\nreference genome may be transcribed as RNA.", |
| 3124 "id": "Transcript", |
| 3125 "properties": { |
| 3126 "exons": { |
| 3127 "description": "The <a href=\"http://en.wikipedia.org/wiki/E
xon\">exons</a> that compose\nthis transcript. This field should be unset for ge
nomes where transcript\nsplicing does not occur, for example prokaryotes.\n\nInt
rons are regions of the transcript that are not included in the\nspliced RNA pro
duct. Though not explicitly modeled here, intron ranges can\nbe deduced; all reg
ions of this transcript that are not exons are introns.\n\nExonic sequences do n
ot necessarily code for a translational product\n(amino acids). Only the regions
of exons bounded by the\ncodingSequence correspond\nto coding DNA sequence.\n\n
Exons are ordered by start position and may not overlap.", |
| 3128 "items": { |
| 3129 "$ref": "Exon" |
| 3130 }, |
| 3131 "type": "array" |
| 3132 }, |
| 3133 "codingSequence": { |
| 3134 "$ref": "CodingSequence", |
| 3135 "description": "The range of the coding sequence for this tr
anscript, if any. To determine\nthe exact ranges of coding sequence, intersect t
his range with those of the\nexons, if any. If there are any\nexons, the\ncoding
Sequence must start\nand end within them.\n\nNote that in some cases, the refere
nce genome will not exactly match the\nobserved mRNA transcript e.g. due to vari
ance in the source genome from\nreference. In these cases,\nexon.frame will not
necessarily\nmatch the expected reference reading frame and coding exon referenc
e bases\ncannot necessarily be concatenated to produce the original transcript m
RNA." |
| 3136 }, |
| 3137 "geneId": { |
| 3138 "description": "The annotation ID of the gene from which thi
s transcript is transcribed.", |
| 3139 "type": "string" |
| 3140 } |
| 3141 }, |
| 3142 "type": "object" |
| 3143 }, |
| 3144 "AnnotationSet": { |
| 3145 "description": "An annotation set is a logical grouping of annotatio
ns that share consistent\ntype information and provenance. Examples of annotatio
n sets include 'all\ngenes from refseq', and 'all variant annotations from ClinV
ar'.", |
| 3146 "id": "AnnotationSet", |
| 3147 "properties": { |
| 3148 "sourceUri": { |
| 3149 "description": "The source URI describing the file from whic
h this annotation set was\ngenerated, if any.", |
| 3150 "type": "string" |
| 3151 }, |
| 3152 "datasetId": { |
| 3153 "description": "The dataset to which this annotation set bel
ongs.", |
| 3154 "type": "string" |
| 3155 }, |
| 3156 "name": { |
| 3157 "description": "The display name for this annotation set.", |
| 3158 "type": "string" |
| 3159 }, |
| 3160 "referenceSetId": { |
| 3161 "description": "The ID of the reference set that defines the
coordinate space for this\nset's annotations.", |
| 3162 "type": "string" |
| 3163 }, |
| 3164 "type": { |
| 3165 "description": "The type of annotations contained within thi
s set.", |
| 3166 "enum": [ |
| 3167 "ANNOTATION_TYPE_UNSPECIFIED", |
| 3168 "GENERIC", |
| 3169 "VARIANT", |
| 3170 "GENE", |
| 3171 "TRANSCRIPT" |
| 3172 ], |
| 3173 "enumDescriptions": [ |
| 3174 "", |
| 3175 "A `GENERIC` annotation type should be used when no othe
r annotation\ntype will suffice. This represents an untyped annotation of the re
ference\ngenome.", |
| 3176 "A `VARIANT` annotation type.", |
| 3177 "A `GENE` annotation type represents the existence of a
gene at the\nassociated reference coordinates. The start coordinate is typically
the\ngene's transcription start site and the end is typically the end of the\ng
ene's last exon.", |
| 3178 "A `TRANSCRIPT` annotation type represents the assertion
that a\nparticular region of the reference genome may be transcribed as RNA." |
| 3179 ], |
| 3180 "type": "string" |
| 3181 }, |
| 3182 "info": { |
| 3183 "additionalProperties": { |
| 3184 "items": { |
| 3185 "type": "any" |
| 3186 }, |
| 3187 "type": "array" |
| 3188 }, |
| 3189 "description": "A map of additional read alignment informati
on. This must be of the form\nmap<string, string[]> (string key mapping to a lis
t of string values).", |
| 3190 "type": "object" |
| 3191 }, |
| 3192 "id": { |
| 3193 "description": "The server-generated annotation set ID, uniq
ue across all annotation sets.", |
| 3194 "type": "string" |
| 3195 } |
| 3196 }, |
| 3197 "type": "object" |
| 3198 }, |
| 3199 "Experiment": { |
| 3200 "id": "Experiment", |
| 3201 "properties": { |
| 3202 "sequencingCenter": { |
| 3203 "description": "The sequencing center used as part of this e
xperiment.", |
| 3204 "type": "string" |
| 3205 }, |
| 3206 "platformUnit": { |
| 3207 "description": "The platform unit used as part of this exper
iment, for example\nflowcell-barcode.lane for Illumina or slide for SOLiD. Corre
sponds to the\n@RG PU field in the SAM spec.", |
| 3208 "type": "string" |
| 3209 }, |
| 3210 "instrumentModel": { |
| 3211 "description": "The instrument model used as part of this ex
periment. This maps to\nsequencing technology in the SAM spec.", |
| 3212 "type": "string" |
| 3213 }, |
| 3214 "libraryId": { |
| 3215 "description": "A client-supplied library identifier; a libr
ary is a collection of DNA\nfragments which have been prepared for sequencing fr
om a sample. This\nfield is important for quality control as error or bias can b
e introduced\nduring sample preparation.", |
| 3216 "type": "string" |
| 3217 } |
| 3218 }, |
| 3219 "type": "object" |
| 3220 }, |
| 3221 "ListDatasetsResponse": { |
| 3222 "description": "The dataset list response.", |
| 3223 "id": "ListDatasetsResponse", |
| 3224 "properties": { |
| 3225 "nextPageToken": { |
| 3226 "description": "The continuation token, which is used to pag
e through large result sets.\nProvide this value in a subsequent request to retu
rn the next page of\nresults. This field will be empty if there aren't any addit
ional results.", |
| 3227 "type": "string" |
| 3228 }, |
| 3229 "datasets": { |
| 3230 "description": "The list of matching Datasets.", |
| 3231 "items": { |
| 3232 "$ref": "Dataset" |
| 3233 }, |
| 3234 "type": "array" |
| 3235 } |
| 3236 }, |
| 3237 "type": "object" |
| 3238 }, |
| 3239 "TestIamPermissionsRequest": { |
| 3240 "description": "Request message for `TestIamPermissions` method.", |
| 3241 "id": "TestIamPermissionsRequest", |
| 3242 "properties": { |
| 3243 "permissions": { |
| 3244 "description": "REQUIRED: The set of permissions to check fo
r the 'resource'.\nPermissions with wildcards (such as '*' or 'storage.*') are n
ot allowed.\nAllowed permissions are:\n\n* `genomics.datasets.create`\n* `ge
nomics.datasets.delete`\n* `genomics.datasets.get`\n* `genomics.datasets.list`\n
* `genomics.datasets.update`\n* `genomics.datasets.getIamPolicy`\n* `genomics.da
tasets.setIamPolicy`", |
| 3245 "items": { |
| 3246 "type": "string" |
| 3247 }, |
| 3248 "type": "array" |
| 3249 } |
| 3250 }, |
| 3251 "type": "object" |
| 3252 }, |
| 3253 "ExportReadGroupSetRequest": { |
| 3254 "description": "The read group set export request.", |
| 3255 "id": "ExportReadGroupSetRequest", |
| 3256 "properties": { |
| 3257 "referenceNames": { |
| 3258 "description": "The reference names to export. If this is no
t specified, all reference\nsequences, including unmapped reads, are exported.\n
Use `*` to export only unmapped reads.", |
| 3259 "items": { |
| 3260 "type": "string" |
| 3261 }, |
| 3262 "type": "array" |
| 3263 }, |
| 3264 "exportUri": { |
| 3265 "description": "Required. A Google Cloud Storage URI for the
exported BAM file.\nThe currently authenticated user must have write access to
the new file.\nAn error will be returned if the URI already contains data.", |
| 3266 "type": "string" |
| 3267 }, |
| 3268 "projectId": { |
| 3269 "description": "Required. The Google Cloud project ID that o
wns this\nexport. The caller must have WRITE access to this project.", |
| 3270 "type": "string" |
| 3271 } |
| 3272 }, |
| 3273 "type": "object" |
| 3274 }, |
| 3275 "Exon": { |
| 3276 "id": "Exon", |
| 3277 "properties": { |
| 3278 "start": { |
| 3279 "description": "The start position of the exon on this annot
ation's reference sequence,\n0-based inclusive. Note that this is relative to th
e reference start, and\n**not** the containing annotation start.", |
| 3280 "format": "int64", |
| 3281 "type": "string" |
| 3282 }, |
| 3283 "frame": { |
| 3284 "description": "The frame of this exon. Contains a value of
0, 1, or 2, which indicates\nthe offset of the first coding base of the exon wit
hin the reading frame\nof the coding DNA sequence, if any. This field is depende
nt on the\nstrandedness of this annotation (see\nAnnotation.reverse_strand).\nFo
r forward stranded annotations, this offset is relative to the\nexon.start. For
reverse\nstrand annotations, this offset is relative to the\nexon.end `- 1`.\n\n
Unset if this exon does not intersect the coding sequence. Upon creation\nof a t
ranscript, the frame must be populated for all or none of the\ncoding exons.", |
| 3285 "format": "int32", |
| 3286 "type": "integer" |
| 3287 }, |
| 3288 "end": { |
| 3289 "description": "The end position of the exon on this annotat
ion's reference sequence,\n0-based exclusive. Note that this is relative to the
reference start, and\n*not* the containing annotation start.", |
| 3290 "format": "int64", |
| 3291 "type": "string" |
| 3292 } |
| 3293 }, |
| 3294 "type": "object" |
| 3295 }, |
| 3296 "CallSet": { |
| 3297 "description": "A call set is a collection of variant calls, typical
ly for one sample. It\nbelongs to a variant set.\n\nFor more genomics resource d
efinitions, see [Fundamentals of Google\nGenomics](https://cloud.google.com/geno
mics/fundamentals-of-google-genomics)", |
| 3298 "id": "CallSet", |
| 3299 "properties": { |
| 3300 "name": { |
| 3301 "description": "The call set name.", |
| 3302 "type": "string" |
| 3303 }, |
| 3304 "info": { |
| 3305 "additionalProperties": { |
| 3306 "items": { |
| 3307 "type": "any" |
| 3308 }, |
| 3309 "type": "array" |
| 3310 }, |
| 3311 "description": "A map of additional call set information. Th
is must be of the form\nmap<string, string[]> (string key mapping to a list of s
tring values).", |
| 3312 "type": "object" |
| 3313 }, |
| 3314 "variantSetIds": { |
| 3315 "description": "The IDs of the variant sets this call set be
longs to. This field must\nhave exactly length one, as a call set belongs to a s
ingle variant set.\nThis field is repeated for compatibility with the\n[GA4GH 0.
5.1\nAPI](https://github.com/ga4gh/schemas/blob/v0.5.1/src/main/resources/avro/v
ariants.avdl#L76).", |
| 3316 "items": { |
| 3317 "type": "string" |
| 3318 }, |
| 3319 "type": "array" |
| 3320 }, |
| 3321 "id": { |
| 3322 "description": "The server-generated call set ID, unique acr
oss all call sets.", |
| 3323 "type": "string" |
| 3324 }, |
| 3325 "created": { |
| 3326 "description": "The date this call set was created in millis
econds from the epoch.", |
| 3327 "format": "int64", |
| 3328 "type": "string" |
| 3329 }, |
| 3330 "sampleId": { |
| 3331 "description": "The sample ID this call set corresponds to."
, |
| 3332 "type": "string" |
| 3333 } |
| 3334 }, |
| 3335 "type": "object" |
| 3336 }, |
| 3337 "SearchAnnotationSetsResponse": { |
| 3338 "id": "SearchAnnotationSetsResponse", |
| 3339 "properties": { |
| 3340 "annotationSets": { |
| 3341 "description": "The matching annotation sets.", |
| 3342 "items": { |
| 3343 "$ref": "AnnotationSet" |
| 3344 }, |
| 3345 "type": "array" |
| 3346 }, |
| 3347 "nextPageToken": { |
| 3348 "description": "The continuation token, which is used to pag
e through large result sets.\nProvide this value in a subsequent request to retu
rn the next page of\nresults. This field will be empty if there aren't any addit
ional results.", |
| 3349 "type": "string" |
| 3350 } |
| 3351 }, |
| 3352 "type": "object" |
| 3353 }, |
| 3354 "ImportVariantsRequest": { |
| 3355 "description": "The variant data import request.", |
| 3356 "id": "ImportVariantsRequest", |
| 3357 "properties": { |
3088 "format": { | 3358 "format": { |
3089 "description": "The format of the variant data being importe
d. If unspecified, defaults to\nto `VCF`.", | 3359 "description": "The format of the variant data being importe
d. If unspecified, defaults to\nto `VCF`.", |
3090 "enum": [ | 3360 "enum": [ |
3091 "FORMAT_UNSPECIFIED", | 3361 "FORMAT_UNSPECIFIED", |
3092 "FORMAT_VCF", | 3362 "FORMAT_VCF", |
3093 "FORMAT_COMPLETE_GENOMICS" | 3363 "FORMAT_COMPLETE_GENOMICS" |
3094 ], | 3364 ], |
3095 "enumDescriptions": [ | 3365 "enumDescriptions": [ |
3096 "", | 3366 "", |
3097 "VCF (Variant Call Format). The VCF files may be gzip co
mpressed. gVCF is\nalso supported. Disclaimer: gzip VCF imports are currently mu
ch slower\nthan equivalent uncompressed VCF imports. For this reason, uncompress
ed\nVCF is currently recommended for imports with more than 1GB combined\nuncomp
ressed size, or for time sensitive imports.", | 3367 "VCF (Variant Call Format). The VCF files may be gzip co
mpressed. gVCF is\nalso supported. Disclaimer: gzip VCF imports are currently mu
ch slower\nthan equivalent uncompressed VCF imports. For this reason, uncompress
ed\nVCF is currently recommended for imports with more than 1GB combined\nuncomp
ressed size, or for time sensitive imports.", |
3098 "Complete Genomics masterVarBeta format. The masterVarBe
ta files may\nbe bzip2 compressed." | 3368 "Complete Genomics masterVarBeta format. The masterVarBe
ta files may\nbe bzip2 compressed." |
3099 ], | 3369 ], |
3100 "type": "string" | 3370 "type": "string" |
3101 } | 3371 }, |
3102 }, | 3372 "infoMergeConfig": { |
3103 "type": "object" | 3373 "additionalProperties": { |
3104 }, | 3374 "enum": [ |
3105 "ListCoverageBucketsResponse": { | 3375 "INFO_MERGE_OPERATION_UNSPECIFIED", |
3106 "id": "ListCoverageBucketsResponse", | 3376 "IGNORE_NEW", |
3107 "properties": { | 3377 "MOVE_TO_CALLS" |
3108 "nextPageToken": { | 3378 ], |
3109 "description": "The continuation token, which is used to pag
e through large result sets.\nProvide this value in a subsequent request to retu
rn the next page of\nresults. This field will be empty if there aren't any addit
ional results.", | 3379 "type": "string" |
3110 "type": "string" | 3380 }, |
3111 }, | 3381 "description": "A mapping between info field keys and the In
foMergeOperations to\nbe performed on them. This is plumbed down to the MergeVar
iantRequests\ngenerated by the resulting import job.", |
3112 "bucketWidth": { | 3382 "type": "object" |
3113 "description": "The length of each coverage bucket in base p
airs. Note that buckets at the\nend of a reference sequence may be shorter. This
value is omitted if the\nbucket width is infinity (the default behaviour, with
no range or\n`targetBucketWidth`).", | 3383 }, |
3114 "format": "int64", | 3384 "sourceUris": { |
3115 "type": "string" | 3385 "description": "A list of URIs referencing variant files in
Google Cloud Storage. URIs can\ninclude wildcards [as described\nhere](https://c
loud.google.com/storage/docs/gsutil/addlhelp/WildcardNames).\nNote that recursiv
e wildcards ('**') are not supported.", |
3116 }, | 3386 "items": { |
3117 "coverageBuckets": { | 3387 "type": "string" |
3118 "description": "The coverage buckets. The list of buckets is
sparse; a bucket with 0\noverlapping reads is not returned. A bucket never cros
ses more than one\nreference sequence. Each bucket has width `bucketWidth`, unle
ss\nits end is the end of the reference sequence.", | 3388 }, |
3119 "items": { | 3389 "type": "array" |
3120 "$ref": "CoverageBucket" | 3390 }, |
3121 }, | 3391 "variantSetId": { |
3122 "type": "array" | 3392 "description": "Required. The variant set to which variant d
ata should be imported.", |
| 3393 "type": "string" |
| 3394 }, |
| 3395 "normalizeReferenceNames": { |
| 3396 "description": "Convert reference names to the canonical rep
resentation.\nhg19 haploytypes (those reference names containing \"_hap\")\nare
not modified in any way.\nAll other reference names are modified according to th
e following rules:\nThe reference name is capitalized.\nThe \"chr\" prefix is dr
opped for all autosomes and sex chromsomes.\nFor example \"chr17\" becomes \"17\
" and \"chrX\" becomes \"X\".\nAll mitochondrial chromosomes (\"chrM\", \"chrMT\
", etc) become \"MT\".", |
| 3397 "type": "boolean" |
3123 } | 3398 } |
3124 }, | 3399 }, |
3125 "type": "object" | 3400 "type": "object" |
3126 }, | 3401 }, |
3127 "VariantAnnotation": { | 3402 "VariantAnnotation": { |
3128 "id": "VariantAnnotation", | 3403 "id": "VariantAnnotation", |
3129 "properties": { | 3404 "properties": { |
3130 "effect": { | 3405 "effect": { |
3131 "description": "Effect of the variant on the coding sequence
.", | 3406 "description": "Effect of the variant on the coding sequence
.", |
3132 "enum": [ | 3407 "enum": [ |
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3231 "conditions": { | 3506 "conditions": { |
3232 "description": "The set of conditions associated with this v
ariant.\nA condition describes the way a variant influences human health.", | 3507 "description": "The set of conditions associated with this v
ariant.\nA condition describes the way a variant influences human health.", |
3233 "items": { | 3508 "items": { |
3234 "$ref": "ClinicalCondition" | 3509 "$ref": "ClinicalCondition" |
3235 }, | 3510 }, |
3236 "type": "array" | 3511 "type": "array" |
3237 } | 3512 } |
3238 }, | 3513 }, |
3239 "type": "object" | 3514 "type": "object" |
3240 }, | 3515 }, |
| 3516 "ListCoverageBucketsResponse": { |
| 3517 "id": "ListCoverageBucketsResponse", |
| 3518 "properties": { |
| 3519 "bucketWidth": { |
| 3520 "description": "The length of each coverage bucket in base p
airs. Note that buckets at the\nend of a reference sequence may be shorter. This
value is omitted if the\nbucket width is infinity (the default behaviour, with
no range or\n`targetBucketWidth`).", |
| 3521 "format": "int64", |
| 3522 "type": "string" |
| 3523 }, |
| 3524 "coverageBuckets": { |
| 3525 "description": "The coverage buckets. The list of buckets is
sparse; a bucket with 0\noverlapping reads is not returned. A bucket never cros
ses more than one\nreference sequence. Each bucket has width `bucketWidth`, unle
ss\nits end is the end of the reference sequence.", |
| 3526 "items": { |
| 3527 "$ref": "CoverageBucket" |
| 3528 }, |
| 3529 "type": "array" |
| 3530 }, |
| 3531 "nextPageToken": { |
| 3532 "description": "The continuation token, which is used to pag
e through large result sets.\nProvide this value in a subsequent request to retu
rn the next page of\nresults. This field will be empty if there aren't any addit
ional results.", |
| 3533 "type": "string" |
| 3534 } |
| 3535 }, |
| 3536 "type": "object" |
| 3537 }, |
3241 "ExportVariantSetRequest": { | 3538 "ExportVariantSetRequest": { |
3242 "description": "The variant data export request.", | 3539 "description": "The variant data export request.", |
3243 "id": "ExportVariantSetRequest", | 3540 "id": "ExportVariantSetRequest", |
3244 "properties": { | 3541 "properties": { |
3245 "bigqueryTable": { | 3542 "bigqueryTable": { |
3246 "description": "Required. The BigQuery table to export data
to.\nIf the table doesn't exist, it will be created. If it already exists, it\nw
ill be overwritten.", | 3543 "description": "Required. The BigQuery table to export data
to.\nIf the table doesn't exist, it will be created. If it already exists, it\nw
ill be overwritten.", |
3247 "type": "string" | 3544 "type": "string" |
3248 }, | 3545 }, |
3249 "bigqueryDataset": { | 3546 "bigqueryDataset": { |
3250 "description": "Required. The BigQuery dataset to export dat
a to. This dataset must already\nexist. Note that this is distinct from the Geno
mics concept of \"dataset\".", | 3547 "description": "Required. The BigQuery dataset to export dat
a to. This dataset must already\nexist. Note that this is distinct from the Geno
mics concept of \"dataset\".", |
(...skipping 13 matching lines...) Expand all Loading... |
3264 }, | 3561 }, |
3265 "projectId": { | 3562 "projectId": { |
3266 "description": "Required. The Google Cloud project ID that o
wns the destination\nBigQuery dataset. The caller must have WRITE access to this
project. This\nproject will also own the resulting export job.", | 3563 "description": "Required. The Google Cloud project ID that o
wns the destination\nBigQuery dataset. The caller must have WRITE access to this
project. This\nproject will also own the resulting export job.", |
3267 "type": "string" | 3564 "type": "string" |
3268 }, | 3565 }, |
3269 "callSetIds": { | 3566 "callSetIds": { |
3270 "description": "If provided, only variant call information f
rom the specified call sets\nwill be exported. By default all variant calls are
exported.", | 3567 "description": "If provided, only variant call information f
rom the specified call sets\nwill be exported. By default all variant calls are
exported.", |
3271 "items": { | 3568 "items": { |
3272 "type": "string" | 3569 "type": "string" |
3273 }, | 3570 }, |
3274 "type": "array" | |
3275 } | |
3276 }, | |
3277 "type": "object" | |
3278 }, | |
3279 "SearchAnnotationsRequest": { | |
3280 "id": "SearchAnnotationsRequest", | |
3281 "properties": { | |
3282 "pageToken": { | |
3283 "description": "The continuation token, which is used to pag
e through large result sets.\nTo get the next page of results, set this paramete
r to the value of\n`nextPageToken` from the previous response.", | |
3284 "type": "string" | |
3285 }, | |
3286 "pageSize": { | |
3287 "description": "The maximum number of results to return in a
single page. If unspecified,\ndefaults to 256. The maximum value is 2048.", | |
3288 "format": "int32", | |
3289 "type": "integer" | |
3290 }, | |
3291 "start": { | |
3292 "description": "The start position of the range on the refer
ence, 0-based inclusive. If\nspecified,\nreferenceId or\nreferenceName\nmust be
specified. Defaults to 0.", | |
3293 "format": "int64", | |
3294 "type": "string" | |
3295 }, | |
3296 "annotationSetIds": { | |
3297 "description": "Required. The annotation sets to search with
in. The caller must have\n`READ` access to these annotation sets.\nAll queried a
nnotation sets must have the same type.", | |
3298 "items": { | |
3299 "type": "string" | |
3300 }, | |
3301 "type": "array" | |
3302 }, | |
3303 "referenceName": { | |
3304 "description": "The name of the reference to query, within t
he reference set associated\nwith this query.", | |
3305 "type": "string" | |
3306 }, | |
3307 "referenceId": { | |
3308 "description": "The ID of the reference to query.", | |
3309 "type": "string" | |
3310 }, | |
3311 "end": { | |
3312 "description": "The end position of the range on the referen
ce, 0-based exclusive. If\nreferenceId or\nreferenceName\nmust be specified, Def
aults to the length of the reference.", | |
3313 "format": "int64", | |
3314 "type": "string" | |
3315 } | |
3316 }, | |
3317 "type": "object" | |
3318 }, | |
3319 "OperationEvent": { | |
3320 "description": "An event that occurred during an Operation.", | |
3321 "id": "OperationEvent", | |
3322 "properties": { | |
3323 "endTime": { | |
3324 "description": "Optional time of when event finished. An eve
nt can have a start time and no\nfinish time. If an event has a finish time, the
re must be a start time.", | |
3325 "format": "google-datetime", | |
3326 "type": "string" | |
3327 }, | |
3328 "startTime": { | |
3329 "description": "Optional time of when event started.", | |
3330 "format": "google-datetime", | |
3331 "type": "string" | |
3332 }, | |
3333 "description": { | |
3334 "description": "Required description of event.", | |
3335 "type": "string" | |
3336 } | |
3337 }, | |
3338 "type": "object" | |
3339 }, | |
3340 "CodingSequence": { | |
3341 "id": "CodingSequence", | |
3342 "properties": { | |
3343 "start": { | |
3344 "description": "The start of the coding sequence on this ann
otation's reference sequence,\n0-based inclusive. Note that this position is rel
ative to the reference\nstart, and *not* the containing annotation start.", | |
3345 "format": "int64", | |
3346 "type": "string" | |
3347 }, | |
3348 "end": { | |
3349 "description": "The end of the coding sequence on this annot
ation's reference sequence,\n0-based exclusive. Note that this position is relat
ive to the reference\nstart, and *not* the containing annotation start.", | |
3350 "format": "int64", | |
3351 "type": "string" | |
3352 } | |
3353 }, | |
3354 "type": "object" | |
3355 }, | |
3356 "SearchReferencesResponse": { | |
3357 "id": "SearchReferencesResponse", | |
3358 "properties": { | |
3359 "nextPageToken": { | |
3360 "description": "The continuation token, which is used to pag
e through large result sets.\nProvide this value in a subsequent request to retu
rn the next page of\nresults. This field will be empty if there aren't any addit
ional results.", | |
3361 "type": "string" | |
3362 }, | |
3363 "references": { | |
3364 "description": "The matching references.", | |
3365 "items": { | |
3366 "$ref": "Reference" | |
3367 }, | |
3368 "type": "array" | |
3369 } | |
3370 }, | |
3371 "type": "object" | |
3372 }, | |
3373 "GetIamPolicyRequest": { | |
3374 "description": "Request message for `GetIamPolicy` method.", | |
3375 "id": "GetIamPolicyRequest", | |
3376 "properties": {}, | |
3377 "type": "object" | |
3378 }, | |
3379 "TestIamPermissionsResponse": { | |
3380 "description": "Response message for `TestIamPermissions` method.", | |
3381 "id": "TestIamPermissionsResponse", | |
3382 "properties": { | |
3383 "permissions": { | |
3384 "description": "A subset of `TestPermissionsRequest.permissi
ons` that the caller is\nallowed.", | |
3385 "items": { | |
3386 "type": "string" | |
3387 }, | |
3388 "type": "array" | |
3389 } | |
3390 }, | |
3391 "type": "object" | |
3392 }, | |
3393 "SearchAnnotationSetsRequest": { | |
3394 "id": "SearchAnnotationSetsRequest", | |
3395 "properties": { | |
3396 "pageToken": { | |
3397 "description": "The continuation token, which is used to pag
e through large result sets.\nTo get the next page of results, set this paramete
r to the value of\n`nextPageToken` from the previous response.", | |
3398 "type": "string" | |
3399 }, | |
3400 "pageSize": { | |
3401 "description": "The maximum number of results to return in a
single page. If unspecified,\ndefaults to 128. The maximum value is 1024.", | |
3402 "format": "int32", | |
3403 "type": "integer" | |
3404 }, | |
3405 "datasetIds": { | |
3406 "description": "Required. The dataset IDs to search within.
Caller must have `READ` access\nto these datasets.", | |
3407 "items": { | |
3408 "type": "string" | |
3409 }, | |
3410 "type": "array" | |
3411 }, | |
3412 "types": { | |
3413 "description": "If specified, only annotation sets that have
any of these types are\nreturned.", | |
3414 "enumDescriptions": [ | |
3415 "", | |
3416 "A `GENERIC` annotation type should be used when no othe
r annotation\ntype will suffice. This represents an untyped annotation of the re
ference\ngenome.", | |
3417 "A `VARIANT` annotation type.", | |
3418 "A `GENE` annotation type represents the existence of a
gene at the\nassociated reference coordinates. The start coordinate is typically
the\ngene's transcription start site and the end is typically the end of the\ng
ene's last exon.", | |
3419 "A `TRANSCRIPT` annotation type represents the assertion
that a\nparticular region of the reference genome may be transcribed as RNA." | |
3420 ], | |
3421 "items": { | |
3422 "enum": [ | |
3423 "ANNOTATION_TYPE_UNSPECIFIED", | |
3424 "GENERIC", | |
3425 "VARIANT", | |
3426 "GENE", | |
3427 "TRANSCRIPT" | |
3428 ], | |
3429 "type": "string" | |
3430 }, | |
3431 "type": "array" | |
3432 }, | |
3433 "name": { | |
3434 "description": "Only return annotations sets for which a sub
string of the name matches this\nstring (case insensitive).", | |
3435 "type": "string" | |
3436 }, | |
3437 "referenceSetId": { | |
3438 "description": "If specified, only annotation sets associate
d with the given reference set\nare returned.", | |
3439 "type": "string" | |
3440 } | |
3441 }, | |
3442 "type": "object" | |
3443 }, | |
3444 "SearchReadGroupSetsResponse": { | |
3445 "description": "The read group set search response.", | |
3446 "id": "SearchReadGroupSetsResponse", | |
3447 "properties": { | |
3448 "nextPageToken": { | |
3449 "description": "The continuation token, which is used to pag
e through large result sets.\nProvide this value in a subsequent request to retu
rn the next page of\nresults. This field will be empty if there aren't any addit
ional results.", | |
3450 "type": "string" | |
3451 }, | |
3452 "readGroupSets": { | |
3453 "description": "The list of matching read group sets.", | |
3454 "items": { | |
3455 "$ref": "ReadGroupSet" | |
3456 }, | |
3457 "type": "array" | |
3458 } | |
3459 }, | |
3460 "type": "object" | |
3461 }, | |
3462 "LinearAlignment": { | |
3463 "description": "A linear alignment can be represented by one CIGAR s
tring. Describes the\nmapped position and local alignment of the read to the ref
erence.", | |
3464 "id": "LinearAlignment", | |
3465 "properties": { | |
3466 "cigar": { | |
3467 "description": "Represents the local alignment of this seque
nce (alignment matches, indels,\netc) against the reference.", | |
3468 "items": { | |
3469 "$ref": "CigarUnit" | |
3470 }, | |
3471 "type": "array" | |
3472 }, | |
3473 "position": { | |
3474 "$ref": "Position", | |
3475 "description": "The position of this alignment." | |
3476 }, | |
3477 "mappingQuality": { | |
3478 "description": "The mapping quality of this alignment. Repre
sents how likely\nthe read maps to this position as opposed to other locations.\
n\nSpecifically, this is -10 log10 Pr(mapping position is wrong), rounded to\nth
e nearest integer.", | |
3479 "format": "int32", | |
3480 "type": "integer" | |
3481 } | |
3482 }, | |
3483 "type": "object" | |
3484 }, | |
3485 "SearchReferencesRequest": { | |
3486 "id": "SearchReferencesRequest", | |
3487 "properties": { | |
3488 "md5checksums": { | |
3489 "description": "If present, return references for which the\
nmd5checksum matches exactly.", | |
3490 "items": { | |
3491 "type": "string" | |
3492 }, | |
3493 "type": "array" | |
3494 }, | |
3495 "pageToken": { | |
3496 "description": "The continuation token, which is used to pag
e through large result sets.\nTo get the next page of results, set this paramete
r to the value of\n`nextPageToken` from the previous response.", | |
3497 "type": "string" | |
3498 }, | |
3499 "accessions": { | |
3500 "description": "If present, return references for which a pr
efix of any of\nsourceAccessions match\nany of these strings. Accession numbers
typically have a main number and a\nversion, for example `GCF_000001405.26`.", | |
3501 "items": { | |
3502 "type": "string" | |
3503 }, | |
3504 "type": "array" | |
3505 }, | |
3506 "pageSize": { | |
3507 "description": "The maximum number of results to return in a
single page. If unspecified,\ndefaults to 1024. The maximum value is 4096.", | |
3508 "format": "int32", | |
3509 "type": "integer" | |
3510 }, | |
3511 "referenceSetId": { | |
3512 "description": "If present, return only references which bel
ong to this reference set.", | |
3513 "type": "string" | |
3514 } | |
3515 }, | |
3516 "type": "object" | |
3517 }, | |
3518 "Dataset": { | |
3519 "description": "A Dataset is a collection of genomic data.\n\nFor mo
re genomics resource definitions, see [Fundamentals of Google\nGenomics](https:/
/cloud.google.com/genomics/fundamentals-of-google-genomics)", | |
3520 "id": "Dataset", | |
3521 "properties": { | |
3522 "name": { | |
3523 "description": "The dataset name.", | |
3524 "type": "string" | |
3525 }, | |
3526 "projectId": { | |
3527 "description": "The Google Cloud project ID that this datase
t belongs to.", | |
3528 "type": "string" | |
3529 }, | |
3530 "id": { | |
3531 "description": "The server-generated dataset ID, unique acro
ss all datasets.", | |
3532 "type": "string" | |
3533 }, | |
3534 "createTime": { | |
3535 "description": "The time this dataset was created, in second
s from the epoch.", | |
3536 "format": "google-datetime", | |
3537 "type": "string" | |
3538 } | |
3539 }, | |
3540 "type": "object" | |
3541 }, | |
3542 "ImportVariantsResponse": { | |
3543 "description": "The variant data import response.", | |
3544 "id": "ImportVariantsResponse", | |
3545 "properties": { | |
3546 "callSetIds": { | |
3547 "description": "IDs of the call sets created during the impo
rt.", | |
3548 "items": { | |
3549 "type": "string" | |
3550 }, | |
3551 "type": "array" | 3571 "type": "array" |
3552 } | 3572 } |
3553 }, | 3573 }, |
3554 "type": "object" | 3574 "type": "object" |
3555 }, | 3575 }, |
3556 "ReadGroup": { | 3576 "SearchAnnotationsRequest": { |
3557 "description": "A read group is all the data that's processed the sa
me way by the sequencer.", | 3577 "id": "SearchAnnotationsRequest", |
3558 "id": "ReadGroup", | |
3559 "properties": { | 3578 "properties": { |
3560 "name": { | 3579 "annotationSetIds": { |
3561 "description": "The read group name. This corresponds to the
@RG ID field in the SAM spec.", | 3580 "description": "Required. The annotation sets to search with
in. The caller must have\n`READ` access to these annotation sets.\nAll queried a
nnotation sets must have the same type.", |
3562 "type": "string" | |
3563 }, | |
3564 "referenceSetId": { | |
3565 "description": "The reference set the reads in this read gro
up are aligned to.", | |
3566 "type": "string" | |
3567 }, | |
3568 "info": { | |
3569 "additionalProperties": { | |
3570 "items": { | |
3571 "type": "any" | |
3572 }, | |
3573 "type": "array" | |
3574 }, | |
3575 "description": "A map of additional read group information.
This must be of the form\nmap<string, string[]> (string key mapping to a list of
string values).", | |
3576 "type": "object" | |
3577 }, | |
3578 "id": { | |
3579 "description": "The server-generated read group ID, unique f
or all read groups.\nNote: This is different than the @RG ID field in the SAM sp
ec. For that\nvalue, see name.", | |
3580 "type": "string" | |
3581 }, | |
3582 "programs": { | |
3583 "description": "The programs used to generate this read grou
p. Programs are always\nidentical for all read groups within a read group set. F
or this reason,\nonly the first read group in a returned set will have this fiel
d\npopulated.", | |
3584 "items": { | 3581 "items": { |
3585 "$ref": "Program" | 3582 "type": "string" |
3586 }, | 3583 }, |
3587 "type": "array" | 3584 "type": "array" |
3588 }, | 3585 }, |
3589 "predictedInsertSize": { | 3586 "referenceName": { |
3590 "description": "The predicted insert size of this read group
. The insert size is the length\nthe sequenced DNA fragment from end-to-end, not
including the adapters.", | 3587 "description": "The name of the reference to query, within t
he reference set associated\nwith this query.", |
| 3588 "type": "string" |
| 3589 }, |
| 3590 "referenceId": { |
| 3591 "description": "The ID of the reference to query.", |
| 3592 "type": "string" |
| 3593 }, |
| 3594 "end": { |
| 3595 "description": "The end position of the range on the referen
ce, 0-based exclusive. If\nreferenceId or\nreferenceName\nmust be specified, Def
aults to the length of the reference.", |
| 3596 "format": "int64", |
| 3597 "type": "string" |
| 3598 }, |
| 3599 "pageToken": { |
| 3600 "description": "The continuation token, which is used to pag
e through large result sets.\nTo get the next page of results, set this paramete
r to the value of\n`nextPageToken` from the previous response.", |
| 3601 "type": "string" |
| 3602 }, |
| 3603 "pageSize": { |
| 3604 "description": "The maximum number of results to return in a
single page. If unspecified,\ndefaults to 256. The maximum value is 2048.", |
3591 "format": "int32", | 3605 "format": "int32", |
3592 "type": "integer" | 3606 "type": "integer" |
3593 }, | 3607 }, |
3594 "description": { | 3608 "start": { |
3595 "description": "A free-form text description of this read gr
oup.", | 3609 "description": "The start position of the range on the refer
ence, 0-based inclusive. If\nspecified,\nreferenceId or\nreferenceName\nmust be
specified. Defaults to 0.", |
| 3610 "format": "int64", |
3596 "type": "string" | 3611 "type": "string" |
3597 }, | |
3598 "sampleId": { | |
3599 "description": "A client-supplied sample identifier for the
reads in this read group.", | |
3600 "type": "string" | |
3601 }, | |
3602 "datasetId": { | |
3603 "description": "The dataset to which this read group belongs
.", | |
3604 "type": "string" | |
3605 }, | |
3606 "experiment": { | |
3607 "$ref": "Experiment", | |
3608 "description": "The experiment used to generate this read gr
oup." | |
3609 } | 3612 } |
3610 }, | 3613 }, |
3611 "type": "object" | 3614 "type": "object" |
3612 }, | 3615 }, |
3613 "ReadGroupSet": { | 3616 "OperationEvent": { |
3614 "description": "A read group set is a logical collection of read gro
ups, which are\ncollections of reads produced by a sequencer. A read group set t
ypically\nmodels reads corresponding to one sample, sequenced one way, and align
ed one\nway.\n\n* A read group set belongs to one dataset.\n* A read group belon
gs to one read group set.\n* A read belongs to one read group.\n\nFor more genom
ics resource definitions, see [Fundamentals of Google\nGenomics](https://cloud.g
oogle.com/genomics/fundamentals-of-google-genomics)", | 3617 "description": "An event that occurred during an Operation.", |
3615 "id": "ReadGroupSet", | 3618 "id": "OperationEvent", |
3616 "properties": { | 3619 "properties": { |
3617 "id": { | 3620 "startTime": { |
3618 "description": "The server-generated read group set ID, uniq
ue for all read group sets.", | 3621 "description": "Optional time of when event started.", |
| 3622 "format": "google-datetime", |
3619 "type": "string" | 3623 "type": "string" |
3620 }, | 3624 }, |
3621 "datasetId": { | 3625 "description": { |
3622 "description": "The dataset to which this read group set bel
ongs.", | 3626 "description": "Required description of event.", |
3623 "type": "string" | 3627 "type": "string" |
3624 }, | 3628 }, |
3625 "readGroups": { | 3629 "endTime": { |
3626 "description": "The read groups in this set. There are typic
ally 1-10 read groups in a read\ngroup set.", | 3630 "description": "Optional time of when event finished. An eve
nt can have a start time and no\nfinish time. If an event has a finish time, the
re must be a start time.", |
3627 "items": { | 3631 "format": "google-datetime", |
3628 "$ref": "ReadGroup" | |
3629 }, | |
3630 "type": "array" | |
3631 }, | |
3632 "filename": { | |
3633 "description": "The filename of the original source file for
this read group set, if any.", | |
3634 "type": "string" | 3632 "type": "string" |
3635 }, | |
3636 "name": { | |
3637 "description": "The read group set name. By default this wil
l be initialized to the sample\nname of the sequenced data contained in this set
.", | |
3638 "type": "string" | |
3639 }, | |
3640 "referenceSetId": { | |
3641 "description": "The reference set to which the reads in this
read group set are aligned.", | |
3642 "type": "string" | |
3643 }, | |
3644 "info": { | |
3645 "additionalProperties": { | |
3646 "items": { | |
3647 "type": "any" | |
3648 }, | |
3649 "type": "array" | |
3650 }, | |
3651 "description": "A map of additional read group set informati
on.", | |
3652 "type": "object" | |
3653 } | 3633 } |
3654 }, | 3634 }, |
3655 "type": "object" | 3635 "type": "object" |
3656 }, | 3636 }, |
3657 "SearchVariantSetsResponse": { | 3637 "CodingSequence": { |
3658 "description": "The search variant sets response.", | 3638 "id": "CodingSequence", |
3659 "id": "SearchVariantSetsResponse", | |
3660 "properties": { | 3639 "properties": { |
| 3640 "end": { |
| 3641 "description": "The end of the coding sequence on this annot
ation's reference sequence,\n0-based exclusive. Note that this position is relat
ive to the reference\nstart, and *not* the containing annotation start.", |
| 3642 "format": "int64", |
| 3643 "type": "string" |
| 3644 }, |
| 3645 "start": { |
| 3646 "description": "The start of the coding sequence on this ann
otation's reference sequence,\n0-based inclusive. Note that this position is rel
ative to the reference\nstart, and *not* the containing annotation start.", |
| 3647 "format": "int64", |
| 3648 "type": "string" |
| 3649 } |
| 3650 }, |
| 3651 "type": "object" |
| 3652 }, |
| 3653 "SearchReferencesResponse": { |
| 3654 "id": "SearchReferencesResponse", |
| 3655 "properties": { |
| 3656 "references": { |
| 3657 "description": "The matching references.", |
| 3658 "items": { |
| 3659 "$ref": "Reference" |
| 3660 }, |
| 3661 "type": "array" |
| 3662 }, |
3661 "nextPageToken": { | 3663 "nextPageToken": { |
3662 "description": "The continuation token, which is used to pag
e through large result sets.\nProvide this value in a subsequent request to retu
rn the next page of\nresults. This field will be empty if there aren't any addit
ional results.", | 3664 "description": "The continuation token, which is used to pag
e through large result sets.\nProvide this value in a subsequent request to retu
rn the next page of\nresults. This field will be empty if there aren't any addit
ional results.", |
3663 "type": "string" | 3665 "type": "string" |
3664 }, | 3666 } |
3665 "variantSets": { | 3667 }, |
3666 "description": "The variant sets belonging to the requested
dataset.", | 3668 "type": "object" |
| 3669 }, |
| 3670 "GetIamPolicyRequest": { |
| 3671 "description": "Request message for `GetIamPolicy` method.", |
| 3672 "id": "GetIamPolicyRequest", |
| 3673 "properties": {}, |
| 3674 "type": "object" |
| 3675 }, |
| 3676 "TestIamPermissionsResponse": { |
| 3677 "description": "Response message for `TestIamPermissions` method.", |
| 3678 "id": "TestIamPermissionsResponse", |
| 3679 "properties": { |
| 3680 "permissions": { |
| 3681 "description": "A subset of `TestPermissionsRequest.permissi
ons` that the caller is\nallowed.", |
3667 "items": { | 3682 "items": { |
3668 "$ref": "VariantSet" | 3683 "type": "string" |
3669 }, | 3684 }, |
3670 "type": "array" | 3685 "type": "array" |
3671 } | 3686 } |
3672 }, | 3687 }, |
3673 "type": "object" | 3688 "type": "object" |
3674 }, | 3689 }, |
3675 "Empty": { | 3690 "SearchAnnotationSetsRequest": { |
3676 "description": "A generic empty message that you can re-use to avoid
defining duplicated\nempty messages in your APIs. A typical example is to use i
t as the request\nor the response type of an API method. For instance:\n\n se
rvice Foo {\n rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty
);\n }\n\nThe JSON representation for `Empty` is empty JSON object `{}`.", | 3691 "id": "SearchAnnotationSetsRequest", |
3677 "id": "Empty", | |
3678 "properties": {}, | |
3679 "type": "object" | |
3680 }, | |
3681 "Entry": { | |
3682 "id": "Entry", | |
3683 "properties": { | 3692 "properties": { |
3684 "annotation": { | 3693 "datasetIds": { |
3685 "$ref": "Annotation", | 3694 "description": "Required. The dataset IDs to search within.
Caller must have `READ` access\nto these datasets.", |
3686 "description": "The created annotation, if creation was succ
essful." | 3695 "items": { |
| 3696 "type": "string" |
| 3697 }, |
| 3698 "type": "array" |
3687 }, | 3699 }, |
3688 "status": { | 3700 "types": { |
3689 "$ref": "Status", | 3701 "description": "If specified, only annotation sets that have
any of these types are\nreturned.", |
3690 "description": "The creation status." | 3702 "enumDescriptions": [ |
| 3703 "", |
| 3704 "A `GENERIC` annotation type should be used when no othe
r annotation\ntype will suffice. This represents an untyped annotation of the re
ference\ngenome.", |
| 3705 "A `VARIANT` annotation type.", |
| 3706 "A `GENE` annotation type represents the existence of a
gene at the\nassociated reference coordinates. The start coordinate is typically
the\ngene's transcription start site and the end is typically the end of the\ng
ene's last exon.", |
| 3707 "A `TRANSCRIPT` annotation type represents the assertion
that a\nparticular region of the reference genome may be transcribed as RNA." |
| 3708 ], |
| 3709 "items": { |
| 3710 "enum": [ |
| 3711 "ANNOTATION_TYPE_UNSPECIFIED", |
| 3712 "GENERIC", |
| 3713 "VARIANT", |
| 3714 "GENE", |
| 3715 "TRANSCRIPT" |
| 3716 ], |
| 3717 "type": "string" |
| 3718 }, |
| 3719 "type": "array" |
| 3720 }, |
| 3721 "name": { |
| 3722 "description": "Only return annotations sets for which a sub
string of the name matches this\nstring (case insensitive).", |
| 3723 "type": "string" |
| 3724 }, |
| 3725 "referenceSetId": { |
| 3726 "description": "If specified, only annotation sets associate
d with the given reference set\nare returned.", |
| 3727 "type": "string" |
| 3728 }, |
| 3729 "pageToken": { |
| 3730 "description": "The continuation token, which is used to pag
e through large result sets.\nTo get the next page of results, set this paramete
r to the value of\n`nextPageToken` from the previous response.", |
| 3731 "type": "string" |
| 3732 }, |
| 3733 "pageSize": { |
| 3734 "description": "The maximum number of results to return in a
single page. If unspecified,\ndefaults to 128. The maximum value is 1024.", |
| 3735 "format": "int32", |
| 3736 "type": "integer" |
3691 } | 3737 } |
3692 }, | 3738 }, |
3693 "type": "object" | 3739 "type": "object" |
3694 }, | 3740 }, |
3695 "Position": { | 3741 "SearchReadGroupSetsResponse": { |
3696 "description": "An abstraction for referring to a genomic position,
in relation to some\nalready known reference. For now, represents a genomic posi
tion as a\nreference name, a base number on that reference (0-based), and a\ndet
ermination of forward or reverse strand.", | 3742 "description": "The read group set search response.", |
3697 "id": "Position", | 3743 "id": "SearchReadGroupSetsResponse", |
3698 "properties": { | |
3699 "referenceName": { | |
3700 "description": "The name of the reference in whatever refere
nce set is being used.", | |
3701 "type": "string" | |
3702 }, | |
3703 "reverseStrand": { | |
3704 "description": "Whether this position is on the reverse stra
nd, as opposed to the forward\nstrand.", | |
3705 "type": "boolean" | |
3706 }, | |
3707 "position": { | |
3708 "description": "The 0-based offset from the start of the for
ward strand for that reference.", | |
3709 "format": "int64", | |
3710 "type": "string" | |
3711 } | |
3712 }, | |
3713 "type": "object" | |
3714 }, | |
3715 "SearchReferenceSetsResponse": { | |
3716 "id": "SearchReferenceSetsResponse", | |
3717 "properties": { | 3744 "properties": { |
3718 "nextPageToken": { | 3745 "nextPageToken": { |
3719 "description": "The continuation token, which is used to pag
e through large result sets.\nProvide this value in a subsequent request to retu
rn the next page of\nresults. This field will be empty if there aren't any addit
ional results.", | 3746 "description": "The continuation token, which is used to pag
e through large result sets.\nProvide this value in a subsequent request to retu
rn the next page of\nresults. This field will be empty if there aren't any addit
ional results.", |
3720 "type": "string" | 3747 "type": "string" |
3721 }, | 3748 }, |
3722 "referenceSets": { | 3749 "readGroupSets": { |
3723 "description": "The matching references sets.", | 3750 "description": "The list of matching read group sets.", |
3724 "items": { | 3751 "items": { |
3725 "$ref": "ReferenceSet" | 3752 "$ref": "ReadGroupSet" |
3726 }, | 3753 }, |
3727 "type": "array" | 3754 "type": "array" |
3728 } | 3755 } |
3729 }, | |
3730 "type": "object" | |
3731 }, | |
3732 "SearchCallSetsRequest": { | |
3733 "description": "The call set search request.", | |
3734 "id": "SearchCallSetsRequest", | |
3735 "properties": { | |
3736 "pageToken": { | |
3737 "description": "The continuation token, which is used to pag
e through large result sets.\nTo get the next page of results, set this paramete
r to the value of\n`nextPageToken` from the previous response.", | |
3738 "type": "string" | |
3739 }, | |
3740 "name": { | |
3741 "description": "Only return call sets for which a substring
of the name matches this\nstring.", | |
3742 "type": "string" | |
3743 }, | |
3744 "pageSize": { | |
3745 "description": "The maximum number of results to return in a
single page. If unspecified,\ndefaults to 1024.", | |
3746 "format": "int32", | |
3747 "type": "integer" | |
3748 }, | |
3749 "variantSetIds": { | |
3750 "description": "Restrict the query to call sets within the g
iven variant sets. At least one\nID must be provided.", | |
3751 "items": { | |
3752 "type": "string" | |
3753 }, | |
3754 "type": "array" | |
3755 } | |
3756 }, | 3756 }, |
3757 "type": "object" | 3757 "type": "object" |
3758 } | 3758 } |
3759 }, | 3759 }, |
3760 "servicePath": "", | 3760 "servicePath": "", |
3761 "title": "Genomics API", | 3761 "title": "Genomics API", |
3762 "version": "v1" | 3762 "version": "v1" |
3763 } | 3763 } |
OLD | NEW |