You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
summary: Get gene dataset reports by taxonomic identifier
@@ -4485,6 +4555,16 @@ paths:
4485
4555
example-0:
4486
4556
value: PROTEIN_CODING
4487
4557
summary: Only protein coding genes
4558
+
- name: sort.field
4559
+
in: query
4560
+
required: false
4561
+
schema:
4562
+
type: string
4563
+
- name: sort.direction
4564
+
in: query
4565
+
required: false
4566
+
schema:
4567
+
$ref: '#/components/schemas/v2SortDirection'
4488
4568
/gene/locus_tag/{locus_tags}/dataset_report:
4489
4569
get:
4490
4570
summary: Get gene dataset reports by locus tag
@@ -4595,6 +4675,16 @@ paths:
4595
4675
example-0:
4596
4676
value: PROTEIN_CODING
4597
4677
summary: Only protein coding genes
4678
+
- name: sort.field
4679
+
in: query
4680
+
required: false
4681
+
schema:
4682
+
type: string
4683
+
- name: sort.direction
4684
+
in: query
4685
+
required: false
4686
+
schema:
4687
+
$ref: '#/components/schemas/v2SortDirection'
4598
4688
/gene/dataset_report:
4599
4689
post:
4600
4690
summary: Get gene dataset report as JSON
@@ -4757,6 +4847,23 @@ paths:
4757
4847
- NM_001408458.1
4758
4848
- NM_001407959.1
4759
4849
summary: Selected transcripts from BRCA1
4850
+
- name: tax_search_subtree
4851
+
description: 'For queries including a tax-id, include any matching genes annotated on taxa below the selected taxon. By default this is false, and only genes for the selected taxon are returned.'
4852
+
in: query
4853
+
required: false
4854
+
schema:
4855
+
type: boolean
4856
+
default: false
4857
+
- name: sort.field
4858
+
in: query
4859
+
required: false
4860
+
schema:
4861
+
type: string
4862
+
- name: sort.direction
4863
+
in: query
4864
+
required: false
4865
+
schema:
4866
+
$ref: '#/components/schemas/v2SortDirection'
4760
4867
/gene/accession/{accessions}/product_report:
4761
4868
get:
4762
4869
summary: Get gene product reports by accession IDs
@@ -4880,6 +4987,23 @@ paths:
4880
4987
- NM_001408458.1
4881
4988
- NM_001407959.1
4882
4989
summary: Selected transcripts from BRCA1
4990
+
- name: tax_search_subtree
4991
+
description: 'For queries including a tax-id, include any matching genes annotated on taxa below the selected taxon. By default this is false, and only genes for the selected taxon are returned.'
description: 'For queries including a tax-id, include any matching genes annotated on taxa below the selected taxon. By default this is false, and only genes for the selected taxon are returned.'
5143
+
in: query
5144
+
required: false
5145
+
schema:
5146
+
type: boolean
5147
+
default: false
5148
+
- name: sort.field
5149
+
in: query
5150
+
required: false
5151
+
schema:
5152
+
type: string
5153
+
- name: sort.direction
5154
+
in: query
5155
+
required: false
5156
+
schema:
5157
+
$ref: '#/components/schemas/v2SortDirection'
5017
5158
/gene/taxon/{taxon}/product_report:
5018
5159
get:
5019
5160
summary: Get gene product reports by taxonomic identifier
@@ -5136,6 +5277,23 @@ paths:
5136
5277
- NM_001408458.1
5137
5278
- NM_001407959.1
5138
5279
summary: Selected transcripts from BRCA1
5280
+
- name: tax_search_subtree
5281
+
description: 'For queries including a tax-id, include any matching genes annotated on taxa below the selected taxon. By default this is false, and only genes for the selected taxon are returned.'
5282
+
in: query
5283
+
required: false
5284
+
schema:
5285
+
type: boolean
5286
+
default: false
5287
+
- name: sort.field
5288
+
in: query
5289
+
required: false
5290
+
schema:
5291
+
type: string
5292
+
- name: sort.direction
5293
+
in: query
5294
+
required: false
5295
+
schema:
5296
+
$ref: '#/components/schemas/v2SortDirection'
5139
5297
/gene/locus_tag/{locus_tags}/product_report:
5140
5298
get:
5141
5299
summary: Get gene product reports by locus tags
@@ -5254,6 +5412,23 @@ paths:
5254
5412
- NM_001408458.1
5255
5413
- NM_001407959.1
5256
5414
summary: Selected transcripts from BRCA1
5415
+
- name: tax_search_subtree
5416
+
description: 'For queries including a tax-id, include any matching genes annotated on taxa below the selected taxon. By default this is false, and only genes for the selected taxon are returned.'
5417
+
in: query
5418
+
required: false
5419
+
schema:
5420
+
type: boolean
5421
+
default: false
5422
+
- name: sort.field
5423
+
in: query
5424
+
required: false
5425
+
schema:
5426
+
type: string
5427
+
- name: sort.direction
5428
+
in: query
5429
+
required: false
5430
+
schema:
5431
+
$ref: '#/components/schemas/v2SortDirection'
5257
5432
/gene/product_report:
5258
5433
post:
5259
5434
summary: Get gene product reports as JSON
@@ -10021,6 +10196,13 @@ components:
10021
10196
type: array
10022
10197
items:
10023
10198
type: string
10199
+
tax_search_subtree:
10200
+
type: boolean
10201
+
title: 'For queries including a tax-id, include any matching genes annotated on taxa below the selected taxon. By default this is false, and only genes for the selected taxon are returned.'
10202
+
sort:
10203
+
type: array
10204
+
items:
10205
+
$ref: '#/components/schemas/v2SortField'
10024
10206
v2GeneDatasetReportsRequestSymbolsForTaxon:
10025
10207
type: object
10026
10208
properties:
@@ -10939,6 +11121,59 @@ components:
10939
11121
use_psg:
10940
11122
type: boolean
10941
11123
title: 'Experimental approach to retrieving sequence data.'
0 commit comments