I am working on downloading the CCLE_RNAseq_reads and getting this data into a R dataframe to work with. This is not easy since the file is huge and has a massive number of columns.
Can you get all of the data from a .txt file to an R dataframe? If this is not good, how do you download the data from ccle in a format that can be imported into R?
That function should work fine, but it is a little slow. For large files, I believe the data.tables package provides a readf function which is much faster.
I just tried the following and it appears to work (takes about 5-10 seconds on my laptop)