Class PvalueDistributionValueObject

java.lang.Object
ubic.gemma.rest.PvalueDistributionValueObject

public class PvalueDistributionValueObject extends Object
Wire payload for GET /resultSets/{id}/pvalueDistribution.

The stored histogram of the raw p-values for a differential-expression result set, optionally down-binned by merging adjacent stored bins; bins are uniform-width over [0, 1]. Replaces the UIB pattern of fetching the full result TSV and binning client-side.

  • Constructor Details

    • PvalueDistributionValueObject

      public PvalueDistributionValueObject(Long resultSetId, String column, long[] counts)
  • Method Details