| numOfFactorsToUse {puma} | R Documentation |
This is really an internal function used to determine how many factors to use in design and contrast matrices
numOfFactorsToUse(eset)
eset |
An object of class ExpressionSet. |
An integer denoting the number of factors to be used.
Richard D. Pearson
Related methods createDesignMatrix and createContrastMatrix
# Next 4 lines commented out to save time in package checks, and saved version used
# if (require(affydata)) {
# data(Dilution)
# eset_mmgmos <- mmgmos(Dilution)
# }
data(eset_mmgmos)
numOfFactorsToUse(eset_mmgmos)