Class SlicedDoubleVectorValueObject
java.lang.Object
ubic.gemma.model.common.IdentifiableValueObject<DataVector>
ubic.gemma.model.expression.bioAssayData.DataVectorValueObject
ubic.gemma.model.expression.bioAssayData.DoubleVectorValueObject
ubic.gemma.model.expression.bioAssayData.SlicedDoubleVectorValueObject
- All Implemented Interfaces:
Serializable,Identifiable
- See Also:
-
Field Summary
Fields inherited from class ubic.gemma.model.common.IdentifiableValueObject
id -
Constructor Summary
ConstructorsModifierConstructorDescriptionSlicedDoubleVectorValueObject(DoubleVectorValueObject vec, ExpressionExperimentSubsetValueObject bioassaySet, BioAssayDimensionValueObject slicedBad) Constructor for creating a slice.protected -
Method Summary
Modifier and TypeMethodDescriptioncopy()Create a copy of this vector.booleanObtain the ID of the vector from which this slice is derived from.inthashCode()voidsetSourceVectorId(Long sourceVectorId) Obtain the ID of the vector from which this slice is derived from.toString()Methods inherited from class ubic.gemma.model.expression.bioAssayData.DoubleVectorValueObject
getData, getPvalue, getRank, getRankByMax, getRankByMean, isMasked, isReorganized, setData, setMasked, setPvalue, setRank, setRankByMax, setRankByMean, setReorganized, slice, standardizeMethods inherited from class ubic.gemma.model.expression.bioAssayData.DataVectorValueObject
getBioAssayDimension, getBioAssays, getDesignElement, getExpressionExperiment, getGenes, getQuantitationType, setBioAssayDimension, setDesignElement, setExpressionExperiment, setGenes, setQuantitationTypeMethods inherited from class ubic.gemma.model.common.IdentifiableValueObject
canEqual, getId, setId
-
Constructor Details
-
SlicedDoubleVectorValueObject
public SlicedDoubleVectorValueObject(DoubleVectorValueObject vec, ExpressionExperimentSubsetValueObject bioassaySet, BioAssayDimensionValueObject slicedBad) Constructor for creating a slice. -
SlicedDoubleVectorValueObject
-
-
Method Details
-
copy
Description copied from class:DoubleVectorValueObjectCreate a copy of this vector.Use this if you intend to modify it as the original might be stored in a shared cache.
- Overrides:
copyin classDoubleVectorValueObject
-
equals
- Overrides:
equalsin classDoubleVectorValueObject
-
hashCode
public int hashCode()- Overrides:
hashCodein classDoubleVectorValueObject
-
toString
- Overrides:
toStringin classDoubleVectorValueObject
-
getSourceVectorId
Obtain the ID of the vector from which this slice is derived from. -
setSourceVectorId
Obtain the ID of the vector from which this slice is derived from.
-