getWidgets {InterMineR}R Documentation

Get the widgets of InterMine

Description

Returns a representation of the available widgets for the mine. Each entry for the widget includes details of its type, the kind of data it processes, and any filters it accepts.

Usage

getWidgets(im)

Arguments

im

a Service object containing the base URL and API token, created by initInterMine.

Value

A data.frame containing information about the widgets that are available for each mine.

Note

The names of the widgets of the enrichment type can be passed as arguments to doEnrichment function.

Author(s)

InterMine Team

See Also

getGeneIds, doEnrichment

Examples

# Get available FlyMine widgets
FlyMine.widgets <- getWidgets(im = initInterMine(mine = listMines()["FlyMine"]))
# Get available HumanMine widgets
HumanMine.widgets <- getWidgets(im = initInterMine(mine = listMines()["HumanMine"]))

[Package InterMineR version 1.14.1 Index]