This helps to read the chip file(s).
read_array_files(i, data_path, genepix_vars)
The name of the file which the data are to be read from.
The path where the file with the data is located
A list of specific definitions of the experiment design.
See array_vars
.
a number of data frames in the global environment
Read multiple array files
## 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)