read.maimages
and are not usually called directly by users.
readGenericHeader(file, columns, sep="\t")
readGPRHeader(file)
readSMDHeader(file)
NHeaderRecords
which gives the number of lines in the file before the intensity data begins.
All other components are character vectors.
readGPRHeader
is for GenePix output and readSMDHeader
is for files from the Stanford Microarray Database (SMD).
readGenericHeader
finds the line in the file on which the data begins by searching for specified column headings.
See http://smd.princeton.edu for the SMD.
read.maimages
An overview of LIMMA functions to read data is given in 03.ReadingData.