Skip to content

Commit

Permalink
mychem: add chembl.drug_indications.max_phase_for_ind to response-map…
Browse files Browse the repository at this point in the history
  • Loading branch information
colleenXu committed Apr 22, 2024
1 parent 64d7e74 commit bd30c38
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions mychem.info/openapi_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -669,13 +669,14 @@ components:
## this url field will include expanded clinicaltrials (aka duplicates!)
## but is required for other references: ATC, DailyMed, FDA
ref_url: chembl.drug_indications.indication_refs.url
"biolink:max_research_phase": chembl.drug_indications.max_phase_for_ind
## commenting out because data-processing / biolink-modeling issues
# max_clinical_phase_for_indication: chembl.drug_indications.max_phase_for_ind
# year_first_approved: chembl.drug_indications.first_approval
chembl-treats-rev:
"CHEMBL.COMPOUND": chembl.molecule_chembl_id ## no prefix
ref_clinicaltrials: chembl.drug_indications.indication_refs.ClinicalTrials ## no prefix
ref_url: chembl.drug_indications.indication_refs.url
"biolink:max_research_phase": chembl.drug_indications.max_phase_for_ind
drugcentral-bioactivity:
UniProtKB: drugcentral.bioactivity.uniprot.uniprot_id ## no prefix
## commenting out because data-processing / biolink-modeling issues
Expand Down Expand Up @@ -1072,7 +1073,8 @@ components:
fields: >-
chembl.drug_indications.mesh_id,
chembl.drug_indications.indication_refs.ClinicalTrials,
chembl.drug_indications.indication_refs.url
chembl.drug_indications.indication_refs.url,
chembl.drug_indications.max_phase_for_ind
size: 1000 ## note size limit; added just in case
predicate: in_clinical_trials_for
source: "infores:chembl"
Expand Down

0 comments on commit bd30c38

Please sign in to comment.