Skip to content

Commit

Permalink
Update API
Browse files Browse the repository at this point in the history
Signed-off-by: Abeshouse, Adam A./Sloan Kettering Institute <abeshoua@mskcc.org>
  • Loading branch information
Abeshouse, Adam A./Sloan Kettering Institute committed Nov 12, 2019
1 parent 291c698 commit 7baa637
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
8 changes: 0 additions & 8 deletions src/shared/api/generated/CBioPortalAPIInternal-docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2060,23 +2060,15 @@
"CoExpression": {
"type": "object",
"required": [
"cytoband",
"geneticEntityId",
"geneticEntityName",
"geneticEntityType",
"pValue",
"spearmansCorrelation"
],
"properties": {
"cytoband": {
"type": "string"
},
"geneticEntityId": {
"type": "string"
},
"geneticEntityName": {
"type": "string"
},
"geneticEntityType": {
"type": "string",
"enum": [
Expand Down
6 changes: 1 addition & 5 deletions src/shared/api/generated/CBioPortalAPIInternal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,7 @@ export type ClinicalDataIntervalFilterValue = {

};
export type CoExpression = {
'cytoband': string

'geneticEntityId': string

'geneticEntityName': string
'geneticEntityId': string

'geneticEntityType': "GENE" | "GENESET"

Expand Down

0 comments on commit 7baa637

Please sign in to comment.