View source: R/construct_tabix_path.R
construct_tabix_path | R Documentation |
Given some summary stats file, construct a name for the resulting sorted, bgzip-compressed tabix file.
construct_tabix_path(target_path, study_dir = NULL)
target_path |
Path to full GWAS/QTL summary statistics file. |
study_dir |
[optional] Path to study-specific subfolder. |
Other tabix functions:
construct_vcf_path()
,
convert()
,
index
,
query_table()
,
query_vcf()
,
read_bgz()
,
run_bgzip()
bgz_file <- echotabix::construct_tabix_path(
target_path = "mysumstatsfile.vcf.tsv.gz")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.