Learn R Programming

codelink (version 1.40.2)

readHeader: 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.

Value

Examples

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

Run the code above in your browser using DataLab