| readClfEnv | R Documentation | 
This function parses a CLF file using the Affymetrix Fusion SDK. CLF (chip layout) files contain information associating probe ids with chip x- and y- coordinates.
readClfEnv(file, readBody = TRUE)
file | 
 
  | 
readBody | 
 
  | 
An environment. The header element is always present; the
remainder are present when readBody=TRUE.
header | 
 A list with information about the CLF file. The list contains elements described in the CLF file format document referenced below.  | 
dims | 
 A length-two integer vector of chip x- and y-coordinates.  | 
id | 
 An integer vector of length   | 
x | 
 An integer vector of length   | 
y | 
 An integer vector of length   | 
Martin Morgan
https://www.affymetrix.com/support/developer/fusion/File_Format_CLF_aptv161.pdf describes CLF file content.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.