Skip to content

Write script to filter VCF #8

@eweitz

Description

@eweitz

Write a script to apply the user's filter selections to an annotated VCF.

Input parameters:

  • Filters: command-line arguments describing the user's filter selections, e.g. "filters=clinsig:pathogenic+molcons:missense"
  • Path to annotated VCF. an annotated VCF file where each row is a variant, and the INFO column has data on which filters the variant matches (e.g. clinsig=pathogenic;molcons=missense).

Output:

  • Filtered VCF: A VCF file in which the variants are only those matching the user's filter selections. For example, if the user had a filter selection "clinsig:pathogenic", the output VCF would not include any variants with "clinsig:benign".

@nicovbing, this is the issue we discussed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions