Package ubic.gemma.persistence.util
Class FactorValueVector
java.lang.Object
ubic.gemma.persistence.util.FactorValueVector
- Author:
- luke
-
Constructor Summary
ConstructorsConstructorDescriptionFactorValueVector(Collection<ExperimentalFactor> factors, Collection<FactorValue> values) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetValuesForFactor(ExperimentalFactor factor) inthashCode()toString()
-
Constructor Details
-
FactorValueVector
- Parameters:
factors- for the experimentvalues- for one sample
-
-
Method Details