Predict plant stress conditions from transcriptomic data using interpretable machine learning models.
Publicly available gene expression data from GEO:
- GSE5686 (Arabidopsis stress responses)
- Logistic Regression (L1 regularization)
- Random Forest
- SHAP for model interpretability
- Data acquisition and preprocessing from GEO
- Exploratory data analysis and quality control
- Feature selection and normalization
- Model training and evaluation
- Model interpretation using SHAP
- Biological interpretation of key genes
Interpretable models achieve competitive classification performance and identify biologically relevant stress-associated genes.
Create the analysis environment using:
- data/: raw and processed data references
- notebooks/: exploratory and modeling notebooks
- src/: reusable Python scripts
- results/: figures and tables
- paper/: manuscript files