numOfFactorsToUse: Determine number of factors to use from an ExpressionSet

Description Usage Arguments Value Author(s) See Also Examples

Description

This is really an internal function used to determine how many factors to use in design and contrast matrices

Usage

1

Arguments

eset

An object of class ExpressionSet.

Value

An integer denoting the number of factors to be used.

Author(s)

Richard D. Pearson

See Also

Related methods createDesignMatrix and createContrastMatrix

Examples

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)
}

puma documentation built on Nov. 8, 2020, 11:08 p.m.