PCL is a dataset directory which contains files we are considering contain gene expression data from experiments on Arabidopsis.
The first line of the file contains a (long) list of labels. There follow N records, each containing 3 labels and 14 numeric values, separated by TAB characters. PCL_READ reads this data, ignoring the title and labels, and writes N records of numeric data to a new file.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
PCL_READ, a C program which reads a PCL file and extracts the numeric data;
PCL_READ, a C++ program which reads a PCL file and extracts the numeric data;
SAMMON, a dataset directory which contains six sets of M-dimensional data for cluster analysis.
You can go up one level to the DATASETS directory.