martDisconnect {biomaRt}R Documentation

Disconnects from BioMarts (defunct)

Description

The function 'martDisconnect' is defunct. In BioMart webservice mode, disconnecting is not necessary. Background explanation: In previous versions of this package, a MySQL mode was also supported, which required disconnecting.

Arguments

mart Mart object created with the useMart function

Author(s)

Steffen Durinck, http://www.stat.berkeley.edu/~steffen

Examples

if(interactive()){
mart <- martConnect()

martDisconnect(mart = mart)
}

[Package biomaRt version 2.0.0 Index]