Table of Contents
This project is built in python to read Excel Sheets with protein data and graph them using p-values, t-tests, and more features soon to be made. The purpose is to compare data of proteins found within non-covid vs covid patients who have shown to have olfactory loss.
To use our program follow the steps below.
You will have to install a few packages used within the code, if you haven't already.
- np
pip install np
- openpxyl
pip install openpxyl
- tkinter.filedialog
pip install tkinter
- statistics
pip install statistics
- matplotlib
pip install matplotlib
- scipy
pip install scipy
- pandas
pip install pandas
- plotly
pip install plotly
- dash
pip install dash
- Download Python [https://www.python.org/downloads/]
- Clone the repo, download the zip file, or copy & paste our main code
git clone https://github.com/AnthonyWeidner/ProteinAnalysisApplication.git
- Install packages
- Run the code on any platform compatible with python.
Find images of graphs made here.
Anthony Weidner - alweidner@ucdavis.edu
Maggie Chen - mxqchen@ucdavis.edu