Hello All
What is the best way to get a summary of a methylKit object?
In my case I am trying to get the list of chromosomes/linkage bodies, the number of sites per chr, the start and end position for each chr.
I want to subset a really big methylKit object by chr for custom plots etc.
At the moment if I try to methylKit::select() on the object using a vector of row indices to extract I get a segfault.
The segfault only happens with really big datasets (billions of sites).
Any assistance will be greatly appreciated!
Ryan