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 class
CoexpCorrelationDistribution.Factory
-
Constructor Summary
Constructors Constructor Description CoexpCorrelationDistribution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
Returnstrue
if the argument is an PvalueDistribution instance and all identifiers for this entity equal the identifiers of the argument entity.byte[]
getBinCounts()
Long
getId()
Integer
getNumBins()
int
hashCode()
Returns a hash code based on this entity's identifiers.void
setBinCounts(byte[] binCounts)
void
setId(Long id)
void
setNumBins(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.
-
-