Class DesignElementDataVector

All Implemented Interfaces:
Identifiable
Direct Known Subclasses:
BulkExpressionDataVector, SingleCellExpressionDataVector

public abstract class DesignElementDataVector extends DataVector
Data vector associated to a CompositeSequence.
  • Constructor Details

    • DesignElementDataVector

      public DesignElementDataVector()
  • Method Details

    • getOriginalDesignElement

      @Nullable public abstract String getOriginalDesignElement()
      The original design element that was used to create this vector.

      This is generally null, but if the data was imported and a mapping was done between some external data source and one of Gemma's platform, this will contain the original ID.

    • hashCode

      public int hashCode()
      Description copied from class: DataVector
      Returns a hash code based on this entity's identifiers.
      Overrides:
      hashCode in class DataVector