Class CoexpCorrelationDistribution
- java.lang.Object
-
- ubic.gemma.model.analysis.expression.coexpression.CoexpCorrelationDistribution
-
public class CoexpCorrelationDistribution extends Object
- Author:
- Paul
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCoexpCorrelationDistribution.Factory
-
Constructor Summary
Constructors Constructor Description CoexpCorrelationDistribution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)Returnstrueif the argument is an PvalueDistribution instance and all identifiers for this entity equal the identifiers of the argument entity.byte[]getBinCounts()LonggetId()IntegergetNumBins()inthashCode()Returns a hash code based on this entity's identifiers.voidsetBinCounts(byte[] binCounts)voidsetId(Long id)voidsetNumBins(Integer numBins)
-
-
-
Method Detail
-
getBinCounts
public byte[] getBinCounts()
-
setBinCounts
public void setBinCounts(byte[] binCounts)
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
getNumBins
public Integer getNumBins()
-
setNumBins
public void setNumBins(Integer numBins)
-
hashCode
public int hashCode()
Returns a hash code based on this entity's identifiers.
-
-