Description Usage Arguments Value Author(s) See Also Examples
This is really an internal function used to determine how many factors to use in design and contrast matrices
1 | numOfFactorsToUse(eset)
|
eset |
An object of class
|
An integer denoting the number of factors to be used.
Richard D. Pearson
Related methods createDesignMatrix
and createContrastMatrix
1 2 3 4 5 6 7 8 9 | if(FALSE){
# 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)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.