listSamplesForPlatform {celsius}R Documentation

Lists all the internal IDs for a given platform

Description

Useful for enumerating all the IDs present on a platform.

Usage

 idList = listSamplesForPlatform( celsiusObject);

Arguments

celsiusObject Provide a celsius server object with approriate URLs

Value

Returns a list of IDs that match up with a particular platform.

Author(s)

Marc Carlson

Examples

#make a celsius instance
celsius = new( "celsiusServer",
  celsiusUrl = "http://celsius.genomics.ctrl.ucla.edu",
  platform = "HG-U133_Plus_2" );

#get ids for the platform
idList = listSamplesForPlatform( celsius );

[Package celsius version 1.0.7 Index]