This repository contains code and Keras model to run and deploy the Flask app PPR Scan, as well as resulting PPR annotations for Arabidopsis thaliana Araport11, which is then mannully curated. The model have been pre-trained to recognize 11 variants of PPR motif and TPR motif in given input sequences.
conda create -n dl -c anaconda python=3.6 numpy pandas matplotlib seaborn scikit-learn keras Flask gunicorn biopython jupyterlab
sourace activate dl
git clone https://github.com/MolGen/pprscan.git
cd pprscan
python app.py