decompress | R Documentation |
Decompress a gzipped (.gz) or bgzipped (.bgz) file.
decompress(
path_formatted,
remove = FALSE,
overwrite = TRUE,
storage_dir = tempdir(),
verbose = TRUE
)
path_formatted |
Path to compressed file. |
remove |
If |
overwrite |
If |
storage_dir |
Folder in which to store the GWAS summary stats. |
verbose |
Print messages. |
Path to decompressed file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.