Hi everybody,
I want to filter variants according to MAF < 0.001 but I dont know which programs will I have to use ?
Thanks,
BG
Hi everybody,
I want to filter variants according to MAF < 0.001 but I dont know which programs will I have to use ?
Thanks,
BG
I used plink:
./plink --vcf myfile.vcf --maf 0.001--recode vcf --out myfilefiltered.vcf
PLINK is only usable here if you only need to keep hard genotype calls from the VCF. Otherwise, you should use vcftools or a similar VCF-based program.
The value in the GT field. PLINK will only track whether the genotype call is 0/0, 0/1, 1/1, or missing; if there is any other information in the VCF (e.g. genotype likelihoods, read depths) it is ignored by PLINK.
Also, if there is more than one ALT allele, PLINK currently throws out all but the most common one; this will be fixed, but it will take a fairly long time.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Thanks!! I'll try :)
Which plink version are you using?
plink-1.07-x86_64 v1.07 version
You should use plink 1.9, is the most updated and I worked using that version. See the link https://www.cog-genomics.org/plink2/
It works :)
Thanks!
Hi,
I got some errors as ;
Could you please help me and is it working for vcf file ?
Thanks !!!