Class ProcessedExpressionDataVector

  • All Implemented Interfaces:
    Identifiable

    public class ProcessedExpressionDataVector
    extends BulkExpressionDataVector
    Represents the processed data that is used for actual analyses.

    The vectors in this class would have been masked to remove missing values.

    • Constructor Detail

      • ProcessedExpressionDataVector

        public ProcessedExpressionDataVector()
    • 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