Class RawExpressionDataVector

  • All Implemented Interfaces:
    Identifiable

    public class RawExpressionDataVector
    extends BulkExpressionDataVector
    Data for one design element, across one or more bioassays, for a single quantitation type. For example, the "expression profile" for a probe (gene) across a set of samples
    • Constructor Detail

      • RawExpressionDataVector

        public RawExpressionDataVector()
    • Method Detail

      • equals

        public boolean equals​(Object object)
        Description copied from class: AbstractIdentifiable
        Important 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:
        equals in class AbstractIdentifiable