tab_indx: Index tab separated genomic regions

Description Usage Arguments

View source: R/utils.R

Description

This function takes a .vcf.bgz tab separated genomic region file and generates an index for it

Usage

1
2
3
4
5
tab_indx(
  bin_path = system.file("tools/htslib/bin", "tabix", package = "RandomCode"),
  file = "",
  verbose = FALSE
)

Arguments

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.


TearsWillFall/RandomCode documentation built on Dec. 18, 2021, 4:06 p.m.