Class DifferentialExpressionAnalysis

    • Constructor Detail

      • DifferentialExpressionAnalysis

        public DifferentialExpressionAnalysis()
    • Method Detail

      • getResultSets

        public Set<ExpressionAnalysisResultSet> getResultSets()
        Groups of results produced by this ExpressionAnalysis. 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 ResultSet objects. Thus a two-way ANOVA with interactions will have three result sets: the two main effects and the interaction effect.
        Returns:
        the result sets
      • getSubsetFactorValue

        public FactorValue getSubsetFactorValue()
      • setSubsetFactorValue

        public void setSubsetFactorValue​(FactorValue subsetFactorValue)