asExprSet {Ringo}R Documentation

converts MAList into an exprSet

Description

Function to convert an object of class MAList into an object of class ExpressionSet. Note that the otherwise optional targets component is required in this case to generate the phenoData of the new ExpressionSet.

Usage

asExprSet(myMA)

Arguments

myMA object of class MAList

Value

an object of class ExpressionSet

Author(s)

Joern Toedling

See Also

ExpressionSet

Examples

  exDir <- system.file("exData",package="Ringo")
  exRG  <- readNimblegen("example_targets.txt","spottypes.txt",path=exDir)
  exMA  <- preprocess(exRG, "none", returnMAList=TRUE)
  exX   <- Ringo:::asExprSet(exMA)

[Package Ringo version 1.2.0 Index]