This repository contains code supporting the manuscript titled Topological and Functional Characterization of Human Translation Efficiency Covariation Network. It includes scripts used for:
- Characterization of the TEC network
- Comparative analysis with the corresponding RNA co-expression network
- Functional analysis of the TEC network
- Analysis of tissue-specific TEC networks
- Supplementary and supporting analyses
The following Jupyter notebooks correspond to the four results subsections of the manuscript:
tec_characterization.ipynb- Characterization of TEC networkrna_comparison.ipynb- Comparison between the TEC network and the RNA co-expression network; includes Supplementary Figure 2a and Table 3tec_biology.ipynb- Functional analysis and clustering of the TEC networktissue_net.ipynb- Analysis of the liver-specific TEC networksupplemental/- All supplemental analyses, figures, and tables generation
To run any of the analyses, open the corresponding .ipynb file and select Run All.
If you wish to save the output figures, please create the following directories beforehand:
figure/- main figuressupplemental/supp_fig/- supplementary figures
This project uses Python 3.12.
To install the required packages, run:
pip install -r requirements.txt
Due to size limitations, data files are not hosted on GitHub. They can be found via this Box Link
If you have questions, please email hurleyqi@utexas.edu.