Hello bioinformatics people.
I know lots of people have issues with VCF files and want to turn them into nice tables using R. I have made a script which does that... sort of.
I can take any sample column in VCF and turn it into a beautiful table, with each colon-delimited statistic in its own cell, but I have not figured out how to automate the process over many samples.
I have already asked this question in details on Stacks Overflow:
http://stackoverflow.com/questions/29604604/r-splitting-up-a-delimited-vcf-file-using-a-for-loop-iterating-over-sev
But thought I would post here to see if anyone else in the biological community had overcame it.
Attached: some example data if you want to play with it.