This platform is designed to process and visualize TEER (Transepithelial Electrical Resistance) data from experimental setups. It supports:
- Parsing
.matfiles containing measurement data and.txtfiles with timepoints. - Storing raw and processed data in an SQLite database.
- Interactive visualization of impedance and phase differences using Dash.
- Automated ingestion of experimental data.
- Database schema for organizing raw and processed data.
- Interactive Dash dashboard for real-time exploration and filtering of results.
- Python: Core language for scripting and backend development.
- Flask: Backend framework for file uploads and API development.
- Dash: Framework for creating interactive visualizations.
- SQLite: Relational database for structured data storage.
- MATLAB File Parsing:
.matfile handling viascipy.io. - Git and GitHub: Version control and collaboration.
- Python (3.8 or above)
- Git
- Clone the repository:
git clone https://github.com/yourusername/TEER_Data_Platform.git cd TEER_Data_Platform