This function takes a .vcf.bgz tab separated genomic region file and generates an index for it
1 2 3 4 5 | tab_indx(
bin_path = system.file("tools/htslib/bin", "tabix", package = "RandomCode"),
file = "",
verbose = FALSE
)
|
bin_path |
REQUIRED Path to bcftools binary. Default tools/htslib/tabix. |
file |
REQUIRED Path to VCF file to index. |
verbose |
OPTIONAL Enables progress messages. Default False. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.