Open complexgenome opened 3 years ago
You misused "genotype.var.name", dosages are always stored in 'annotation/format/DS'.
Remove ,genotype.var.name="annotation/format/DS"
@zhengxwen thank you for your reply.
Would following command be fine to tell seqVCF2GDS
to use dosage values?
SeqArray::seqVCF2GDS(vcf.fn,output_file, verbose=TRUE,scenario=c("imputation"))
Hi @zhengxw-ab
I am interested to create GDS file using VCF from imputed data. I would like to keep dosage information intact in this process. I use command as:
seqVCF2GDS("CHR22.recode.vcf.gz","check.gds",verbose=TRUE,genotype.var.name="annotation/format/DS",scenario=c("imputation"))
I get messages as:
It says 'annotation/format/DS' in the FORMAT field.
How do I ensure to guide
seqVCF2GDS
function to pick dosage value?Thanks,