Usage
read.AnnotatedDataFrame(filename, path, sep = "\t", header = TRUE, quote = "", stringsAsFactors = FALSE, row.names = 1L, varMetadata.char="#", widget = getOption("BioC")$Base$use.widgets, sampleNames = character(0), ...)
Arguments
filename
file or connection from which to read.
path
(optional) directory in which to find filename
.
row.names
this argument gets passed on to
read.table
and will be used for the row names of the
phenoData slot. varMetadata.char
lines beginning with this character are used
for the varMetadata
slot. See examples.
sep, header, quote, stringsAsFactors, ...
further arguments that get passed on to
read.table
. widget
logical. Currently this is not implemented, and
setting this option to TRUE
will result in an error. In a
precursor of this function, read.phenoData
, this option could
be used to open an interactive GUI widget for entering the data.
sampleNames
optional argument that could be used in conjunction
with widget
; do not use.