![]() |
|
python simple_api.py aspirin,vorinostat
python simple_api.py -t smiles -m acute_tox,tox_targets,ALL_MODELS -o out.csv "CCC(=C(C1=CC=CC=C1)C2=CC=C(C=C2)OCCN(C)C)C3=CC=CC=C3"
id : The request id that was used to retrieve this dataset, marking each individual request name : if using name input type, the compound name requested, otherwise empty string smiles : if using canonical SMILE input type, the input smiles, otherwise empty string acute_tox : If selected, the acute toxicity prediction with LD50, toxicity class and prediction accuracy data ld50: predicted ld50 in mg/kg tox_class : predicted toxicity class (1-6) avg_similarity : average similarity in % (float 0-100) pred_accuracy : predicted accuracy in % (float 0-100) tox_targets : If selected,toxicity targets with similarity values abbreviation : Short-Form of toxicity target (e.g. ANDR, AOFA, CRFR1, ..., like on the website) tox_target : Full name of the toxicity target average_similarity_known_ligands : Similarity score in % (float 0-100) binding_probability_class: 0-3 (0=no binding, 3=probable binding), color-coded on website average_pharmacophore_fit: Fit score in % (float 0-100) tox_models : If selected, Data for all other computable models with name, prediction and prediction confidence [model name] : Shorthand name of the model Prediction : Boolean value if activity or inactivity is predicted (1=Active, 0=Inactive) Probability : Float value from 0 to 1 giving confidence of the above result