Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When filtering SNP, how can I preserve all information in the FORMAT column? #107

Closed
qimin1125 opened this issue Dec 26, 2024 · 1 comment

Comments

@qimin1125
Copy link

When using the command plink2 --vcf file.vcf --maf 0.05 --geno 0.05 --hwe 0.0001 --recode vcf-iid --out output --allow-extra-chr --max-alleles 2 --double-id to filter a VCF file, the resulting output.vcf file only retains the GT information in the FORMAT column. How can I preserve other information, such as AD, DP, etc., in the FORMAT column as well?

@NorthblueM
Copy link
Contributor

You might be looking for a different tool with the same name, PLINK: A Tool Set for Whole-Genome Association and Population-Based Linkage Analyses

The pLink described in this repository is a search engine designed for identifying cross-linked protein complexes or proteomes from mass spectrometry data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants