gdb.reload {misha} | R Documentation |
Reloads database from the disk
Description
Reloads database from disk: list of tracks, intervals, etc.
Usage
gdb.reload(rescan = TRUE)
Arguments
rescan |
indicates whether the file structure should be rescanned |
Details
Reloads Genomic Database from disk: list of tracks, intervals, etc. Use this function if you manually add tracks or if for any reason the database becomes corrupted. If 'rescan' is 'TRUE', the list of tracks and intervals is achieved by rescanning directory structure under the current current working directory. Otherwise 'gdb.reload' attempts to use the cached list that resides in 'GROOT/.db.cache' file.
Value
No return value, called for side effects.
See Also
gdb.init
, gdb.create
,
gdir.cd
,
[Package misha version 4.3.6 Index]