Entering edit mode
5.0 years ago
ambarishnag
•
0
Hi , I am trying to convert a gff3 file obtained using pbalign and variantCaller from SMRT tools 7.0 to a vcf4.2 file that I will be using with the R vcfR package. I tried gffToVcf but that does not yield the desired VCF file, since the VCF file produced has no genotype information, in fact the VCF file is missing the FORMAT column. How do I produce a VCF file that is suitable for the vcfR package ? Thanks, Ambarish.