Read the header information from an ImaGene image analysis output file. This function is used internally by read.maimages and is not usually called directly by users.
阅读从ImaGene图像分析输出文件头信息。这个函数内部使用read.maimages通常不是由用户直接调用。
用法----------Usage----------
readImaGeneHeader(file)
参数----------Arguments----------
参数:file
character string giving file name or path
字符串,文件名或路径
Details
详情----------Details----------
The raw data files exported by the image analysis software ImaGene include a number of header lines which contain information about the printing and scanning processes. This function extracts that information and locates the line where the intensity data begins.
原始数据文件由图像分析软件ImaGene的出口,包括标题行数,其中包含有关打印和扫描过程中的信息。这个功能提取信息和定位线的强度数据开始。
值----------Value----------
A list containing information read from the header of the ImaGene file. Each Begin-End environment found in the file header will become a recursive list in the output object, with components corresponding to fields in the file. See the ImaGene documentation for further information. The output object will also contain a component NHeaderRecordsgiving the number of lines in the file before the intensity data begins.
从头的ImaGene文件读取一个列表,其中包含信息。在文件头中发现的每一个BEGIN-END环境将成为输出对象的递归列表,文件中的字段对应的组件。请参见进一步信息ImaGene的的文档。输出对象也将包含一个组件NHeaderRecords文件中的行数,强度数据开始之前。
作者(S)----------Author(s)----------
Gordon Smyth
参考文献----------References----------
参见----------See Also----------
read.imagene
read.imagene
An overview of LIMMA functions to read data is given in 03.ReadingData.
概述LIMMA功能读取数据给出在03.ReadingData。
举例----------Examples----------
h <- readImaGeneHeader("myImaGenefile.txt")
names(h)
h$NHeaderRecords
h[["Field Dimensions"]]