Description Usage Arguments Value Note Author(s) See Also Examples
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
.
1 | asExprSet(from, idColumn="PROBE_ID")
|
from |
object of class |
idColumn |
string; indicating which column of the |
an object of class ExpressionSet
There is a more general function for converting MALists to
ExpressionSets in the package convert
. This function here is
solely intended for converting Ringo-generated MAList
s into
ExpressionSet
s.
Joern Toedling
1 2 3 4 | exDir <- system.file("exData",package="Ringo")
exRG <- readNimblegen("example_targets.txt","spottypes.txt",path=exDir)
exMA <- preprocess(exRG, "none", returnMAList=TRUE)
exX <- asExprSet(exMA)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.