Description Usage Arguments Value Author(s) See Also Examples
This function retrieves all types of features from the data model of each Mine, that possess dataSets as a child_name. For these types of features, there are available datasets in the respective mine instance.
1 | listDatasets(im)
|
im |
a Service object containing the base URL and API token, created by |
a character vector containing the all types of features from the data model of the mine, that possess dataSets as a child_name.
InterMine Team
1 2 3 4 5 | # HumanMine
#listDatasets(im = initInterMine(listMines()["HumanMine"]))
# FlyMine
#listDatasets(im = initInterMine(listMines()["FlyMine"]))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.