Skip to contents

This function returns the URL of the OmicIDX DuckDB database file. You can use this URL to access the database directly or for other purposes.

Usage

get_omicidx_duckdb_location()

Value

A string representing the URL of the OmicIDX DuckDB database file.

Examples

url <- get_omicidx_duckdb_location()
print(url)
#> [1] "https://store.cancerdatasci.org/omicidx/omicidx.duckdb"