index_conda | R Documentation |
Tabix-index a tabular summary statistics file.
index_conda(
bgz_file,
chrom_i,
start_i,
end_i,
comment_char,
skip_lines = 0,
force_new = FALSE,
conda_env = "echoR_mini",
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"). |
force_new |
Force the creation of a new bgzip file (.bgz) and a new tabix index file (.tbi). |
conda_env |
Conda environments to search in.
If |
verbose |
Print messages. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.