-
My analysis is using readTASSELGBSv2 to import the data. When using RADdata2VCF to generate the VCF file, it gives the following warning messages:
I have done my best reading through the documentation. Even adding the contigs from the reference fasta file hoping that this would add the reference allele information. The same warning messages appear. At this point, I am left wondering if it is not possible to get the reference / alt format in this use case, or if I am just missing something. Any help will be greatly appreciated! Cheers, Rob |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi Rob, Generally the reference allele information gets added to the RADdata object by using the Best, Lindsay |
Beta Was this translation helpful? Give feedback.
Hi Rob,
Generally the reference allele information gets added to the RADdata object by using the
refgenome
argument in theVCF2RADdata
function. If that is not how you are importing the data before genotype calling, then you could instead manually add the reference allele identity as theobject$locTable$Ref
column.Best,
Lindsay