gov.nih.nci.caarray.external.v1_0.sample
Class Hybridization
java.lang.Object
gov.nih.nci.caarray.external.v1_0.AbstractCaArrayEntity
gov.nih.nci.caarray.external.v1_0.sample.AbstractExperimentGraphNode
gov.nih.nci.caarray.external.v1_0.sample.Hybridization
- All Implemented Interfaces:
- java.io.Serializable
public class Hybridization
- extends AbstractExperimentGraphNode
a Hybridization is an experiment graph node that represents the product of hybridizing extracted genetic material
with the probes on an array.
- Author:
- dkokotov
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Hybridization
public Hybridization()
getFactorValues
public java.util.Set<FactorValue> getFactorValues()
- Returns:
- the set of factor values associated with this hybridization.
setFactorValues
public void setFactorValues(java.util.Set<FactorValue> factorValues)
- Parameters:
factorValues
- the set of factor values associated with this hybridization.
getArrayDesign
public ArrayDesign getArrayDesign()
- Returns:
- the array design for the array to which this hybridization represents the act of hybridizing.
setArrayDesign
public void setArrayDesign(ArrayDesign arrayDesign)
- Parameters:
arrayDesign
- the array design for the array associated with this hybridization.