Entering edit mode
Hi, I'm trying to convert a vcf to a dataframe using the rowRanges function.
df = data.frame ( rowRanges(vcf) )
it works well however its extremely slow taking up to about 1-3 mins per vcf file; whereas opening the vcf file itself takes only seconds.
Does anyone know of a more efficient/faster way to do this?
thank you.