I am using vcfR for several analysis. It works for a previous vcf file. But actually I got the following message while converting a vcf version 4.2 file to genind object with vcfR2genind:
Warning message:
In adegenet::df2genind(t(x), sep = sep) : entirely non-type individual(s) deleted
Could anyone help with this issue?
My script:
library(vcfR)
#Import vcf File:
vcf<-read.vcfR("my.vcf")
a<-vcfR2genind(vcf)