This project is a small Python desktop application for exploring neural gene data. It fetches selected gene sequences from NCBI, searches for user-provided DNA motifs, and simulates an EEG-like signal based on motif frequency.
app.py: Tkinter application for gene lookup, motif analysis, and EEG simulationBioinformatics_Report.pdf: full project report with methodology, implementation details, and discussionBioinformatics_Research.pdf: supporting research material
- Python 3
biopythonnumpymatplotlib
pip install biopython numpy matplotlib
python app.pyAn internet connection is required because the application fetches sequence data from NCBI.
For the complete explanation of the project, refer to Bioinformatics_Report.pdf.