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])
    #############

[Package codelink version 1.4.0 Index]