listPlatforms {BED} | R Documentation |
Lists all the probe platforms available in the BED database
listPlatforms(be = c(NA, listBe()))
be |
a character vector of BE on which to focus. if NA (default) all the BE are considered. |
A data.frame mapping platforms to BE with the following fields:
name: the platform nam
description: platform description
focus: Targeted BE
listBe, listBeIdSources, listOrganisms, getTargetedBe
## Not run:
listPlatforms(be="Gene")
listPlatforms()
## End(Not run)