Usage
readCodelink(files = list.files(pattern = "TXT"), sample.name = NULL, flag, flag.weights, type.weights, dec = NULL, type = "Spot", preserve = FALSE, verbose = 2, file.type = "Codelink", check = TRUE, fix = FALSE, old = FALSE)
readCodelinkSet(filename, path, phenoData = NULL, ...)
Arguments
files
list of files to read.
sample.name
vector of same length as files with sample names.
flag
list with values to assign based on Flag quality values.
flag.weights
weights assigned to each probe flag.
type.weights
weights assigned to each probe type.
dec
character indicating the decimal character used in the files.
type
character indicating which base value to read from files.
preserve
logical, if TRUE Bkgd\_stdev slot is not removed (if present).
verbose
numerical, set the level of information. Level 2 set as old behaviour. Level > 2 output some debug info.
file.type
exported file type, currently Codelink or XLS file formats supported.
check
logical, check for probe order consistency.
fix
logical, try to fix probe order consistency.
old
logical, whether NA is assigned to intensities based on flags.
phenoData
phenoData object with sample information.
...
further arguments to be passed.