to_eset {crossmeta} | R Documentation |
Convert limma object to ExpressionSet
to_eset(object, eset)
object |
an EList of MAList object containing expression data. |
eset |
ExpressionSet from getGEO. Used for annotation. |
ExpressionSet using expression data from object
and annotation from eset
.