I can do the following to list the samples having that allele. But, how can I if I would like to list those samples with heterogyzous genotype (wildtype and alternate)?
vtools select variant 'chr="3" AND pos=14187449 AND ref="G" AND alt="T"'-o chr pos ref alt dbSNP.name "samples()"
I can do the following to list the samples having that allele. But, how can I if I would like to list those samples with heterogyzous genotype (wildtype and alternate)?
vtools select variant 'chr="3" AND pos=14187449 AND ref="G" AND alt="T"'-o chr pos ref alt dbSNP.name "samples()"
Thanks!