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

gdb.unload()

Value

None.

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.

Examples