Hello,
I have an enormous methylation dataset (12.6Gb) that is proving too much for my computer to handle. This data is loaded in to R as a DGEList (with counts, samples, genes and a seperate file with experimental metadata), I want to create a subset of count data to use to ensure my analysis code is correct but I am not sure how to do this? I am able to read in the .rds file and look at it but not sure how to take a subset.
When attempting to manipulate the data at all the R session aborts so any help would be greatly appreciated.