... | @@ -60,7 +60,7 @@ Summary of changes |
... | @@ -60,7 +60,7 @@ Summary of changes |
|
* Nested\
|
|
* Nested\
|
|
For all the nested payloads a new attribute curationType is defined with the possible values - Gene-Condition or Variant Condition. Topics that are Variant-Condition oriented will have variants object instead of genes. Check an example from the API route /Adult/api/summ/oi
|
|
For all the nested payloads a new attribute curationType is defined with the possible values - Gene-Condition or Variant Condition. Topics that are Variant-Condition oriented will have variants object instead of genes. Check an example from the API route /Adult/api/summ/oi
|
|
|
|
|
|
```
|
|
```plaintext
|
|
"variants": [
|
|
"variants": [
|
|
{
|
|
{
|
|
"id": "CA012732",
|
|
"id": "CA012732",
|
... | @@ -82,7 +82,7 @@ Summary of changes |
... | @@ -82,7 +82,7 @@ Summary of changes |
|
|
|
|
|
Scoring group membership will also have variant attributes instead of gene attributes for a Variant-Condition topic.
|
|
Scoring group membership will also have variant attributes instead of gene attributes for a Variant-Condition topic.
|
|
|
|
|
|
```
|
|
```plaintext
|
|
"scoringGroups": [
|
|
"scoringGroups": [
|
|
{
|
|
{
|
|
"label": "GroupA",
|
|
"label": "GroupA",
|
... | @@ -105,7 +105,7 @@ Summary of changes |
... | @@ -105,7 +105,7 @@ Summary of changes |
|
|
|
|
|
Note an example for the route - /Adult/api/summ/oi?flavor=flat
|
|
Note an example for the route - /Adult/api/summ/oi?flavor=flat
|
|
|
|
|
|
```
|
|
```plaintext
|
|
"columns": [ "docId", "iri", "curationType", "latestSearchDate", "lastUpdated", "context", "contextIri", "release", "releaseDate", "scoringGroup", "disease", "status-overall", "status-stg1", "status-stg2", "status-scoring", "outcome", "intervention", "final-severity", "final-likelihood", "final-natureOfIntervention", "final-effectiveness", "final-overall" ]
|
|
"columns": [ "docId", "iri", "curationType", "latestSearchDate", "lastUpdated", "context", "contextIri", "release", "releaseDate", "scoringGroup", "disease", "status-overall", "status-stg1", "status-stg2", "status-scoring", "outcome", "intervention", "final-severity", "final-likelihood", "final-natureOfIntervention", "final-effectiveness", "final-overall" ]
|
|
```
|
|
```
|
|
* Flat & format = tsv
|
|
* Flat & format = tsv
|
... | @@ -117,3 +117,5 @@ Summary of changes |
... | @@ -117,3 +117,5 @@ Summary of changes |
|
5. /Pediatric/api/summ/oi
|
|
5. /Pediatric/api/summ/oi
|
|
6. /Adult/api/summ/oi?flavor=flat [oi_flat_adult.json](uploads/941341e5d13d3d0e9cb6ae55e5e0005e/oi_flat_adult.json)
|
|
6. /Adult/api/summ/oi?flavor=flat [oi_flat_adult.json](uploads/941341e5d13d3d0e9cb6ae55e5e0005e/oi_flat_adult.json)
|
|
7. /Pediatric/api/summ/oi?flavor=flat
|
|
7. /Pediatric/api/summ/oi?flavor=flat
|
|
|
|
8. /Adult/api/summ [summ_nested_adult.json](uploads/27224d423a80de2ea6d03068a42ea052/summ_nested_adult.json)
|
|
|
|
9. /Pediatric/api/summ |
|
|
|
\ No newline at end of file |