Loads tracks and intervals from a dataset directory, making them available for analysis alongside the working database.
gdataset.load(path, force = FALSE, verbose = FALSE)Invisibly returns a list with:
Number of visible tracks loaded
Number of visible intervals loaded
Number of tracks shadowed by collisions
Number of intervals shadowed by collisions
dataset_path <- gdataset.example_path()
gdataset.load(dataset_path)
gdataset.unload(dataset_path)