reduceDataset {farms} | R Documentation |
This function reduces the dimension of a given instance of exprSet-class
which has been summarized by exp.farms
, q.farms
or l.farms
before, based on the informative genes.
reduceDataset(object)
object |
An instance of exprSet-class . |
exp.farms
, q.farms
,l.farms
,showINIPlot
data(affybatch.example) eset <- q.farms(affybatch.example) reducedEset<-reduceDataset(eset)