diff --git a/scripts/prob2label.py b/scripts/prob2label.py index 9180f8c0..9c804bfa 100644 --- a/scripts/prob2label.py +++ b/scripts/prob2label.py @@ -12,21 +12,18 @@ # labels[0]="ameliorates" # labels[1]="associated_with" labels[0]="associated_with_resistance_to" - labels[1]="associated_with_sensitivity_to" - labels[2]="decreases_risk_for" - labels[3]="exacerbates" - labels[4]="exposure_is_origin_of" - labels[5]="has_excessive_amount_in" - labels[6]="has_no_effect_on" - labels[7]="increases_risk_for" - labels[8]="is_biomarker_for" - labels[9]="is_contraindicated_for" - labels[10]="is_deficient_in" - labels[11]="prevents" - labels[12]="results_in_side_effect" - labels[13]="treats" - labels[14]="used_in_diagnosis_of" - labels[15]="other" + labels[1]="decreases_risk_for" + labels[2]="exacerbates" + labels[3]="exposure_is_origin_of" + labels[4]="has_excessive_amount_in" + labels[5]="increases_risk_for" + labels[6]="is_biomarker_for" + labels[7]="is_contraindicated_for" + labels[8]="is_deficient_in" + labels[9]="prevents" + labels[10]="results_in_side_effect" + labels[11]="treats" + labels[12]="other" elif model_key == 'bl_chemical_to_gene': labels[0]="positively_regulates" labels[1]="negatively_regulates"