listDatasets {InterMineR}R Documentation

Retrieve all types of InterMine features that possess dataSets as a child_name.

Description

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.

Usage

listDatasets(im)

Arguments

im

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

Value

a character vector containing the all types of features from the data model of the mine, that possess dataSets as a child_name.

Author(s)

InterMine Team

See Also

getDatasets

Examples

# HumanMine
#listDatasets(im = initInterMine(listMines()["HumanMine"]))

# FlyMine
#listDatasets(im = initInterMine(listMines()["FlyMine"]))


[Package InterMineR version 1.15.1 Index]