Class CoexpCorrelationDistribution


  • public class CoexpCorrelationDistribution
    extends Object
    Author:
    Paul
    • Constructor Detail

      • CoexpCorrelationDistribution

        public CoexpCorrelationDistribution()
    • 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.
        Overrides:
        hashCode in class Object
      • equals

        public boolean equals​(Object object)
        Returns true if the argument is an PvalueDistribution instance and all identifiers for this entity equal the identifiers of the argument entity. Returns false otherwise.
        Overrides:
        equals in class Object