martDisconnect {biomaRt}R Documentation

Disconnects from BioMarts

Description

This function closes connections of the Mart object the BioMarts

Usage

martDisconnect(mart)

Arguments

mart Mart object created with function martConnect

Author(s)

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

Examples

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

martDisconnect(mart = mart)
}

[Package biomaRt version 1.8.2 Index]