getWidgets {InterMineR} | R Documentation |
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.
getWidgets(im)
im |
a Service object containing the base URL and API token, created by |
A data.frame containing information about the widgets that are available for each mine.
The names of the widgets of the enrichment type can be passed as arguments to doEnrichment
function.
InterMine Team
# Get available FlyMine widgets FlyMine.widgets <- getWidgets(im = initInterMine(mine = listMines()["FlyMine"])) # Get available HumanMine widgets HumanMine.widgets <- getWidgets(im = initInterMine(mine = listMines()["HumanMine"]))