parseGEO {GEOquery}R Documentation

Parse GEO text

Description

Workhorse GEO parsers.

Usage

parseGEO(con, GSElimits)
parseGPL(txt)
parseGDS(txt)
parseGSE(con, GSElimits)
parseGSM(txt)

Arguments

txt The text from a GEO SOFT format file
con A connection that contains the body of a GEO SOFT format file
GSElimits Used to limit the number of GSMs parsed into the GSE object; useful for memory management for large GSEs.

Details

These are probably not useful to the end-user. Use getGEO to access these functions. parseGEO simply delegates to the appropriate specific parser. There should be no reason to use the parseGPL, parseGDS, parseGSE, or parseGSM functions directly.

Value

parseGEO returns an object of the associated type. For example, if it is passed the text from a GDS entry, a GDS object is returned.

Author(s)

Sean Davis

See Also

getGEO


[Package GEOquery version 2.0.6 Index]