readHeader {codelink}R Documentation

Read Header from Codelink Bioarrays Files

Description

Read the header of Codelink files and obtein usefull information.

Usage

readHeader(file, dec=FALSE)

Arguments

file File to read.
dec logical; If TRUE determine decimal point.

Details

Value

A list with header and other usefull information.

Note

Author(s)

Diego Diez

See Also

Examples

## Not run: 
    files <- list.files(pattern = "TXT")
    head <- readHeader(files[1])
## End(Not run)

[Package codelink version 1.6.0 Index]