This helps to read the chip file(s).

read_array_files(i, data_path, genepix_vars)

Arguments

i

The name of the file which the data are to be read from.

data_path

The path where the file with the data is located

genepix_vars

A list of specific definitions of the experiment design. See array_vars.

Value

a number of data frames in the global environment

Details

Read multiple array files

Examples

## Not run:
genepix_vars <- array_vars(
channel = "635",
chip_path = system.file("extdata", "array_data/machine1/", 
package="protGear"),
totsamples = 21,
blockspersample = 2,
mig_prefix = "_first",
machine = 1,
date_process = "0520"
)
file_read <- "KK2-06.txt"
read_array_files(i=file_read,
data_path=system.file("extdata", "array_data/machine1/",
package="protGear"), genepix_vars=genepix_vars)
## End(Not run)