read_array_files: Read array files

View source: R/read_files_functions.R

read_array_filesR Documentation

Read array files

Description

This helps to read the chip file(s).

Usage

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.

Details

Read multiple array files

Value

a number of data frames in the global environment

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)

Keniajin/protGear documentation built on Feb. 6, 2023, 6:28 p.m.