eset2DGEList | R Documentation |
Transform an EexpressionSet to a DGEList object
eset2DGEList(eset, groupVar = "group")
eset |
An |
groupVar |
Character string, column in phenoDatta |
A DGEList
object
eset <- new("ExpressionSet",
exprs=matrix(rpois(120, 20), nrow=20,
dimnames=list(LETTERS[1:20], letters[1:6])),
phenoData = new("AnnotatedDataFrame", data.frame(Sample=letters[1:6],
group=gl(2, 3), row.names=letters[1:6])),
featureData = new("AnnotatedDataFrame", data.frame(Feature=LETTERS[1:20],
row.names=LETTERS[1:20])))
eset2DGEList(eset)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.