Entering edit mode
3.9 years ago
rdlady
▴
40
I got a vcf file from the supplementary materials of an article but the vcf file is in vcf 4.3 format. Is there a way to convert the vcf from 4.3 to 4.2 format?
That's a good idea. I was concerned that v4.3 might be too different from 4.2 but you are right, I should at least just try to change the version number in the vcf file and see if that works. Thank you! I will post an update if that works.
The sed command you suggested worked for the analyses I needed. Thank you again for your help!