Class ExperimentalFactor
java.lang.Object
ubic.gemma.model.common.AbstractIdentifiable
ubic.gemma.model.common.AbstractDescribable
ubic.gemma.model.expression.experiment.ExperimentalFactor
- All Implemented Interfaces:
gemma.gsec.model.Securable,gemma.gsec.model.SecuredChild,Securable,SecuredChild,Describable,Identifiable
ExperimentFactors are the dependent variables of an experiment (e.g., genotype, time, glucose concentration).
- Author:
- Paul
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanImportant note: Two objects with the same class and non-null ID must be considered equal.Deprecated.Obtain the category of this experimental factor.Obtain a human-readable description of the objectgetId()getName()Obtain the name of an object is a possibly ambiguous human-readable identifier that need not be an external database reference.getType()voidsetAnnotations(Set<Characteristic> annotations) Deprecated.voidsetCategory(Characteristic category) voidsetExperimentalDesign(ExperimentalDesign experimentalDesign) voidsetFactorValues(Set<FactorValue> factorValues) voidsetSecurityOwner(ExpressionExperiment securityOwner) voidsetType(FactorType type) toString()Methods inherited from class ubic.gemma.model.common.AbstractDescribable
hashCode, setDescription, setNameMethods inherited from class ubic.gemma.model.common.AbstractIdentifiable
setId
-
Field Details
-
COMPARATOR
-
-
Constructor Details
-
ExperimentalFactor
public ExperimentalFactor()No-arg constructor added to satisfy javabean contract
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceIdentifiable- Specified by:
getIdin interfacegemma.gsec.model.Securable- Overrides:
getIdin classAbstractIdentifiable
-
getName
Description copied from interface:DescribableObtain the name of an object is a possibly ambiguous human-readable identifier that need not be an external database reference.- Specified by:
getNamein interfaceDescribable- Overrides:
getNamein classAbstractDescribable
-
getDescription
Description copied from interface:DescribableObtain a human-readable description of the object- Specified by:
getDescriptionin interfaceDescribable- Overrides:
getDescriptionin classAbstractDescribable
-
getSecurityOwner
- Specified by:
getSecurityOwnerin interfacegemma.gsec.model.SecuredChild- Specified by:
getSecurityOwnerin interfaceSecuredChild
-
setSecurityOwner
-
getType
- Returns:
- Categorical vs. continuous. Continuous factors must have a 'measurement' associated with the factorvalues, Categorical ones must not.
-
setType
-
getCategory
Obtain the category of this experimental factor.- Returns:
- the category or null if annotated automatically from GEO or used as a dummy.
-
setCategory
-
getExperimentalDesign
-
setExperimentalDesign
-
getFactorValues
- Returns:
- The pairing of BioAssay FactorValues with the ExperimentDesign ExperimentFactor.
-
setFactorValues
-
getAnnotations
Deprecated. -
setAnnotations
Deprecated. -
equals
Description copied from class:AbstractIdentifiableImportant note: Two objects with the same class and non-null ID must be considered equal. If one or both IDs are nulls, the rest of the state can be used to determine equality.- Specified by:
equalsin classAbstractIdentifiable
-
toString
- Overrides:
toStringin classAbstractDescribable
-