hi,
I was analyzing Ras_cell_line_predictions, the following file: mutation__gene_x_ccle_cellline.gct is missing from the data. checked the same in onco-gps-paper-analysis data folder [https://github.com/UCSD-CCAL/onco_gps_paper_analysis/tree/master/data], but could not find it. I have also looked for the file in CCLE datasets [https://portals.broadinstitute.org/ccle/data]. Let me know if any other place to download the same.
regards,
vijay
Refer to step:
Load CCLE Mutation Data
ccle_mut_file_name = os.path.join('..', '..', 'onco-gps-paper-analysis', 'data',
'mutation__gene_x_ccle_cellline.gct')
ccle_all_mut_df = pd.read_table(ccle_mut_file_name, skiprows=2, index_col=0)
ccle_all_mut_df.shape