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 TypeMethodDescriptionbooleanReturnstrueif the argument is an PvalueDistribution instance and all identifiers for this entity equal the identifiers of the argument entity.double[]getId()inthashCode()Returns a hash code based on this entity's identifiers.voidsetBinCounts(double[] binCounts) voidvoidsetNumBins(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
Returnstrueif the argument is an PvalueDistribution instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-