Learn R Programming

BED (version 1.5.2)

listPlatforms: Lists all the probe platforms available in the BED database

Description

Lists all the probe platforms available in the BED database

Usage

listPlatforms(be = c(NA, listBe()))

Value

A data.frame mapping platforms to BE with the following fields:

  • name: the platform nam

  • description: platform description

  • focus: Targeted BE

Arguments

be

a character vector of BE on which to focus. if NA (default) all the BE are considered.

See Also

listBe, listBeIdSources, listOrganisms, getTargetedBe

Examples

Run this code
if (FALSE) {
listPlatforms(be="Gene")
listPlatforms()
}

Run the code above in your browser using DataLab