OLD | NEW |
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": "\"l66ggWbucbkBw9Lpos72oziyefE/EKP2HqTiCFaMtGY4TKqgoDAIFBQ\"", | 26 "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/6ckREvRjfWsdC7sKQKylGfPy3tY\"", |
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 1127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1164 "response": { | 1164 "response": { |
1165 "$ref": "VariantSet" | 1165 "$ref": "VariantSet" |
1166 }, | 1166 }, |
1167 "scopes": [ | 1167 "scopes": [ |
1168 "https://www.googleapis.com/auth/genomics" | 1168 "https://www.googleapis.com/auth/genomics" |
1169 ] | 1169 ] |
1170 } | 1170 } |
1171 } | 1171 } |
1172 } | 1172 } |
1173 }, | 1173 }, |
1174 "revision": "20141028", | 1174 "revision": "20141112", |
1175 "rootUrl": "https://www.googleapis.com/", | 1175 "rootUrl": "https://www.googleapis.com/", |
1176 "schemas": { | 1176 "schemas": { |
1177 "AlignReadGroupSetsRequest": { | 1177 "AlignReadGroupSetsRequest": { |
1178 "description": "The read group set align request.", | 1178 "description": "The read group set align request.", |
1179 "id": "AlignReadGroupSetsRequest", | 1179 "id": "AlignReadGroupSetsRequest", |
1180 "properties": { | 1180 "properties": { |
1181 "bamSourceUris": { | 1181 "bamSourceUris": { |
1182 "description": "The BAM source files for alignment. Exactly
one of readGroupSetIds, bamSourceUris, interleavedFastqSource or pairedFastqSour
ce must be provided. The caller must have READ permissions for these files.", | 1182 "description": "The BAM source files for alignment. Exactly
one of readGroupSetIds, bamSourceUris, interleavedFastqSource or pairedFastqSour
ce must be provided. The caller must have READ permissions for these files.", |
1183 "items": { | 1183 "items": { |
1184 "type": "string" | 1184 "type": "string" |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1232 }, | 1232 }, |
1233 "genotype": { | 1233 "genotype": { |
1234 "description": "The genotype of this variant call. Each valu
e represents either the value of the referenceBases field or a 1-based index int
o alternateBases. If a variant had a referenceBases value of T and an alternateB
ases value of [\"A\", \"C\"], and the genotype was [2, 1], that would mean the c
all represented the heterozygous value CA for this variant. If the genotype was
instead [0, 1], the represented value would be TA. Ordering of the genotype valu
es is important if the phaseset is present. If a genotype is not called (that is
, a . is present in the GT string) -1 is returned.", | 1234 "description": "The genotype of this variant call. Each valu
e represents either the value of the referenceBases field or a 1-based index int
o alternateBases. If a variant had a referenceBases value of T and an alternateB
ases value of [\"A\", \"C\"], and the genotype was [2, 1], that would mean the c
all represented the heterozygous value CA for this variant. If the genotype was
instead [0, 1], the represented value would be TA. Ordering of the genotype valu
es is important if the phaseset is present. If a genotype is not called (that is
, a . is present in the GT string) -1 is returned.", |
1235 "items": { | 1235 "items": { |
1236 "format": "int32", | 1236 "format": "int32", |
1237 "type": "integer" | 1237 "type": "integer" |
1238 }, | 1238 }, |
1239 "type": "array" | 1239 "type": "array" |
1240 }, | 1240 }, |
1241 "genotypeLikelihood": { | 1241 "genotypeLikelihood": { |
1242 "description": "The genotype likelihoods for this variant ca
ll. Each array entry represents how likely a specific genotype is for this call.
The value ordering is defined by the GL tag in the VCF spec.", | 1242 "description": "The genotype likelihoods for this variant ca
ll. Each array entry represents how likely a specific genotype is for this call.
The value ordering is defined by the GL tag in the VCF spec. If Phred-scaled ge
notype likelihood scores (PL) are available and log10(P) genotype likelihood sco
res (GL) are not, PL scores are converted to GL scores. If both are available, P
L scores are stored in info.", |
1243 "items": { | 1243 "items": { |
1244 "format": "double", | 1244 "format": "double", |
1245 "type": "number" | 1245 "type": "number" |
1246 }, | 1246 }, |
1247 "type": "array" | 1247 "type": "array" |
1248 }, | 1248 }, |
1249 "info": { | 1249 "info": { |
1250 "additionalProperties": { | 1250 "additionalProperties": { |
1251 "description": "A string which maps to an array of value
s.", | 1251 "description": "A string which maps to an array of value
s.", |
1252 "items": { | 1252 "items": { |
(...skipping 813 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2066 "nextMatePosition": { | 2066 "nextMatePosition": { |
2067 "$ref": "Position", | 2067 "$ref": "Position", |
2068 "description": "The mapping of the primary alignment of the
(readNumber+1)%numberReads read in the fragment. It replaces mate position and m
ate strand in SAM." | 2068 "description": "The mapping of the primary alignment of the
(readNumber+1)%numberReads read in the fragment. It replaces mate position and m
ate strand in SAM." |
2069 }, | 2069 }, |
2070 "numberReads": { | 2070 "numberReads": { |
2071 "description": "The number of reads in the fragment (extensi
on to SAM flag 0x1).", | 2071 "description": "The number of reads in the fragment (extensi
on to SAM flag 0x1).", |
2072 "format": "int32", | 2072 "format": "int32", |
2073 "type": "integer" | 2073 "type": "integer" |
2074 }, | 2074 }, |
2075 "properPlacement": { | 2075 "properPlacement": { |
2076 "description": "The orientation and the distance between rea
ds from the fragment are consistent with the sequencing protocol (extension to S
AM flag 0x2)", | 2076 "description": "The orientation and the distance between rea
ds from the fragment are consistent with the sequencing protocol (SAM flag 0x2)"
, |
2077 "type": "boolean" | 2077 "type": "boolean" |
2078 }, | 2078 }, |
2079 "readGroupId": { | 2079 "readGroupId": { |
2080 "description": "The ID of the read group this read belongs t
o. (Every read must belong to exactly one read group.)", | 2080 "description": "The ID of the read group this read belongs t
o. (Every read must belong to exactly one read group.)", |
2081 "type": "string" | 2081 "type": "string" |
2082 }, | 2082 }, |
2083 "readGroupSetId": { | 2083 "readGroupSetId": { |
2084 "description": "The ID of the read group set this read belon
gs to. (Every read must belong to exactly one read group set.)", | 2084 "description": "The ID of the read group set this read belon
gs to. (Every read must belong to exactly one read group set.)", |
2085 "type": "string" | 2085 "type": "string" |
2086 }, | 2086 }, |
(...skipping 799 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2886 "type": "array" | 2886 "type": "array" |
2887 } | 2887 } |
2888 }, | 2888 }, |
2889 "type": "object" | 2889 "type": "object" |
2890 } | 2890 } |
2891 }, | 2891 }, |
2892 "servicePath": "genomics/v1beta2/", | 2892 "servicePath": "genomics/v1beta2/", |
2893 "title": "Genomics API", | 2893 "title": "Genomics API", |
2894 "version": "v1beta2" | 2894 "version": "v1beta2" |
2895 } | 2895 } |
OLD | NEW |