Description Usage Arguments Details Value Author(s) References See Also Examples
Reads a GenePix Results (GPR) file header. This method will parse the header of a GPR file and extract all header information including the column names of the preceeding data section.
1 | GenePixData$readHeader(filename, path=NULL, verbose=FALSE, ...)
|
filename |
The filename of the file to be read. |
path |
The path to the file. |
verbose |
If |
This method is used internally by the *read()
method.
There are many difference version of the GenePix image analysis software and almost equally number of different versions of the GenePix Results file format. All example data available at http://www.axon.com/gn_GPR_Format_History.html have been tested and can successfully be read using this method.
Returns a list
of the header fields, but also the names and
the "guessed" classes of the columns to be read.
Henrik Bengtsson (http://www.braju.com/R/)
GenePix File Formats: http://www.axon.com/GN_GenePix_File_Formats.html, http://www.axon.com/gn_GPR_Format_History.html
To read a GenePix Results file including the data section
see *read()
.
For more information see GenePixData
.
1 2 | header <- GenePixData$readHeader("gpr123.gpr", path=system.file("data-ex", package="aroma"))
str(header)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.