PCL_READ
Extract Numeric Data from a PCL File


PCL_READ is a C++ program which extracts numeric data from a PCL file.

The main reason for doing this is so that the resulting file can easily be read by a program as pure numeric data. The PCL 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 text file.

Usage:

pcl_read file.pcl file.txt

Licensing:

The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.

Languages:

PCL_READ is available in a C++ version.

Related Data and Programs:

PCL, a dataset directory which contains datasets from a gene expression experiment on Arabidopsis;

Source Code:

You can go up one level to the C++ source codes.


Last revised on 31 August 2008.