db.local.info {exonmap}R Documentation

Display the contents/clear the contents of the local data directory

Description

The filtering functions will make a local copy of the filtering data they need in a directory, 'db.local' in the R_XMAP_CONF_DIR, if 'db.local' exists.

db.local.info lists the files that have been created, and clear.db.local.info deletes them all. These files are relatively small, and these functions should probably never be needed.

Usage

  db.local.info()
  clear.db.local()

Value

Nothing.

Author(s)

C.J. Miller

References

http://xmap.picr.man.ac.uk

Examples

  if(interactive()) {
     db.local.info()
     clear.db.local()
  }

[Package exonmap version 2.0.03 Index]