If not previously run, it will download the selected data.

LoadData(file.path, data.use = c("Visium.HNN", "Visium.Brain"))

Arguments

file.path

Path to the directory contains or to download the data object, i.e. "~/Downloads".

data.use

Selected data to load. See available.data.

Value

Selected data:

Examples

if (FALSE) {
Visium.hnn.dist <- LoadData("~/Downloads", "Visium.HNN")
}