listSamplesForPlatform {celsius} | R Documentation |
Useful for enumerating all the IDs present on a platform.
idList = listSamplesForPlatform( celsiusObject);
celsiusObject |
Provide a celsius server object with approriate URLs |
Returns a list of IDs that match up with a particular platform.
Marc Carlson
#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 );