read.Layout: Reads layout information from a tab-delimited file

Description Usage Arguments Author(s) See Also Examples

Description

Static method that reads layout information from a tab-delimited file.

Usage

1
Layout$read(filename, path=NULL, header=TRUE, sep="	", quote="", ...)

Arguments

filename

The name of the file.

path

Optional path where the data should be written.

sep

Separator character between columns.

header

If TRUE column headers are written, otherwise not.

...

Other arguments accepted by read.table().

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

For writing a Layout object to a file *write(). See also read.table(). For more information see Layout.

Examples

1
2
  layout <- Layout$read("MouseArray.Layout.dat", path=system.file("data-ex", package="aroma"))
  print(layout)

HenrikBengtsson/aroma documentation built on May 7, 2019, 12:56 a.m.