gdb.reload | R Documentation |
Reloads database from disk: list of tracks, intervals, etc.
gdb.reload(rescan = TRUE)
rescan |
indicates whether the file structure should be rescanned |
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.
No return value, called for side effects.
gdb.init
, gdb.create
,
gdir.cd
,
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.