This function takes a VCF file and Bgzips it
1 2 3 4 5 | bgzip(
bin_path = system.file("tools/htslib/bin", "bgzip", package = "RandomCode"),
file = "",
verbose = FALSE
)
|
bin_path |
Required Path to bcftools binary. Default tools/htslib/tabix. |
file |
Required Path to VCF file to bgzip. |
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.