| 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/v1beta/", | 20 "basePath": "/genomics/v1beta/", |
| 21 "baseUrl": "https://www.googleapis.com/genomics/v1beta/", | 21 "baseUrl": "https://www.googleapis.com/genomics/v1beta/", |
| 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/v1beta/referenc
e", | 25 "documentationLink": "https://developers.google.com/genomics/v1beta/referenc
e", |
| 26 "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/xe5Z99J2tlpBm9VuKqX5fLUBm4I\"", | 26 "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/9YMXCI622MfKMEFReyjm7WXUyAw\"", |
| 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:v1beta", | 31 "id": "genomics:v1beta", |
| 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 933 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 970 "response": { | 970 "response": { |
| 971 "$ref": "VariantSet" | 971 "$ref": "VariantSet" |
| 972 }, | 972 }, |
| 973 "scopes": [ | 973 "scopes": [ |
| 974 "https://www.googleapis.com/auth/genomics" | 974 "https://www.googleapis.com/auth/genomics" |
| 975 ] | 975 ] |
| 976 } | 976 } |
| 977 } | 977 } |
| 978 } | 978 } |
| 979 }, | 979 }, |
| 980 "revision": "20141028", | 980 "revision": "20141112", |
| 981 "rootUrl": "https://www.googleapis.com/", | 981 "rootUrl": "https://www.googleapis.com/", |
| 982 "schemas": { | 982 "schemas": { |
| 983 "Call": { | 983 "Call": { |
| 984 "description": "A call represents the determination of genotype with
respect to a particular variant. It may include associated information such as
quality and phasing. For example, a call might assign a probability of 0.32 to t
he occurrence of a SNP named rs1234 in a call set with the name NA12345.", | 984 "description": "A call represents the determination of genotype with
respect to a particular variant. It may include associated information such as
quality and phasing. For example, a call might assign a probability of 0.32 to t
he occurrence of a SNP named rs1234 in a call set with the name NA12345.", |
| 985 "id": "Call", | 985 "id": "Call", |
| 986 "properties": { | 986 "properties": { |
| 987 "callSetId": { | 987 "callSetId": { |
| 988 "description": "The ID of the call set this variant call bel
ongs to.", | 988 "description": "The ID of the call set this variant call bel
ongs to.", |
| 989 "type": "string" | 989 "type": "string" |
| 990 }, | 990 }, |
| 991 "callSetName": { | 991 "callSetName": { |
| 992 "description": "The name of the call set this variant call b
elongs to.", | 992 "description": "The name of the call set this variant call b
elongs to.", |
| 993 "type": "string" | 993 "type": "string" |
| 994 }, | 994 }, |
| 995 "genotype": { | 995 "genotype": { |
| 996 "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.", | 996 "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.", |
| 997 "items": { | 997 "items": { |
| 998 "format": "int32", | 998 "format": "int32", |
| 999 "type": "integer" | 999 "type": "integer" |
| 1000 }, | 1000 }, |
| 1001 "type": "array" | 1001 "type": "array" |
| 1002 }, | 1002 }, |
| 1003 "genotypeLikelihood": { | 1003 "genotypeLikelihood": { |
| 1004 "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.", | 1004 "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.", |
| 1005 "items": { | 1005 "items": { |
| 1006 "format": "double", | 1006 "format": "double", |
| 1007 "type": "number" | 1007 "type": "number" |
| 1008 }, | 1008 }, |
| 1009 "type": "array" | 1009 "type": "array" |
| 1010 }, | 1010 }, |
| 1011 "info": { | 1011 "info": { |
| 1012 "additionalProperties": { | 1012 "additionalProperties": { |
| 1013 "description": "A string which maps to an array of value
s.", | 1013 "description": "A string which maps to an array of value
s.", |
| 1014 "items": { | 1014 "items": { |
| (...skipping 1291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2306 "type": "array" | 2306 "type": "array" |
| 2307 } | 2307 } |
| 2308 }, | 2308 }, |
| 2309 "type": "object" | 2309 "type": "object" |
| 2310 } | 2310 } |
| 2311 }, | 2311 }, |
| 2312 "servicePath": "genomics/v1beta/", | 2312 "servicePath": "genomics/v1beta/", |
| 2313 "title": "Genomics API", | 2313 "title": "Genomics API", |
| 2314 "version": "v1beta" | 2314 "version": "v1beta" |
| 2315 } | 2315 } |
| OLD | NEW |