OdoriFy is an open-source web server with Deep Neural Network-based prediction models coupled with explainable Artificial Intelligence functionalities, developed in an effort to provide the users with a one-stop destination for all their problems pertaining to olfaction. OdoriFy is highly versatile, capable of deorphanizing human olfactory receptors (Odor Finder), odorant prediction (Odorant Predictor), identification of Responsive Olfactory Receptors for a given ligand/s (OR Finder), and Odorant-OR Pair Analysis. With OdoriFy, we aim to provide a simplified and hassle-free environment for users.
Webserver is freely available at https://odorify.ahujalab.iiitd.edu.in/
The source code of the embeddings needed to train the model is available at https://github.com/the-ahuja-lab/Odorify
-
Odorant Predictor: OdoriFy allows users to predict or verify whether the user supplemented chemicals qualifies for the odorant properties. It also performs the sub-structure analysis and highlights atoms indispensable for the predicted decision. Input: Chemical (SMILES)
-
OR Finder: It enables the identification of cognate human olfactory receptors for the user-supplied odorant molecules. Moreover, similar to Odorant Predictor it also highlights odorant sub-structures responsible for the predicted interactions. Input: Chemical (SMILES)
-
Odor Finder: OdoriFy allows users to submit the protein sequences of wild-type or mutant human ORs and performs prediction and ranking of their potential cognate odorants. Input: Protein sequences (FASTA format)
-
Odorant-OR Pair Analysis: OdoriFy flexibility also supports the validation of OR-Odor pairs supplement by the user. Moreover, the explainable AI component of OdoriFy returns the sub-structure analysis (odor) and marking of key amino acids (OR) responsible for the predicted decision. Input: Chemical (SMILES) and Protein sequences (FASTA Format).
- Python v.3.4.6 or higher
- TensorFlow v1.12
- rdkit v.2018.09.2
- Conda Environment
- Pytorch
- Captum
- Install conda via: https://www.anaconda.com/products/individual
- Make the installer an executable file via: chmod u+x installer
- Run the installer via: ./installer