Skip to content

Does the VCF file need to be filtered, such as minor allele frequency (MAF)? #57

@kuangzhuoran

Description

@kuangzhuoran

Does the VCF file need to be filtered, such as minor allele frequency (MAF)?
I've found that this has a significant impact on the results.

My VCF file has only undergone hard filtering with GATK.
I attempted to add the -m parameter to filter the VCF.

Without filtering by MAF.
My command is: ./RAiSD -n Rus -I input.vcf -f -R -A 0.01 -S Rus.list.
Image

After filtering out SNPs with a MAF of less than 0.05, the calculated μ values all approach zero.
My command is : ./RAiSD -n Rus -I input.vcf -m 0.05 -f -R -A 0.01 -S Rus.list.
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions