Class ExperimentExpressionLevelsValueObject.GeneDiffExStats

java.lang.Object
ubic.gemma.model.expression.bioAssayData.ExperimentExpressionLevelsValueObject.GeneDiffExStats
Enclosing class:
ExperimentExpressionLevelsValueObject

public static class ExperimentExpressionLevelsValueObject.GeneDiffExStats extends Object
Per-gene differential-expression statistics carried alongside expression levels for the /datasets/{dataset}/expressions/differential endpoint.

When a gene maps to multiple probes in the result set, the producer should pick the row with the most significant (smallest) corrected p-value — consistent with how the endpoint ranks its top-N.

  • Field Details

    • correctedPvalue

      @Nullable public final Double correctedPvalue
    • pvalue

      @Nullable public final Double pvalue
    • log2FoldChange

      @Nullable public final Double log2FoldChange
  • Constructor Details

    • GeneDiffExStats

      public GeneDiffExStats(@Nullable Double correctedPvalue, @Nullable Double pvalue, @Nullable Double log2FoldChange)