getSampleData {celsius} | R Documentation |
Retrieves quantified Affymetrix data in multi-graph (MGR) format by array
getSampleData(celsiusObject, id = c() );
celsiusObject |
Provide a celsius server object with approriate URLs |
id |
character vector of IDs, database accession identifiers for CEL records used in Celsius |
Return value is a table with rows labels as SN identifiers and column labels as probeset identifiers.
Jun Dong, Marc Carlson and Allen Day
#make a celsius instance celsius = new( "celsiusServer", celsiusUrl = "http://celsius.genomics.ctrl.ucla.edu", verbose = TRUE ); #get the data data = getSampleData( celsius, id = c( "SN:1005595" ) );