Created for CSI4900 - Honours Project
A Python script to perform a simple correlation calculation on data from files containing integrated GDC RNA expression data.
Also contains function that can be used to show a scatter plot of a pair of genes from an integrated file.
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
pip install pandas
pip install matplotlib