| asExprSet {Ringo} | R Documentation |
Function to convert an object of class MAList into an object of
class ExpressionSet. Note that the optional targets component
is needed in this case to generate the phenoData of the new
ExpressionSet.
asExprSet(myMA)
myMA |
object of class MAList |
an object of class ExpressionSet
Joern Toedling
exDir <- system.file("exData",package="Ringo")
exRG <- readNimblegen("example_files.txt","spottypes.txt",path=exDir)
exMA <- preprocess(exRG, "none", returnMAList=TRUE)
exX <- Ringo:::asExprSet(exMA)