Class DifferentialExpressionAnalysis

    • Constructor Detail

      • DifferentialExpressionAnalysis

        public DifferentialExpressionAnalysis()
    • Method Detail

      • getResultSets

        public Set<ExpressionAnalysisResultSet> getResultSets()
        Groups of results produced by this differential expression analysis.

        For example, in a two-way ANOVA, the model has 2 or 3 parameters. The statistical significance tests for each of the effects in the model are stored as separate ExpressionAnalysisResultSet objects. Thus, a two-way ANOVA with interactions will have three result sets: the two main effects and the interaction effect.

      • setSubsetFactorValue

        public void setSubsetFactorValue​(@Nullable
                                         FactorValue subsetFactorValue)
      • 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