Description Usage Arguments Value Note Author(s) See Also Examples
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.
1 | 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
1 2 3 4 | # Get available FlyMine widgets
FlyMine.widgets <- getWidgets(im = initInterMine(mine = listMines()["FlyMine"]))
# Get available HumanMine widgets
HumanMine.widgets <- getWidgets(im = initInterMine(mine = listMines()["HumanMine"]))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.