Learn R Programming

biomartr (version 0.5.1)

getDatasets: Retrieve All Available Datasets for a BioMart Database

Description

This funcion queries the BioMart API and returns a table storing all available datasets for a selected BioMart databases.

Usage

getDatasets(mart)

Arguments

mart
a character string specifying the database (mart) for which datasets shall be listed.

See Also

getMarts, getAttributes, getFilters, organismBM, organismFilters, organismAttributes

Examples

Run this code
# search for available datasets
getMarts()
# choose database: "ENSEMBL_MART_ENSEMBL"
head(getDatasets("ENSEMBL_MART_ENSEMBL"), 10)

Run the code above in your browser using DataLab