Downloads the required UMI4Cats example datasets.
downloadUMI4CexampleData(out_dir = tempdir(), verbose = TRUE, reduced = FALSE)
out_dir | Output directory for the datasets, defaults to tempdir(). |
---|---|
verbose | Whether to print verbose messages or not. Default: TRUE. |
reduced | Whether to use a reduced dataset to make test functions run faster. |
It creates the output_dir
with the example UMI-4C files used
by the vignette and examples. Takes advantage of the BiocFileCache package to
make sure that the file has not been previously downloaded by the user.
if (interactive()) { # Using reduced data data to make example faster. # Remove reduced=TRUE or set to FALSE to # download the full dataset. path <- downloadUMI4CexampleData(reduced = TRUE) }