whop.go.connect {WhopGenome} | R Documentation |
Establish a connection to the AmiGO database servers or an arbitrary one with the same database schema as the AmiGO DB.
whop.go.connect(althost = NA, altport = NA, altuser = NA, altpass = NA, altdb = NA, altdbdrivername=NA, dbdrvpkgnam=NA)
althost |
Optional override for the hostname of the database server; default "mysql.ebi.ac.uk" |
altport |
Optional override for the port to connect to on the database server; default 4085 |
altuser |
Optional override for the username to authenticate with; default "go_select" |
altpass |
Optional override for the password to authenticate with; default "amigo" |
altdb |
Optional override for the database name to connect to;default "go_latest" |
altdbdrivername |
Optional override for the DBMS driver to use;default "MySQL" |
dbdrvpkgnam |
Optional hint which R package provides the DBMS driver (e.g. " RMySQL" for the MySQL DBMS driver) |
Success status
Ulrich Wittelsbuerger
AmiGO database