How can I C# to parse variant call format VCF file?

Viewed 31

How can I read a file of variant-call-format [VCF] using .Net technology? I see some codes on GitHub that use javascript to convert file VCF format into Excel but I am not sure about the output. and I also want to parse the VCF file using .net to have full control of code and to make sure that is without any bugs

https://github.com/japeto/vcf2xls

0 Answers
Related