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)