gdb.unload: Unloads the genome database

View source: R/db-root.R

gdb.unloadR Documentation

Unloads the genome database

Description

Unloads the currently active genome database and clears the session state.

Usage

gdb.unload()

Details

Resets the misha session to an uninitialized state: the database root, the working directory, the genome intervals, the virtual tracks, the loaded datasets, the chromosome aliases and the track / intervals-set auto-completion symbols are all cleared. After calling this function gdb.init (or gsetroot) must be called again before any other misha function is used.

Package internals are preserved, so the package itself stays loaded; this is not the same as detaching the package.

Value

None.

See Also

gdb.init, gsetroot, gdb.reload

Examples



gdb.init_examples()
gdb.unload()
gdb.init_examples()


misha documentation built on Aug. 24, 2026, 5:14 p.m.