getPlatformData {celsius} | R Documentation |
Useful to know which affy platforms are available. Presents a table with 2 cols: 1) platform name, and 2) number of cel files available
platformTable = getPlatformData( celsiusObject );
celsiusObject |
Providea celsius server object with approriate URLs |
Returns a two-column table. Column 1 contains the supported platforms, Column 2 contains the number of samples representing said platform.
Marc Carlson
#make a celsius instance celsius = new("celsiusServer", celsiusUrl = "http://celsius.genomics.ctrl.ucla.edu" ); #get platform availability information platformTable = getPlatformData( celsius );