Class BulkExpressionDataVector
java.lang.Object
ubic.gemma.model.common.AbstractIdentifiable
ubic.gemma.model.expression.bioAssayData.DataVector
ubic.gemma.model.expression.bioAssayData.DesignElementDataVector
ubic.gemma.model.expression.bioAssayData.BulkExpressionDataVector
- All Implemented Interfaces:
Identifiable
- Direct Known Subclasses:
ProcessedExpressionDataVector,RawExpressionDataVector
A data vector storing bulk expression data.
- Author:
- poirigui
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA dimension ofBioAssaythe elements of this vector apply to.Bulk data vectors are never mapped from an external source, so this is always null.voidsetBioAssayDimension(BioAssayDimension bioAssayDimension) A dimension ofBioAssaythe elements of this vector apply to.toString()Methods inherited from class ubic.gemma.model.expression.bioAssayData.DesignElementDataVector
getDesignElement, hashCode, 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
equals, getId, setId
-
Constructor Details
-
BulkExpressionDataVector
public BulkExpressionDataVector()
-
-
Method Details
-
getOriginalDesignElement
Bulk data vectors are never mapped from an external source, so this is always null.- Specified by:
getOriginalDesignElementin classDesignElementDataVector
-
toString
- Overrides:
toStringin classAbstractIdentifiable
-
getBioAssayDimension
A dimension ofBioAssaythe elements of this vector apply to. -
setBioAssayDimension
A dimension ofBioAssaythe elements of this vector apply to.
-