Learn R Programming

WhopGenome (version 0.9.4)

whop.go.connect: Establish a connection to the AmiGO database servers

Description

Establish a connection to the AmiGO database servers or an arbitrary one with the same database schema as the AmiGO DB.

Usage

whop.go.connect(althost = NA, altport = NA, altuser = NA, altpass = NA, altdb = NA, altdbdrivername=NA, dbdrvpkgnam=NA)

Arguments

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)

Value

Success status

References

AmiGO database