Created for CSI4900 - Honours Project
Python script to create a heatmap based on correlations in GDC expression data of PTEN with other genes.
Created to work with files/data generated by the following scripts:
-
Downloading: https://github.com/bbpgrs/Python_GDC_DL
-
Normalization: https://github.com/obawany/Normalizing-data-using-python
-
Integration (combining): https://github.com/bbpgrs/Python_GDC_Integration
-
Correlation: https://github.com/bbpgrs/Python_GDC_Correlation
-
Acquiring list of genes to place on heatmap: https://github.com/obawany/Text-Extraction
pip install pandas
pip install matplotlib
pip install seaborn