Class CoexpCorrelationDistribution
java.lang.Object
ubic.gemma.model.analysis.expression.coexpression.CoexpCorrelationDistribution
- Author:
- Paul
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returnstrue
if the argument is an PvalueDistribution instance and all identifiers for this entity equal the identifiers of the argument entity.double[]
getId()
int
hashCode()
Returns a hash code based on this entity's identifiers.void
setBinCounts
(double[] binCounts) void
void
setNumBins
(Integer numBins)
-
Constructor Details
-
CoexpCorrelationDistribution
public CoexpCorrelationDistribution()
-
-
Method Details
-
getBinCounts
public double[] getBinCounts() -
setBinCounts
public void setBinCounts(double[] binCounts) -
getId
-
setId
-
getNumBins
-
setNumBins
-
hashCode
public int hashCode()Returns a hash code based on this entity's identifiers. -
equals
Returnstrue
if the argument is an PvalueDistribution instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-