martDisconnect {biomaRt}R Documentation

Disconnects from BioMarts

Description

This function closes connections of the Mart object the BioMarts

Usage

martDisconnect(mart = NULL)

Arguments

mart Mart object created with function martConnect

Author(s)

Steffen Durinck, http://www.esat.kuleuven.ac.be/~sdurinck

See Also

Examples

## Not run: 
mart <- martConnect()

martDisconnect(mart = mart)
## End(Not run)

[Package biomaRt version 1.0.4 Index]