martTable-class {biomaRt}R Documentation

Class martTable

Description

Represents a martTable class

Details

This Class is used to represent an annotation table. It stores the feature identifier (affy, locuslink,...), and a table with annotation retrieved for these features.

Creating Objects

new('martTable',
id = ..../, #OMIM identifier of class numeric
table = ..../, #list
)

Author(s)

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

See Also

Examples



[Package biomaRt version 1.0.4 Index]