Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(55)

Side by Side Diff: discovery/googleapis_beta/genomics__v1beta2.json

Issue 1078053002: Roll of googleapis as of 4/7/2015. (Closed) Base URL: https://github.com/dart-lang/googleapis.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "auth": { 2 "auth": {
3 "oauth2": { 3 "oauth2": {
4 "scopes": { 4 "scopes": {
5 "https://www.googleapis.com/auth/bigquery": { 5 "https://www.googleapis.com/auth/bigquery": {
6 "description": "View and manage your data in Google BigQuery " 6 "description": "View and manage your data in Google BigQuery "
7 }, 7 },
8 "https://www.googleapis.com/auth/devstorage.read_write": { 8 "https://www.googleapis.com/auth/devstorage.read_write": {
9 "description": "Manage your data in Google Cloud Storage" 9 "description": "Manage your data in Google Cloud Storage"
10 }, 10 },
11 "https://www.googleapis.com/auth/genomics": { 11 "https://www.googleapis.com/auth/genomics": {
12 "description": "View and manage Genomics data" 12 "description": "View and manage Genomics data"
13 }, 13 },
14 "https://www.googleapis.com/auth/genomics.readonly": { 14 "https://www.googleapis.com/auth/genomics.readonly": {
15 "description": "View Genomics data" 15 "description": "View Genomics data"
16 } 16 }
17 } 17 }
18 } 18 }
19 }, 19 },
20 "basePath": "/genomics/v1beta2/", 20 "basePath": "/genomics/v1beta2/",
21 "baseUrl": "https://www.googleapis.com/genomics/v1beta2/", 21 "baseUrl": "https://www.googleapis.com/genomics/v1beta2/",
22 "batchPath": "batch", 22 "batchPath": "batch",
23 "description": "Provides access to Genomics data.", 23 "description": "Provides access to Genomics data.",
24 "discoveryVersion": "v1", 24 "discoveryVersion": "v1",
25 "documentationLink": "https://developers.google.com/genomics/v1beta2/referen ce", 25 "documentationLink": "https://developers.google.com/genomics/v1beta2/referen ce",
26 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/wfhG0otVobUDwlejJM3hCJTIZzM\"", 26 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/zxM6l4gLCm-vFIvi5lr-kFXGmmI\"",
27 "icons": { 27 "icons": {
28 "x16": "http://www.google.com/images/icons/product/search-16.gif", 28 "x16": "http://www.google.com/images/icons/product/search-16.gif",
29 "x32": "http://www.google.com/images/icons/product/search-32.gif" 29 "x32": "http://www.google.com/images/icons/product/search-32.gif"
30 }, 30 },
31 "id": "genomics:v1beta2", 31 "id": "genomics:v1beta2",
32 "kind": "discovery#restDescription", 32 "kind": "discovery#restDescription",
33 "name": "genomics", 33 "name": "genomics",
34 "ownerDomain": "google.com", 34 "ownerDomain": "google.com",
35 "ownerName": "Google", 35 "ownerName": "Google",
36 "parameters": { 36 "parameters": {
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 "$ref": "AnnotationSet" 161 "$ref": "AnnotationSet"
162 }, 162 },
163 "response": { 163 "response": {
164 "$ref": "AnnotationSet" 164 "$ref": "AnnotationSet"
165 }, 165 },
166 "scopes": [ 166 "scopes": [
167 "https://www.googleapis.com/auth/genomics" 167 "https://www.googleapis.com/auth/genomics"
168 ] 168 ]
169 }, 169 },
170 "search": { 170 "search": {
171 "description": "Searches for annotation sets which match the given criteria. Results are returned in a deterministic order. Caller must have READ permission for the queried datasets.", 171 "description": "Searches for annotation sets that match the given criteria. Results are returned in a deterministic order. Caller must have READ permission for the queried datasets.",
172 "httpMethod": "POST", 172 "httpMethod": "POST",
173 "id": "genomics.annotationSets.search", 173 "id": "genomics.annotationSets.search",
174 "path": "annotationSets/search", 174 "path": "annotationSets/search",
175 "request": { 175 "request": {
176 "$ref": "SearchAnnotationSetsRequest" 176 "$ref": "SearchAnnotationSetsRequest"
177 }, 177 },
178 "response": { 178 "response": {
179 "$ref": "SearchAnnotationSetsResponse" 179 "$ref": "SearchAnnotationSetsResponse"
180 }, 180 },
181 "scopes": [ 181 "scopes": [
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 "$ref": "Annotation" 307 "$ref": "Annotation"
308 }, 308 },
309 "response": { 309 "response": {
310 "$ref": "Annotation" 310 "$ref": "Annotation"
311 }, 311 },
312 "scopes": [ 312 "scopes": [
313 "https://www.googleapis.com/auth/genomics" 313 "https://www.googleapis.com/auth/genomics"
314 ] 314 ]
315 }, 315 },
316 "search": { 316 "search": {
317 "description": "Searches for annotations which match the giv en criteria. Results are returned ordered by start position. Annotations which h ave matching start positions are ordered deterministically. Caller must have REA D permission for the queried annotation sets.", 317 "description": "Searches for annotations that match the give n criteria. Results are returned ordered by start position. Annotations that hav e matching start positions are ordered deterministically. Caller must have READ permission for the queried annotation sets.",
318 "httpMethod": "POST", 318 "httpMethod": "POST",
319 "id": "genomics.annotations.search", 319 "id": "genomics.annotations.search",
320 "path": "annotations/search", 320 "path": "annotations/search",
321 "request": { 321 "request": {
322 "$ref": "SearchAnnotationsRequest" 322 "$ref": "SearchAnnotationsRequest"
323 }, 323 },
324 "response": { 324 "response": {
325 "$ref": "SearchAnnotationsResponse" 325 "$ref": "SearchAnnotationsResponse"
326 }, 326 },
327 "scopes": [ 327 "scopes": [
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 "path": "datasets/{datasetId}", 543 "path": "datasets/{datasetId}",
544 "response": { 544 "response": {
545 "$ref": "Dataset" 545 "$ref": "Dataset"
546 }, 546 },
547 "scopes": [ 547 "scopes": [
548 "https://www.googleapis.com/auth/genomics", 548 "https://www.googleapis.com/auth/genomics",
549 "https://www.googleapis.com/auth/genomics.readonly" 549 "https://www.googleapis.com/auth/genomics.readonly"
550 ] 550 ]
551 }, 551 },
552 "list": { 552 "list": {
553 "description": "Lists all datasets.", 553 "description": "Lists datasets within a project.",
554 "httpMethod": "GET", 554 "httpMethod": "GET",
555 "id": "genomics.datasets.list", 555 "id": "genomics.datasets.list",
556 "parameters": { 556 "parameters": {
557 "pageSize": { 557 "pageSize": {
558 "default": "50", 558 "description": "The maximum number of results return ed by this request. If unspecified, defaults to 50.",
559 "description": "The maximum number of results return ed by this request.",
560 "format": "int32", 559 "format": "int32",
561 "location": "query", 560 "location": "query",
562 "type": "integer" 561 "type": "integer"
563 }, 562 },
564 "pageToken": { 563 "pageToken": {
565 "description": "The continuation token, which is use d to page through large result sets. To get the next page of results, set this p arameter to the value of nextPageToken from the previous response.", 564 "description": "The continuation token, which is use d to page through large result sets. To get the next page of results, set this p arameter to the value of nextPageToken from the previous response.",
566 "location": "query", 565 "location": "query",
567 "type": "string" 566 "type": "string"
568 }, 567 },
569 "projectNumber": { 568 "projectNumber": {
570 "description": "Only return datasets which belong to this Google Developers Console project. Only accepts project numbers. Returns a ll public projects if no project number is specified.", 569 "description": "The project to list datasets for.",
571 "format": "int64", 570 "format": "int64",
572 "location": "query", 571 "location": "query",
573 "type": "string" 572 "type": "string"
574 } 573 }
575 }, 574 },
576 "path": "datasets", 575 "path": "datasets",
577 "response": { 576 "response": {
578 "$ref": "ListDatasetsResponse" 577 "$ref": "ListDatasetsResponse"
579 }, 578 },
580 "scopes": [ 579 "scopes": [
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
931 "methods": { 930 "methods": {
932 "list": { 931 "list": {
933 "description": "Lists fixed width coverage buckets f or a read group set, each of which correspond to a range of a reference sequence . Each bucket summarizes coverage information across its corresponding genomic r ange.\n\nCoverage is defined as the number of reads which are aligned to a given base in the reference sequence. Coverage buckets are available at several preco mputed bucket widths, enabling retrieval of various coverage 'zoom levels'. The caller must have READ permissions for the target read group set.", 932 "description": "Lists fixed width coverage buckets f or a read group set, each of which correspond to a range of a reference sequence . Each bucket summarizes coverage information across its corresponding genomic r ange.\n\nCoverage is defined as the number of reads which are aligned to a given base in the reference sequence. Coverage buckets are available at several preco mputed bucket widths, enabling retrieval of various coverage 'zoom levels'. The caller must have READ permissions for the target read group set.",
934 "httpMethod": "GET", 933 "httpMethod": "GET",
935 "id": "genomics.readgroupsets.coveragebuckets.list", 934 "id": "genomics.readgroupsets.coveragebuckets.list",
936 "parameterOrder": [ 935 "parameterOrder": [
937 "readGroupSetId" 936 "readGroupSetId"
938 ], 937 ],
939 "parameters": { 938 "parameters": {
940 "pageSize": { 939 "pageSize": {
941 "default": "1024",
942 "description": "The maximum number of result s to return in a single page. If unspecified, defaults to 1024. The maximum valu e is 2048.", 940 "description": "The maximum number of result s to return in a single page. If unspecified, defaults to 1024. The maximum valu e is 2048.",
943 "format": "int32", 941 "format": "int32",
944 "location": "query", 942 "location": "query",
945 "type": "integer" 943 "type": "integer"
946 }, 944 },
947 "pageToken": { 945 "pageToken": {
948 "description": "The continuation token, whic h is used to page through large result sets. To get the next page of results, se t this parameter to the value of nextPageToken from the previous response.", 946 "description": "The continuation token, whic h is used to page through large result sets. To get the next page of results, se t this parameter to the value of nextPageToken from the previous response.",
949 "location": "query", 947 "location": "query",
950 "type": "string" 948 "type": "string"
951 }, 949 },
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
1066 "referenceId" 1064 "referenceId"
1067 ], 1065 ],
1068 "parameters": { 1066 "parameters": {
1069 "end": { 1067 "end": {
1070 "description": "The end position (0-based, e xclusive) of this query. Defaults to the length of this reference.", 1068 "description": "The end position (0-based, e xclusive) of this query. Defaults to the length of this reference.",
1071 "format": "int64", 1069 "format": "int64",
1072 "location": "query", 1070 "location": "query",
1073 "type": "string" 1071 "type": "string"
1074 }, 1072 },
1075 "pageSize": { 1073 "pageSize": {
1076 "default": "200000",
1077 "description": "Specifies the maximum number of bases to return in a single page.", 1074 "description": "Specifies the maximum number of bases to return in a single page.",
1078 "format": "int32", 1075 "format": "int32",
1079 "location": "query", 1076 "location": "query",
1080 "type": "integer" 1077 "type": "integer"
1081 }, 1078 },
1082 "pageToken": { 1079 "pageToken": {
1083 "description": "The continuation token, whic h is used to page through large result sets. To get the next page of results, se t this parameter to the value of nextPageToken from the previous response.", 1080 "description": "The continuation token, whic h is used to page through large result sets. To get the next page of results, se t this parameter to the value of nextPageToken from the previous response.",
1084 "location": "query", 1081 "location": "query",
1085 "type": "string" 1082 "type": "string"
1086 }, 1083 },
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
1147 "response": { 1144 "response": {
1148 "$ref": "SearchReferenceSetsResponse" 1145 "$ref": "SearchReferenceSetsResponse"
1149 }, 1146 },
1150 "scopes": [ 1147 "scopes": [
1151 "https://www.googleapis.com/auth/genomics", 1148 "https://www.googleapis.com/auth/genomics",
1152 "https://www.googleapis.com/auth/genomics.readonly" 1149 "https://www.googleapis.com/auth/genomics.readonly"
1153 ] 1150 ]
1154 } 1151 }
1155 } 1152 }
1156 }, 1153 },
1154 "streamingVariantStore": {
1155 "methods": {
1156 "streamvariants": {
1157 "description": "Returns a stream of all the variants matchin g the search request, ordered by reference name, position, and ID.",
1158 "httpMethod": "POST",
1159 "id": "genomics.streamingVariantStore.streamvariants",
1160 "path": "streamingVariantStore/streamvariants",
1161 "request": {
1162 "$ref": "StreamVariantsRequest"
1163 },
1164 "response": {
1165 "$ref": "Variant"
1166 }
1167 }
1168 }
1169 },
1157 "variants": { 1170 "variants": {
1158 "methods": { 1171 "methods": {
1159 "create": { 1172 "create": {
1160 "description": "Creates a new variant.", 1173 "description": "Creates a new variant.",
1161 "httpMethod": "POST", 1174 "httpMethod": "POST",
1162 "id": "genomics.variants.create", 1175 "id": "genomics.variants.create",
1163 "path": "variants", 1176 "path": "variants",
1164 "request": { 1177 "request": {
1165 "$ref": "Variant" 1178 "$ref": "Variant"
1166 }, 1179 },
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
1446 "response": { 1459 "response": {
1447 "$ref": "VariantSet" 1460 "$ref": "VariantSet"
1448 }, 1461 },
1449 "scopes": [ 1462 "scopes": [
1450 "https://www.googleapis.com/auth/genomics" 1463 "https://www.googleapis.com/auth/genomics"
1451 ] 1464 ]
1452 } 1465 }
1453 } 1466 }
1454 } 1467 }
1455 }, 1468 },
1456 "revision": "20150223", 1469 "revision": "20150326",
1457 "rootUrl": "https://www.googleapis.com/", 1470 "rootUrl": "https://www.googleapis.com/",
1458 "schemas": { 1471 "schemas": {
1459 "AlignReadGroupSetsRequest": { 1472 "AlignReadGroupSetsRequest": {
1460 "description": "The read group set align request.", 1473 "description": "The read group set align request.",
1461 "id": "AlignReadGroupSetsRequest", 1474 "id": "AlignReadGroupSetsRequest",
1462 "properties": { 1475 "properties": {
1463 "bamSourceUris": { 1476 "bamSourceUris": {
1464 "description": "The BAM source files for alignment. Exactly one of readGroupSetId, bamSourceUris, interleavedFastqSource or pairedFastqSourc e must be provided. The caller must have READ permissions for these files.", 1477 "description": "The BAM source files for alignment. Exactly one of readGroupSetId, bamSourceUris, interleavedFastqSource or pairedFastqSourc e must be provided. The caller must have READ permissions for these files.",
1465 "items": { 1478 "items": {
1466 "type": "string" 1479 "type": "string"
(...skipping 24 matching lines...) Expand all
1491 "id": "AlignReadGroupSetsResponse", 1504 "id": "AlignReadGroupSetsResponse",
1492 "properties": { 1505 "properties": {
1493 "jobId": { 1506 "jobId": {
1494 "description": "A job ID that can be used to get status info rmation.", 1507 "description": "A job ID that can be used to get status info rmation.",
1495 "type": "string" 1508 "type": "string"
1496 } 1509 }
1497 }, 1510 },
1498 "type": "object" 1511 "type": "object"
1499 }, 1512 },
1500 "Annotation": { 1513 "Annotation": {
1501 "description": "An annotation describes a region of reference genome . The value of an annotation may be one of several canonical types, supplemented by arbitrary info tags. A variant annotation is represented by one or more of t hese canonical types. An annotation is not inherently associated with a specific sample/individual (though a client could choose to use annotations in this way) . Example canonical annotation types are 'Gene' and 'Variant'.", 1514 "description": "An annotation describes a region of reference genome . The value of an annotation may be one of several canonical types, supplemented by arbitrary info tags. A variant annotation is represented by one or more of t hese canonical types. An annotation is not inherently associated with a specific sample or individual (though a client could choose to use annotations in this w ay). Example canonical annotation types are 'Gene' and 'Variant'.",
1502 "id": "Annotation", 1515 "id": "Annotation",
1503 "properties": { 1516 "properties": {
1504 "annotationSetId": { 1517 "annotationSetId": {
1505 "description": "The ID of the containing annotation set.", 1518 "description": "The ID of the containing annotation set.",
1506 "type": "string" 1519 "type": "string"
1507 }, 1520 },
1508 "id": { 1521 "id": {
1509 "description": "The generated unique ID for this annotation. ", 1522 "description": "The generated unique ID for this annotation. ",
1510 "type": "string" 1523 "type": "string"
1511 }, 1524 },
(...skipping 11 matching lines...) Expand all
1523 "name": { 1536 "name": {
1524 "description": "The display name of this annotation.", 1537 "description": "The display name of this annotation.",
1525 "type": "string" 1538 "type": "string"
1526 }, 1539 },
1527 "position": { 1540 "position": {
1528 "$ref": "RangePosition", 1541 "$ref": "RangePosition",
1529 "description": "The position of this annotation on the refer ence sequence." 1542 "description": "The position of this annotation on the refer ence sequence."
1530 }, 1543 },
1531 "transcript": { 1544 "transcript": {
1532 "$ref": "Transcript", 1545 "$ref": "Transcript",
1533 "description": "A transcript value represents the assertion that a particular region of the reference genome may be transcribed as RNA. An a lternate splicing pattern would be represented as separate transcript object. Th is field is only set for annotations of type TRANSCRIPT." 1546 "description": "A transcript value represents the assertion that a particular region of the reference genome may be transcribed as RNA. An a lternative splicing pattern would be represented as a separate transcript object . This field is only set for annotations of type TRANSCRIPT."
1534 }, 1547 },
1535 "type": { 1548 "type": {
1536 "description": "The data type for this annotation. Must matc h the containing annotation set's type.", 1549 "description": "The data type for this annotation. Must matc h the containing annotation set's type.",
1537 "enum": [ 1550 "enum": [
1538 "GENE", 1551 "GENE",
1539 "GENERIC", 1552 "GENERIC",
1540 "TRANSCRIPT", 1553 "TRANSCRIPT",
1541 "VARIANT" 1554 "VARIANT"
1542 ], 1555 ],
1543 "enumDescriptions": [ 1556 "enumDescriptions": [
1544 "", 1557 "",
1545 "", 1558 "",
1546 "", 1559 "",
1547 "" 1560 ""
1548 ], 1561 ],
1549 "type": "string" 1562 "type": "string"
1550 }, 1563 },
1551 "variant": { 1564 "variant": {
1552 "$ref": "VariantAnnotation", 1565 "$ref": "VariantAnnotation",
1553 "description": "A variant annotation which describes the eff ect of a variant on the genome, the coding sequence, and/or higher level consequ ences at the organism level e.g. pathogenicity. This field is only set for annot ations of type VARIANT." 1566 "description": "A variant annotation, which describes the ef fect of a variant on the genome, the coding sequence, and/or higher level conseq uences at the organism level e.g. pathogenicity. This field is only set for anno tations of type VARIANT."
1554 } 1567 }
1555 }, 1568 },
1556 "type": "object" 1569 "type": "object"
1557 }, 1570 },
1558 "AnnotationSet": { 1571 "AnnotationSet": {
1559 "description": "An annotation set is a logical grouping of annotatio ns which share consistent type information and provenance. An example would be ' all genes from refseq', or 'all variant annotations from ClinVar'.", 1572 "description": "An annotation set is a logical grouping of annotatio ns that share consistent type information and provenance. Examples of annotation sets include 'all genes from refseq', and 'all variant annotations from ClinVar '.",
1560 "id": "AnnotationSet", 1573 "id": "AnnotationSet",
1561 "properties": { 1574 "properties": {
1562 "datasetId": { 1575 "datasetId": {
1563 "description": "The ID of the containing dataset.", 1576 "description": "The ID of the containing dataset.",
1564 "type": "string" 1577 "type": "string"
1565 }, 1578 },
1566 "id": { 1579 "id": {
1567 "description": "The generated unique ID for this annotation set.", 1580 "description": "The generated unique ID for this annotation set.",
1568 "type": "string" 1581 "type": "string"
1569 }, 1582 },
1570 "info": { 1583 "info": {
1571 "additionalProperties": { 1584 "additionalProperties": {
1572 "description": "A string which maps to an array of value s.", 1585 "description": "A string which maps to an array of value s.",
1573 "items": { 1586 "items": {
1574 "type": "string" 1587 "type": "string"
1575 }, 1588 },
1576 "type": "array" 1589 "type": "array"
1577 }, 1590 },
1578 "description": "A map of additional data for this annotation set.", 1591 "description": "A map of additional data for this annotation set.",
1579 "type": "object" 1592 "type": "object"
1580 }, 1593 },
1581 "name": { 1594 "name": {
1582 "description": "The display name for this annotation set.", 1595 "description": "The display name for this annotation set.",
1583 "type": "string" 1596 "type": "string"
1584 }, 1597 },
1585 "referenceSetId": { 1598 "referenceSetId": {
1586 "description": "The ID of the reference set which defines th e coordinate-space for this set's annotations.", 1599 "description": "The ID of the reference set that defines the coordinate space for this set's annotations.",
1587 "type": "string" 1600 "type": "string"
1588 }, 1601 },
1589 "sourceUri": { 1602 "sourceUri": {
1590 "description": "The source URI describing the file from whic h this annotation set was generated, if any.", 1603 "description": "The source URI describing the file from whic h this annotation set was generated, if any.",
1591 "type": "string" 1604 "type": "string"
1592 }, 1605 },
1593 "type": { 1606 "type": {
1594 "description": "The type of annotations contained within thi s set.", 1607 "description": "The type of annotations contained within thi s set.",
1595 "enum": [ 1608 "enum": [
1596 "GENE", 1609 "GENE",
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
1914 "type": "string" 1927 "type": "string"
1915 } 1928 }
1916 }, 1929 },
1917 "type": "object" 1930 "type": "object"
1918 }, 1931 },
1919 "ExportReadGroupSetsRequest": { 1932 "ExportReadGroupSetsRequest": {
1920 "description": "The read group set export request.", 1933 "description": "The read group set export request.",
1921 "id": "ExportReadGroupSetsRequest", 1934 "id": "ExportReadGroupSetsRequest",
1922 "properties": { 1935 "properties": {
1923 "exportUri": { 1936 "exportUri": {
1924 "description": "A Google Cloud Storage URI where the exporte d BAM file will be created. The currently authenticated user must have write acc ess to the new file location. An error will be returned if the URI already conta ins data.", 1937 "description": "A Google Cloud Storage URI for the exported BAM file. The currently authenticated user must have write access to the new fil e. An error will be returned if the URI already contains data.",
1925 "type": "string" 1938 "type": "string"
1926 }, 1939 },
1927 "projectNumber": { 1940 "projectNumber": {
1928 "description": "The Google Developers Console project number that owns this export.", 1941 "description": "The Google Developers Console project number that owns this export.",
1929 "format": "int64", 1942 "format": "int64",
1930 "type": "string" 1943 "type": "string"
1931 }, 1944 },
1932 "readGroupSetIds": { 1945 "readGroupSetIds": {
1933 "description": "The IDs of the read group sets to export.", 1946 "description": "The IDs of the read group sets to export.",
1934 "items": { 1947 "items": {
(...skipping 911 matching lines...) Expand 10 before | Expand all | Expand 10 after
2846 }, 2859 },
2847 "ReferenceSet": { 2860 "ReferenceSet": {
2848 "description": "A reference set is a set of references which typical ly comprise a reference assembly for a species, such as GRCh38 which is represen tative of the human genome. A reference set defines a common coordinate space fo r comparing reference-aligned experimental data. A reference set contains 1 or m ore references.", 2861 "description": "A reference set is a set of references which typical ly comprise a reference assembly for a species, such as GRCh38 which is represen tative of the human genome. A reference set defines a common coordinate space fo r comparing reference-aligned experimental data. A reference set contains 1 or m ore references.",
2849 "id": "ReferenceSet", 2862 "id": "ReferenceSet",
2850 "properties": { 2863 "properties": {
2851 "assemblyId": { 2864 "assemblyId": {
2852 "description": "Public id of this reference set, such as GRC h37.", 2865 "description": "Public id of this reference set, such as GRC h37.",
2853 "type": "string" 2866 "type": "string"
2854 }, 2867 },
2855 "description": { 2868 "description": {
2856 "description": "Optional free text description of this refer ence set.", 2869 "description": "Free text description of this reference set. ",
2857 "type": "string" 2870 "type": "string"
2858 }, 2871 },
2859 "id": { 2872 "id": {
2860 "description": "The Google generated immutable ID of the ref erence set.", 2873 "description": "The Google generated immutable ID of the ref erence set.",
2861 "type": "string" 2874 "type": "string"
2862 }, 2875 },
2863 "md5checksum": { 2876 "md5checksum": {
2864 "description": "Order-independent MD5 checksum which identif ies this reference set. The checksum is computed by sorting all lower case hexid ecimal string reference.md5checksum (for all reference in this set) in ascending lexicographic order, concatenating, and taking the MD5 of that value. The resul ting value is represented in lower case hexadecimal format.", 2877 "description": "Order-independent MD5 checksum which identif ies this reference set. The checksum is computed by sorting all lower case hexid ecimal string reference.md5checksum (for all reference in this set) in ascending lexicographic order, concatenating, and taking the MD5 of that value. The resul ting value is represented in lower case hexadecimal format.",
2865 "type": "string" 2878 "type": "string"
2866 }, 2879 },
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
2911 }, 2924 },
2912 "pageToken": { 2925 "pageToken": {
2913 "description": "The continuation token, which is used to pag e through large result sets. To get the next page of results, set this parameter to the value of nextPageToken from the previous response.", 2926 "description": "The continuation token, which is used to pag e through large result sets. To get the next page of results, set this parameter to the value of nextPageToken from the previous response.",
2914 "type": "string" 2927 "type": "string"
2915 }, 2928 },
2916 "referenceSetId": { 2929 "referenceSetId": {
2917 "description": "If specified, only annotation sets associate d with the given reference set are returned.", 2930 "description": "If specified, only annotation sets associate d with the given reference set are returned.",
2918 "type": "string" 2931 "type": "string"
2919 }, 2932 },
2920 "types": { 2933 "types": {
2921 "description": "If specified, only annotation sets which hav e any of these types are returned.", 2934 "description": "If specified, only annotation sets that have any of these types are returned.",
2922 "items": { 2935 "items": {
2923 "enum": [ 2936 "enum": [
2924 "GENE", 2937 "GENE",
2925 "GENERIC", 2938 "GENERIC",
2926 "TRANSCRIPT", 2939 "TRANSCRIPT",
2927 "VARIANT" 2940 "VARIANT"
2928 ], 2941 ],
2929 "enumDescriptions": [ 2942 "enumDescriptions": [
2930 "", 2943 "",
2931 "", 2944 "",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
2970 "description": "Specifies number of results to return in a s ingle page. If unspecified, it will default to 256. The maximum value is 2048.", 2983 "description": "Specifies number of results to return in a s ingle page. If unspecified, it will default to 256. The maximum value is 2048.",
2971 "format": "int32", 2984 "format": "int32",
2972 "type": "integer" 2985 "type": "integer"
2973 }, 2986 },
2974 "pageToken": { 2987 "pageToken": {
2975 "description": "The continuation token, which is used to pag e through large result sets. To get the next page of results, set this parameter to the value of nextPageToken from the previous response.", 2988 "description": "The continuation token, which is used to pag e through large result sets. To get the next page of results, set this parameter to the value of nextPageToken from the previous response.",
2976 "type": "string" 2989 "type": "string"
2977 }, 2990 },
2978 "range": { 2991 "range": {
2979 "$ref": "QueryRange", 2992 "$ref": "QueryRange",
2980 "description": "If specified, this query matches only annota tions which overlap this range." 2993 "description": "If specified, this query matches only annota tions that overlap this range."
2981 } 2994 }
2982 }, 2995 },
2983 "type": "object" 2996 "type": "object"
2984 }, 2997 },
2985 "SearchAnnotationsResponse": { 2998 "SearchAnnotationsResponse": {
2986 "id": "SearchAnnotationsResponse", 2999 "id": "SearchAnnotationsResponse",
2987 "properties": { 3000 "properties": {
2988 "annotations": { 3001 "annotations": {
2989 "description": "The matching annotations.", 3002 "description": "The matching annotations.",
2990 "items": { 3003 "items": {
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
3127 "items": { 3140 "items": {
3128 "type": "string" 3141 "type": "string"
3129 }, 3142 },
3130 "type": "array" 3143 "type": "array"
3131 }, 3144 },
3132 "name": { 3145 "name": {
3133 "description": "Only return read group sets for which a subs tring of the name matches this string.", 3146 "description": "Only return read group sets for which a subs tring of the name matches this string.",
3134 "type": "string" 3147 "type": "string"
3135 }, 3148 },
3136 "pageSize": { 3149 "pageSize": {
3137 "description": "Specifies number of results to return in a s ingle page. If unspecified, it will default to 128. The maximum value is 1024.", 3150 "description": "Specifies number of results to return in a s ingle page. If unspecified, it will default to 256. The maximum value is 1024.",
3138 "format": "int32", 3151 "format": "int32",
3139 "type": "integer" 3152 "type": "integer"
3140 }, 3153 },
3141 "pageToken": { 3154 "pageToken": {
3142 "description": "The continuation token, which is used to pag e through large result sets. To get the next page of results, set this parameter to the value of nextPageToken from the previous response.", 3155 "description": "The continuation token, which is used to pag e through large result sets. To get the next page of results, set this parameter to the value of nextPageToken from the previous response.",
3143 "type": "string" 3156 "type": "string"
3144 } 3157 }
3145 }, 3158 },
3146 "type": "object" 3159 "type": "object"
3147 }, 3160 },
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
3432 "variants": { 3445 "variants": {
3433 "description": "The list of matching Variants.", 3446 "description": "The list of matching Variants.",
3434 "items": { 3447 "items": {
3435 "$ref": "Variant" 3448 "$ref": "Variant"
3436 }, 3449 },
3437 "type": "array" 3450 "type": "array"
3438 } 3451 }
3439 }, 3452 },
3440 "type": "object" 3453 "type": "object"
3441 }, 3454 },
3455 "StreamVariantsRequest": {
3456 "description": "The stream variants request.",
3457 "id": "StreamVariantsRequest",
3458 "properties": {
3459 "callSetIds": {
3460 "description": "Only return variant calls which belong to ca ll sets with these ids. Leaving this blank returns all variant calls.",
3461 "items": {
3462 "type": "string"
3463 },
3464 "type": "array"
3465 },
3466 "end": {
3467 "description": "The end of the window (0-based, exclusive) f or which overlapping variants should be returned.",
3468 "format": "int64",
3469 "type": "string"
3470 },
3471 "referenceName": {
3472 "description": "Required. Only return variants in this refer ence sequence.",
3473 "type": "string"
3474 },
3475 "start": {
3476 "description": "The beginning of the window (0-based, inclus ive) for which overlapping variants should be returned.",
3477 "format": "int64",
3478 "type": "string"
3479 },
3480 "variantSetIds": {
3481 "description": "Exactly one variant set ID must be provided. Only variants from this variant set will be returned.",
3482 "items": {
3483 "type": "string"
3484 },
3485 "type": "array"
3486 }
3487 },
3488 "type": "object"
3489 },
3442 "Transcript": { 3490 "Transcript": {
3443 "description": "A transcript represents the assertion that a particu lar region of the reference genome may be transcribed as RNA.", 3491 "description": "A transcript represents the assertion that a particu lar region of the reference genome may be transcribed as RNA.",
3444 "id": "Transcript", 3492 "id": "Transcript",
3445 "properties": { 3493 "properties": {
3446 "codingSequence": { 3494 "codingSequence": {
3447 "$ref": "TranscriptCodingSequence", 3495 "$ref": "TranscriptCodingSequence",
3448 "description": "The range of the coding sequence for this tr anscript, if any. To determine the exact ranges of coding sequence, intersect th is range with those of the exons, if any. If there are any exons, the codingSequ ence must start and end within them.\n\nNote that in some cases, the reference g enome will not exactly match the observed mRNA transcript e.g. due to variance i n the source genome from reference. In these cases, exon.frame will not necessar ily match the expected reference reading frame and coding exon reference bases c annot necessarily be concatenated to produce the original transcript mRNA." 3496 "description": "The range of the coding sequence for this tr anscript, if any. To determine the exact ranges of coding sequence, intersect th is range with those of the exons, if any. If there are any exons, the codingSequ ence must start and end within them.\n\nNote that in some cases, the reference g enome will not exactly match the observed mRNA transcript e.g. due to variance i n the source genome from reference. In these cases, exon.frame will not necessar ily match the expected reference reading frame and coding exon reference bases c annot necessarily be concatenated to produce the original transcript mRNA."
3449 }, 3497 },
3450 "exons": { 3498 "exons": {
3451 "description": "The exons which compose this transcript. Exo ns are the pieces of the transcript which are spliced together, may be exported from a cell's nucleus, and may then be translated to protein. This field should be unset for genomes where transcript splicing does not occur, for example proka ryotes.\n\n\nIntrons are regions of the transcript which are not included in the spliced RNA product. Though not explicitly modeled here, intron ranges can be d educed; all regions of this transcript which are not exons are introns.\n\n\nExo nic sequences do not necessarily code for a translational product (amino acids). Only the regions of exons bounded by the codingSequence correspond to coding DN A sequence.\n\n\nExons are ordered by start position and may not overlap.", 3499 "description": "The exons that compose this transcript. This field should be unset for genomes where transcript splicing does not occur, for example prokaryotes.\n\n\nIntrons are regions of the transcript that are not in cluded in the spliced RNA product. Though not explicitly modeled here, intron ra nges can be deduced; all regions of this transcript that are not exons are intro ns.\n\n\nExonic sequences do not necessarily code for a translational product (a mino acids). Only the regions of exons bounded by the codingSequence correspond to coding DNA sequence.\n\n\nExons are ordered by start position and may not ove rlap.",
3452 "items": { 3500 "items": {
3453 "$ref": "TranscriptExon" 3501 "$ref": "TranscriptExon"
3454 }, 3502 },
3455 "type": "array" 3503 "type": "array"
3456 }, 3504 },
3457 "geneId": { 3505 "geneId": {
3458 "description": "The annotation ID of the gene from which thi s transcript is transcribed.", 3506 "description": "The annotation ID of the gene from which thi s transcript is transcribed.",
3459 "type": "string" 3507 "type": "string"
3460 } 3508 }
3461 }, 3509 },
(...skipping 18 matching lines...) Expand all
3480 "TranscriptExon": { 3528 "TranscriptExon": {
3481 "id": "TranscriptExon", 3529 "id": "TranscriptExon",
3482 "properties": { 3530 "properties": {
3483 "end": { 3531 "end": {
3484 "description": "The end position of the exon on this annotat ion's reference sequence, 0-based exclusive. Note that this is relative to the r eference start, and not the containing annotation start.", 3532 "description": "The end position of the exon on this annotat ion's reference sequence, 0-based exclusive. Note that this is relative to the r eference start, and not the containing annotation start.",
3485 "format": "int64", 3533 "format": "int64",
3486 "type": "string" 3534 "type": "string"
3487 }, 3535 },
3488 "frame": { 3536 "frame": {
3489 "$ref": "Int32Value", 3537 "$ref": "Int32Value",
3490 "description": "The frame of this exon. Contains a value of 0, 1, or 2 which indicates the offset of the first coding base of the exon withi n the reading frame of the coding DNA sequence, if any. This field is dependent on the strandedness of this annotation (see Annotation.position.reverseStrand). For forward stranded annotations, this offset is relative to the exon.start. For reverse strand annotations, this offset is relative to the exon.end-1.\n\nUnset if this exon does not intersect the coding sequence. Upon creation of a transcr ipt, the frame must be populated for all or none of the coding exons." 3538 "description": "The frame of this exon. Contains a value of 0, 1, or 2, which indicates the offset of the first coding base of the exon with in the reading frame of the coding DNA sequence, if any. This field is dependent on the strandedness of this annotation (see Annotation.position.reverseStrand). For forward stranded annotations, this offset is relative to the exon.start. Fo r reverse strand annotations, this offset is relative to the exon.end-1.\n\nUnse t if this exon does not intersect the coding sequence. Upon creation of a transc ript, the frame must be populated for all or none of the coding exons."
3491 }, 3539 },
3492 "start": { 3540 "start": {
3493 "description": "The start position of the exon on this annot ation's reference sequence, 0-based inclusive. Note that this is relative to the reference start, and not the containing annotation start.", 3541 "description": "The start position of the exon on this annot ation's reference sequence, 0-based inclusive. Note that this is relative to the reference start, and not the containing annotation start.",
3494 "format": "int64", 3542 "format": "int64",
3495 "type": "string" 3543 "type": "string"
3496 } 3544 }
3497 }, 3545 },
3498 "type": "object" 3546 "type": "object"
3499 }, 3547 },
3500 "Variant": { 3548 "Variant": {
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
3654 "", 3702 "",
3655 "" 3703 ""
3656 ], 3704 ],
3657 "type": "string" 3705 "type": "string"
3658 }, 3706 },
3659 "geneId": { 3707 "geneId": {
3660 "description": "Google annotation ID of the gene affected by this variant. This should be provided when the variant is created.", 3708 "description": "Google annotation ID of the gene affected by this variant. This should be provided when the variant is created.",
3661 "type": "string" 3709 "type": "string"
3662 }, 3710 },
3663 "transcriptIds": { 3711 "transcriptIds": {
3664 "description": "Google annotation ID of the transcripts affe cted by this variant. These should be provided when the variant is created.", 3712 "description": "Google annotation IDs of the transcripts aff ected by this variant. These should be provided when the variant is created.",
3665 "items": { 3713 "items": {
3666 "type": "string" 3714 "type": "string"
3667 }, 3715 },
3668 "type": "array" 3716 "type": "array"
3669 }, 3717 },
3670 "type": { 3718 "type": {
3671 "description": "Type has been adapted from ClinVar's list of variant types.", 3719 "description": "Type has been adapted from ClinVar's list of variant types.",
3672 "enum": [ 3720 "enum": [
3673 "CNV", 3721 "CNV",
3674 "DELETION", 3722 "DELETION",
(...skipping 21 matching lines...) Expand all
3696 }, 3744 },
3697 "VariantAnnotationCondition": { 3745 "VariantAnnotationCondition": {
3698 "description": "", 3746 "description": "",
3699 "id": "VariantAnnotationCondition", 3747 "id": "VariantAnnotationCondition",
3700 "properties": { 3748 "properties": {
3701 "conceptId": { 3749 "conceptId": {
3702 "description": "The MedGen concept id associated with this g ene. Search for these IDs at http://www.ncbi.nlm.nih.gov/medgen/", 3750 "description": "The MedGen concept id associated with this g ene. Search for these IDs at http://www.ncbi.nlm.nih.gov/medgen/",
3703 "type": "string" 3751 "type": "string"
3704 }, 3752 },
3705 "externalIds": { 3753 "externalIds": {
3706 "description": "The set of external ids for this condition." , 3754 "description": "The set of external IDs for this condition." ,
3707 "items": { 3755 "items": {
3708 "$ref": "ExternalId" 3756 "$ref": "ExternalId"
3709 }, 3757 },
3710 "type": "array" 3758 "type": "array"
3711 }, 3759 },
3712 "names": { 3760 "names": {
3713 "description": "A set of names for the condition.", 3761 "description": "A set of names for the condition.",
3714 "items": { 3762 "items": {
3715 "type": "string" 3763 "type": "string"
3716 }, 3764 },
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
3750 "type": "array" 3798 "type": "array"
3751 } 3799 }
3752 }, 3800 },
3753 "type": "object" 3801 "type": "object"
3754 } 3802 }
3755 }, 3803 },
3756 "servicePath": "genomics/v1beta2/", 3804 "servicePath": "genomics/v1beta2/",
3757 "title": "Genomics API", 3805 "title": "Genomics API",
3758 "version": "v1beta2" 3806 "version": "v1beta2"
3759 } 3807 }
OLDNEW
« no previous file with comments | « discovery/googleapis_beta/genomics__v1beta.json ('k') | discovery/googleapis_beta/logging__v1beta3.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698