File parsers {oligo} | R Documentation |
These functions provide parsing capabilities to the oligo package, making it possible to read XYS files.
read.xysfiles(filenames, phenoData = new("AnnotatedDataFrame"), description = NULL, notes = "", verbose = FALSE) readonexysfile(filename) readxysHeader(filename)
filenames |
character vector containing the names of the files to be read. |
filename |
string with the name of the file |
phenoData |
phenoData object. |
description |
MIAME object. |
notes |
notes. |
verbose |
logical. Verbose flag. |
The functions readonexysfile
and readxysHeader
are not
expected to be used by the final user. They are mainly functions for
internal use.
The functions return an FeatureSet
object.
list.celfiles
, read.celfiles
, list.xysfiles
## Do not run ## FeatureSetObject <- read.xysfiles(list.xysfiles())