getDatasets: Retrieve All Available Datasets for a BioMart Database

View source: R/getDatasets.R

getDatasetsR Documentation

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, mute_citation = FALSE)

Arguments

mart

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

mute_citation

logical value indicating whether citation message should be muted.

Author(s)

Hajk-Georg Drost

See Also

Other biomaRt: biomart(), getAttributes(), getMarts(), organismBM(), organismFilters()

Examples

## Not run: 
# search for available datasets
# getMarts()
# choose database: "ENSEMBL_MART_ENSEMBL"
head(getDatasets("ENSEMBL_MART_ENSEMBL"), 10)

## End(Not run)

ropensci/biomartr documentation built on Dec. 11, 2023, 5:37 a.m.