bcftools soft filters (-s)
1
0
Entering edit mode
7.4 years ago
blur ▴ 280

Hi, Is there a list somewhere of all possible soft-filters in bcftools? I saw examples with

bcftools filter -s LowQual

but nothing else... thanks!

bcftools filters • 2.8k views
ADD COMMENT
1
Entering edit mode
7.4 years ago

there is no such list of predefined filters. See the manual: https://samtools.github.io/bcftools/bcftools.html

 -s, --soft-filter STRING|+
    annotate FILTER column with STRING or, with +, a unique filter name generated by the program ("Filter%d").

-s LowQual is a user-defined string and it is associated with an expression:

 -e, --exclude EXPRESSION
    exclude sites for which EXPRESSION is true. For valid expressions see EXPRESSIONS.

any variant failing the expression will be flagged with the FILTER.

ADD COMMENT

Login before adding your answer.

Traffic: 2870 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6