Skip to content
Prev 9769 / 21307 Next

[Bioc-devel] VCF Intersection Using readVcf Remarkably Slow

On 09/27/2016 06:00 PM, Dario Strbenac wrote:
iterate through the file using yieldSize to manage memory, e.g.,

rngs <- rowRanges(aSet)
genome(rngs) <- "b37"

GenomicFiles::reduceByYield(
     VcfFile(anotherFile, yieldSize=10000),
     readVcf,
     function(YIELD) subsetByOverlaps(YIELD, rngs),
     c)
This email message may contain legally privileged and/or...{{dropped:2}}