xmapDatabase {exonmap} | R Documentation |
Switches to use either the mouse or human genomic X:MAP databases
xmapDatabase(db=c("Human", "Mouse")) showXmapDatabase()
db |
Choose either the human or mouse database. |
Reads the ncessary parameters to establish a connection to the X:MAP database from a configuration file.
Details of these files, their location and their syntax can be found in the installation instructions accompanying the package.
Current database settings may be viewed with showXmapDatabase
.
This function has to be run before running any of the database related functions of exonmap.
Michal Okoniewski
http://bioinformatics.picr.man.ac.uk/
## Not run: xmapDatabse("Human") showDatabase() ## End(Not run)