read.ImaGeneData: Reads an ImaGene result file

Description Usage Arguments Value Author(s) See Also Examples

Description

Reads an ImaGene result file. Currently ImaGene v4.1, v4.2, v5.0 files are supported. If the version is not recognized it will try to make a best guess and read it in anyway. However, it can not be guaranteed that all fields will be of the correct data type.

Usage

1
ImaGeneData$read(filename, path=NULL, verbose=FALSE, ...)

Arguments

filename

The filename of the file to be read.

path

The path to the file.

verbose

If TRUE, information will printed out during the reading of the file.

Value

Returns an ImaGeneData object.

Author(s)

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

See Also

For more information see ImaGeneData.

Examples

1
2
3
  igG <- ImaGeneData$read("imagene234.cy3", path=system.file("data-ex", package="aroma"))
  igR <- ImaGeneData$read("imagene234.cy5", path=system.file("data-ex", package="aroma"))
  raw <- getRawData(igR, igG)

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