|
|
python3 protox3_api.py aspirin,vorinostat
python3 protox3_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"
input : If using name input type, the compound name, if using canonical SMILE input type, the input smiles
type : Either "acute toxicity", "toxicity model" or "toxicity target"
acute_tox : If selected, the acute toxicity prediction with LD50, toxicity class and prediction accuracy data
tox_models : If one or more models selected data with name, prediction and prediction confidence
tox_targets : If selected,toxicity targets with pharmacophore fit values
Target : The predicted type, model or target of the corresponding prediction
acute_tox : Either LD50 or tox_class
tox_models : Shorthand name of the model
tox_targets : Name of toxicity target
Prediction : The predicted outcome
acute_tox :
LD50: predicted ld50 in mg/kg
tox_class : predicted toxicity class (1-6)
tox_models : Boolean value if activity or inactivity is predicted (1=Active, 0=Inactive)
tox_targets : Probability class for binding from 0 to 3 (0=no binding, 3=probable binding), color-coded on website
Probability : criterion differs depending on the selected target
acute_tox : average similarity in % (float 0-100)
tox_models : float value from 0 to 1 giving confidence of the above result
tox_targets : float value from 0 to 1 giving the average pharmacophore fit score









