Hi,
I am trying to use the featureCounts function in the Rsubread (1.12.6) package in R (3.0.1). I have done this without problems before. This time I am summarizing reads for each intron, meaning my count table should have about 600000 rows for each intron feature. R keeps on crashing, giving me a segfault error.
Any ideas what I could be doing wrong? Does featureCounts run into problem when summarizing across a very large numbers of features? Did anyone successfully use featureCounts on over 500k features?
Thanks
Take a look at the memory usage when it's running. Perhaps you just run out of memory and it then segfaults.
I have monitored the memory usage, but its very low, so I dont think I am actually running out of memory.
This is really a question for
maintainer("Rsubread")
. Perhaps they'll want the output ofsessionInfo()
, in particular the version of Rsubread you're using.