Description Usage Arguments Examples
Bcftools filter parser for only keeping PASS variants of a VCF.
1 | filterPass(bcftools = "bcftools", vcf, pass_vcf)
|
vcf |
Vcf to filter |
out_path |
Path where to save the output vcf |
1 2 3 4 5 | ## Not run:
filterPass(vcf = 'raw/sample_tumor.vcf',
out_path = 'pass_vcf')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.