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 list containing the base URL and API token.

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.4.1 Index]