View source: R/index_rsamtools.R
index_rsamtools | R Documentation |
Tabix-index a tabular summary statistics file.
index_rsamtools(
bgz_file,
chrom_i,
start_i,
end_i,
comment_char,
skip = 0L,
zeroBased = FALSE,
verbose = TRUE,
...
)
bgz_file |
Path to a file that has been compressed with |
comment_char |
Comment character denoting which row contains the column names (e.g. "#CHR" or "SNP"). |
verbose |
Print messages. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.