Hi,
I have a vcf file. It is filtered by tassel and save it as vcf.
while accessing the this vcf file to popgenInfo with the following commands, I am getting the following error. Please help me to figure out the issue.
gi_vcf <- read.vcfR( file = "gi-filter-new.vcf", verbose = T )
gi_genind <- vcfR2genind(gi_vcf)
error::::;
Error in extract.gt(x, return.alleles = return.alleles) :
ID column contains non-unique names
Hi,
I have a vcf file. It is filtered by tassel and save it as vcf.
while accessing the this vcf file to popgenInfo with the following commands, I am getting the following error. Please help me to figure out the issue.
gi_vcf <- read.vcfR( file = "gi-filter-new.vcf", verbose = T )
gi_genind <- vcfR2genind(gi_vcf)
error::::;
Error in extract.gt(x, return.alleles = return.alleles) :
ID column contains non-unique names