You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
hi @gwaygenomics, Thanks for responding after a long time, I haven't got that file, however, I used alterative file for the same(CCLE_MUT_CNA_AMP_DEL_binary_Revealer.gct from CCLE website). But I am not sure that this file is appropriate for this purpose. In any case, if you have the following file: mutation__gene_x_ccle_cellline.gct please let me know.
mutation__gene_x_ccle_cellline.csv is inside of the zip file spro download gets. Running the same notebook 1 Set up data.ipynb should unzip it. I've attached the line that does the unzip below. Alternatively, if you want to download the zip file yourself and unzip it, here is the link.
@nvk747 , using CCLE_MUT_CNA_AMP_DEL_binary_Revealer.gct is appropriate (this file is used not for the main modeling but for annotating the patterns found in the analysis.)
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
The text was updated successfully, but these errors were encountered: