Class PvalueDistributionValueObject
java.lang.Object
ubic.gemma.rest.PvalueDistributionValueObject
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.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionPvalueDistributionValueObject(Long resultSetId, String column, long[] counts) -
Method Summary
-
Constructor Details
-
PvalueDistributionValueObject
-
-
Method Details
-
getResultSetId
-
getColumn
-
getN
public long getN() -
getBins
-