filterPass: filterPass

Description Usage Arguments Examples

View source: R/filterPass.R

Description

Bcftools filter parser for only keeping PASS variants of a VCF.

Usage

1
filterPass(bcftools = "bcftools", vcf, pass_vcf)

Arguments

vcf

Vcf to filter

out_path

Path where to save the output vcf

Examples

1
2
3
4
5
## Not run: 
filterPass(vcf = 'raw/sample_tumor.vcf',
            out_path = 'pass_vcf')

## End(Not run)

msubirana/ergWgsTools documentation built on June 8, 2020, 8:07 a.m.