filter for format field using ALT column
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 35/100
Research direction
Start with the bcftools view expression in the report and the ALT and FORMAT fields it references. Check the expression documentation or implementation to determine whether ALT can select the matching FORMAT value; done means a concise, validated command or a documented limitation.
Written by the indexing model from the issue text.
Description
I have a VCF file with the following FORMAT fields: AU, TU, GU, and CU. I want to calculate the Allele Frequency (AF) for each variant based on the ALT allele and then filter variants where the AF exceeds a threshold of 0.1. The formula for AF is as follows:
AF = \frac{[ALT]U}{(AU + TU + GU + CU)}
I am having difficulty obtaining the ALT count from the ALT field. Currently, I'm achieving this by using the following bcftools view expression:
bcftools view -i '( ALT=="A" & (AU/(AU + TU + GU + TU) > 0.1) ) | ( ALT=="T" & (TU/(AU + TU + GU + TU) > 0.1) ) ' sample_vcf
The expression above is becoming quite lengthy. I'm wondering if there's an alternative approach to achieve the same result.
Thank you,
-Arijit
- Dominant language
- C
- Stars
- 891
- Forks
- 277
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 2
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from samtools/bcftools
-
needs-feedback
Difficulty 3/5 1-2 days Newbie friendliness 55/100
-
enhancement
Difficulty 5/5 Over a week Newbie friendliness 45/100
-
htslib-dependent P2: Desirable
Difficulty 3/5 1-2 days Newbie friendliness 48/100
-
Difficulty 5/5 Over a week Newbie friendliness 30/100
-
needs-feedback requires-test-case
Difficulty 3/5 1-2 days Newbie friendliness 55/100
All issues in samtools/bcftools
Similar issues
-
[adam] AdamNet network read doesn't cap to MAX_ADAM_PACKET_LEN, overflows client receive buffers Open
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
FujiNetWIFI/fujinet-firmware#1649 · 2 comments ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
HarbourMasters/Shipwright#7229 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
riscv-software-src/riscv-isa-sim#2435 · 1 comment ·
-
bug Self Built Image SNAPSHOT Supported Device target/ramips
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 76/100