listDatasets: Retrieve all types of InterMine features that possess...

Description Usage Arguments Value Author(s) See Also Examples

View source: R/listDatasets.R

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

1

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

1
2
3
4
5
# HumanMine
#listDatasets(im = initInterMine(listMines()["HumanMine"]))

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

intermine/InterMineR documentation built on Jan. 10, 2022, 11:34 p.m.