martDisconnect {biomaRt}R Documentation

Disconnects from BioMarts

Description

This function closes connections of the Mart object the BioMarts and only has to be used when one connects via MySQL

Usage

martDisconnect(mart)

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 1.16.0 Index]