View source: R/read_files_functions.R
read_array_files | R Documentation |
This helps to read the chip file(s).
read_array_files(i, data_path, genepix_vars)
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 |
Read multiple array files
a number of data frames in the global environment
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.