Class ExpressionExperimentSubSet

All Implemented Interfaces:
Securable, SecuredChild, Auditable, Securable, SecuredChild<ExpressionExperiment>, Describable, Identifiable

@Entity public class ExpressionExperimentSubSet extends BioAssaySet implements SecuredChild<ExpressionExperiment>
A subset of assays (or derived assays) from an ExpressionExperiment.

In the case of a "derived" assay, it is possible to walk up to the samples of the assays of the source experiment via BioMaterial.getSourceBioMaterial().

This is used for single-cell datasets to represent aggregated pseudo-bulks.

Author:
Paul
  • Field Details

    • MAX_NAME_LENGTH

      public static final int MAX_NAME_LENGTH
      Maximum length of the name of a subset.
      See Also:
    • NAME_DELIMITER

      public static final String NAME_DELIMITER
      Delimiter used to separate the source experiment name from the subset name.
      See Also:
  • Constructor Details

    • ExpressionExperimentSubSet

      public ExpressionExperimentSubSet()
      No-arg constructor added to satisfy javabean contract
  • Method Details