Learn R Programming

inSilicoDb (version 2.8.0)

getPlatforms: Get platforms for a dataset

Description

Get all platforms that are used in a given dataset.

Usage

getPlatforms(dataset);

Arguments

dataset
Valid dataset identifier: the GEO or InSilico DB accession code.

Value

List of valid platform identifiers.

Examples

Run this code

getPlatforms("GSE4635");
## [1] "GPL96"
getPlatforms("GSE781");
## [1] "GPL96" "GPL97"

Run the code above in your browser using DataLab