Class ProcessedExpressionDataVector
- All Implemented Interfaces:
Identifiable
The vectors in this class would have been masked to remove missing values.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanImportant note: Two objects with the same class and non-null ID must be considered equal.The relative expression level of this vector in the study.Relative expression level of this vector in the study.inthashCode()Returns a hash code based on this entity's identifiers.voidsetRankByMax(Double rankByMax) The relative expression level of this vector in the study.voidsetRankByMean(Double rankByMean) Relative expression level of this vector in the study.Methods inherited from class ubic.gemma.model.expression.bioAssayData.BulkExpressionDataVector
getBioAssayDimension, getOriginalDesignElement, setBioAssayDimension, toStringMethods inherited from class ubic.gemma.model.expression.bioAssayData.DesignElementDataVector
getDesignElement, setDesignElementMethods inherited from class ubic.gemma.model.expression.bioAssayData.DataVector
getData, getDataAsBooleans, getDataAsBuffer, getDataAsChars, getDataAsDoubleBuffer, getDataAsDoubles, getDataAsFloatBuffer, getDataAsFloats, getDataAsIntBuffer, getDataAsInts, getDataAsLongBuffer, getDataAsLongs, getDataAsObjects, getDataAsStrings, getDataAsTabbedStrings, getExpressionExperiment, getQuantitationType, setData, setDataAsBooleans, setDataAsChars, setDataAsDoubles, setDataAsFloats, setDataAsInts, setDataAsLongs, setDataAsObjects, setDataAsStrings, setDataAsTabbedStrings, setExpressionExperiment, setQuantitationTypeMethods inherited from class ubic.gemma.model.common.AbstractIdentifiable
getId, setId
-
Constructor Details
-
ProcessedExpressionDataVector
public ProcessedExpressionDataVector()
-
-
Method Details
-
hashCode
public int hashCode()Description copied from class:DataVectorReturns a hash code based on this entity's identifiers.- Overrides:
hashCodein classDesignElementDataVector
-
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
-
getRankByMean
Relative expression level of this vector in the study. Used as a quick-and-dirty way to provide feedback about the expression level without referring to any absolute baseline other than the minimum in the entire dataset, based on the mean expression measurement for the probe.For two-color data sets, this is computed using the intensity values for the probe in the two channels, not from the ratios stored in this vector. For one-color data sets, this is computed directly from the intensity levels in this vector.
-
getRankByMax
The relative expression level of this vector in the study. Used as a quick-and-dirty way to provide feedback about the expression level without referring to any absolute baseline other than the minimum in the entire dataset, based on the maximum expression measurement for the probe (so the probe with the lowest expression is the one with the lowest maximum value).For two-color data sets, this is computed using the intensity values for the probe in the two channels, not from the ratios stored in this vector. For one-color data sets, this is computed directly from the intensity levels in this vector.
-
setRankByMean
Relative expression level of this vector in the study. Used as a quick-and-dirty way to provide feedback about the expression level without referring to any absolute baseline other than the minimum in the entire dataset, based on the mean expression measurement for the probe.For two-color data sets, this is computed using the intensity values for the probe in the two channels, not from the ratios stored in this vector. For one-color data sets, this is computed directly from the intensity levels in this vector.
-
setRankByMax
The relative expression level of this vector in the study. Used as a quick-and-dirty way to provide feedback about the expression level without referring to any absolute baseline other than the minimum in the entire dataset, based on the maximum expression measurement for the probe (so the probe with the lowest expression is the one with the lowest maximum value).For two-color data sets, this is computed using the intensity values for the probe in the two channels, not from the ratios stored in this vector. For one-color data sets, this is computed directly from the intensity levels in this vector.
-