README.md
July 23, 2022 ยท View on GitHub
Files
tissues.txt- all gtex coexpression dab filesannotated_tissues.txt- selected files that have corresponding GO tasks (from OhmNet)valid_annotated_tissues.txt- same as the above but only for those that have sufficient (n>=5) number of positives per splitvalid_annotated_tissues_converted.txt- converted tissue names (using HumanBase naming) aligned withvalid_annotated_tissue.txt
Job scripts
run.sh- main run scriptdownload.sb- raw data download jobconvert_dat.sb- dab to dat (edge list) conversion jobsconvert_npz.sb- dat to npz (adjacency matrix as dense numpy array with node IDs info) conversion jobssparsify_networks.sb- runsparsify_networks.pyjob
Scripts
sparsify_networks.py- compute the optimal cut threshold and use it to construct and save the sparsified GTEx coexpression networks.- 2020-07-20: 0.7368
- 2022-07-22: 2.2105 (added GTExCoExp-global; optim cut based on 98% genes preserved in the largest connected component)