affy (version 1.50.0)

read.cdffile.list: Read CDF file into an R list

Description

This function reads the entire contents of a cdf file into an R list structure

Usage

read.cdffile.list(filename, cdf.path = getwd())

Arguments

filename
name of CDF file
cdf.path
path to cdf file

Value

  • returns a list structure. The exact contents may vary depending on the file format of the cdf file (see check.cdf.type)

Details

Note that this function can be very memory intensive with large CDF files.