PLMset2exprSet {affyPLM} | R Documentation |
This function converts a PLMset to an exprSet. This is often useful since many Bioconductor functions operate on exprSet objects.
PLMset2exprSet(pset) pset2eset(pset)
pset |
The PLMset to convert to exprSet |
These functions convert PLMset objects to exprSet objects. This is often useful
since many Bioconductor functions operate on exprSet objects. Note
that the finction pset2eset
is a wrapper for PLMset2exprSet
.
returns a exprSet
Ben Bolstad bolstad@stat.berkeley.edu
data(affybatch.example) Pset <- fitPLM(affybatch.example) eset <- pset2eset(Pset)