Skip to content

Commit

Permalink
ChEMBL, IntoGen fields update
Browse files Browse the repository at this point in the history
Il chembl fix
  • Loading branch information
Daniel Suveges authored Feb 12, 2021
2 parents a893290 + 867c407 commit d11d7d0
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions opentargets.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,24 +66,24 @@
"diseaseFromSource": {
"$ref": "#/definitions/diseaseFromSource"
},
"diseaseFromSourceId": {
"$ref": "#/definitions/diseaseFromSourceId"
},
"diseaseFromSourceMappedId": {
"$ref": "#/definitions/diseaseFromSourceMappedId"
},
"drugId": {
"$ref": "#/definitions/drugId"
},
"targetFromSourceId": {
"$ref": "#/definitions/targetFromSourceId"
},
"studyStartDate": {
"$ref": "#/definitions/studyStartDate"
},
"studyStopReason": {
"$ref": "#/definitions/studyStopReason"
},
"targetFromSource": {
"$ref": "#/definitions/targetFromSourceId"
},
"targetFromSourceId": {
"$ref": "#/definitions/targetFromSourceId"
},
"urls": {
"$ref": "#/definitions/urls"
}
Expand Down Expand Up @@ -480,9 +480,6 @@
"diseaseFromSource": {
"$ref": "#/definitions/diseaseFromSource"
},
"diseaseFromSourceId": {
"$ref": "#/definitions/diseaseFromSourceId"
},
"mutatedSamples": {
"$ref": "#/definitions/mutatedSamples"
},
Expand All @@ -492,9 +489,6 @@
"significantDriverMethods": {
"$ref": "#/definitions/significantDriverMethods"
},
"studyId": {
"$ref": "#/definitions/studyId"
},
"targetFromSourceId": {
"$ref": "#/definitions/targetFromSourceId"
},
Expand Down Expand Up @@ -1178,7 +1172,7 @@
},
"numberMutatedSamples": {
"type": "integer",
"description": "Number of cohort samples in which target is mutated with a specific mutation type",
"description": "Number of cohort samples in which target is mutated with a mutation of any type",
"exclusiveMinimum": 0
},
"numberSamplesTested": {
Expand Down

0 comments on commit d11d7d0

Please sign in to comment.