Hello
When merging a list of bed files in plink I get an error
Error: 1785 variants with 3+ alleles present.
The files were originally in vcf format and were converted to bed files using vcftools (with the --plink
flag). Is there a simple way to scan through the bed files with plink or another tool and remove them?
--biallelic-only
is retired. Use e.g.--max-alleles 2
instead