phase_shapeit | R Documentation |
This function wraps the STRELKA functions for variant calling
phase_shapeit(
bin_bcftools = build_default_tool_binary_list()$bin_bcftools,
bin_bgzip = build_default_tool_binary_list()$bin_bgzip,
bin_tabix = build_default_tool_binary_list()$bin_tabix,
bin_shapeit = build_default_tool_binary_list()$bin_shapeit,
ref_panel = build_default_reference_list()$HG19$phasing$G1000$new$vcf,
gmap = build_default_reference_list()$HG19$phasing$G1000$new$gmap,
vcf = NULL,
chr = c(1:22, "X"),
scaffold = NULL,
output_name = NULL,
...
)
bin_shapeit |
Path to SHAPEIT binary file |
vcf |
Path to VCF file |
haplotype |
Path to haplotype information from 1000G |
legend |
Path to legend information from 1000G |
map |
Path to map information from 1000G |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.