greenelab / tybalt

Training and evaluating a variational autoencoder for pan-cancer gene expression data
BSD 3-Clause "New" or "Revised" License
162 stars 61 forks source link

Replacing flat files with compression #80

Closed gwaybio closed 6 years ago

gwaybio commented 6 years ago

Closes #78

Major script change is to process_data.ipynb in a918e06ba4c57e586ffcd430acb1a6c656825376

Major git LFS change is the removal of applicable flat files and addition of compressed files in 930bbc2 and f420228. I also add a zscored processed file in 7f971cc. This file will replace the file used in greenelab/pancancer#56.

Lastly, I replace the reference to loading the RNAseq flat file with the compressed file in several scripts in 0426017 and update the nbconverted files for all notebooks.

cc @dhimmel for this recommendation in greenelab/pancancer#56