This function filters VCFs generated by VEP
1 2 3 4 5 6 7 8 9 | filter_VEP(
bin_path = "tools/ensembl-vep/filter_vep",
bin_path2 = "tools/htslib/bgzip",
bin_path3 = "tools/htslib/tabix",
unf_vcf = "",
filter = "",
verbose = FALSE,
output_dir = ""
)
|
bin_path |
Path to vep binary. Default tools/ensembl-vep/filter_vep. |
bin_path2 |
Path to bgzip binary. Default tools/htslib/bgzip. |
bin_path3 |
Path to tabix binary. Default tools/htslib/tabix. |
unf_vcf |
Path to vcf file. |
filter |
Column tags to filter by. Examples "(MAX_AF < 0.01 or not MAX_AF) and FILTER = PASS and SYMBOL in /home/regmova/PCFselect/Panel_V2/PANEL_GENE.txt". For more information check VEP filter info. |
verbose |
Enables progress messages. Default False. |
output_dir |
Path to the output directory. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.